/*  
Theme Name: OGDB Theme
Theme URI: http://watlaw.com
Description: Customized theme for OGDB law firm.
Version: 20081102-1
Author: Jake Billo
Author URI: http://jakebillo.com/
*/

body {
	font-size: 75%; 
	font-family: Verdana, Arial, Sans-Serif;
	background: #eee;
	color: #222;
	line-height: 1.5em;
	margin:10px;
	padding:0;
	}
	
	#page {
		background-color: #dbe0da;
		}
	
	#leftcontent {
		position: absolute;
		left:10px;
		top: 80px;
		width:186px;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		background: #dbe0da url('images/ogdb_sidebar.png') repeat-x top left;
		}
		
		#main_links, #main_links ul {
			list-style: none;
			margin: 0;
			padding: 0;
			}
		
		#main_links li {
			padding-top: 5px;
			}
		
		#main_links {
			text-align: center;
			font-size: 1.2em;
			}
		
		#main_links ul {
			font-size: 0.8em;
			text-align: left;
			}
			
		#main_links li.page_item a, #main_links li.current_page_item a {
			display: block;
			height: 28px;
			padding-top: 10px;
			color: #222;
		}
		
		#main_links li.current_page_item a {
			background: #2f3f26 url('images/ogdb_side_onpage.png') no-repeat top left;
			color: #FFF;
		}
		
		#main_links li.page_item a:hover {
			background: none; 
			background: #b2c2b3 url('images/ogdb_side_hover.png') no-repeat top left;
			text-decoration: none;
			color: #222;
		}

		#main_links li.page_item ul li.page_item a, #main_links li.page_item ul li.current_page_item a {
			border: none;
			background: none;
			color: #222;
			height: 14px;
			margin: 0;
			padding-top: 4px;
			padding-bottom: 4px;
			padding-left: 5px;
		}
		
		html>body #main_links li.page_item ul li.page_item a, html>body #main_links li.page_item ul li.current_page_item a {
			padding-bottom: 6px;
			padding-top: 2px;
			}

		#main_links li.page_item ul li.current_page_item a {
			background: #253f26;
			color: #fff;
		}

		#main_links li.page_item ul li.current_page_item a:hover, #main_links li.page_item ul li.page_item a:hover {
			background-color: #b2c2b3;
			background-image: none;
			border: 1px solid #2f3f26;
			padding: 0;
			margin: 0;
			color: #222;
			padding-top: 3px;
			padding-bottom: 3px;
			padding-left: 4px;
		}
		
		html>body #main_links li.page_item ul li.current_page_item a:hover, html>body #main_links li.page_item ul li.page_item a:hover {
			padding-top: 1px;
			padding-bottom: 5px;
			}

	#centercontent {
		background:#fff;
   		margin-left: 185px;
   		margin-right: 0px;
		margin-top: -3px;
		border:1px solid #ccc;
		border-top: 0;
		border-bottom: 0;
		padding-left: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
		/*
		IE5x PC fix: from http://www.glish.com/css/hacks.asp
		*/
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 187px;
   		margin-right:0px;
		}
	html>body #centercontent {
   		margin-left: 187px;
   		margin-right: 0px;
		margin-top: -15px;
		}
	
	#header {
		background:#fff;
		height:69px;
		border-top:1px solid #ccc;
		border-right:1px solid #ccc;
		border-left:1px solid #ccc;
		background: #121e12 url('images/ogdb_header.png') repeat-x top left;
		}
		
		#header h1 a {
			display: block;
			margin-top: 20px;
			margin-left: 10px;
			}
		
	#description {
		font-size: 1.2em;
		text-align: right;
		padding-right: 5px;
		margin-top: -10px;
		}
		
#footer {
	background-color: #eee;
	clear: left;
	text-align: center;
	border: 1px solid #ccc;
	}
	
	#footer a {
		font-weight: normal;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 2.5em;
	}

h2 {
	font-size: 1.5em;
	}
	
	html>body h2 {
		padding-top: 15px;
		}

h3 {
	font-size: 1.4em;
	border: 1px solid #ccc;
	display: inline;
	padding: 2px;
	background-color: #dbe0da;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #FFF;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

td {
	vertical-align: top;
	}
	
.code {
	font: 1.1em 'Courier New', Courier, fixed;
	}

a, h2 a:hover, h3 a:hover {
	color: #369;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #036;
	text-decoration: underline;
	}

a.whitelink, a.whitelink:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	}	

	a img {
		border: none;
		}

img {
	border: none;
	padding: 0;
	margin: 0;
}

	img.alignright {
		float: right;
		}

	img.alignleft {
		float: left;
		margin-right: 10px;
		}


.small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

.pad_t {
	padding-top: 10px;
	}
	
	.fallback_pad_t {
		padding-top: 10px;
		}
		
	html>body .fallback_pad_t {
		padding-top: 0;
		}

.pad_r {
	padding-right: 10px;
	}

.pad_b {
	padding-bottom: 10px;
	}

.pad_l {
	padding-left: 10px;
	}

.margin_t {
	margin-top: 10px;
	}

.margin_r {
	margin-right: 10px;
	}

.margin_b {
	margin-bottom: 10px;
	}

.margin_l {
	margin-left: 10px;
	}
	
blockquote {
	position: relative;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #DDD;
	}

.greyback {
	background-color: #EEE;
	border: 1px solid #999;
	}

.center {
	text-align: center;
	}
	
table {
	width: 100%;
	padding: 0;
	margin: 0;
	}
	
	td {
		padding: 5px;
		}
	
	td.left {
		text-align: left;
		}
	
	td.v_center {
		vertical-align: middle;
		}
		
	td.stdpic_width {
		width: 250px;
		}

.half-width {
	width: 50%;
	}
	
.pageimg {
	margin-right: -10px;
	padding-left: 10px;
	padding-bottom: 10px;
	}
	
/* Line Spacing Directives */
	
.linespace_3x {
	line-height: 3em;
	}

.spacer2 {
	height: 100px;
}