/*
Theme Name: thewrightagency
Theme URI: http://www.wrightagencyinsurance.com
Description: custom theme
Version: 1.0
Author: R Wood
Author URI: http://www.rmdy.com/
*/



/* Begin Typography & Colors */

	
body {
	background: #6a6a6a;
	margin:0;
	padding:0;
	border:0;
	color:#222;
	font:x-small/1.6em "Lucida Grande", Tahoma, "Trebuchet MS", Arial, sans-serif;
	voice-family: "\"}\""; voice-family:inherit;
	font-size:small;
	} html>body {font-size:small;
	}

/* DEFAULT LINK STYLES */

a:link {
	color: #003992;
	text-decoration: none;
	}
	
a:visited {
	color: #36f;
	text-decoration: none;
	}

a:hover {
	color: #36f;
	text-decoration: underline;
	}

a:active {
	color: #39f;
	text-decoration: underline;
	}
	
a img {
	border-width: 0;
	}
	
/* MISC */

.clear {
	clear:both;
	display:block;
	margin:0;
	padding:0;
	height:0px;
	line-height:0px;
	font-size:0px;
	}
	
.strong {
	font-weight: bold;
	}

.hidden {display: none;}

.sup {vertical-align: super; font-size: 50%;}



/* STRUCTURE  */

#wrap {
	width:760px;  
	margin: 0 auto;
	padding: 0;
	background: #ececec url(imgs/bg_wrap.gif) repeat-y center top;
	}

#header {
	width: 752px; 
	height: 83px;
	margin: 0 auto;
	padding: 0;
	background: #ececec url(imgs/bg_header.gif) repeat-x left top;
	}
	
#wrap2 {
	width:752px;
	margin: 0 auto;
	padding: 0;
	background: #ececec url(imgs/bg_wrap2.gif) repeat-y center top;
	}	

#sidebar {
	float: left;
	width: 195px;
	min-height: 325px;
	margin: 0;
	padding: 0 0 150px 0;
	background: transparent url(imgs/bg_sidebar.jpg) no-repeat;
	}

#main {
	float: right;
	width: 557px;
	min-height: 500px;
	background: #fff url(imgs/bg_main.gif) repeat-y center top;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
#footer {
	width: 760px;
	height: 45px;
	margin: 0 auto;
	text-align: center;
	background: #fff url(imgs/bg_footer.gif) no-repeat center bottom;
	}
	
#copywrite {
	width: 760px; 
	margin: 0 auto; 
	text-align: center;
	padding-bottom: 10px;
	}
	
/*  END STRUCTURE */

/* SIDEBAR STYLES */

#sidenav {
	width: 186px;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: .85em;
	}
	
#sidenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	margin: 8px 0 0 0;
	padding: 0;
	}
		
#sidenav li {
	margin: 0;
	padding: 0;
	}
	
#sidenav a { color: #fff; font-weight: 700; }
#sidenav a:hover { #ddd; font-weight: 700; }
		
#sidenav li a {
	display: block;
	margin: 0;
	padding: 2px 0px 2px 8px;
	color: #fff;
	text-decoration: none;
	width: 100%;
	font-weight: 700;
	}

html>body #sidenav li a {
	width: auto;
	}

#sidenav li a:hover {
	color: #0b4982;
	background: #ececec;
	font-weight: 700;
		}
	
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	
#sidebar form {
	margin: 0;
	}
	
/* END SIDEBAR STYLES */

/* HEADER STYLES */

#headerlogo {
	width: 440px;
	height: 83px;
	border: 0;
	float: left;
	}
	
#headerlogo img {
	width: 440px;
	height: 83px;
	border: 0;
	}
	
#headeraddress {
	width: 155px;
	height: 83px;
	border: 0;
	padding-right: 20px;
	float: right;
	}
	
#headeraddress img {
	width: 155px;
	height: 83px;
	border: 0;
	}
	

/* END HEADER STYLES */


/* #MAIN SECTION STYLES */

.text {
	width: 520px;
	margin: 0 auto;
	padding-right: 10px;
	}
	
#main h1 {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 1.33em;
	color: #114f8e;
	/* font-size: 130%;
	_font-size: 140%; */
	letter-spacing: 1px;
	margin-top: 15px;
	}
	
#main h4 {
	font-family: Tahoma, Trebuchet MS, Arial, sans-serif;
	font-size: 1.1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
.comment-heading {
	font-family: Tahoma, Trebuchet MS, Arial, sans-serif;
	font-size: 1.1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
	
/*	Using 'class="alignright"' will 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: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

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

.alignright {
	float: right;
	}

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

	
#main hr {height: 0;
	border: 0;
	border-top: 1px solid #ddd;
	}

cite {
	color: #666;
	display: block;
	padding-left: 28px;
	}


/* COPYWRITE STYLES */

#copywrite p {
	color: #eee;
	font-size: 80%;
	}
	
#copywrite a {
	color:#b7d4fb;
	}
	
	

/* .post {
	margin: 0 0 40px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	} */



/* Begin Form Elements 

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
 End Form Elements */





/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

