/*
Theme Name: JustBcoz
Theme URI: http://wordpress.org/
Description: JustBcoz Wordpress theme.
Version: 1.0
Author: The Forge Web Creations
Author URI: http://www.theforge.co.za/

	The CSS, XHTML and design is copyright to the author.
	

*/



/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Tahoma, arial, verdana, Sans-Serif;
	background: #241300;
	color: #333;
	text-align: center;
	}

#page {
	
	text-align: left;
	}



#logo 	{
	margin: 7px 9px 0 -460px;
	}

#content {
	font-size: 12px;
	line-height: 20px;
	float: left;
	padding: 0 33px 20px 33px;
	margin: 0px 0 0 1px;
	width: 594px;
	background: #fff url('images/paper.jpg') no-repeat top center;
	min-height: 426px;
	}



#middlegap {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 39px;
	height: 734px;
	background: #fff url('images/middle-shadow.jpg') no-repeat top;
	}
	
.olderposts {
	padding: 0px;
	margin: 0px;
	width: 133px;
	height: 15px;
	background: #fff url('images/older.gif') no-repeat;
	}

.newerposts {
	padding: 0px;
	margin: 0px;
	width: 133px;
	height: 15px;
	background: #fff url('images/newer.gif') no-repeat;
	}



.postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	
	}


.meta {
	font-family: tahoma, verdana, arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 20px;
	clear: left;
	padding-bottom: 15px;
	color: #453626;
	}

.meta a{
	font-weight: bold;
	color: #453626;	}


.meta a:hover{
	color: #453626;	}


h1, h2, h3 {
	font-family: tahama, Arial, Verdana, Sans-Serif;
	font-weight: normal;
	color: #9f272a;
	}

h1, h2, h3 a{
	font-family: tahama, Arial, Verdana, Sans-Serif;
	font-weight: normal;
	color: #9f272a;
	}


h1 {
	font-size: 4em;
	text-align: center;
	}

h2 a{
	font-size: 24px;
	color: #9f272a;
	padding-bottom: 0px;
	float: left;
	line-height: 28px;
	width: 450px;
	}

h2.pagetitle {
	font-size: 24px;
	color: #9f272a;
	}

#sidebar h2 {
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 1.2em;
	color: #fff;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #9f272a;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #9f272a;
	}

#form-con {
	margin: 0;
	width: 560px;
	height: 289px;
	padding: 90px 10px 10px 23px;
	background:#edead4 url(images/comment-back.jpg);
}

.comment-pop {
	text-align: center;
	}

.comment-pop a {
	color: #422f13;
	font-size: 18px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 11px Tahoma, Arial, verdana, Sans-Serif;
	}
.commentlist li ul li {
	padding: 10px 20px 10px 10px;
	font-size: 11px;
	border-left: 1px solid #958c83;
}




.commentlist li {
	font-weight: normal;
}



.commentlist cite {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	}

.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 11px;
	text-transform: none;
	}

#commentform p {
	font-family: Tahoma, Arial, verdana, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 11px Tahoma, Arial, verdana, Sans-Serif;
	}
	


#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #fff;
	}



code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #9f272a;
	text-decoration: underline;
	}

a {
	text-decoration:none;
	color: #9f272a;
}


a:hover {
	color: #9f272a;
	text-decoration: underline;
	}

#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;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#pagewrap {
	background: #241300 url('images/content-bg.jpg') no-repeat top center;
	margin: 0px auto;
	padding: 0;
	width: 100%;
	
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 990px;
	background: url('images/page-bg.gif') center repeat-y;
	
	}

#headerwrap {
	background: #241300 url('images/header-bg.jpg') no-repeat top center;
	margin: 0px auto;
	padding: 0;
	width: 100%;
	
	}

#header {
	margin: 0px auto;
	padding: 0;
	height: 396px;
	width: 998px;
	}



.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.comments {
	float: right;
	width: 125px;
	height: 55px;
	background: url('images/comments-bg.gif') no-repeat top;
	color: #422f13;
	font-size: 18px;
	padding-top: 8px;
	text-align: center;
	font-family: tahoma, verdana, arial, sans-serif;
}

.comments a {
	color: #422f13;
}


#share {
	width: 100%;
	height: 57px;
	padding-top: 73px;
	margin-bottom: 26px;
	background: #ece1be url('images/share.gif') no-repeat top;
}

/** BEGIN social navigation **/

