/*  
Theme Name: wright
Theme URI: http: //www.wrightlawidaho.com/
Description: wright
Author: Alvin McDaniel
Author URI: http: //www.wrightlawidaho.com/
Version: 1.0
.
General comments/License Statement: None
.
*/

body {
	margin: 20px auto;
    padding: 0px;
    border: 0;			/* This removes the border around the viewport in old versions of IE */
	font-size: 85%;
	font-family: arial; 
    width: 800px;
    background: #efefef url() no-repeat left top;
 }
  
#border {
 	margin: 0px auto;
    padding: 0px;
    min-height: 600px;
	border: 1px solid #000;
	background: #fff url() no-repeat left top;
}
  
a {
	color: #369;
	text-decoration: none;
}

a: hover {
	color: #fff;
	background: #369;
	text-decoration: none;
}

h1, h2, h3 {
	margin: .8em 0 .2em 0;
	padding: 0;
}

p {
	margin: .4em 0 .8em 0;
	padding: 0;
}

img {
	margin: 10px 0 5px;
}




/* Header styles */

#header {
	clear: both;
	float: left;
	width: 100%;
	height: 310px;
	border-bottom: 20px solid #333;
}

#header {
	margin: 0px;
	background: #fff url(images/header.jpg) no-repeat left top;
}





/* column container */

.colmask {
	position: relative;		/* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%;			/* width of whole page */
	overflow: hidden;	/* This chops off any overhanging divs */
}




/* common column settings */

.colright, .colmid, .colleft {
	float: left;
	width: 100%;				/* width of page */
	position: relative;
}

.col1, .col2, .col3 {
	float: left;
	position: relative;
	padding: 1em 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead */
	overflow: hidden;
}





/* 3 Column settings */

.threecol {
	background: #fff;		/* right column background colour */
}

.threecol .colmid {
	right: 25%;				/* width of the right column */
	background: #fff;		/* center column background colour */
}

.threecol .colleft {
	right: 50%;				/* width of the middle column */
	background: #fff;		/* left column background colour */
}

.threecol .col1 {
	width: 46%;				/* width of center column content (column width minus padding on either side) */
	left: 102%;				/* 100% plus left padding of center column */
	font-size: 110%;
}

.threecol .col2 {
	width: 21%;				/* Width of left column content (column width minus padding on either side) */
	left: 31%;
	font-size: 90%;      /* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

.threecol .col3 {
	width: 21%;				/* Width of right column content (column width minus padding on either side) */
	left: 85%;				/* Please make note of the brackets here: */
	font-size: 90%;
}




/* Footer styles */

#footer {
	clear: both;
	width: 100%;
	height: 140px;
	background: #ddd;
	border-top: 20px solid #333;
}

#footer p {
	padding: 10px;
	margin: 0;
}



/* Sidebar styles */

#searchform {
	padding: 0 15px 10px 0;
	color: #000;
	text-align: left;
}

input {
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #333;
	background: #333;
	color: #fff;
	padding: 1px 2px;
}


#s {
	margin-bottom: 3px;
	height: 22px; 
	background: transparent url(images/h2.gif) no-repeat top left;
	font-size: 1em;
	width: 163px;
	border: none;
}

.meta {
	font-size: 85%;
}

#left-sidebar h2 {
	background: url(images/h2.gif) no-repeat left top;
	height: 22px;
	font-size: 13px; 
	font-weight: 700; 
	padding: 4px 0px 4px 8px;
	color: #000; 
} *+html #left-sidebar h2 { margin-left: -16px; }

#left-sidebar li.widget {
	list-style-type: none;
} 

#left-sidebar ul {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}  

#left-sidebar ul li {
	list-style-type: none;
	margin-left: -16px;
}  *+html #left-sidebar ul li { margin-left: 16px; }

#left-sidebar a:link, #left-sidebar a:active, #left-sidebar a:visited {
	text-decoration: none;
	color: #000;
	border: none;
}

#left-sidebar a:hover {
	color: #666;
	text-decoration: none;
}

#calendar_wrap td a:link, #calendar_wrap td a:active, #calendar_wrap td a:visited {
	color: red;
}



 #right-sidebar h2 {
	background:url(images/h2.gif) no-repeat left top; 
	height: 22px; 
	font-size: 13px; 
	font-weight: 700; 
	color: #000; 
	margin: 0px; 
	padding: 3px 0 10px 8px;
} 

#right-sidebar ul {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}  

#right-sidebar li {
	list-style-type: none;
	list-style-position: inside;
}

#right-sidebar a:link, #left-sidebar a:active, #left-sidebar a:visited {
	text-decoration: none;
	color: #000;
	border: none;
}

#right-sidebar a:hover {
	color: #666;
	text-decoration: none;
}

