/*  
Theme Name: HyperText Blog
Theme URI: http://www.radiiate.com
Description: Custom Theme for Text100
Version: 1.0
Author: Adii & Cobus Bester
Author URI: http://www.radiiate.com
*/

/*>>>>> Setup and Reset <<<<<*/

body, html  {
	height: 100%;
}

body, html, p, ul, ol {
	margin: 0;
	padding: 0;
	border: none;
}

body  {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 13px;
	line-height: 1.5;  /*unitless for proper inheritance*/
	border-top: 5px solid #f98513;
	background: #fff url(img/design/bgtop.jpg) no-repeat center top;
}

h1, h2, h3, h4, h5, h6  {
	margin: 5px 0;
	color: #182677;
}

h1  {font-size: 30px}
h2  {font-size: 24px}
h3  {font-size: 20px}
h4  {font-size: 18px}
h5  {font-size: 14px}
h6  {font-size: 12px}

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  {
	text-decoration: none;
	color: #182677;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover  {
	text-decoration: underline;
}

p  {
	margin: 18px 0;
}

/*>>>>> Navigation <<<<<*/

a:link, a:visited  {
	color: #f98513;
}

#nav  {
}

#nav ul  {
	margin: 10px 0 10px 10px;
}

#nav ul li  {
	display: inline;
	margin: 0 30px 0 0;
	font-size: 15px;
}

#nav ul li img  {
	vertical-align: top;
}

#nav ul li a:link, #nav ul li a:visited  {
	text-decoration: none;
	color: #c7dbec;
}

#nav ul li a:hover  {
	color: #fff;
}

/*>>>>> Layout <<<<<*/

#wrap  {
	float: left;
	width: 100%;
	background: url(img/design/bgbot.jpg) no-repeat center bottom;
}

#header  {
	height: 200px;
}

#header h1, #header h2  {
	display: none;
}

#header img  {
	margin-top: 14px;
	margin-left: -10px;
}

#subscribe_box a:link, #subscribe_box a:visited  {
	display: block;
}

#subscribe_box .text100  {
	height: 0;
	overflow: hidden;
	padding-top: 41px;
	width: 300px;
	background: url(img/design/text100.jpg) no-repeat center top;
}

#subscribe_box .rss  {
	background: url(img/design/rss.png) no-repeat left top;
	padding: 7px 0 6px 37px;
	width: 263px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	margin-top: 10px;
}

#subscribe_box .email  {
	background: url(img/design/email.png) no-repeat left top;
	padding: 6px 0 6px 37px;
	width: 263px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
}

#subscribe_box .search  {
	background: url(img/design/search.png) no-repeat left top;
	padding: 3px 10px 6px;
	width: 280px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
}

.search .text {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border: none !important;
	background: none !important;
	width: 260px;
}

.search .submit {
}

#content  {
	width: 600px;
	padding: 20px 20px 0 20px;
	margin-right: 0;
	margin-top: -10px;
	background: #fff url(img/design/contentbg.jpg) repeat-x left bottom;	
}

.post  {
	margin-bottom: 20px;
}

h3.cathead  {
	font-size: 14px;
	margin: 0 0 20px 0;
}

.posthead  {

}

.gravatar  {
	float: left;
	width: 72px;
	height: 72px;
	background: url(img/design/gravatarbg.jpg) no-repeat left top;
	padding: 5px 0 0 5px;
}

.titleandmeta  {
	float: left;
}

.post_title  {
	margin: -4px 0 1px 0;
	width: 500px;
	line-height: 25px;
}

.post_title a:link, .post_title a:visited  {
	color: #182677;
	text-decoration: none;
	font-size: 24px;
}

.post_meta  {
	margin: 0;
	font-size: 10px;
	color: #C0C0C0;
}

.post_meta a:link, .post_meta a:visited  {
	text-decoration: none;
}

.entry p {
	line-height: 22px;
	margin-bottom: 15px;
}

.entry a:link, .entry a:visited  {
	text-decoration: none;
	font-weight: bold;
}

.entry blockquote  {
	color: #666;
	padding: 20px 40px;
}

.entry blockquote p  {
	margin: 0 0 10px 0;
}

.entry blockquote.pullquote_left  {
	float: left;
	width: 150px;
	font-size: 18px;
	font-weight: bold;
}

