/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: stylesheet.css
* Version: 1.0.0 (2009-03-31) YYYY-MM-DD
* Website: http://jimmysomerville.com/
* Author: Dan @ DCOE:DESIGNS
* Description: Handles the HTML site layout.

*/
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
body {
 	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color:#ffffff;
	background-color:#FFFFFF;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
}
.body_empty {
 	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color:#999999;
	background-color:transparent;
	background-image:none;
}

#wrapper { 
	margin: 0 auto;
	width: 961px;
    background-image:url(../images/faux_bg_v2.png);
    background-repeat:repeat-y;
	padding: 0 12px 0 10px;
}

#faux {
	float: left;
	display: inline;
	position: relative;
	margin-bottom:5px;
	width:100%;
}

#header {
	height: 89px;
	margin: 0px 0px 0px 0px;
	background-image:url(../images/header_v2.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#audio {
	height: 350px;
	width: 953px;
	margin-left:5px;
}

#menu {
	height:37px;
	margin-left:5px;
}

#contentArea{
	width: 920px;
	float: left;
	display: inline;
	position: relative;
	min-height:300px;
	
	padding:15px 20px 20px 20px;
}

#home_left { 
	width:550px;
	float: left;
	display: inline;
	position: relative;
}
#home_right { 
	width:320px;
	display: inline;
	float: right;
}
.right_box{
	margin-bottom:30px;
}
	
#gallery {
	margin: 5px 0px 0px 0px;
	padding:15px;
	background-image:url(../images/trans_black.png);
	background-repeat:repeat;
}
#gallery img {
	clear: both;
	border: 4px solid #CCCCCC;
	padding:0px;
	margin:0px;
}
#gallery img:hover {
	border: 4px solid #e9dc26;
}

#flickr {
	float: left;
	display: inline;
	position: relative;
}
#flickr img {
	clear: both;
	border: 4px solid #CCCCCC;
	padding:0px;
	margin:0px;
}
#flickr img:hover {
	border: 4px solid #e9dc26;
}



#maincolumn { 
	float: left;
	display: inline;
	position: relative;
	width:920px;
}

#rightcolumn { 
	display: inline;
	float: right;
	text-align:right;
}
#leftcolumn { 
	width:590px;
	float: left;
	display: inline;
	position: relative;
}
#news_left { 
	width:590px;
	float: left;
	display: inline;
	position: relative;
}
#news_right { 
	display: inline;
	float: right;
	text-align:left;
	width:300px;
}

#footer { 
	clear:both;
	
	height:32px;
	
	padding:5px 15px 5px 15px;
	background-image:url(../images/footer_bg.png);
	background-repeat:no-repeat;
	background-position:center;
	font-size: 10px;
	margin-bottom:0px;
}
#footerright { 
	display: inline;
	float: right;
	text-align:right;
	margin-top:5px;
}
#footerleft { 
	float: left;
	display: inline;
	position: relative;
	padding-top:3px;
}

#footer2 { 
	clear:both;
	width: 946px;
	height:77px;
	font-size: 10px;
	margin-bottom:0px;
}
#tcc { 
	text-align:right;
	display: inline;
	float: right;
}
#footer2left { 
	float: left;
	display: inline;
	position: relative;
	padding-top:5px;
	margin-left:20px;
}


#footer a {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
	#footer a:link {
		text-decoration:none;
	}
	#footer a:visited {
		text-decoration:none;
	}
	#footer a:hover {
		color:#333333;
		text-decoration: none;
	}
	#footer a:active {
		text-decoration: none;
	}
#footer2 a {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #e9dc26;
}
	#footer a:link {
		text-decoration:none;
	}
	#footer a:visited {
		text-decoration:none;
	}
	#footer a:hover {
		color:#ffffff;
		text-decoration: none;
	}
	#footer a:active {
		text-decoration: none;
	}
#tiny {
	text-align:right;
	display: inline;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#ffffff;
	margin-top:2px;
	padding-bottom:2px;
}
	#tiny a {
		font-family: Verdana, Arial;
		font-size: 10px;
		font-weight: normal;
		color:#666666;
		text-decoration:none;
	}
	#tiny a:link {
		font-size: 10px;
		text-decoration:none;
	}
	#tiny a:visited {
		text-decoration:none;
	}
	#tiny a:hover {
		color:#e9dc26;
		text-decoration:underline;
	}
	#tiny a:active {
		text-decoration: none;
	}
	
.clear { clear: both; background: none; }

hr {
	border: none 0;
	border-top: 1px solid #e9dc26;
	height: 1px;/* IE fix - whatever the total width of the border-top and border-bottom equal*/
 	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin: 5px 0px; 
}

.blog hr {
	border: none 0;
	border-top: 1px solid #FFFFFF;
	height: 1px;/* IE fix - whatever the total width of the border-top and border-bottom equal*/
 	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin: 5px 0px; 
}
.blog ul {
	margin:0;
	padding:0;
	list-style:none;
}
.blog li {
	margin:0;
	padding:0;
}