#sharemenu {
    background:url("images/share-nav.jpg") no-repeat;
    width:380px;
    height:37px;
    margin:0px 0px 0 186px;
    padding:0;
    }


    #sharemenu span {
    display: none;
    }
 
    #sharemenu li, #sharemenu a {
    height:37px;
    display:block;
    
    }
 
    #sharemenu li {
    float:left;
    list-style:none;
    display:inline;
    }
 
    #share-twitter {width: 44px;}
    #share-facebook {width: 60px;}
    #share-stumble {width: 56px;}
    #share-delicious {width: 60px;}
    #share-digg {width: 56px;}
    #share-technorati {width: 58px;}
    #share-email {width: 46px;}
   
 
    #share-twitter a:hover {background:url("images/share-nav.jpg") 0px -37px no-repeat; }
    #share-facebook a:hover {background:url("images/share-nav.jpg") -44px -37px no-repeat; }
    #share-stumble a:hover {background:url("images/share-nav.jpg") -104px -37px no-repeat; }
    #share-delicious a:hover {background:url("images/share-nav.jpg") -160px -37px no-repeat; }  
    #share-digg a:hover {background:url("images/share-nav.jpg") -220px -37px no-repeat; }
    #share-technorati a:hover {background:url("images/share-nav.jpg") -276px -37px no-repeat; }
    #share-email a:hover {background:url("images/share-nav.jpg") -334px -37px no-repeat; }
   
    
/** END share navigation **/



.clear {
	clear: both;
}

#footercon {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 642px;
	clear: both;
	background: url('images/footer-bg.jpg') center top no-repeat;
	border: none;
	}



#footer {
	color: #e5dfca;
	font-size: 11px;
	padding: 0;
	margin: 0 auto;
	width: 989px;
	border: none;
	}
	
#footer a{
	color: #e5dfca;
	}

.calendar {
	float:  left;
	width:  296px;
	margin: 142px 67px 0px 0px;
	padding-top: 70px;
	background: url('images/calendar-header.gif') no-repeat top;	}
	
.badges {
	margin-top: 45px;
}
	
.categories-foot {
	float:  left;
	line-height: 20px;
	text-align: left;
	width:  297px;
	margin: 142px 71px 49px 0px;
	padding-top: 58px;
	background: url('images/categories-header.gif') no-repeat top;	}
	
.left {
	float: left;
	list-style: none;
	width:  118px;
	margin-left: 20px;
	padding: 0px;
	}

.right {
	float: left;
	list-style: none;
	width:  113px;
	margin-left: 17px;
	padding: 0px;
	}

.footerlinks {
	clear: left;
	padding-top: 25px;
	margin: 0;
}

.footerlinks_l {
	float: left;
	margin-left: 0px;
}

.footerlinks_r {
	float: right;
	margin-right: 0px;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 90px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	font-size: 20px;
	color: #2b2117;
	margin-top: 10px;
	padding-bottom: 15px;
	float: left;
	line-height: 28px;
	width: 450px;
	}

.widgettitle {
	display: none;
	}
	
h4 {
	margin: 0px 0 0;
	font-size: 20px;
	font-weight: normal;
	color: #2b2117;
	margin-top: 30px;
	padding-bottom: 10px;
	}

#logo h2 {
		display:none;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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.alignright {
	padding: 10px 0px 10px 8px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 10px 8px 10px 0;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.badgesright {
	float: right;
	margin: 0;
	padding: 0;
	}

.badgesleft {
	float: left;
	margin: 0;
	padding: 0;
	
	}
	
.w3 {
	clear: both;
	float: left;
	margin: 0;
	padding-left: 3px;
	
	}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0px 14px 10px 7px;
	}


#sidebar ul li a{
	color: #fff;
	
	}






#sidelists ul {
	margin-bottom: 25px;
	margin-top: 0px;
	line-height: 22px;
	padding: 0;
	color: #fff;
	
}



#sidelists ul li {
	margin: 0px 0 0 8px;
	background: url('images/arrows.gif') no-repeat top left;
	padding-left: 20px;
	}



/* End Entry Lists */

/** BEGIN navigation **/

#navi{
	margin:0; padding:0px;
	height: 55px;
	
	
}


#navmenu {
    background:url("images/navigation.jpg") no-repeat;
    width:998px;
    height:55px;
    margin:0px;
    padding:0;
    }
 



    #navmenu span {
    display: none;
    }
 
    #navmenu li, #navmenu a {
    height:55px;
    display:block;
    
    }
 
    #navmenu li {
    float:left;
    list-style:none;
    display:inline;
    }
 
    #aboutme {width: 199px;}
    #thecast {width: 199px;}
    #mylibrary {width: 200px;}
    #weblinks {width: 199px;}
    #rssfeed {width: 201px;}
   
 
    #aboutme a:hover {background:url("images/navigation.jpg") 0px -55px no-repeat; }
    #thecast a:hover {background:url("images/navigation.jpg") -199px -55px no-repeat; }
    #mylibrary a:hover {background:url("images/navigation.jpg") -398px -55px no-repeat; }
    #weblinks a:hover {background:url("images/navigation.jpg") -598px -55px no-repeat; }  
    #rssfeed a:hover {background:url("images/navigation.jpg") -797px -55px no-repeat; }
   
    
/** END navigation **/


/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
	
.entry { 
	margin-bottom: 40px;
	clear: both;
	}
	
.title-comments { 
	padding-bottom: 20px;
	}

select {
	width: 130px;
	}
	
	
	
	
	

