/*  
Theme Name: Grain
Author URI: http://www.premiumthemes.net/
Version: 1.0
Author: Premium Themes - developer license and edits by Tom Johnson
Description: Premium Themes is a theme by <a href="http://cssace.com/">R.Bhavesh</a> and <a href="http://premiumthemes.net/">Premium Themes</a>.
*/


* {
	margin: 0;
	padding: 0;
	border:none;
}
body {
	padding-top:5px;
	background:#f4f0dc url(images/bodybg.png) repeat-x top;
}
/* Links -----------------------------------------------------------------------*/

a {
	text-decoration: none;
	outline:none;
}
a:hover {
	color: #333;
}
ul {
	list-style:none;
}
.clear {
	clear:both;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.imgleft {
	float:left;
	margin:0 12px 12px 0;
	padding:5px;
	background:#e7e7e7;
	border-right:2px solid #e2dbdb;
	border-bottom:2px solid #e2dbdb;
}
.imgright {
	float:right;
	margin:0 0 12px 12px;
	padding:5px;
	background:#e7e7e7;
	border-right:2px solid #e2dbdb;
	border-bottom:2px solid #e2dbdb;
}
.imgright_n {
	float:right;
	margin:0 0 12px 12px;
}
.img_center {
	width:98%;
	background:#d5d5d5;
	padding:5px;
	margin:10px 0;
}
.gravatar {
	float:right;
	border:2px solid #ccc;
	margin:0 0 10px 15px;
	width:40px;
	height:40px;
	background: url(images/gravtar.png) no-repeat;
}
code {
	font-size:12px;
}
/* STRUCTURE ----------------------------------*/
#page {
	background:url(images/containerbg.png) no-repeat top center;
	background-position:0 200px;
}
#header {
	overflow:hidden;
	padding-bottom:1px;
	background:url(images/header_bottom.png) repeat-x bottom;
}
#header-in {
	display:table;
	background:url(images/headerbg_in.png) repeat-x top;
}
#content-wrap {
	padding:0 10px;
	min-height:500px;
	overflow:hidden;
	height:100%;
}
#content {
	width:73%;
	padding:10px 0 0 0;
	float:left;
}
#sidebar {
	width:25%;
	padding:0;
	float:right;
}
#footer {
	clear:both;
	background:url(images/footerbg.png) repeat-x top;
	overflow:hidden;
}
#footer-in {
	padding:20px 0;
	height:40px;
}
/*  Headings ----------------------------------*/

h1 {
	margin: 0 0 15px 0;
	padding:0;
	font:normal 32px Georgia, "Times New Roman", Times, serif;
	color: #232122;
	border-bottom:1px dashed #888;
}
h3.title {
	/*make homepage h3's for the first 2 stories look like H1 */
	font-size:28px;
}
h1 a, h3 a {
	text-decoration: none;
	color:#232122;
	border-bottom:none;
}
h1 a:hover, h3 a:hover {
	text-decoration: none;
}
h2 {
	margin:0;
	padding: 5px 0 0 0;
	line-height: 150%;
	font:normal 22px Georgia, "Times New Roman", Times, serif;
}
h2 a {
	text-decoration: underline;
}
h2 a:hover {
	color:#333;
	text-decoration: none;
}
h3 {
	margin:0;
	padding: 0 0 15px 0;
	color:#666;
	font:normal 24px Georgia, "Times New Roman", Times, serif;
}
#sidebar h3 {
	font-size: 14px;
}
h4 {
	margin: 0 0 0 0;
	padding: 5px 0;
	font:normal 18px Georgia, "Times New Roman", Times, serif;
}
h5 {
	margin: 0 0 0 0;
	padding: 5px 0;
	font:bold 16px Georgia, "Times New Roman", Times, serif;
}
h6 {
	margin: 32px 0 12px 0;
	padding: 0;
	line-height: 150%;
	color: #333;
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #ccc;
}
/* Header  ----------------------------------*/
#header-in .logo-image  {
	display:block;
	color:#000;
	width:317px;
	height:150px;
}
#header-in .logo-image a {
	display:block;
	color:#000;
	width:317px;
	height:150px;
	text-indent:-9009px;
	text-decoration:none;
	background:url(images/logo.png) no-repeat;
}
#header-in .logo-text {
	font:32px Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin:10px 0 0 0;
}
#header-in .logo-text a {
	display:block;
	margin:5px 0 0 0;
	text-decoration:none;
}
#header-in .description {
	margin:8px auto 0 0;
	padding:3px 5px 18px 0;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#49381f;
	float:left;
	width:350px;
	clear:both;
}
#header-in p {
	margin: 0 0 10px 0;
	color:#777;
	font-size:12px;
	line-height:18px;
}
#header-in h2 {
	margin:0;
	padding: 15px 0 5px 3px;
	color: #cc230e;
	font:bold 12px Georgia, "Times New Roman", Times, serif;
}
.h_left {
	float:left;
}
.h_right {
	float:right;
	width:580px;
}