a {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color:#e9dc26;
	text-decoration:underline;
}
a:link {
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}
a:hover {
	color:#ffffff;
	text-decoration:none;
}
a:active {
	text-decoration: underline;
}

.filter a {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	padding:0 5px 0 5px;
	color:#ffffff;
}
.filter a:link {
	text-decoration:none;
}
.filter a:visited {
	text-decoration:none;
}
.filter a:hover {
	color:#18145a;
	background-color:#e9dc26;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color:#e9dc26;
}


table {
	width:100%;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal; 
	border-collapse: collapse;
	border-spacing:0px;
	border:0px;
	padding:20px 0 20px 0;
	margin:0px;
}
td {
	padding:1px;
	/*border: 1px dotted #C6020E; */
}

.table_head_blue td {
	padding:3px;
	border-top:1px solid #6ac1d4;
	border-bottom:1px solid #6ac1d4;
	text-align:center;
}
.table_body_blue td {
	padding:10px 3px 10px 3px;
	border-bottom:2px dotted #6ac1d4;
	text-align:center;
	color:#FFFFFF;
}


#content table {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal; 
	border-collapse:collapse;
	border-spacing:0px;
	border:0px;
	margin:0px;
}
#content td {
	padding:3px;
	border:1px dotted #5d5d5d;
	text-align:center;
}
#disc table {
	width:100%;
	text-align:left;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	border-spacing:0px;
	border:0px;
}
	#disc td {
		padding:10px;
		vertical-align:top;
		border: 2px dotted #6ac1d4; 
		color:#FFFFFF;
		text-align:left;
	}
	#disc ol{
		padding-left:30px;
	}
	#disc a:link {
		text-decoration:underline;
	}
	#disc a:visited {
		text-decoration:none;
	}
	#disc a:hover {
		text-decoration: underline;
	}
	#disc a:active {
		text-decoration: none;
	}	
#disc hr {
	border: none 0;
	border-top: 1px solid #6ac1d4;
	height: 1px;/* IE fix - whatever the total width of the border-top and border-bottom equal*/
 	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin: 5px 0px; 
}

#signup {
}
#signup table {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal; 
	border-collapse:collapse;
	border-spacing:0px;
	border:0px;
	margin:0px;
}
#signup td {
	padding:3px;
	border:1px dotted #5d5d5d;
	text-align:left;
}


select { 
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid  #e9dc26;
	background-color:#c42029;
	color:#ffffff;
	padding:2px;
}

input {
 	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	background:#c42029;
	border: 1px solid #e9dc26;
	color:#FFFFFF;
	padding:2px;
	width:300px;
}
.input_btn {
	border: 1px solid #ffffff;
	background-color:#c42029;
	color:#ffffff;
	padding:0px 5px 1px 5px;
	width:60px;
	height:22px;
	font-weight:bold;
	margin-top:1px;
}	
.input_btn:hover{
	border: 1px solid #e9dc26;
	background-color:#ffffff;
	color:#18145a;
	cursor:pointer;
}
textarea{
	font-size: 11px;
	width:300px;
	height:120px;
	border: 1px solid #e9dc26;
	background-color:#c42029;
	color:#FFFFFF;
	padding:2px;
}
.input_text{
 	background:#c42029;
	border: 1px solid #e9dc26;
	color:#FFFFFF;
	padding:2px;
	font-size: 	11px;
	width:300px;
}
.searchbox{
 	background:#ffffff;
	border: none;
	color:#000000;
	padding:2px;
	font-size: 	10px;
	width:150px;
}
.searchbtn {
	border: none;
	background-color:#82793b;
	color:#ffffff;
	padding:0px 4px 1px 4px;
	width:60px;
	font-weight:normal;
	margin-top:1px;
}	
.searchbtn:hover{
	background-color:#e9dc26;
	color:#18145a;
	cursor:pointer;
}


	
/* classes for validator */
.tfvHighlight
{color:#CC0000;
font-weight: bold;}

.tfvNormal
{color: #5d5d5d;}

#error {	
	width:400px;
	color:#CC0000; 
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #CC0000;
	background-color:#FFCCCC;
	padding:5px 10px 5px 10px;
}

.white10 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#ffffff;
}
	.white10 a {
		font-family: Verdana, Arial;
		font-size: 10px;
		font-weight: normal;
		color:#ffffff;
		text-decoration:underline;
	}
	.white10 a:link {
		text-decoration:underline;
	}
	.white10 a:visited {
		text-decoration:underline;
	}
	.white10 a:hover {
		color:#e9dc26;
		text-decoration:none;
	}
	.white10 a:active {
		text-decoration: underline;
	}

.white12 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#ffffff;
}
.white14u {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#ffffff;
	text-decoration:underline;
}

.cyan11 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#0066FF;
}