#commentform input {
	width: 205px;
	padding: 6px;
	margin: 0px 5px 5px 0;
	border: solid 1px #ad9e76;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 470px;
	padding: 6px;
	height: 109px;
	border: solid 1px #ad9e76;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 3px 0 5px auto;
	float: left;
	width: 225px;
	height: 41px;
	cursor: pointer;
	border: none;
	background: url(images/comment-btn.gif);
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 0px;
	border: none;
	list-style: none;
	background: url(images/comment-sep.gif) bottom no-repeat;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}


ol.commentlist li div.vcard img.avatar {float:left; margin:0 30px 1em 0; }

.commentlist p {
	margin: 10px 5px 10px 70px;
	line-height: 18px;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	margin: 6px 0 11px 0
	}
/* End Comments */



/* Begin Sidebar */

#sidebar
{
	padding: 0px;
	margin: 0px;
	float: right;
	width: 290px;
	background-color: #453626;
	}


#sidebar form {
	margin: 0;
	}
	
/*search*/

form{margin:0;padding:0}

.searchblock{ /*outer background*/
background: url(images/search-bg.jpg) no-repeat top;
height: 170px;
padding: 0px;
margin: 0px;
width: 290px;
}


.search-box{ 
margin: 0px;
padding-top: 110px;
}

input.search-field{ /*input field */
border:0;
margin:23px 0 0 30px;
font-family:tahoma, arial, verdana;
font-size: 12px;
font-weight: normal;
color: #453626;
padding: 0px;
height:18px;
background: transparent;
width: 173px;
}

input.search-go { /*search icon */
float:left;
border:0;
padding:0;
margin: -24px 45px 0 223px;
height: 24px;
width: 24px;
background: url(images/search_ico.gif) no-repeat top left;
cursor: pointer;
}

input.search-go:hover{ /*search icon hover ‚ÄúDoes Not work in ie6‚Ä≥ */
background:url(images/search_ico.gif) no-repeat bottom left;
}

#twitter {
	width: 290px;
	height: 120px;
	padding: 0px;
	margin:0px;
	background:url(images/twitter-bg.jpg) no-repeat;
}

#twitter img{
	padding: 0px;
	margin:13px 0 0px 39px;
	background:url(images/twitter-bg.jpg) no-repeat;
}


#social
{
	padding: 0px 0 10px 0;
	margin: 0px;
	float: right;
	width: 290px;
	background-color: #453626;
	clear: right;
	}

/** BEGIN social navigation **/

#socialmenu {
    background:url("images/social-nav.jpg") no-repeat;
    width:223px;
    height:31px;
    margin:0px 0px 0 35px;
    padding:0;
    }


    #socialmenu span {
    display: none;
    }
 
    #socialmenu li, #socialmenu a {
    height:31px;
    display:block;
    
    }
 
    #socialmenu li {
    float:left;
    list-style:none;
    display:inline;
    }
 
    #facebook {width: 37px;}
    #tweet {width: 48px;}
    #mylastfm {width: 47px;}
    #flick {width: 47px;}
    #email {width: 40px;}
   
 
    #facebook a:hover {background:url("images/social-nav.jpg") 0px -31px no-repeat; }
    #tweet a:hover {background:url("images/social-nav.jpg") -37px -31px no-repeat; }
    #mylastfm a:hover {background:url("images/social-nav.jpg") -85px -31px no-repeat; }
    #flick a:hover {background:url("images/social-nav.jpg") -132px -31px no-repeat; }  
    #email a:hover {background:url("images/social-nav.jpg") -179px -31px no-repeat; }
   
    
/** END social navigation **/

.tagcloud {
	margin: 0 16px 0 16px;
	text-align: center;
}

.tagcloud a{
	color: #e5dfca;
}


 #lastfmrecords        { padding: 0px; padding-bottom: 10px; margin-left: 30px; }

    /* thx to http://cssglobe.com/lab/overflow_thumbs/ */
    #lastfmrecords li { list-style-type: none; margin: 0px; padding: 0px; display: inline; }
    img.cdcover       { height: 60px; width: 60px; margin: 0px 5px 5px 0px; border: 0px; }
    #lastfmrecords a img { border: solid 1px #453626;  }
    #lastfmrecords a:hover img { border: solid 1px #fff;  }


/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
color: #e5dfca;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
color: #e5dfca;
	}

#wp-calendar a {
	display: block;
background-color: transparent;
color: #e5dfca;
	}

#wp-calendar #today a {
	display: block;
border: 1px solid #e5dfca;
background-color: transparent;
color: #e5dfca;
text-decoration:none;
	}

#wp-calendar a:hover {
background-color: transparent;
color: #e5dfca;
text-decoration:underline;
	}

#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: transparent; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 20px 30px 0 10px;
	padding-left: 32px;
	border-left: 5px solid #b7aa8b;
	}
	
blockquote p{
	color: #8b8278;	
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-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 */

.subscribe-to-comments { padding-top:10px; }