/*nav start ----------------------------------------------- */
 
/* navigation start */							  
							  

#nav {
	margin:0px;
	height: 31px;
	padding-top:25px;
	list-style:none;
	clear:both;
	width:560px;
}
#nav li {
	float:left;
	margin:0;
}
#nav .page_item a {
	color: #666;
	display: block;
	text-decoration: none;
	padding:5px 15px 15px 15px;
	font:bold 12px Georgia, "Times New Roman", Times, serif;
}
#nav li:hover {
}
#nav .page_item a:hover {
	border: none;
	color:#333;
}
#nav li.current_page_item {
	color:#333;
	text-decoration: none;
	background:url(images/navbg_h.png) no-repeat bottom center;
}
#nav .current_page_item a {
	text-decoration: none;
	background:url(images/navbg_h.png) no-repeat bottom center;
}
/* TOP SEARCH FORM -----------------------------------------------------------------------*/

.search404 {
	padding:2px 0 3px 0;
	margin:0;
	height:38px;
	width:229px;
}
.category {
	float:left;
	width:48%;
	border-right:1px solid #edd3ac;
}
.archives {
	float:right;
	width:48%;
}
.searchbg {
	padding:2px 0 3px 65px;
	margin:0;
	float:right;
	height:38px;
	width:229px;
	margin-top:-2px;
	background:url(images/searchbg.png) no-repeat top;
}
.searchbg_textield {
	width:180px;
	border:1px solid #ccc;
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#777;
	padding:2px 0 0px 2px;
	margin-top:2px;
	float:left;
	background:#fff;
}
.search {
	float:right;
	margin-top:3px;
	margin-right:13px;
}
/* Content  ----------------------------------*/
#content a {
	text-decoration: none;
	border-bottom:none;
}
#content a:hover {
	text-decoration: none;
	color:#333;
}
#content p {
	margin: 0 0 12px 0;
	line-height: 130%;
	text-align:justify;
}
#content p a {
	text-decoration: none;
	border-bottom:none;
}
#content p a:hover {
	text-decoration: none;
	color:#333;
}
#content h2 {
	margin:0;
	padding: 5px 0 10px 0;
	line-height: 150%;
	font:normal 24px Georgia, "Times New Roman", Times, serif;
}
#content h3 {
	margin:0;
	padding: 0 0 15px 0;
	color:#666;
	font:normal 20px Georgia, "Times New Roman", Times, serif;
}
#content h4 {
	margin:0;
	padding: 0 0 15px 0;
	color:#666;
	font:bold 16px Georgia, "Times New Roman", Times, serif;
}
#content h5 {
	margin:0;
	padding: 0 0 15px 0;
	color:#666;
	font:bold 14px Georgia, "Times New Roman", Times, serif;
}
#content .posts h6 {
	margin:0;
	padding: 0 0 15px 0;
	color:#666;
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	border-bottom:none;
}

#content .posts h6.postcomment {
	margin:0 0 5px 0;
	padding: 0 0 5px 0;
	color:#666;
	font:22px Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #ccc;
}

