/*  
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 Verdana;
	color: #FFF;
	margin-top: 5px;
}

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; }


		
h3 { font-size: 14px; }
		
div#wrapper {
	width: 785px;
	margin: 0 auto;
}
	ul#nav {
		float: right;
		margin-top: 40px;
	}
		#nav li {
			float: left;
			list-style: none outside;
			margin: 0 12px;
		}
			#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: #134663;
	}
		div#banner {
			width: 771px;
			height: 118px;
			background: url(images/banner.gif) 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: 187px;
				float: left;
                                padding-left:10px;
			}
				#sidebar li {
					list-style-image:none;
                                        list-style-position:outside;
                                        list-style-type:circle;
                                        margin-left:10px;
                                        padding-bottom:13px;
                                        width:217px;
				}
				#sidebar h2 {
					height: 20px;
					color: #FFF;
					font-size: 16px;
					font-weight: normal;
					border-bottom:1px dotted #134663;

				}
				#sidebar li ul, div.sidecell {
					margin: 7px 5px;
					padding: 10px;
					background: #FFF;
					border-bottom: 1px solid #afc4d9;
				}
					#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: Verdana;
			font-size: 13px;
		}
			div.post {
				margin-bottom: 10px;
			}
				#left h2 {
					font-size: 25px;
					padding: 7px 0;
					font-family: Verdana;
				}
					#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: #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;
			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; }
