/*  
Theme Name: Utsib
Theme URI: TBD
Description: <p>A customized three-column theme used by Utsib.net.  Built on the skeleton of Prosumer.</p>
<p>The CSS, XHTML and design is released under a <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a></p>
Version: 0.1
Author: Tim Robinson
Author URI: http://www.utsib.net
Tags: three-columns,fixed-width, orange, green,threaded-comments,right-sidebar,left-sidebar

	This theme was designed and built by Tim Robinson based on an original theme by Nurudin Jauhari,

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

/* Social Style 
********************* */

html
{
	height: 100%;
	margin-bottom: 0.1em;
}
*
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
p
{
	line-height: 1.6em;
	/*margin: 0.7em 0;*/
}
dl
{
	margin: 1em 0;
}
dt
{
	font-weight: bold;
}
dd
{
	margin: 0.5em;
	padding: 0;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


hr
{
	display: none;
}
body
{
	background: url(images/bg_stone.jpg);
	color: #333;
	font: 72%/1.6em Georgia, "Times New Roman", Times, serif; 
	margin: 0;
	padding: 0;
	text-align: center;
}
a
{
	text-decoration: none;
}
a:link, a:visited
{
	color: #666;
}
a:hover, a:active
{
}
h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Etc
******************** */
br.clear {
	clear: both;
}

/* Design 
******************** */
#top {
	margin: 0 auto;
	width: 950px;
	position: relative;
	height: 150px;
}

#page {
	text-align: left;
	width: 1080px;
/*	background: #FFFDF6;*/
	margin: 20px auto 10px;
}
#header {
	background: #1BACF2;
	border-bottom: 5px solid #B98718;
}
#headr {
	width: 1000px;
	margin: 0 auto;
	color: #C3EAFB;
	text-align: left;
}
#headr h1 {
	margin: 0;
	padding: 20px 0 0 600px;
	font-size: 3em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#headr h1 a {
	color: #FFF;
	}
#headr h1 a:hover {
	color: #FFF;
	}
#headr .description {
	padding: 10px 0 0 600px;
	color: #efefef;
}
.rss2 {
	position: absolute;
	right:0;
	bottom: 0;
}
#left {
	float: left;
}
#right {
	float: right;
	width: 175px;
}

#content {
	width: 700px;
	float: right;
	margin: 0px 10px;
}
	#content-wide {
		width: 700px;
	}
.post {
/*	width: 650px;
	background-image: url(images/div-single.png);
	background-repeat:  no-repeat;*/
	padding: 0 20px;
/*	margin-bottom: 10px;*/
}

.entry {
	margin-bottom: 10px;
	text-align: justify;
}

.entry p {
	margin-bottom: 1em;
}

.entry  a {
	color: #8A3344;
}

.postsingleholder {
	padding:  10px 45px 0 55px;
}

.side1 {
	width: 180px;
	float: left;
}
.side2 {
	width: 180px;
	float: right;
}

.side1 p, .side2 p{
	margin: 0;
}


/* placeholder <p> tag for top of boxed sidebar sections */
.boxtop, .boxbottom {
	display: block;
	width: 180px;
	background-repeat: no-repeat;
}

.boxtop, .boxmiddle, .boxbottom{
	margin: 0;
}
.boxmiddle{
	background-image: url(images/side_block_body.png);
}
.boxtop{
	background-image: url(images/side_block_top.png);
	height: 10px;
}
.boxbottom{
	background-image: url(images/side_block_bottom.png);
	margin-bottom: 10px;
	height: 11px;
}

.side1 ul li, .side2 ul li{
	padding: 0 5px;
} 

#contentmain {
	background-image: url(images/content_body.png);
	padding: 0 10px;
}

#contenttop, #contentbottom{
	height: 13px;
	width: 700px;
}

#contenttop{
	background-image: url(images/content_top.png);
}
#contentbottom{
	background-image: url(images/content_bottom.png);
}

#singletitle{
	margin-left: 100px;
}