.blue14 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#6ac1d4;
}	
.blue16 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color:#6ac1d4;
	padding:0 5px 0 5px;
}
	.blue16 a {
		font-family: Verdana, Arial;
		font-size: 16px;
		font-weight: normal;
		color:#6ac1d4;
		text-decoration:none;
		padding:0 5px 0 5px;
		
	}
	.blue16 a:link {
		text-decoration:none;
	}
	.blue16 a:visited {
		text-decoration:none;
	}
	.blue16 a:hover {
		color:#18145a;
		text-decoration:none;
		background-color:#6ac1d4;
	}
	.blue16 a:active {
		text-decoration: none;
	}
.orange16h {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding:0 5px 0 5px;
	color:#18145a;
	text-decoration:none;
	background-color:#f88329;
}
.brown16h {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding:0 5px 0 5px;
	color:#ffffff;
	text-decoration:none;
	background-color:#73634c;
}
.pink16 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color:#6ac1d4;
	padding:0 5px 0 5px;
}
	.pink16 a {
		font-family: Verdana, Arial;
		font-size: 16px;
		font-weight: normal;
		color:#6ac1d4;
		text-decoration:none;
		padding:0 5px 0 5px;
		
	}
	.pink16 a:link {
		text-decoration:none;
	}
	.pink16 a:visited {
		text-decoration:none;
	}
	.pink16 a:hover {
		color:#ffffff;
		text-decoration:none;
		background-color:#c43197;
	}
	.pink16 a:active {
		text-decoration: none;
	}
.green16 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color:#16d22c;
	padding:0 5px 0 5px;
	
}
	.green16 a {
		font-family: Verdana, Arial;
		font-size: 16px;
		font-weight: normal;
		color:#16d22c;
		text-decoration:none;
		padding:0 5px 0 5px;
		
	}
	.green16 a:link {
		text-decoration:none;
	}
	.green16 a:visited {
		text-decoration:none;
	}
	.green16 a:hover {
		color:#ffffff;
		text-decoration:none;
		background-color:#16d22c;
	}
	.green16 a:active {
		text-decoration: none;
	}
.yellow10 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#e9dc26;
}
.yellow14 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#e9dc26;
}
.yellow14 a {
		font-family: Verdana, Arial;
		font-size: 14px;
		font-weight: normal;
		color:#e9dc26;
		text-decoration:none;
		
	}
	.yellow14 a:link {
		text-decoration:none;
	}
	.yellow14 a:visited {
		text-decoration:none;
	}
	.yellow14 a:hover {
		color:#ffffff;
		text-decoration:none;
	}
	.yellow14 a:active {
		text-decoration: none;
	}
.grey14b {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#71888e;
}

.main_header {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color:#18145a;
	padding:0 5px 0 5px;
	background-color:#e9dc26;
}
	.main_header2 a {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: normal;
		color:#18145a;
		padding:0 5px 0 5px;
		background-color:#807736;
	}
	.main_header2 a:link {
		text-decoration:none;
	}
	.main_header2 a:visited {
		text-decoration:none;
	}
	.main_header2 a:hover {
		background-color:#ffffff;
		text-decoration:none;
	}
	.main_header2 a:active {
		text-decoration: none;
	}
.main_header_small {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#18145a;
	padding:0 5px 0 5px;
	background-color:#e9dc26;
}

.commentbubble{
	width: 82px;
	height: 75px;
	background-image: url(../images/comment_bubble.png);
	background-repeat:no-repeat;
	font-size: 30px !important;
	text-align: center;
	font-family: georgia;
	float: right;
	margin-top: -10px;
	letter-spacing: -2px;
	padding:0 0 0 3px;
}
.commentbubble:hover{
	width: 82px;
	height: 75px;
	background-image:url(../images/comment_bubble.png);
	background-repeat:no-repeat;
	background-position: 0px -77px;
	font-size: 30px !important;
	text-align: center;
	font-family: georgia;
}
.commentbubble .number{
	display: block;
	padding-top: 2px !important;
	border-bottom: 0px;
	color: #999;
}
.commentbubble .number:hover{
	background-color: transparent !important;
	color: #df7333;
}
.commenttext{
	font-size: 9px;
	font-family: arial;
	color: #ffffff;
	letter-spacing: 0px;
}

.page_chooser{
	width:100%;
	text-align:center;
	color:#ffffff;
	padding:0 5px 0 5px;
	margin-top:20px;
}
	.page_chooser a {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color:#e9dc26;
		padding:0 5px 0 5px;
		margin:10px 2px 2px 2px;
		/*padding:0 5px 0 5px;*/
	}
	.page_chooser a:link {
		text-decoration:none;
	}
	.page_chooser a:visited {
		text-decoration:none;
	}
	.page_chooser a:hover {
		color:#18145a;
		text-decoration:none;
		background-color:#e9dc26;
	}
	.page_chooser a:active {
		text-decoration: none;
	}





