/*  
Theme Name: Ambient Glo
Author URI: http://rockinthemes.com
Version: 1
Author: Nathan Parikh
Description: Ambient Glo is a simple, modern, Web 2.0 styled, three-column theme with optimized code for faster loading.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/
body {
	background: #ffffff url(images/header_bg3.jpg) top center repeat-x;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
}

a, a:visited{
	color: #3CB37B;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

em {
	font-weight: bold;
	font-style: normal;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.red {
	color: #CC0000;
}

.clear {
	clear: both;
	height:1px;
	font-size: 1px;
	line-height: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

#header {
	height: 120px;
	padding: 20px 0px 15px 25px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
}

#header h1 {
	color: #333333;
	font-size: 10px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 10px;
	margin: 0px;
}

#header img {
	border: 0px solid;
}

#header h2 {
	color: #ffffff;
	font-size: 30px;
	font-family:Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	margin: 0px;
}

#header h2 a {
	color: #ffffff;
	text-decoration: none;
}

#header h2 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#menu {
	margin-bottom: 20px;
}

#menu h2 {
	color: #333333;
	font-size: 15px;
	font-family: Georgia, Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu ul {
	margin: 0px;
	padding: 3px;
}

#menu ul li a {
	background-color: #aff268;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 8px 20px 10px 20px;
	margin: 0px;
	text-decoration: none;
	border: 1px solid #5E8892;
}

#menu ul li a:hover {
	background: #FFCE65;
	padding: 8px 20px 10px 20px;
	text-decoration: none;
}

#wrapper {
	background-image: url(images/wrapper_bg.jpg);
	background-repeat: repeat-y;
	margin: 70px 0px 5px 0px;
	padding: 0px;
}

#content {
	width: 470px;
	margin: 0px 0px 10px 240px;
	position:relative;
	padding: 0px 0px 15px;
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	font-size: 13px;
	border-bottom: double 3px #FFB63C;
	border-left: double 3px #FFB63C;
}

#content p {
	margin: 0px;
	line-height: 18px;
	padding: 0px 10px 10px 10px;
}

#content p img {
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 0px 5px 15px 0px;
}

#content h3 {
	background-color: #FFB63C;
	color: #FFFFFF;
	font-size: 18px;
	font-family: Georgia, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px 0px 10px;
	line-height: 150%;
	padding: 5px;
}

#content h3 a {
	text-decoration: none;
	color: #FFFFFF;
}

#content h3 a:hover	{
	color: #3CB37B;
	text-decoration: underline;
}

#content h2 {
	color: #333333;
	font-size: 17px;
	font-family: Georgia, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 150%;
}

#content h2 a {
	color: #0E5F7D;
	text-decoration: none;
}

#content h2 a:hover {
	color: #3366ff;
	text-decoration: underline;
}

#content h4 {
	padding: 15px 5px 5px;
	margin: 5px;
	color: #3CB37B;
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFB63C;
}

#content .lead h4 {
	padding: 5px;
	margin: 10px 5px;
	color: #3CB37B;
	font-size: 12px;
	font-weight: normal;
	border: none;
	line-height: 18px;
}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
}

#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#content li {
	margin: 0px;
	padding: 0px;
} 

#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
}

#content ul li a {
	color: #507AA5;
	text-decoration: none;
}

#content ul li a:hover {
	color: #507AA5;
	text-decoration: underline;
}

#content .time {
	text-align: right;
	font-weight: bold;
	color: #666666;
	padding: 5px 5px 10px 0px;
}
#content .time img {
	margin: 0px;
	padding: 0px 0px 5px 5px;
}

#content .time a:link, #content .time a:visited {
	color: #666666;
	text-decoration: underline;
}

#content .time a:hover {
	text-decoration: none;
}

#content .more {
	padding: 5px;
	margin: 0px;
	text-align: right;
}

#next {
	width: 470px;
	margin: 0px 0px 10px 240px;
	position:relative;
	padding: 0px 0px 15px;
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	font-size: 10px;
}

#next .left {
	float: left;
	padding: 10px 0px 0px;
}

#next .right {
	float: right;
	padding: 10px 0px 0px;
}


blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
}

#content blockquote p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.postspace {
	background: #FFFFFF;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
}

.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px 10px;
}

#l_sidebar {
	background: #FFE1AD url(images/sidebar_bg.jpg) top center repeat-x;
	width: 205px;
	float: left;
	position:relative;
	margin: -20px 0px 0px;
	padding: 15px 10px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
}

#l_sidebar h2 {
	color: #333333;
	font-size: 15px;
	font-family: Georgia, Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border-bottom: 1px dotted #3cb37b;
}

#l_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 5px 20px 5px;
}

#l_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#l_sidebar ul li {
	list-style: square inside;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

#l_sidebar ul li a {
	color: #336666;
	text-decoration: none;
}

#l_sidebar ul li a:hover {
	color: #336666;
	text-decoration: underline;
}

#l_sidebar li .widget_text {
	list-style: none;
}

#l_sidebar #categories ul li, #l_sidebar .page_item {
	font-size: 14px;
	list-style: none;
	font-weight: bold;
}

#l_sidebar li #text-3 {
	margin: 0px;
	padding: 0px;
}

#l_sidebar .banner {
	text-align: center;
}

#l_sidebar #banners {
	padding: 5px 0px;
}
#l_sidebar #banners .banner {
	float: left;
	padding: 5px 5px 5px 0px;
	width: 100px;
}
#l_sidebar #banners .text {
	float: right;
	text-align: 14px;
	padding: 5px 0px 5px 5px;
	width: 95px;
}

#l_sidebar #keyword {
	font-size:12px;
	background-color:#FFFFFF;
	padding:10px 5px 15px 5px;
	margin: 30px 5px 10px;
	line-height: 12px;
}

#keyword p {
	margin: 0px;
	padding: 5px 0px;
}

#r_sidebar {
	background: #FFE1AD url(images/sidebar_bg.jpg) top center repeat-x;
	width: 195px;
	float: right;
	position:relative;
	margin: -20px 0px 0px;
	padding: 15px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 9px;
}

#r_sidebar h2 {
	color: #333333;
	font-size: 15px;
	font-family: Georgia, Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border-bottom: 1px dotted #3cb37b;
}

#r_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

#r_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#r_sidebar ul li {
	list-style: square inside;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

#r_sidebar ul li a {
	color: #336666;
	text-decoration: none;
}

#r_sidebar ul li a:hover {
	color: #336666;
	text-decoration: underline;
}

#r_sidebar #recent-posts ul li {
	padding: 5px 0px;
	font-size: 12px;
}

#footer {
	background: #7ACC52 url(images/footer.jpg) top center no-repeat;
	text-align: center;
	width: 99%;
	clear: both;
	padding: 5px 0px;
	color: #FFFFFF;
	border-top: 3px solid #3BB37A;
}

#footer a {
	color: #333333;
}

#footer a:hover {
	color: #333333;
	text-decoration: underline;
}


.link_title {
	margin: 0px;
	padding: 10px 0px 0px 10px;
}

.link_explain {
	margin: 0px;
	padding: 0px 0px 5px 30px;
}

.guide_itme {
	border-left:dotted 1px #CC3333;
	border-bottom:dotted 1px #CC3333;
	margin: 10px 0px 15px 3px;
	padding: 5px;
	float: left;
	width: 220px;
}

ul #sitemap {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul #sitemap li {
}


		
