/*
Theme Name: Triad
Theme URI: http://www.rothrockcs.com/
Description: Triad Theme
Version: 1.0
Author: Aaron Rothrock
Author URI: http://www.rothrockcs.com/
Tags:
*/

body {
	background: #2c88dd url('images/bg.png') repeat-x;
	margin: 0px;
	padding: 0px;
}

.outter-table {
	border-width: 1px;
	border-spacing: ;
	border-style: none;
	border-color: white;
	border-collapse: collapse;
	background-color: white;
}


.navigation a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;

}

.navigation a:hover {
	color: #666666;
}


.pagetitle {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}


.mainbody {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}


#dropmenudiv{
margin-top: 6px;
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Tahoma;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #98c1e6;
}

li.page_item, .page_item a, .page_item a:visited {
font-size: 12px;
color: #000000;
list-style: none;
line-height: 20px;
}


 
li.page_item a:hover{
text-decoration: none;
}
 
li.current_page_item, .current_page_item a, .current_page_item a:visited, .current_page_item a:hover { 
text-decoration: none;
 }


	#left {width:210px; padding: 0px; color:#efefef; float:left}
		#nav, #nav ul {padding-top: 2px;margin: 0;list-style: none; margin-left: -40px;}
		#nav a {display: block;width: 210px; height:19px; background:url(/wp-content/themes/Triad/images/button.gif) top left no-repeat; padding:5px 5px 5px 5px; text-decoration:none; color:#000000; margin:0; letter-spacing:-1; font-weight:bold}
		#nav a.expand {display: block;width: 210px; height:19px; background:url(/wp-content/themes/Triad/images/button_arrow.gif) top left no-repeat; padding:5px 5px 5px 5px; text-decoration:none; color:#ECECEC; margin:0; letter-spacing:-1; font-weight:bold}
		#nav li {float: left;width: 210px; position:relative; margin-bottom: 1px;}
		#nav a:hover {color:#000000; font-weight:bold; background:url(/wp-content/themes/Triad/images/button_hover.gif) top left no-repeat; }
		#nav a:hover.expand {color:#33CCFF; font-weight:bold; background:url(/wp-content/themes/Triad/images/button_arrow_hover.gif) top left no-repeat; }
		#nav li ul {position: absolute;width: 210px;left:0px; display:none}
		#nav li:hover ul {left:210px; margin-top:-116px; display:block}
		#nav li:hover ul, #nav li.over ul {left:210px;margin-top:-116px; display:block}
		
		
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

strong.search-excerpt { background: yellow; }