.entry blockquote.pullquote_right  {
	float: right;
	width: 150px;
	font-size: 18px;
	font-weight: bold;
}

.entry ul  {
	padding: 0 0 0 30px;
}

.entry ul li  {
	list-style: square;
}

.entry li ul li  {
	list-style: disc;
}

.entry ol  {
	padding: 0 0 0 30px;
}

.entry  ol li  {
	list-style-type: decimal;
}

.entry  li ol li  {
	list-style-type: lower-latin;
}

.postfooter  {
	float: left;
	width: 100%;
	padding: 7px 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

.postfooter p  {
	margin: 0;
	padding: 0 0 0 28px;
}

.postfooter a:link, .postfooter a:visited  {
	text-decoration: none;
	color: #575757;
	font-size: 13px;
}

.postfooter .tags  {
	width: 450px;
	background: url(img/design/tagsicon.png) no-repeat left center;
}

.postfooter .comments  {
	background: url(img/design/commentsicon.png) no-repeat left center;
}

#postnav a:link, #postnav a:visited  {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

#postnav p.older a  {
	background: url(img/design/olderentries.jpg) no-repeat left center;
	padding: 5px 0 4px 32px;
}

#postnav p.newer a  {
	background: url(img/design/newerentries.jpg) no-repeat right center;
	padding: 5px 32px 4px 0;
}

#sidebar  {
	margin-left: 0;
	width: 260px;
	padding: 10px 20px 0 20px;
	background: url(img/design/sidebarbg.png) repeat-y 0px 60px;
}

#sidebar .widget  {
	margin-bottom: 20px;
}

#sidebar h2  {
	font-size: 12px;
	font-weight: normal;
	height: 24px;
	padding: 5px 0 0 5px;
	color: #fff;
	background: url(img/design/sidebartitlesbg.jpg) repeat-x left top;
}

#tabbox .idTabs  {
	background: url(img/design/sidebartitlesbg.jpg) repeat-x left top;
	height: 29px;
}

#tabbox .idTabs li  {
	display: inline;
}

#tabbox .idTabs li a:link, #tabbox .idTabs li a:visited  {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
	padding: 5px 7px 5px 7px;
}

#tabbox .idTabs li a.selected  {
	background: url(img/design/activetabbg.jpg) repeat-x left top;
}

#tabbox #boxes ul  {
	margin-top: 5px;
}

#sidebar .widget ul li  {
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #f1f4f3;
}

#sidebar .widget ul li a:link, #sidebar ul li a:visited  {
	color: #000;
	text-decoration: none;
}

#tabbox #boxes #cats  {
	float: left;
}

#tabbox #boxes #cats li  {
	float: left;
	width: 125px;
}

#upcoming  {
	height: 40px;
	margin: 10px -13px 10px 0;
	padding: 20px 0 0 0;
	background: url(img/design/upcomingbg.jpg) no-repeat right center;
}

#upcoming a:link, #upcoming a:visited  {
	color: #182677;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 9px 0 9px 30px;
	background: url(img/design/upcomingicon.jpg) no-repeat 8px center;
}

#friendfeed a:link, #friendfeed a:visited  {
	color: #000;
}

#authors  {

}

#authors ul  {

}

#authors ul li   {

}

#authors ul li img   {
	vertical-align: bottom;
	margin-right: 5px;
}

#video_player h3  {
	font-size: 12px;
	margin: 5px 0 5px 0;
	padding: 5px 0 0 5px;
	border-bottom: 1px solid #f1f4f3;
}

#flickr img {
	padding: 5px;
}

#flickr p.flickrrss  {
	float: left;
	padding: 5px;
	margin: 15px 0 0 0;
	background-color: #ecf5fa;
	text-align: center;
}

#footer  {
	float: left;
	background: url(img/design/footerbg.jpg) repeat-x left top;
	width: 910px;
	margin: 20px 10px 40px 10px;
	padding: 11px 10px 0 20px;
	color: #fff;
	height: 29px;
}

#footer p  {
	margin: 0;
}

#footer a:link, #footer a:visited  {
	color: #fff;
	text-decoration: none;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> COMMENTS <<<<<*/

#comments  {
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ededed;
}

