/*  
Theme Name: Vivoxia
Theme URI: http://www.vivoxia.com
Description: Wordpress theme for Vivoxia.com.
Version: 1.0
Author: Gary Rae
Author URI: http://www.vivoxia.com/
*/

* {
	padding: 0;
	margin: 0;
}

body {
	background: url(images/bg.gif) repeat-x top left #114763;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-top: 15px;
}

a, a:link, a:visited {
	color: #e58225;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

li { list-style-position: inside; }
img { border: 0; }
.clear { clear: both; }

h1 {
	width: 495px;
	height: 92px;
	background: url(images/logo.gif) no-repeat top left;
	float: left;
}
	h1 a { display: block; height: 92px; }
		h1 a span { display: none; }
		
h3 { font-size: 14px; }
.form_fields{
	width:200px;
	height:21px;
	border: solid 1px #134663;
	background-color: #F7F9FB;
	}
.submit_reset{
	width:97px;
	}
div#wrapper {
	width: 785px;
	margin: 0 auto;
}
	ul#nav {
		text-align:right;
	}
		#nav li {
			float: left;
			list-style: none outside;
			margin: 0 12px;
					margin-top: 44px;
		}
			#nav li a, #nav li a:link, #nav li a:visited {
				color: #6dadc9;
				font-weight: bold;
				text-transform: uppercase;
				padding: 4px;
			}
			#nav li a:hover, #nav li a:active {
				color: #FFF;
				text-decoration: none;
			}
			
	div#container {
		margin-top: 5px;
		padding: 7px;
		padding-bottom: 0;
		background: url(images/wrapper.gif) repeat-x top left #114763;
		border-top: 1px solid #215972;
		color:#000000;/*#134663;*/
	}
		h2#banner {
			width: 771px;
			height: 118px;
			background: url(images/banner-sept2009.jpg) no-repeat top center;
		}
			h2#banner span { display: none; }
			
		div#lower {
			width: 771px;
			background: url(images/main.gif) repeat-y top left #c5d5e4;
		}
			div#sidebar {
				width: 227px;
				float: right;
			}
				#sidebar li {
					list-style: none outside;
				}
				#sidebar h2 {
					line-height: 40px;
					padding: 0 10px;
					height: 40px;
					color: #FFF;
					font-size: 16px;
					font-weight: normal;
					background: url(images/sideh2.gif) repeat-x top left;
					border: 1px solid #bf5627;
					border-width: 0 1px;
				}
				#sidebar li ul, div.sidecell {
					margin: 7px 5px;
					padding: 10px;
					background: #FFF;
				}
				.sidecell2 {
					border: 4px solid #Bf5627;
					border-bottom: 4px solid #Bf5627;
					margin-bottom:5px;
				}
					#sidebar li ul li {
						padding-left: 17px;
						background: url(images/bullet.gif) no-repeat top left;
					}
						#sidebar a:link, #sidebar a:visited {
							color: #134663;
						}
						
		div#left {
			width: 503px;
			float: left;
			padding: 8px 15px 15px 26px;
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 13px;
		}
			div.post {
				margin-bottom: 10px;
			}
				#left h2 {
					font-size: 22px;
					padding: 7px 0;
					font-family: Arial, Tahoma, Verdana, sans-serif;
				}
					#left h2 a, #left h2 a:link, #left h2 a:visited {
						color: #0c2430;
						display: block;
					}
					#left h2 a:hover, #left h2 a:active {
						text-decoration: none;
						color: #e58225;
					}
				.postinfo {
					margin-left: -10px;
					padding-left: 10px;
					padding-top: 5px;
					/*background: url(images/posttitle.gif) no-repeat top left;*/
					font-family: Verdana, Tahoma, Arial, sans-serif;
					font-size: 10px;
					margin-bottom: 5px;
				}
				.entry {
					padding: 10px;
					padding-bottom: 0;
					/*line-height: 16px;*/
				}
					.entry p, .entry ul, .entry ol, .entry blockquote {
						margin-bottom: 8px;
					}
					.entry blockquote {
						padding: 10px;
						border-left: 2px solid #ed8820;
					}
					.entry ol {
						margin-left: 15px;
					}
					.entry ul {
						margin-left: 10px;
					}
						.entry li {
							list-style-position: outside;
						}
						
			#comments ol {
				padding: 0 15px;
				margin-left: 15px;
			}
				#comments ol li {
					margin-bottom: 8px;
					list-style-position: outside;
				}
				#comments h2 {
					padding: 0;
					margin-bottom: 5px;
					font-size: 16px;
				}
				#comments h3 { margin-bottom: 5px; }
				#comments p {
					margin-bottom: 5px;
				}
				
			div.pagenav {
				text-align: center;
			}
				.pagenav a:link, .pagenav a:visited {
					color: #000000; /*#134663;*/
				}
					
		.lower_bottom {
			float: left;
			width: 771px;
			height: 8px;
			background: url(images/wrapperbottom.gif) no-repeat bottom left;
		}
		
		div#footer {
			clear: both;
			background: #114763;
			border-top: 3px solid #10435e;
			margin-bottom:10px;
			/*border-bottom: 3px solid #0c222f;*/
		}
			#footer h2 {
				width: 236px;
				height: 67px;
				float: left;
				background: url(images/footerlogo.gif) no-repeat center left;
				margin-left: 10px;
			}
				#footer h2 a { display: block; height: 67px; }
				#footer h2 a span { display: none; }
				
				#footer ul {
					float: right;
					margin-top: 24px;
				}
					#footer ul li { float: left; margin: 0 8px; }
					#footer li a, #footer li a:link, #footer li a:visited {
						color: #FFF;
						text-transform: uppercase;
						font-weight: bold;
					}
					#footer li a:hover, #footer li a:active { color: #fa9414; text-decoration: none; }