#content ul {
	margin:0;
	padding:0;
	font:12px Georgia, "Times New Roman", Times, serif;
}
#content li {
	margin:0 0 5px 0;
	padding:0 0 0 12px;
	background:url(images/bullet4.png) no-repeat center;
	background-position:0 4px;
}
#content ul li ul {
	margin:8px 0 5px 0;
	padding:0 0 0 0;
}
#content li ul li {
	margin:0 0 5px 0;
	padding:0 0 0 15px;
	background:url(images/bullet4.png) no-repeat center;
	background-position:0 4px;
}
#content ol {
	list-style-type: decimal;
	line-height:18px;
	margin: 0;
	padding: 0 0 10px 23px;
	font:12px Georgia, "Times New Roman", Times, serif;
}
#content ol li ol {
	margin:8px 0 5px 15px;
	padding:0 0 0 0;
}
#content ol li {
	margin:0 0 5px 0;
	padding:0;
	background:none;
}
#content p.aligncenter {
	text-align:center;
}
#content p.aligright {
	text-align:right;
}
#content p.more {
	font-size:10px;
	text-transform:uppercase;
}
#content p.more a {
	text-decoration:none;
}
#content blockquote {
	margin:15px auto 20px auto;
	padding:0px 8px 0 35px;
	border-bottom:2px solid #d7d7d6;
	color:#777;
	background:url(images/quote.png) no-repeat;
	font:bold 12px Georgia, "Times New Roman", Times, serif;
}
#content blockquote p {
	color:#777;
	font-style:italic;
}
#content .ctop {
	background:url(images/categoriesbg.png) no-repeat bottom center;
	overflow:hidden;
	height:100%;
	padding-bottom:15px;
}
#content .ctop h2 {
	margin:0px 0 0 0;
	padding:3px 0 25px 18px;
	font:bold 13px Georgia, "Times New Roman", Times, serif;
	color:#9d0000;
	background:url(images/bullet5.png) no-repeat;
	background-position:0 8px;
}
#content .ppost {
	width:235px;
	float:right;
	padding-left:15px;
	border-left:1px solid #ddcfab;
}
#content .categories {
	width:235px;
	float:left;
}
#content .p_links {
	list-style: none;
	margin:0;
	padding:0;
}
#content .p_links li {
	padding:2px 10px 2px 15px;
	font:11px Georgia, "Times New Roman", Times, serif;
	color:#777;
	background:url(images/bullet.png) no-repeat;
	background-position:0 6px;
}
#content .p_links li ul li {
	display:none;
}
#content .p_links li a {
	color:#777;
	text-decoration: none;
}
#content .p_links li a:hover {
	color: #9d0000;
}
#content .trackbacklist {
	margin:0;
	padding:0;
	list-style:none;
}
#content .trackbacklist li {
	margin:0 0 8px 0;
	padding:0 0 5px 12px;
	list-style:none;
	border-bottom:1px solid #ccc;
}
/*post css start ----------------------------------*/
.post-ratings {
	font-size:12px;
	font-style:normal;
	padding-left:8px;
	display:block;
}
.posts {
	clear:both;
	height:100%;
	padding-bottom:5px;
	margin-bottom:15px;
}
.post_top {
	padding:0px 0 11px 0;
	margin-bottom:5px;
	font-size:11px;
	height:15px;
}
#content .post_bottom {
	padding:8px 8px 10px 8px;
	margin:12px 0;
	background:url(images/post_bottom.png) repeat-x top;
	height:15px;
	height:15px;
	clear:both;
	color:#333;
}
#content .post_bottom span {
	font-size:11px;
}
#content .post_bottom a {
	text-decoration:none;
}
#content .post_bottom a:hover {
	color:#000;
	text-decoration:none;
}
.post_top a {
	color:#333;
	text-decoration:none;
	border-bottom:1px solid #ccc;
	padding-bottom:2px;
	line-height:22px;
}
.post_top a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:none;
}
.more-link {
	text-align:right;
	float:right;
	font-size:11px;
	font-weight:bold;
	margin-bottom:15px;
}
.auth {
	font-size:11px;
}
#content .cate {
	float:right;
}
#content p.date {
	font-size:14px;
	margin:0;
	padding:0 0 3px 12px;
	background:url(images/bullet5.png) no-repeat;
	background-position:0 6px;
}
#content .commentp {
	float:left;
	background-position:0 2px;
}
/* 	Previous/Next Page Navigation ----------------------------------*/
.page-nav {
	clear: both;
	margin: 0 0px;
	padding: 2px 0px;
	height: 22px;
}
.nav-previous {
	width: 249px;
	float: left;
	text-align: left;
	margin: 2px 0px;
}
.nav-next {
	width: 249px;
	float: right;
	text-align: right;
	margin: 2px 0px;
}
.page-nav a {
	text-decoration: none;
	border-bottom:none;
}
.nav-previous a {
	padding-left: 11px;
	text-transform:uppercase;
	background:url(images/arrow-left.gif) no-repeat left;
}
.nav-next a {
	padding-right: 11px;
	text-transform:uppercase;
	background:url(images/arrow-right.gif) no-repeat right;
	border-bottom:none;
}
/*Page navigatoin 2 ----------------------------- */

.wp-pagenavi {
	text-align:center;
	height:25px;
	font:bold 11px Arial, Helvetica, sans-serif;
	line-height:24px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding: 3px 8px 3px 8px;
	margin: 2px;
	text-decoration: none;
	color: #fff;
	line-height:24px;
	background-color: #ccc;
}
.wp-pagenavi a:hover {
	color: #fff;
	background-color: #eee;
}
.wp-pagenavi span.pages {
	padding: 3px 8px 3px 8px;
	margin: 2px 2px 2px 2px;
	color: #666;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 3px 8px 3px 8px;
	margin: 2px;
	line-height:25px;
	font-weight: bold;
	color: #fff;
}
.wp-pagenavi span.extend {
	padding: 3px 8px 3px 8px;
	margin: 2px;
	color: #000000;
	line-height:25px;
	background-color: #FFFFFF;
}
/* tagcloud  ----------------------------------*/

