/*  
Theme Name: Chi Sky
Theme URI: http://chi sky
Description: chisky
Version: 1
Author: Pwcreations
Tags: Simple, Rounded, 1 Right Sidebar
*/

body{
	background : url(i/bg.jpg);
	font-family : arial;

}
img {
	border : 0px;
}
a {
	text-decoration : none;
	color : #174079;
}
a:hover{
	color : #2470ce;
}
#header {
	position : absolute;

	left : 24px;
}

#roundbox {
	margin : 10px auto 0 auto;
	width : 775px;
	position : relative;
	font-size : 12px;
	
}	
#roundtop {
	width : 775px;
	background : url(i/roundhead.jpg) no-repeat top;
	height : 14px;
	
}	
#roundcontent {
	width : 710px;
	background : url(i/roundbg.jpg) repeat-y;
	padding : 200px 33px 10px 32px;

}
#roundbottom {
	width : 775px;
	background : url(i/roundbottom.jpg) no-repeat bottom;
	height : 34px;
}
#content {
	width : 470px;

	float :left; 
	display : inline;
	
}
#sidebar{
	width : 220px;
	float : right;
	display : inline;
}
.post {
	width : 464px;
	margin : 0 auto 15px auto;
}
.posthead {
	width : 464px;
	height : 30px;
	background : url(i/posthead.jpg) no-repeat top;
}
.posthead a {
	color : #fff;
}
.postcontent {
	width : 444px;
	background : url(i/postbg.jpg) repeat-y;
	padding : 10px 10px 10px 10px;
	border : 0px red solid;
	
}
.postbottom {
	width : 464px;
	height : 10px;
	background : url(i/postbottom.jpg) no-repeat bottom;
}
.title {
	float : left;
	display : inline;
	color : #fff;
	font-weight : bold;
	font-size : 14px;
	margin : 5px 0 0 5px;
}

.category {
	float : right;
	display : inline;
	color : #fff;
	font-weight : bold;
	font-size : 11px;
	margin : 4px 5px 0 0px;
}
.datep {
	margin : 0 0 6px 2px;
	font-size : 11px;
	color : #6f6f6f;
}
.panelp {
	margin : 0 0 10px 3px;
	font-size : 11px;
	color : #6f6f6f;
	background : url(i/panelbg.jpg) repeat-x;
	height : 20px;
	text-align : center;
	padding : 4px 0 0 0;
}
.metap{
	text-align : center;
	margin : 15px auto 0 auto;
	font-size : 11px;

}
.metap2{
	text-align : left;
	margin : 15px auto 0 auto;
	font-size : 10px;

}
.contentp {
	text-align : justify;
	font-size : 12px;
	color : #2f2f2f;
}
.contentp  img{
	margin : 5px;
}
.alignright {
	float: right;
}

.alignleft {
	float: left
}


/* sidebar css */

.widget{
	width : 220px;
	margin : 5px auto 10px auto;
}
.widgethead {
	width : 215px;
	background : url(i/widgethead.jpg) no-repeat top;
	height : 26px;
	color : #fff;
	font-weight : bold;
	padding : 5px 0 0 5px;
	
}
.widgetbottom {
	width : 220px;
	background : url(i/widgetbottom.jpg) no-repeat bottom;
	height : 7px;
}
.widgetbg {
	width : 210px;
	background : url(i/widgetbg.jpg) repeat-y;
	padding : 0 5px 0 5px;
}
#tabbed #widgetabbg {
	width : 210px;
	height : 170px;
	background : url(i/widgetbgtab.jpg) repeat-y;
	padding : 0 5px 0 5px;
	overflow : auto;
}
#tabbed .widgetbottom {
	width : 220px;
	background : url(i/widgetbottomtab.jpg) no-repeat bottom;
	height : 7px;
}
.widgetbg  ul{
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.widgetbg ul li{
	border-bottom: 1px solid #dadada;
	font-size: 11px;
	display: block;
	padding: 2px 0;
	padding-left: 5px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
}
#tabbed .tab {
	margin : 0;
	padding : 0;
	height : 16px;
	_background : url(i/widgettab.jpg) no-repeat bottom;
}
#tab1, #tab2, #tab3 {
	display : none;
}

#widgetabbg ul{
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

#widgetabbg ul li{
	margin-bottom: 2px; /*bottom spacing between menu items*/
	font-size: 10px;
	background: url(i/bullet.jpg) no-repeat 0 1px; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
}

#widgetabbg li {
	margin	: 0!important;
}

#widgetabbg h2{
	font-size : 11px;
	margin : 5px 0 5px 0;
	font-weight : normal;
	color : #4c91d1;
}

#searchform #s {
	width : 150px;
	
}
#searchform #searchsubmit {
	width : 54px;
	height : 21px;
	border : 0px;
	background : url(i/searchbutton.jpg);
}
#sidebarlogin {
	font-family : verdana;
	font-size : 10px;
}
#sidebarlogin p{
	margin : 0 0 5px 0;
}
#user_login,  #user_pass{
	width : 140px;
}
#rssbar .small{
	font-size : 10px;
	color : #a49fa4;
}
#gosubs {
	font-size : 10px;
	border : 1px #f0913b solid;
	color : #fff099;
	background : #f0913b;
}
#emailsubs {
	font-size : 10px;
	border : 1px #f0913b solid;
	background : #fff099;	
}
.sidelogin{
	position : relative;
	height : 25px;
}



/* comment css */
#commentform input {
	width: 170px;
	border : 0px #2470ce solid;
	font-size : 14px;
	background : #6fb0c2;
	color : #fff;
}

#commentform p{
	margin : 0 0 5px 0;
	}
#commentform textarea {
	width: 90%;
	border : 0px #2470ce solid;
	font-size : 14px;
	background : #6fb0c2;
	color : #fff;
}
.comment {
	padding : 5px;
}
.odd {
	background : #d0d0d0;
}
.vcard  {
	position : relative;
}
.avatar  {
	position : absolute;
	right : 0;
}
.commentlist {
	font-size : 11px;
}
/* End Comments */