.postsingleholder{
	background-image: url(images/div-single.png);
	background-repeat:  no-repeat;
	margin: -8px 0 10px 0;
	min-height: 285px;
}

#footer {
	border-top: 1px solid #ccc;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	width: 950px;
	position: relative;
}
#footer {
	color: #656377;
	font-size: 0.9em;
}
#footer a {
	color: #656377;
	text-decoration: underline
}
#footer a:hover {
	color: #06c;
	text-decoration: none;
}
#footer .right {
	position: absolute;
	right: 0;
	top: 10px;
	text-align: right;
}

/* Design 
******************** */
.side1  ul, .side2  ul{
	list-style: none;
}
.side1  ul.children, .side2  ul.children{
	margin-left: 16px;
}


.divider {
	display: block;
	height: 19px;
	width: 650px;
	background-image: url(images/div.png);
	background-repeat: no-repeat;
	margin: 10px auto 20px auto;
}

.divider-header{
	display: block;
	height: 22px;
	width: 650px;
	background-image: url(images/div-header.png);
	background-repeat: no-repeat;
	margin: 10px auto;
}

input#s {
	width: 155px;
	padding: 5px;
	margin-bottom: 10px;
	background: #F7F0D4;
	border: 2px solid #E2B400;
	color: #A73228;
}
input#s:focus {
	background: #fff;
	color: #A73228;
}

input#searchsubmit
{
	margin: 0;
}


/* Design  Typo
********************* */
.side1 h2, .side2 h2, .boxmiddle li.cat-item a{
	font: 1.2em "Arial Black", Arial, sans-serif;
	color: #476C17;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-left: 4px;
	background: none;
}

li.cat-item a:hover{
	text-decoration: underline;
}

.side1 ul li ul li a, .side2 ul li ul li  a, li.cat-item ul.children li.cat-item a {
	color: #333;
	background: url(images/bullet-1.png) left top no-repeat;
	padding-left: 18px;
}
.widget_get_recent_comments a:link, .widget_get_recent_comments a:visited, #recentcomments .recentcomments a:link, #recentcomments .recentcomments a:visited {
	background: none;
	padding-left: 0;
}
.side1 ul li ul li  a:hover,.side2 ul li ul li  a:hover, li.cat-item ul.children li a:hover  {
	color: #822601;
	background: url(images/bullet-2.png) left top no-repeat;
	text-decoration: underline;
}
.side1 ul li ul li.current_page_item a,.side1 ul li ul li.current-cat a, .side2 ul li ul li.current-cat a, li.cat-item ul.children li.current-cat a  {
	color: #822601;
	font-weight: bold;
	background: url(images/bullet-2.png) left top no-repeat;	
}

.side1 ul li.cat-item ul.children li.cat-item ul.children a {
	text-transform: none;
	font-size: 1em;
}

.side1 ul li ul.children li a{
	background-image: none;
}

.side1 ul li ul li, .side2 ul li ul li {
	margin-left: 0px;
	padding-left: 0px;
}

h2.pagetitle {
	text-align: left;
	font: 1.8em "Arial Black", Arial, verdana;
}

.post h2 {
	font: 2em Arial, sans-serif;	
	margin-bottom: 0;
	padding-bottom: 0;
}
.post h2 a, #singletitle h2 a {
	color: #4A8030;
}
.post h2 a:hover {	
	color: #980F1F;
}

p.meta {
	font-family: Arial, sans-serif;
	margin-bottom: 10px;
		}
				
p.meta a
{
	text-decoration: none;
}
#singletitle h2{
	font-family: "Arial Black", Arial, sans-serif;
	display: block;
	font-size: 3em;	
	line-height: 1.2em;
}

.postsingleholder p.meta {
	padding: 20px 0 0 55px;
}

span.user
{
	padding: 3px 5px;
}