#tag_cloud a {
	font-size:12px !important;
	margin-right:10px;
	line-height:18px;
}
/* Comments  ----------------------------------*/

#comments-wrap {
}
.textarea {
	border:1px solid #bbb;
	background:#fff;
	width:280px;
	color:#333;
}
.textarea:hover {
	border:1px solid #bbb;
	background:#eee;
	width:280px;
}
.Cbutton {
	border:none;
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	padding:4px;
	background:#8c0000;
	color:#fff;
	text-transform:uppercase;
}
.Cbutton:hover {
	border:none;
	background:#333;
	color:#fff;
}
/*	Headers	*/

#comments-wrap h6 {
	font-size: 20px;
}
/*	Comments	*/

.commentlist {
}
.commetmainauthor {
	background:#F2F2F2;
	clear:both;
	margin-bottom:15px;
	padding: 5px 10px 5px 10px;
	overflow:hidden;
	height:100%;
	border-top:1px dashed #ccc;
	border-bottom:1px solid #ccc;
}
.commetmain {
	clear:both;
	margin-bottom:15px;
	padding: 0 10px 5px 10px;
	overflow:hidden;
	height:100%;
	border-bottom:1px solid #ccc;
}
.commet_top {
	font:11px Georgia, "Times New Roman", Times, serif;
	padding:5px 0;
	margin-bottom:5px;
	color:#777;
}
.comm_list {
	margin-bottom:15px;
}
.commet_left {
	width:20%;
	float:left;
	font:11px Georgia, "Times New Roman", Times, serif;
}
.commet_right {
	width:75%;
	float:right;
	padding:5px 0 10px 15px;
	border-left:4px solid #ccc;
	min-height:55px;
}
#content .commetmain p {
	margin:0;
	padding:0;
}
.thecomment {
	margin: 0px;
}
.comment-body {
	margin:0;
}
.comment-metadata {
	padding:5px 10px;
	color: #333;
	font-weight:bold;
	font-size:11px;
}
.comment-metadata a, .comment-metadata a:visited {
	color:#333;
	text-decoration:none;
}
.comment-metadata a:hover {
	color: #777;
}
.authorcomment {
	margin: 0px;
	font-size:12px;
}
.authorcomment .comment-body {
	border: none;
}
.authorcomment .comment-metadata {
	padding:0 10px;
	background: #fff;
	color: #333333;
}
.authorcomment .comment-metadata a {
	color:#333;
	text-decoration:none;
}
.authorcomment .comment-metadata a:hover {
	color: #333;
}
.nav-next {
	padding-right:8px;
	font-weight:bold;
}
.nav-previous {
	padding-left:8px;
	font-weight:bold;
}
.comment-author {
	padding-bottom:5px;
	font-size:11px;
	text-align:center;
}
/* sidebar content ----------------------------------*/
 
/*widget calendar css =================================================== */

#wp-calendar {
	width:100%;
}
#sidebar .widget_calendar h2, widgettitle {
	display:none;
}
#sidebar #calendar_wrap caption {
	margin:5px 0 3px 0;
	padding:8px 0 8px 10px;
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#208cbc;
	background:url(images/sheadbg.png) no-repeat;
	width:100%;
}
/* widget search css ===================================================  */	

#search {
	background:#eee;
	border:1px solid #ccc;
	padding:8px;
	overflow:hidden;
	height:100%;
}
#sidebar input {
	border:1px solid #ccc;
	margin:5px;
	padding:3px;
	color:#208cbc;
}
#search br {
	display:none;
}
/*search end */

