/*  
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: 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; }

h1 {
	width: 276px;
	height: 92px;
	bbackground: 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; }
		
div#wrapper {
	width: 785px;
	margin: 0 auto;
}
	#nav {
		margin-top: 20px;
		text-align: center;
	}
		#nav a, #nav a:link, #nav a:visited {
			color: #6dadc9;
			font-weight: bold;
			text-transform: uppercase;
			padding: 4px;
		}
		#nav a:hover, #nav 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: 120px;
			background: url(images/header-back2.jpg) no-repeat top center;
			text-align: center;
			padding: 15px 0px 0px 0px;
		}
			div#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-color: #2899e3;
					border-left: 1px solid #114763;
					border-width: 0 1px;
				}
				#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;
						}
						
				#blog-rush {
					padding: 10px 0px 10px 0px;
					text-align: center;
				}
						
		div#left {
			width: 503px;
			float: left;
			padding: 8px 15px 15px 26px;
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 11px;
		}
			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: #134663;
				}
					
		.lower_bottom {
			float: left;
			width: 771px;
			height: 8px;
			background: url(images/wrapperbottom.gif) no-repeat bottom left;
		}
		
		#footer {
			clear: both;			
			background: #114763;			
			text-align: center;
			padding: 10px 0px 20px 0px;
			margin: 10px;				
		}					
				
			#footer a, #footer a:link, #footer a:visited {
				color: #FFF;
				text-transform: uppercase;
				font-weight: bold;
			}
			#footer a:hover, #footer a:active { color: #fa9414; text-decoration: none; }