.style2 {
	font-size: 35px;
	font-weight: bold;
	color: #FF6600;
}
.style4 {
	font-size: 18px;
	font-weight: bold;
	color: #CC3333;
}
a.register_link:link, active, visited{
	text-decoration: none;
	color:#FFFFFF;
}
a.register_link:visited{
	text-decoration: none;
	color:#FFFFFF;
}
a.register_link:hover{
	text-decoration: none;
	color:#000000;
}
.style19 {font-size: 14px; font-weight: bold; }

.style26 {font-size: 24px; font-weight: bold; color: #FFFFFF; }
.style38 {
	font-size: 16px;
	font-weight: bold;
}
.style39 {color: #FF6600}
.input{
	background-image:url(vivoxia-10/images/input_bg.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	height: 26px;
	width: 140px;
	text-align:left;
	vertical-align:bottom;
	padding-top:3px;
	padding-left: 5px;
	padding-right: 10px;
	border:0px;
	
}
.style43 {font-size: 16px; font-weight: bold; color: #FFFFFF; }
.style44 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.style45 {font-size: 18px}
.submit {
	background-image:url(vivoxia-10/images/button_bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	height:26px;
	width:104px;
	border:0px;
	font-weight:bold;
	text-align:center;
}
.style46 {font-size: 12px}
.style47 {font-size: 12px; font-weight: bold; color: #FFFFFF; }
.input_boxes{
	width:300px;
	border:#666666 solid 1px;
	background-color:#FFF7F0;
	}
.buttons{
	width: 75px;
	font-weight:bold;
	}
.style50 {
	color: #CC3333;
	font-size: 18;
	font-weight: bold;
}
.style51 {font-size: 18px; font-weight: bold; color: #FF6600; }
-->

<!--
.style52 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
.style53 {color: #000000}
.style56 {color: #0000CC}
.style58 {font-size: 24px}
.style68 {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.style69 {
	font-size: 9px;
	color: #666666;
}
.style70 {
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.optin{
	width:120px;
	border: solid 1px #134663;
}
.padding{
	padding:8px;
	}
h4{
	font-size:10px;
	}