/*
Theme Name: Citisins Blog
Theme URI: http://www.citisins.com/
Description: This theme is only for official site citisins by <a href="http://jaypandey.com/">Jay Pandey</a>.
Version: 2.0
Author: Jay Pandey
Author URI: http://jaypandey.com/
Tags: Citisins, citisins blog, blue, two columns, official, Jay Pandey

	Citisins Blog v2.0
	 http://jaypandey.com

	This theme was designed and built by Jay Pandey,
	specially to be used on citisins http://citisins.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* CSS Document */
body{
	margin:0; background-color:#ffffff; font-family:"Trebuchet MS", Arial, Helvetica;
}

/* top background */
.top{
	background-image:url(./img/bg-top.jpg); background-repeat:repeat-x; height:89px;
}

/* for logo */
.logo{
	background-image:url(./img/logo-critisins.gif); background-position:left; background-repeat:no-repeat; height:62px; width:358px;
}

/* top right text and links */
.toptext{
	font: 16px Arial, Helvetica, sans-serif; color:#ffffff; text-align:right; padding-right:15px;
}
.toptext a{
	font: 11px Arial, Helvetica, sans-serif; color:#ffffff; font-weight:bold; text-decoration:none;
}
.toptext a:hover{
	color:#ffffff; font-weight:bold; text-decoration:underline;
}

/*tabs*/
#maintab {
	margin-left: 0px; background-image:url(./img/navbg.gif); width:100%; height:27px;
}

#maintab ul {
	margin: 0; padding-left:1px; list-style: none;
}
#maintab li {
	float: left; margin:0;  font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;  font-weight:bold;
}
#maintab a {
	float:left;  text-decoration:none; color: #4d4b4b;  padding:0 0 0 16px;
}
#maintab a:hover{
	color: #FFFFFF;  background-image:url(./img/navbghover.gif); margin-left:-1px; margin-right:-1px; background-position: 0 -27px; border-left:1px solid #788083;  border-right:1px solid #788083;
}
#maintab a.current {
	color: #FFFFFF;  background-image:url(./img/navbghover.gif); margin-left:-1px; margin-right:-1px; background-position: 0 -27px; border-left:1px solid #788083;  border-right:1px solid #788083; cursor:pointer;
}
#maintab a span {
	float: left; padding: 3px 17px 5px 0; cursor: hand;
}
#maintab a.current:hover span {
	cursor: default; background-position: 0 -27px;
}

/* spacing between sections */
.space{
	width:10px;
	height:10px;
}

.space_8{
	height:8px;
	background-color:#ffffff;
}

/* button */
#btn a {
	float:left; font-size:24px; font-family:"Trebuchet MS", Arial, Helvetica; text-decoration:none; color: #ffffff;  padding:0 0 0 16px; margin-left: 0px; background-image:url(./img/btnbg.gif); height:34px;
}
#btn a:hover{
	color: #FFFFFF;  background-image:url(./img/btnbghover.gif); background-position: 0 -34px;
}
#btn a span {
	float:left; padding: 0 17px 5px 0; cursor: hand;
}

/* button */
.btnSmall a{
	font-size:14px; font-family:"Trebuchet MS", Arial, Helvetica; text-decoration:none; color: #ffffff;  padding:3px 10px 3px 10px; margin-left: 0px; background-image:url(./img/btnbg.gif); height:22px;
}

.btnSmall a:hover{
	color: #FFFFFF;  background-image:url(./img/btnbghover.gif); background-position: 0 -34px;
}
#btnSmall a span {
	float:left; padding: 2px 10px 5px 0; cursor: hand;
}

/* button */
.btnTiny a{
	font-size:12px; font-family:"Trebuchet MS", Arial, Helvetica; text-decoration:none; color: #ffffff;  padding:1px 5px 1px 5px; margin-left: 0px; background-image:url(./img/btnbg.gif); height:20px;
}

.btnTiny a:hover{
	color: #FFFFFF;  background-image:url(./img/btnbghover.gif); background-position: 0 -34px;
}
.btnTiny a span {
	float:left; padding: 2px 10px 5px 0; cursor: hand;
}

/* font sizes */
 .size30{
	font-size:30px;                                                                      
  }
  
 .size22{                                                                                     
          font-size:22px;                                                                      
  }

.size24{
	font-size:24px;
}
.size18{
	font-family: Arial, Helvetica, sans-serif;  font-size:18px;
}
.size14{
	font-size:14px;
}
.size12{
	font-size:12px;
}

.arial-grey16{
	font-family:Arial, Helvetica, sans-serif; font-size:16px;color:#5c5a5a;
}
.arial-grey11{
	font-family:Arial, Helvetica, sans-serif; font-size:11px;color:#5c5a5a;
}
.arial-grey12{
	font-family:Arial, Helvetica, sans-serif; font-size:12px;color:#4d4d4d;
}

