/*
Theme Name: Frogs Are Green
Description: A customized version of the default WordPress Theme.
Version: 1.0
Author: JR Computer Associates
Author URI: http://jrcorps.com/
Design: SusanNewmanDesign.com/
Tags: green, custom header, fixed width, two columns, widgets
*/
/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
background-image:url('http://frogsaregreen.com/floral-background.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
}
#page {
	/*border: 1px solid #959596;*/
	text-align: left;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
background: #ffffff;
}
a {
	color: #0b8d0b;
}
a:visited {
	color: #0b8d0b;
}
#header {
position: relative;
padding-top: 0px;
}
#headerimg 	{
	/*position: relative;*/
	margin: 0px;
	height: 307px;
	width: 960px;
	border-top: 1px solid #ffffff;
}
#headerimg h1 {
	/* display: none; */
}
#headerimg .description {
	display: none;
}
#headerimg a {
 position: absolute;
display: block;
width: 960px;
height: 307px;
top: 0px;
left: 0px;
text-decoration: none;
}
#headerimg span {
position: absolute;
display: block;
width: 960px;
height: 307px;
top: 0px;
left: 0px;
background: url('images/frog_header.jpg') no-repeat;
}
#news {
	float: left;
	width: 180px;
	padding: 10px;
	/* Disabled on 10/20/2010 */
	display: none;
	
}
#content {
	float: left;
	margin-left: 20px;
    /* width: 500px; */
	width: 640px;
}
#content h2 {
	font-size: 14px;
}
#content h2 a {	
	color: #ce5830 
}
#content p {
	font-size: 12px;
}
.pagecontent {
	width: 700px;
}
#orange_text {
	position: absolute;
	width: 520px;
	right: 15px;
	top: 120px;
	/* 
	margin-top: -188px;
	margin-left: 410px;
	*/
	color: #fd5a2f;
	font-size: 15px;
	font-style: italic;
	line-height: 20px;
}
#sidebar {
	float: right;
	/* width: 200px; */
	width: 268px;
}
#sidenav {

}
#sidenav h2 {
	width: 100px;
	margin-bottom: 4px;
	font-size: 15px;
}
#sidenav ul li {
	margin-left: -20px;
	font-size: 11px;
}
#footer {
	clear: both;
	padding-top: 2px;
	padding-bottom: 1px;
}
#pagenav {
	display: block;
	position: absolute;
	top: 0px;
	right: 2px;
	padding: none;
	list-style-type: none;
font-size: 10px;
	height: 15px;
	width: 450px;
}
#pagenav li {
	display: block;
	border-left: 2px solid #ffffff;
	margin: none;
	float: left;
	padding-left: 8px;
	margin-right: 8px;
}
#pagenav li:first-child {
	border: none;
}
#pagenav li a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
#pagenav li a:hover {
	text-decoration: underline;
}
.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#content .wp-caption-text {
	font-size: 10px;
}