.Sponsors {
	text-align:center;
}
.ads {
	margin:5px 0px 5px 0;
}
#sidebar a {
	color: #666;
	text-decoration: none;
}
#sidebar a:hover {
	color:#208cbc;
}
#sidebar h2 {
	margin:5px 0 3px 0;
	padding:8px 0 8px 10px;
	font:18px Georgia, "Times New Roman", Times, serif;
	color: 208cbc;
	background:url(images/sheadbg.png) no-repeat;
}
#sidebar h3 {
	margin:0 0 5px 0;
	padding:8px 0 0px 0;
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	color:#333;
}
.rss {
	float:right;
	position:relative;
	top:-22px;
}
* html .rss {
	top:-25px;
}
*+html .rss {
	top:-25px;
}
#sidebar ul, #sidebar ul li {
	margin:0 3px 25px 2px;
	padding:0;
	font-size:12px;
	list-style-type: none;
	color:#9f9f9f;
}
#sidebar ul li ul {
	margin:0;
	padding:0;
}
#sidebar ul li ul li {
	margin: 0;
	padding: 3px 0 3px 5px;
	background:url(images/sepretor_hr.png) repeat-x bottom;
}
#sidebar ul li ul li a {
	color: #666;
	line-height:18px;
	text-decoration: none;
	border-bottom:none;
}
#sidebar ul li ul li a:hover {
	text-decoration: none;
}
#sidebar ul li ul li ul li {
	margin:0;
	padding: 3px 0 3px 22px;
}
#sidebar ul li ul li ul li a {
	color: #666;
	margin: 0;
	text-decoration: none;
	border-bottom:none;
}
#sidebar ul li ul li ul {
	border: none;
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li ul li a:hover {
	background-position:0 8px;
}
.subscribetextbg {
	height:28px;
	padding:3px 0;
	width:193px;
	margin:2px 0 0 0;
	background-position:0 4px;
}
.subscribe_textield {
	width:145px;
	border:none;
	background:#f4f3db;
	border:1px solid #c5c4ab;
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#208cbc;
	margin:0 0 0 3px;
	padding:3px;
	float:left;
}
.subscribe {
	float:right;
	margin-top:-13px;
}
/* bottom ---------------------------------- */


.bottom {
	background:#edd3ac url(images/bottom_top.png) no-repeat top;
}
.bottom-in {
	background:url(images/bottom_bo.png) no-repeat bottom;
	padding:15px 10px;
	height:100%;
	overflow:hidden;
}
.bottom h2 {
	margin:0 0 3px 0;
	padding:0px 0 8px 10px;
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
.categories {
	width:570px;
	float:left;
}
.flickr_r {
	width:320px;
	float:right;
}

.flickr_r  .flickr {
	clear:both;
	margin-bottom:25px;
	margin-left:11px;
	overflow:hidden;
}
.flickr_r .flickr img{ 
	margin:2px 5px 5px 5px;
	font:10px Arial, Helvetica, sans-serif; 
	color:#bbb;
	width:65px;
	height:65px;
	float:left;
	display:inline;
	border:3px solid #666;
}

.flickr_r .flickr img:hover{
	border-color:#fff; 

}





.categories ul {
	margin:8px 0 0 8px;
	padding:0;
	font:11px Georgia, "Times New Roman", Times, serif;
	clear:both;
}
.categories li {
	margin:0 25px 0 0;
	padding:3px 0 5px 11px;
	float:left;
	width:150px;
	color:#666;
	background:url(images/bullet6.png) no-repeat left 8px;
	border-bottom:1px dotted #333;
}
.categories ul li ul {
	display:none;
}
.categories li ul li {
	display:none;
}
.categories li a {
	color:#666;
	text-decoration:none;
}
.categories li a:hover {
}
/* sponser links ---------------------------------- */

.sponsorlinks {
	padding:8px;
	border-top:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
	overflow:hidden;
	height:100%;
}
.sponsorlinks h2 {
	margin:0 0 3px 0;
	padding:0px 0 8px 10px;
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	color:#333;
	text-transform:uppercase;
}
.sponsor ul {
	margin:8px 0 0 8px;
	padding:0;
	clear:both;
}
.sponsor li {
	margin:0;
	padding:5px 11px 5px 11px;
	float:left;
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#49381f;
	background:url(images/sepretor.png) no-repeat right;
}
.sponsor li a {
	color:#666;
	text-decoration:none;
}
.sponsor li a:hover {
}
/* footer ---------------------------------- */

#footer p {
	margin:0 0 5px 0;
	padding:0;
	line-height:22px;
	color:#49381f;
	font:11px Georgia, "Times New Roman", Times, serif;
}
#footer span {
	color:#49381f;
	position:relative;
	top:5px;
}
#footer span a {
	color:#49381f;
	text-decoration:none;
}
#footer span a:hover {
	color:#000;
	text-decoration:none;
}
#footer a {
	color: #49381f;
}
#footer a:hover {
	color: #fff;
}
#flinks {
	float:right;
	list-style:none;
}
#flinks li {
	display: inline;
	line-height:26px;
}
#flinks li a {
	color:#49381f;
	padding:0px 8px 0 8px;
	margin:0;
	font:bold 11px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-decoration:none;
}
#flinks li a:hover {
	display: inline;
}
/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