#comments h3  {
	margin: 15px 0;
}

#formsblock  {
	padding: 0 0 20px 0;
}

#formsblock .hi  {
	margin: 0 0 -10px 0;
}

#formsblock .hi small  {
	font-size: 11px;
	margin-top: -16px;
}

#formsblock .comments   {
	background: url(img/icons/rss_comments.gif) no-repeat center right;
	padding: 6px 30px 6px 0;
	text-decoration: none;
	line-height: 20px;
}

#comments ol  {
	margin: 5px 0 30px 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #ccc;
}

#comments ol li  {
	padding: 10px;
	margin: 10px 0;
	list-style: none;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

#comments ol li.alt  {
}

#comments ol li.authorcomment  {
	background-color: #e9e9e9;
}

.commententry p.moderate  {
	background-color: #eee;
	font-style: italic;
	font-weight: bold;
	padding: 4px 0 4px 10px;
}

.commentmeta  {
	font-size: 11px;
	
}

.commentmeta .gravatar  {
}

.commentmeta .gravatar img  {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #ededed;
}

.commentmeta .commentauthor  {
	font-size: 14px;
	font-weight: bold;
}

.commentmeta .commentdate  {

}

.commentmeta .commentpermalink  {

}

#comments #tagbox  {
	color: #9e9e9e;
	margin: 0 0 25px 0;
}

#comments #tagbox:hover  {
	color: #000;
}

#comments #tagbox p  {
	margin: 0;
	font-size: 12px;
}

#comments #tagbox strong  {
	font-size: 12px;
}

#comments p.nocomments{
	padding: 0;
}

#comments input  {
	border: 1px solid #e9e9e9;
	padding: 5px;
}

#comments label  {
	font-size: 11px;
	color: #ccc;
	padding-left: 5px;
}

#comments textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	width: 100%;
	margin: 0;
	line-height: 20px;
	border: 1px solid #e9e9e9;
	font-size: 15px;
}

#commentform #submit  {
	border: 1px solid #9e9e9e;
	background-color: #ededed;
	padding: 5px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> POST IMAGE ALIGNMENT <<<<<*/

.entry img  {
	padding: 5px;
	border: 1px solid #e9e9e9;
}

img.wp-smiley  {
	padding: 0;
	border: none;
}

.entry .alignleft  {
	float: left;
	margin: 10px 15px 10px 0;
}

.entry .alignright  {
	float: right;
	margin: 10px 0 10px 15px;
}

.entry .aligncenter  {
	text-align: center;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> POST TABLES <<<<<*/

.post table  {
	width: 100%;
	border-left: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	border-spacing: 0;
	margin: 10px 0;
}

*:first-child+html .post table  {
	border-collapse: collapse;
}

.post table th  {
	font-size: 15px;
	background-color: #111;
	color: #ededed;
}

.post table th, .post table td  {
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding: 3px 0 3px 5px;
}

.post .altrow  {
	background-color: #eee;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> GALLERY <<<<<*/

.gallery  {

}

.gallery-item  {
	margin: 0;
	padding: 0;
	float: left;
}

.gallery-icon  {

}

/*>>>>> Custom Styles <<<<<*/

.floatl  {float: left;}
.floatr  {float: right;}

.alignl  {text-align: left;}
.alignr  {text-align: right;}
.alignc  {text-align: center;}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

#authorbox{
    background:#EFEFEF;
    border:1px solid #CECFD0;
    width:100%;
    margin:0 auto;
    margin-bottom:10px;
    overflow:hidden;
}
    #authorbox h4{
        font-size:16px;
        color:#191919;
        margin:0;
        padding:10px 10px 5px 10px;
    }
.authortext{
        padding-left:100px;
    }
#authorbox img{
        margin:0;
        padding:2px;
        float:left;
    }
    #authorbox p{
        color:#191919;
        margin:0;
        padding:0px 10px 10px 10px;
    }
 #authorbox h4 > a{
        text-decoration:none;
    }
#authorbox p{
        color:#191919;
    }


ul.related-posts {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.related-posts li {
	list-style-type: none;
	float: left;
	width: 100px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 12px;
	line-height: 18px;
}
.related-posts img{
	width: 100px;
	padding: 1px;
	border: 1px solid #CCC;
}