.no_item_found{
	margin:0px;
	padding-left:14px;
	border-left:1px solid #5c5a5a;
	border-right:1px solid #5c5a5a;
	border-bottom:1px solid #5c5a5a;
	border-top:1px solid #5c5a5a;
	font-family:Arial, Helvetica, sans-serif; font-size:12px;color:#5c5a5a;
}

/* form */
form {
	margin:0; padding:0;
}
select {
	font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#000000;	
}

/* normal text's to be used */
.txtWhite{
	font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF;
}
.txt{
	font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#444444;
}

/* textbox */
.txtBox{
	width:252px; font-size:12px; 
}
.txtBoxSignUp{
	width:300px; font-size:12px; 
}

/* links */
.linkblue{
	color:#4d4b4b;
}
.linkblue a{
	color:#4d4b4b;
	text-decoration:underline;
}
.linkblue a:hover{
	color:#4d4b4b;
	text-decoration:none;
}

/* footer */
.footer{
	background-image:url(./img/bg-footer.gif); height:54px; font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#5c5a5a;
}
.footer a{
	color:#5c5a5a; text-decoration:none;
}
.footer a:hover{
	color:#5c5a5a; text-decoration:underline;
}


/* Sidebar */
#sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}

#sidebar li {
margin-bottom: 20px;
color: #666666;
}

#sidebar li li {
margin-bottom: 0;
padding: 0 0 0 5px;
}

#sidebar a {
color: #666666;
}

#sidebar a:hover {
color: #FF6600;
}

/* sidebar - When Widgets are activated */

#sidebar h2{
background: #2A93D4;
line-height: 20px;
color: #FFFFFF;
font-size: 12px;
font-weight: normal;
margin: 0px 0px 10px 0px;
padding: 1px 0px 1px 5px;
}

/* sidebar - Text Widget */
.textwidget{
color:#666666;
padding: 0 5px 0 5px;
font-size: 12px;
font-weight: normal;
}

/* sidebar - When Widgets are not activated */
#sidebar h3{
background: #2A93D4;
line-height: 20px;
color: #FFFFFF;
font-size: 12px;
font-weight: normal;
margin: 0px 0px 10px 0px;
padding: 1px 0px 1px 5px;
}

#side_search input {
color:#626262;
font-size:14px;
width:160px;
height:18px;
padding:0px 0px 0px 0px;
margin:0px 5px 0px 9px;
vertical-align:middle;
}

#side_search .input {
width:21px;
height:20px;
background:none;
border:none;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
vertical-align:middle;
}

#calendar a a:link a:visited a:hover {
font-weight:bold;
}

#calendar caption {
font-size: 12px;
}

#s, input.textbox {
border:1px solid #e0e0e0;
margin-bottom:10px;
}

#searchbtn, input.submit {
background:#fff;
border:1px solid #e0e0e0;
}

/* ---------------------------------------------------------------- */

blockquote {
border-left:#47620b 2px solid;
background:#EFF8FC;
margin:12px;
padding:0 12px;
}


#content img {
padding : 5px 12px 0px 0px;
display: inline;
border:0;
float:left;
}



/* img in content, classes can be applied in admin-editor */
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}
/* End of img classes */

.clear {
clear:both;
}

#sidebar ul, ol {
margin:0;
padding:0px 15px;
}




/* Comments */
#comments {
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
color:#232323;
padding: 0 0 20px 0;
}

#respond {
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
color:#232323;
padding: 35px 0 0 0;
}

#content .commentlist {
margin:0;
padding:0;
border-top:#ccc 1px dotted;
width:500px;
}

#content .commentlist li {
list-style:none;
margin: 0;
padding:10px;	
border-bottom: #ccc 1px dotted;	
}

.commentlist li.alt {
background:#EFF8FC;    
}

.commentlist li .cmtinfo {
font-size:13px;		
}

.commentlist li cite {
font-style:normal;
font-weight:bold;
font-size:13px;
}

.commentlist li .cmtinfo em {
float:right;
margin:0;
padding:0;
font-style:normal;
font-size:13px;
color:#999;
}

#content .nocomments {
text-align:center;
color:#999;
font-size:13px;
}

#main .trackback {
background:url(img/trackback.png) no-repeat left center;
padding:0px 17px;
font-size:13px;
}

#main .feed {
background:url(img/icon_feed.gif) no-repeat left;
margin:0;
padding:0 16px;
font-size:13px;
}

.post_comments a {
color:#232323;
font-weight: bold;
border-bottom:1px solid #999999;
}
.post_comments a:hover {
color:#232323;
text-decoration:none;
font-weight:bold;
border-bottom:1px solid #FF6600;
}