span.timr
{
	padding: 3px 5px;
}
span.catr
{
	font-weight: bold;
	padding: 3px 5px;
}
span.editr
{
	padding: 2px 2px 2px 18px;
}
span.commr
{
	background: url(images/ico/comment.gif) 0 0 no-repeat;
	padding: 0 2px 0 18px;
}
.post ul.postspermonth{
	list-style:none;
	padding: 0;
	margin: 0;
}
.post p a {
	text-decoration: underline;
}
.post p a:hover {
	text-decoration: none;
}
.post ul {
	margin-left: 35px;
}
.post ol {
	margin-left: 40px;
}
.post p a:hover {
	border: none;
}
.categr, .monthr {
	margin-bottom: 20px;
}
.categr h2, .monthr h2{
	border-bottom: 1px solid #ccc;
}

.rss {
	background: url(images/feed-icon-10x10.png) left center no-repeat;
	padding-left: 12px;
}
.tags {
	font-family: Arial, sans-serif;
	margin-bottom: 10px;
	font-weight: bold;
}
	.tags a {
		font-weight: normal;
	}
	
.smaller {
	font-size: .9em;
}

.justify {
	text-align: justify;
}
	

/* Comment Etc
********************* */
.navigation 
{
	margin-bottom: 10px;
	width: 510px;
	float: left;
	height: 15px;
}

.navigation a
{
	color: #666;
}
.navigation .alignleft
{
	float: left;
	width: 50%;
}
.navigation .alignright
{
	float: right;
	text-align: right;
	width: 50%;
}



.ileft {
	float: left;
	margin-right: 5px;
}
#avatr {
	border: 1px solid #333;
}
p.stats {
	color: #999;
	font-size: .8em;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}
blockquote
{
	background: url(images/blockquote.jpg) no-repeat left top;
	color: #666;
	margin: 1em 1em 1em 2em;
	padding: 0 0 10px 20px;
}
#content .commentsfeedr
{
	background: url(images/ico/feed_add.png) no-repeat left center;
	padding: 3px 20px;
}
#content .trackbackr
{
	background: url(images/ico/arrow_refresh.gif) no-repeat left center;
	padding: 3px 20px;
}
input.textbox, textarea
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #ccc 1px solid;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
}
input.textbox:focus, textarea:focus
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #999 1px solid;
}
#submit
{
	padding: 3px 5px;
}
.comment
{
	list-style: none;
	margin: 0;
	padding: 0.5em 0.25em 0 0;
}

.children {
	margin-left: 30px;
}
.trackbacklist {
	margin-left: 20px;
}
.trackbacklist span {
}

h3#respond, h3#comments {
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	color: #333;
}
#respond {
	margin-top: 1em;
}
h3#comments {
	margin-top: 3em;
}

#comment {
	width: 580px;
}

ol.commentlist {
	margin-left:  15px;
}

fieldset {
	border: none;
}
textarea#cp_message {
	width: 100%;
}


pre {
	width: 95%;
	overflow:auto;
	font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
	color: #A73228;
	max-height: 350px;
	line-height: 18px;
	margin: 10px 0;
	border: 1px solid #A73228;
	padding: 5px;
	background: #F7E2D4;
}

code {
font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
color: #A73228;
padding: 2px;
}


/* Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #B9A359;
	text-align: center;
	background-color: #F2EACF;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

img.wp-smiley {
	vertical-align: -25%;
}

.avatar {
	float: right;
}
.commentlist li {
	position: relative;
}

.chead .comment-author {
	font-weight: bold;
}
.chead .commentmetadata {
	font-size: 11px;
}

/* Change Log *** 
1.0		: Initial Public Released
1.1 	: Fix Some Issue
1.2 	: Fix Custom Image Issue
1.3 	: Fix Footer Issue
1.4 	: Fix Recent Comment Widget Issue on WordPress 2.2
1.4.1 	: Hack Menu
1.4.2 	: Fix XHTML and CSS, add Favicon
1.5		: Add some gradient effect, better WP 2.5 compability
1.5.1	: Add Calendar Stylesheet for Widget
1.7		: Support WordPress 2.7 (Treaded Comment, Gravatar, Fix Page Menu and More), GPL License
1.8		: Add Big Comment Number
1.9		: Move Theme Hosting server and change footer layout
*** */