/*  
Theme Name: Guruplanet
Theme URI: http://www.guruplanet.com
Description: Guruplanet theme
Version: 1.0
Author: Glenda
Author URI: http://www.guruplanet.com/

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: arial,helvetica, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #444;
	color: #000;
}

h1, h2, h3, h4, h5, h6{
	font-family: arial,helvetica, Sans-Serif;
	font-size: 14px;
}

a:link { text-decoration:underline; color:#039;}
a:visited {text-decoration:underline; color:#609;}
a:hover { text-decoration:none; color:#c93;}
a:active { text-decoration:underline; color:#090;}

a img{
	border: 0;
}

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 15px 0 0;
	background: #eee;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dt{ font-weight: bold; }

dd{ padding: 0px 0px 0px 15px; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #ccc;
	color: #ccc;
}

small{
	font-size: 10px;
}

pre{
	width: 90%;
}

input, textarea{
	font-family: arial,helvetica, Sans-Serif;
	font-size: 11px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

.top-menu{
	width:800px;
	margin:0px;
	padding:5px 0px;
	background-color:#c93;
	font-family: arial, Sans-Serif;
}

.top-menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.top-menu ul li{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

.top-menu ul li h1{
	display: inline;
	font-size: 12px;
	font-weight:normal;
}

.top-menu ul li.page_item{
	display: inline;
	font-size: 12px;
	font-weight:normal;
	border-left: solid 1px #ffc;

}
.top-menu ul li.page-item-9{
	border-left: none;

}

.top-menu a:link{
	color: #ffc;
	text-decoration: none;
}
.top-menu a:visited{
	color: #ffc;
	text-decoration: none;
}
.top-menu a:hover{
	color: #060;
	text-decoration: none;
}

.top-menu a:active{
	color: #ffc;
	text-decoration: none;
}

#container{
	margin: 0px auto;
	margin-top: 20px;
	width: 800px;
	text-align: left;
	vertical-align: top;
}

#header{
	width: 800px;
	height: 100px;
	background: #060 url(images/banner.jpg) no-repeat;
	border-style:solid;
	border-color:#060;
	border-width: 4px 1px;
}
#headerbar2{
	width: 800px;
	height: 8px;
	background-color: #c60;
	border-style:solid;
	border-color:#060;
	border-width: 0px 1px;
}
#page{
	float: left;
	width: 800px;
/*	background: #fff url("images/sfbg.gif");*/
	background: #fff;
	border: 1px solid #060;
}

.narrowcolumn{
	float: left;
	width: 600px;
	text-align: left;
	vertical-align: top;
	
}

.post{
	padding: 0 20px 20px;
}


h2{
	margin-top: 20px;
	color: #fff;
	background-color:#060;
	padding: 2px 10px;
	font-family: arial,helvetica, Sans-Serif;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 18px;
	border: 1px solid #ccc;
	border-bottom: 0px;

}
h2 a:link { text-decoration:underline; color:#fff;}
h2 a:visited { text-decoration:underline; color:#fff;}
h2 a:hover { text-decoration:none; color:#c93;}
h2 a:active { text-decoration:underline; color:#fff;}


.entry{
	border: 1px solid #ccc;
	padding: 0 10px 10px;
	line-height: 18px;
}

/*
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	padding: 15px 0px 0px;
	margin: 0;
	background-color: transparent;
}
*/
.entry h1{
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}

.entry  h4{ font-size: 13px; }

.entry h5{ font-size: 12px; }

.entry h6{ font-size: 11px; }

.entry img{
	border: 1px solid #ccc;
	padding: 4px;
	background-color: #fff;
}

.entry img.wp-smiley{
	padding: 0;
	border: 0;
	background-color: transparent;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0px 0px;
}

.entry img.alignright{
	float: right;
	margin: 5px 0px 0px 10px;
}

.postmetadata{
	padding-top: 10px;
	font-size:11px;
}

.pn{
	border: 1px solid #ccc;
	border-top: 0px;
	padding: 10px;
	line-height: 18px;
	font-size:11px;
}

.pn a{
	color: #000;
}


#sidebar{
	float: left;
	width: 200px;
	font-size:11px;	
}

#sidebar ul{
	margin: 0px 10px 20px;
	padding: 0px;
	list-style-type: none;
}

#sidebar ul ul{
	border: 1px solid #ccc;
	border-top: 0px;
	padding: 0px 10px 5px 5px;
	margin: 0px;
}

#sidebar ul li#search input{
	margin: 0px 0px 5px;
}

#sidebar ul li#search{
	padding: 20px 0px 0px;
}

#sidebar ul ul li{
	padding: 5px 0px 0px;
	line-height: 15px;
}

#sidebar ul ul li a{
	text-decoration: underline;
}

#sidebar ul ul li a:hover{
	text-decoration: none;
}

/*#sidebar ul ul li a:before{
	content: "+ ";
	color: #58b;
}*/

#sidebar ul ul ul{
	border: 0px;
	padding: 0px 0px 0px 10px;
}

#sidebar ul ul ul li a:before{
	content: "";
}

.commentlist ol, .commentlist ol li, .commentlist ol li p{
	list-style-type: none;
	font-size: 12px;
}


.commentlist ol{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}


.commentlist ol li{
	margin-bottom: 5px;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 11px;
	color: #000;
}

.commentlinks {
	font-size:11px;
}

/* wp-calendar */

table#wp-calendar{
	width: 100%;
	font-family: arial,helvetica, Sans-Serif;
	text-transform: none;
}

table#wp-calendar caption{
	padding: 10px 15px;
}

table#wp-calendar th{
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	background: #eee;
}

table#wp-calendar td{
	padding: 1px;
	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* end calendar */

#footer{
	width:800px;
	background-color:#c93;
	margin:0px;
	color:#ffc;
	border: solid 1px #c93;
}

#footer p{
	padding:20px 10px;
	font-size:90%;
}

#footer a{
	text-decoration:underline;
	color:#ffc;
}

}
#footer a:link{
	color: #ffc;
}
#footer a:visited{
	color: #ffc;
}
#footer a:hover{
	color: #060;
	text-decoration: none;
}

#footer a:active{
	color: #ffc;
}

