/*
Theme Name: Oconee River Land Trust
Theme URI: http://orlt.com
Description: The theme is created specifically for ORLT.
Version: 1
Author: Jessica Henry
Author URI: http://jesshenry.com
Tags: ORLT

	ORLT
	http://orlt.com

	This theme was created specifically for ORLT by a Fall 2009 public relations campaigns team at the University of Georgia.  All content copyright of ORLT.

*/



/* Begin Structure */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-attachment: scroll;
	background-image: url(images/orlt_03.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding:0; 
	margin:0; 
	border:0;
	}
#page {
	top: 0px; right: 0px; left: 0px;
}

#wrapper
{
  margin: 0 auto;
  width: 700px;
  width: expression(document.body.clientWidth < 605 ? "600px" : "85%" );
}
 

#header  {
	height:179px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:860px;
	display: block;
	background-image: url(images/orlt_05.gif);
	background-repeat:no-repeat;
	
}


#headerimg {
	margin: 0;
	height: 179px;
	width: 100%;
	}

.post {
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0px;
	}

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

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

.widecolumn .smallattachment {
	margin-left: 2em;
	margin-right: 2em;
}

.widecolumn .attachment {
	margin-left: 2em;
	margin-right: 2em;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

	#supernav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.25em;
	position:relative;
	text-decoration:none;  
	top: 108px;
	left:190px;
	width: 650px;
	margin: 0 0 0 0px;
	text-align: justify;
	padding: .6em .6em; /* duplicate the tab size */
	display: inherit;
	}

#supernav li {
	margin: 0;
	padding: 0;
	display: inline;
	top: 108px;
	}

#supernav a {
	color: #000;
	background: transparent;
	text-align: justify;
	font-weight: normal;
	top: 108px;
	left: 190px;
	right: auto;
	width: 650px;
	margin: 0 0 0 0px;
	height: 25px;
	padding: .6em .6em; /* duplicate the tab size */
	text-decoration: none;
	}


#headerimg 	{
}

#content {
	font-size: 1em;
	padding-top: 1em;
	}

.widecolumn .entry p {
	font-size: 1em;
	margin-left: 2em;
	margin-right: 2em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	left:auto;
	right:auto;
	top:0px;
	width:803px;
	min-height:475px;
	height: auto;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(images/orlt_11.gif);
	background-attachment: block;
	}
	

.narrowcolumn .postmetadata {
	text-align: center;
	}


.depth-1 {
border: 0px solid #ddd;
}

.even, .alt {

	border-left: 0px solid #ddd;
}

#IEroot #content {}

.widecolumn {
	margin-left:auto;
	margin-right:auto;
	top:0px;
	width:803px;
	height:auto;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(images/orlt_11.gif);
	background-attachment: scroll;
	}

#footer {
	margin-left:auto;
	margin-right:auto;
  clear: both;
  text-align: center;
  width: 85%;
  height: 3em;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: transparent;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.0em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}


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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


/* 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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

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


