/* Theme Name: iv10
Author: David Hoffman
Author URL: http://david-hoffman.com */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-family:'helvetica neue', helvetica, arial, sans-serif;}
	
body {
	color:#555; 
	background: #ecf5ff url(img/bg.gif) repeat-x fixed;
	}
	
#holder {
	width: 919px;
	margin: 0 auto;
	background: url(img/holderBG.png) repeat-y;
	}
	
ul#nav {
	background: url(img/navBG.gif) repeat-x;
	height:40px;
	width:900px;
	margin:0 auto 40px auto;
	}
	
	ul#nav a, ul#nav a:active, ul#nav a:visited{
		color:#fff;
		text-decoration:none;
		}
	
	ul#nav a:hover {
		color:#dbf1ff;
		}

	ul#nav li{ 
		font-size:17pt;
		text-shadow:1px 1px #003365;
		line-height:28pt;
		font-weight:bold;
		list-style-type:none;
		float:left;
		text-align:center;
		margin-left:90px;
		}

#content {
	padding:0 40px 0 60px;
	}
	
	#leftContent {
		width:500px;
		float:left;
		}
		
		#leftContent h2 {
			font-weight:bold;
			color:#003365;
			font-size:21pt;
			margin-bottom:10px;
			text-align:center;
			}
		
		.triTop {
			background: url(img/holderTri.png) no-repeat; 
			width:23px; 
			height:19px; 
			margin:0 auto;
			}
		
		.contentHolder {
			background: url(img/contentHolderBG.png) repeat-x;
			padding:20px;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			border-radius:10px;
			}
			
			.contentHolder h3 {
				font-size:14.6pt;
				color: #4175ac;
				text-align:center;
				margin-bottom:20px;
				}
			
			.contentHolder p {
				margin-bottom:15px;
				font-size:12pt;
				line-height:16pt;
				}
			
			.contentHolder a:link, .contentHolder a:visited, .contentHolder a:active, #content a {
				color:#003365;
				font-weight:bold;
				text-decoration:none;
			}
			
			.contentHolder a.more {
				text-align:center;
				display:block;
				}
			
			.contentHolder ul {
				margin:0 0 30px 20px;
				padding:0;
				font-size:11pt;
				line-height:18pt;
				list-style-type: circle;
			}
		
	#rightContent {
		float:left;
		width:270px;
                margin-left:40px;
		padding:60px 0 0 0;
		}
		
		#rightContent h4 {
			text-align:center;
			color: #003365;
			font-weight:bold;
			font-size:15pt;
			margin-bottom:20px;
			}
		
		#rightContent ul li {
			margin-bottom:15px;
			list-style-type:none;
			font-size:13pt;
			line-height:14pt;
			}
		
		#rightContent ul li a {
			color:#4175ac;
			text-decoration:none;
			}
		
		span.date {
			font-size:10pt;
			}
			
	.post {
		padding-bottom:20px;
		}
		
		.post h2 a, .post h2 {
			font-weight:bold;
			color:#003365;
			font-size:21pt;
			margin-bottom:2px;
			text-decoration:none;
			}
			
		.post .entry {
			margin:10px 0 10px 0;
			padding-bottom:10px;
			border-bottom:1px solid #e0e0e0;
			}
			
		.post .entry p {
				margin-bottom:10px;
				}
		
	#footer {
		clear:both;
		text-align:center;
		font-size:9pt;
		margin:20px 0 10px 0;
		color:#b4b4b4;
		}
		
		#footer a {
			color:#b4b4b4;
			}
			
	.bottomShadow {
		background: url(img/holderBottomBG.png) no-repeat; 
		height:22px; 
		width:919px; 
		margin:0 auto;
		}