.small {
padding: 0 0 5px 0;
}

input.textbox {
border:#ccc 1px dotted;
background:#EFF8FC;
font:12px Verdana, Arial, Serif;
padding:2px;
margin:2px 0;
width:300px;
}

textarea{
width: 90%;
padding:5px;
height: 240px;
border: 1px dotted #ccc;	
background:#EFF8FC;
font:12px Verdana, Arial, Serif;
}

.textbox:focus, textarea:focus {
background:#fff;
border:#999 1px dotted;
}

/* Content */
#crumps {
width: 100%;
padding: 0 0 5px 0;
font-size:10px;
color:666666;
border-bottom:1px dotted #666666;
}

#crumps a {
color:#666666;
}

#crumps a:hover {
color:#666666;
text-decoration:none;
border-bottom:1px solid #FF6600;
}

#content h2 {
font-size:22px;
font-weight:normal;
color:#232323;
padding:20px 0 0 0;
}

#content h2 a{
font-size:22px;
font-weight:normal;
color:#232323;
}

#content a.more-link {
color:#829922;
text-decoration:none;
border-bottom:0px;;
}

#content a:hover.more-link {
color:#FF6600;
text-decoration:none;
border-bottom:0px;;
}

.post_date {
font-size:12px;
margin: 0px 0px 10px 0px;
padding: 1px 0px 8px 0px;
}

.post_author {
font-style:italic;
font-weight:bold;
}

.post_content a {
color:#232323;
text-decoration: underline;
}

.post_content a:hover {
color:#FF6600;
}

#content .post_footer 
{
color:#999999;
font-size:10px;
padding:0 0 30px 0;
clear:both;
letter-spacing:1px;
}

#content .post {
	margin-bottom:12px;
	padding: 0 0 25px 0;
}

#content .post-meta{
	margin:0;
	font-size:12px;
	font-weight:bold; 
	color:#2A93D4;
	padding: 30px 0 0 0;
}

#sidebar form, #sidebar table, #sidebar p {
	padding-left:12px;
	margin:6px 0;
}

#content ul {
	list-style-image:url(img/bullet.gif);
	padding: 0 0 30px 50px;
}



/* Header Search */
#search {
vertical-align:top;
padding:13px 5px 5px 48px;
color:#ffffff;
}

#search input {
color:#626262;
font-family: Arial, Verdana, Helvetica;
font-size:14px;
width:220px;
height:18px;
padding:0px 0px 0px 0px;
margin:0px 5px 0px 9px;
vertical-align:middle;
}

#search .input {
width:21px;
height:20px;
background:none;
border:none;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
vertical-align:middle;
}


/* headlines */

#header * {
text-decoration: none;
color:#2A93D4;
}

#header h1 {
float: left;
font-size:42px;
}

#header h2 {
float: left;
font-size:14px;
padding:25px 0 0 10px;
color: #B9B9B9;

}

/* Header Navigation */

#header_buttons{
width:150px;
height:16px;
margin: 0px auto 0px;
padding: 60px 10px 4px 0px;
float: right;
}

#header_buttons img {
border:0;
float: right;
padding: 0 4px 0 0;
}

#header_nav {
clear:both;
background-image:url(img/bg_headernav.png);
background-repeat:no-repeat;
width: 915px;
height: 34px;
color: #FFFFFF;
margin: 0px auto 0px;
padding: 0px 0px 0px 5px;
}
	
#header_nav_left {
width: 620px;
float: left;
margin: 0px;
padding: 4px 0 0 0;
}
	
#header_nav_right {
width: 270px;
float: right;
margin: 0px;
padding: 7px 13px 0px 0px;
text-align:right;
}

#header_nav_left ul {
padding:2px 0;
margin:0;
list-style: none;
position: relative;
}

#header_nav_left li {
margin:0;
padding: 0;
display: inline;
}

#header_nav_left li a {
color: #ffffff;
font-weight: bolt;
text-transform:uppercase;
text-decoration: none;
font-size: 10px;
padding:0px 10px;
}

#header_nav_left li a:hover,#header_nav li.current_page_item a {
color:#fff;
text-decoration: underline;
}

///////////////////////////////////////////////

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight:normal;
}

p, ul, ol, blockquote {
	font-size: 13px;
	line-height: 23px;
}

#header, #content, #sidebar, #footer, .widget {
	overflow:hidden;
}

/* Structur */

#main {
width: 920px;
margin: 0 auto;
}

#content {
float: left;
width: 599px;
padding: 0px 15px;
}

#sidebar {
float: right;
width: 260px;
padding: 20px 0 0 0;
}