/*-----------------------------*/
/* 1. SETUP */
/*-----------------------------*/

/* 1.1 Defaults */

body  {
	color: #3f312e;
	background: #270232 url(blue/bg_stripes4.png) repeat top left;
}

h1, h2, h3, h4, h5, h6  {
	color: #560C60;
}

/* 1.2 Hyperlinks */

/*a:link, a:visited  { color: #fb5e00; }*/

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  {
	color: #560C60;
}


/*-----------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-----------------------------*/

/* 2.1 Containers */

#main  {
	width: 1060px;
	min-height:800px;
}
#container  {
	width: 1060px;
	margin: 0 auto;
}

#content  {
	float: left;
	width: 720px;
	margin: 0;
	min-height: 630px;
}

#main #content  {
	padding: 10px 10px 0px 10px;
	background-color: #fff;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;

}
#quick-nav-container {
float:left;
height:0;
margin:0;
padding:0;
position:relative;
top:350px;
left:-35px;
width:771px;
z-index:1;
}

#quick-nav-container a.prev {
background:transparent url(../images/buttons3.png) repeat scroll 0 0;
float:left;
height:68px;
width:85px;
}

#quick-nav-container a.next {
background:transparent url(../images/buttons3.png) repeat scroll -85px 0;
float:right;
height:68px;
width:85px;
}

.fbLikeContainer 
{
 margin: 15px auto 0 auto;
}
/* 2.2 Header */
#header {
/*background:#140024  none repeat scroll 0 0;
border-bottom:2px solid #280347;*/
}

#logo img { margin: 10px 0 0px 5px; }
#header-content {
	margin: 0 auto 3px auto;
	width: 1000px;
}


.dd_ajax_float
{
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;

}
/* 2.4 Introduction */

#introduction  {
	border-bottom: 1px solid #c0d9e2;
}

#about  {
	background: #fb5e00 url(blue/about.jpg) repeat-x top left;
}

#about h2  {
	color: #fff;
}

#about p  {
	color: #fff;
}

#about img  {
	border: 5px solid #f57833;
}

#about .fold  {
	background: url(blue/about_fold.png) no-repeat left top;
}

#connect  {
	border: 1px solid #ededed;
}

#connect ul li a  {
	color: #1b82a8;
	background: url(blue/connect_grad.png) repeat-x top left;
}

#connect ul li a span  {
	color: #3f312e;
}

/* 2.5 Content */

h2.result_heading  {
	border-bottom: 2px solid #3f312e;
}

/* 2.6 sidebar */

#sidebar {
	float: left;
	width: 320px;
/*	margin: 0px 0 0 10px;*/
}

#sidebar a  {
	color: #810674;
	font-weight:bold;
}

/* 2.7 Footer */
#bottom-ad
{
	background: white;/*#281B28*/;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	overflow:hidden;
	clear:both;
	margin:10px 0px;
	padding: 5px
}

#similar-posts-footer
{
	background: #281B28;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	overflow:hidden;
	clear:both;
	margin:10px auto 0;
	padding: 12px
}
#footer p  {
	color: #1b6784;
}

#footer ul li a  {
	color: #4f4f4f;
}

#footer ul li.current_page_item a, #footer ul li a:hover  {
	color: #3f312e;
}



/*-----------------------------*/
/* 3. WIDGETS */
/*-----------------------------*/

.widget  {
	margin: 15px 0 0 10px;
	padding: 5px;
	background: white;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width:300px;
}

#top-right-widget
{
	background-color: #fff;
	/*-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;*/
	margin-top:0px;
	float:left;
	width:300px;
	/*padding:9px;*/
	margin-left:10px;
}

.widget h3  {
	color: #fff;
	background-color: #1b82a8;
}

.widget h3 span.fold  {
	background: url('blue/widget_fold.png') no-repeat center center;
}

.widget ul li a:link, .widget ul li a:visited  {
	border-bottom: 1px solid #e0e6e6;
	color: #6c6c6c!important;
	background: url(blue/bullet.png) no-repeat 8px 13px;
}

.widget ul li a:hover  {
	color: #1b82a8!important;
	background-color: #f0f0f0;
	background-image: url(blue/bullet_hover.png);
}

.widget_recent_comments li  {
	border-bottom: 1px solid #e0e6e6;
	background: url(blue/bullet.png) no-repeat 8px 13px;
}

.widget_recent_comments li a  {
	background: none!important;
	border: none!important;
}

#searchform #s  {
	border: 1px solid #898989;
}

#searchform .submit  {
	color: #fff;
	border: 1px solid #fb5e00;
	background-color: #ee7329;
}

#twitter a  {
	background-image: none;
}

/*-----------------------------*/
/* 4. POSTS */
/*-----------------------------*/

.post  {
	border-bottom: 1px solid #dcd6d5;
	padding: 20px 0;
}

.post .meta  {
	color: #8a7975;
}

.post .meta .comments  {
	background: url(blue/ico-comments.png) no-repeat right 1px;
}

.post .categories a  {
	/*color: #fff;
	background-color: #fb5e00;*/
}

.post .categories a:hover  {
	text-decoration: none;
}

/* 4.1 Typographic Elements */

.entry blockquote  {
	color: #666;
}

/* 4.2 Images */

.entry img  {
/*	border: 3px solid #dbdbdb;*/
}

img.wp-smiley  {
	border: none;
}

/* 4.3 Page Navi */

.Nav strong.on  {
	color: #fff;
	background-color: #4C1BA9;
}

.Nav a:link, .Nav a:visited  {
	color: #4C1BA9;
}

/*-----------------------------*/
/* 5. COMMENTSAREA */
/*-----------------------------*/

/* 5.1 Comments */

#comments ol.commentlist  {
	border-top: 1px solid #dcd6d5;
}

#comments ol.commentlist li {
	border-bottom: 1px solid #dcd6d5;
}

#comments ol.commentlist li .comment-head .avatar img  {
	border: 3px solid #dcd6d5;
}

#comments ol.commentlist li .comment-head .user-meta span.date  {
	color: #565656;
}

#comments ul.children {
	background: url(blue/comment_reply.png) no-repeat left 11px;
}

#comments ul.children li {
	border-bottom: 0;
}

#comments .navigation .alignright, #comments .navigation .alignleft { margin:0;}
#comments .navigation a {
	color: #fff;
	background: #9F9F9F;
}

#comments .navigation a:hover {background: #888;}

#comments .commentlist #respond #form_wrap {
	border:0;
}

/* 5.2 Comments Form */

#commentform input.txt  {
	border: 1px solid #898989;
}

#commentform textarea  {
	background-color: #f4f4f4;
	border: 1px solid #898989;
}

#commentform #submit  {
	color: #fff;
	border: 1px solid #fb5e00;
	background-color: #ee7329;
}

/*-----------------------------*/
/* 6. GENERAL STYLES */
/*-----------------------------*/

