﻿/*
Theme Name: Technology
Theme URI: http://www.hablogs.com/demo/index.php?wptheme=Technology
Description: A cutting edge Technologic Wordpress theme
Author: Elad Domb
Author URI: http://wordpress.reviewitonline.net
*/



.breadcrumb {
	/*background-color:#f4f4f4;*/
	border-top: dotted #999999 1px;
	border-bottom: dotted #999999 1px;
	/*border-left: dotted #999999 1px;*/
	/*border-right: dotted #999999 1px;*/
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color:#000000;
	line-height:18px;
	padding-left: 10px;
	margin-left:2px;
	width:536px;
}

.breadcrumb2 {
	/*background-color:#f4f4f4;*/
	border-top: dotted #999999 1px;
	border-bottom: dotted #999999 1px;
	/*border-left: dotted #999999 1px;*/
	/*border-right: dotted #999999 1px;*/
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color:#000000;
	line-height:18px;
	padding-left: 10px;
	margin-left:2px;
	width:536px;
	margin-top:5px;
}
/* Solat */
#solat {
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #4E4E4E;
}


/* Menu */

#menutop {
	padding-right: 15%;
	float: right;
}

#menutop ul {
	margin: 1px;
	list-style: auto;
}

#menutop li {
	display: inline;
}

#menutop a {
	display: block;
	float: left;
	padding: 10px 10px 0 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #4E4E4E;
}

#menutop a:hover {
	background: url(images/img03.png) no-repeat center top;
}

#menutop .current_page_item a {
	background: url(images/img03.png) no-repeat center top;
}

/* img */
img { border:0 }
img.logo { float:left; width:600px; height:100px; margin-top:2px }
img.article { float:left; width:180px; height:150px; border:#000 1px solid; margin-top:19px; margin-right:15px }
img.ads { float:left; width:340px; height:92px; margin-bottom:30px; margin-left:2px }
img.rss { float:left; width:32px; height:32px; margin-right:20px; margin-top:7px; margin-left:70px }
img.sideicon { float:left; width:80px; height:80px; margin-right:10px }
img.rss2 { float:left; width:340px; height:256px; margin-top:30px; margin-left:10px }


/* Headmain */
.headmain { 
width: 900px;
padding-left: 30px;
margin: auto;
height:100px;

}

/*
Set t1
*/
#t1 {
	font-family: arial;
	font-size: 1em;
	color: #fff;
}

#t1:hover {
	font-family: arial;
	font-size: 1em;
	color: #fff;
	font-weight:bold;
}


/*
Set general CSS declarations
*/
* {
	font-family: arial;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

a {
	color: #8b1315;
}

a:hover {
	color: #8b1315;
	font-weight:bold;
}

html, body {
	line-height: 1;
}

hr {
	display: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}

blockquote, q {
	quotes: "" "";
}

ul {
	list-style-type: none;
}

ol {
	list-style-type: decimal;
}

body {
	background: #FFF;
	text-align: center;
	/*background-image:url(images/bg.jpg);
	//background-repeat:repeat-x;
	//background-position:inherit;*/
}

#container {
	width: 100%;
	text-align: left;
}

.clear {
	clear: both;
}

#menulink {
	text-align: left;
	margin:auto;
	width: 900px;
	padding-left: 20px;
	padding-bottom: 4px;
}
/*
Top part CSS
*/
#top {
	width: 100%;
	margin-top:auto;
	text-align: right;
	height: 25px;
	background: #8b1315;
	border-bottom: 1px solid #fff;
}
#toplink {
	width: 900px;
	height: 34px;
	background: #ff9000;
	border-bottom: 2px solid #c7eb00;
}

#topleft {
	float: left;
	height: 34px;
	padding-left: 10px;
}

#topright {
	width: 900px;
	margin:auto;
}

/*
Page navigation CSS
*/
#pagenavigation {
	float: left;
	height: 32px;
	padding-top: 1px;
	padding-bottom: 1px;
	z-index: 20;
}

#pagenavigation li {
	float: left;
	width: 85px;
	display: block;
	height: 32px;
	margin-right: 9px;
	background-image: url(images/butt.jpg);
}

#pagenavigation li ul li {
	height: 24px;
	border-right: 0;
	border-top: 1px solid #fff;
	width: 100%;
}

#pagenavigation li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 32px;
	text-transform: uppercase;
	text-align:center;
	font-size: 0.6em;
	font-weight: bold;
	color: #8fa946;
	
}

#pagenavigation li a:hover {
	background: #c7eb00;
	color: #fff;
	background-image: url(images/butt_over.jpg);
	background-repeat: no-repeat;
}

#pagenavigation li.current_page_item a {
	background-image: url(images/butt_over.jpg);
	background-repeat: no-repeat;
	color: #fff;
}

#pagenavigation li.current_page_item a:hover {
	background-image: url(images/butt_over.jpg);
	background-repeat: no-repeat;
	color: #fff;
}

#pagenavigation ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#pagenavigation ul li a {
	display: block;
	background: #FFF;
}

#pagenavigation li ul a:hover {
	display: block;
	background: #FFF;
}

#pagenavigation ul a {
	display: block;
}

#pagenavigation ul ul {
	margin-top: -27px;
	display: none;
	margin-left: 198px;
	position: absolute;
}

#pagenavigation li:hover ul ul {
	display: none;
}
#pagenavigation li:hover ul {
	display: block;
}
#pagenavigation ul li:hover ul {
	display: block;
}
#pagenavigation li ul li {
	display: block;
	width: 100%;
}

#pagenavigation li.page_item ul {
	width: 280px;
}

#pagenavigation li.page_item a {
	display: block;
}

#pagenavigation li.page_item a:hover {
	display: block;
}

#pagenavigation li.page_item ul li a {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	background: #c7eb00;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #333;
}

#pagenavigation li.page_item ul li a:hover {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	background: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #ff9000;
}

/*
Search form CSS
*/
.searchform {
	display: inline;
}

.searchform fieldset {
	display: inline;
	padding-top: 1px;
	padding-right: 10px;
}

.searchform label {
	vertical-align: middle;
	display: inline;
	margin-right: 5px;
	font-size: 0.7em;
	color: #a4a4a4;
	font-weight: bold;
}

.searchform input {
	vertical-align: middle;
	display: inline;
	font-size: 0.7em;
}

.searchinput {
	background: url(images/searchinput.png) no-repeat;
	width: 176px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	color: #999;
}

.searchbutton {
	background: url(images/searchbutton.png) no-repeat;
	width: 29px;
	height: 20px;
	text-transform: uppercase;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
}

/*
Header CSS
*/
#header {
	width: 100%;
	height:139px;
	background-image: url(images/bgtop.jpg);
	background-repeat: repeat-x;
}

#headerlogo {
	float: left;
	margin-left: 150px;
	height: 60px;
}

#headerad {
	float: right;
	display: inline;
	height: 60px;
}

#headerad a, #headerad img {
	display: block;
	width: 468px;
	height: 60px;
}

#headerlogo h1 {
	float: left;
	background: url(images/logo.png) no-repeat;
	background-position: right 20px;
	margin-right: 5px;
	padding-right: 20px;
	padding-top: 25px;
}

#headerlogo h1 a {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5em;
	letter-spacing: -1px;
}

#headerlogo h1 a:hover {
	color: #efff83;
}

#headerlogo span {
	float: left;
	padding-top: 35px;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #fff;
}

/*
Main Category Menu CSS
*/
#menu {
	width: 980px;
	height: 30px;
	background: #666;
}

#menux {
	float: left;
	width: 965px;
	height: 30px;
	padding-left: 10px;
}

#menuy {
	float: right;
	width: 5px;
	height: 30px;
}

#dmenu {
	float: left;
	height: 30px;
	border-left: 1px solid #444;
	z-index: 20;
}

#dmenu li {
	float: left;
	display: block;
	height: 30px;
	border-right: 1px solid #444;
}

#dmenu li ul li {
	height: 24px;
	border-right: 0;
	border-bottom: 1px solid #eee;
	width: 100%;
}

#dmenu li a {
	display: block;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0.85em;
	letter-spacing: -1px;
	color: #fff;
	font-weight: bold;
}

#dmenu li a:hover {
	color: #e4ff87;
}

#dmenu ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#dmenu ul li a {
	display: block;
	background: #FFF;
}

#dmenu li ul a:hover {
	display: block;
	background: #FFF;
}

#dmenu ul a {
	display: block;
}

#dmenu ul ul {
	margin-top: -26px;
	display: none;
	margin-left: 200px;
	position: absolute;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#dmenu li:hover ul ul {
	display: none;
}

#dmenu li:hover ul {
	display: block;
}

#dmenu ul li:hover ul {
	display: block;
}

#dmenu li ul li {
	display: block;
	width:100%;
}

#dmenu li.cat-item ul {
	width: 200px;
}

#dmenu li.cat-item a {
	display: block;
}

#dmenu li.cat-item a:hover {
	display: block;
}

#dmenu li.cat-item ul li a {
	display: block;
	text-align: left;
	font-size: 0.8em;
	letter-spacing: -1px;
	height: 24px;
	line-height: 24px;
	padding-left: 15px;
	padding-right: 15px;
	color: #333;
	font-weight: bold;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

#dmenu li.cat-item ul li a:hover {
	display: block;
	text-align: left;
	font-size: 0.8em;
	letter-spacing: -1px;
	height: 24px;
	line-height: 24px;
	padding-left: 15px;
	padding-right: 15px;
	color: #ff9000;
	background: #fcffe6;
	font-weight: bold;
	border-right: 1px solid #ff9000;
	border-left: 1px solid #ddd;
}

/*
RSS Bar CSS
*/
#rssicon {
	background-position: left center;
	background-image: url(images/rssicon.gif);
	background-repeat: no-repeat;
}

#rssbar {
	width: 980px;
	height: 30px;
	margin-top: 1px;
	margin-bottom: 2px;
}

#rssbar #today {
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-size: 0.7em;
	color: #ccc;
}

#rssbar ul {
	float: right;
	display: inline;
	height: 30px;
	padding-right: 10px;
}

#rssbar ul li {
	float: left;
	margin-left: 20px;
	display: inline;
}

#rssbar ul li a {
	height: 30px;
	line-height: 30px;
	background: url(images/rss.gif) no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 0.7em;
	font-weight: bold;
}

#rssbar ul li a:hover {
	color: #cef751;
}

/*
Featured Column CSS
*/
#featured {
	width: 980px;
	background: #daff82;
	border-bottom: 4px solid #ff9000;
}

#featuredleft {
	float: left;
	width: 600px;
}

#featuredright {
	float: left;
	width: 380px;
}

/*
Featured Posts CSS
*/
.featuredposts {
	width: 600px;
}

.featuredposts li {
	float: left;
	display: inline;
	text-align: center;
	border-right: 1px solid #b5e83c;
}

.featuredposts li a {
	float: left;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 38px;
	height: 38px;
	font-size: 0.8em;
	font-weight: bold;
	color: #333;
}

.featuredposts li a:hover {
	background: #FFF;
}

.featuredposts li a.selected {
	background: #FFF;
	color: #ff9000;
}

.featuredposts li a.selected:hover {
	background: #FFF;
	color: #ff9000;
}

.featuredposts_content {
	display: none;
	border-top: 1px solid #b5e83c;
	padding: 15px;
	width: 570px;
}

.featuredposts_content a {
	color: #366799;
}

.featuredposts_content a:hover {
	color: #333;
}

@media print {
	.featuredposts_content {
	display: block !important;
	}
}

.featuredposts_content .thumb img {
	float: left;
	display: inline;
	margin-right: 15px;
	border: 3px solid #dcebf1;
}

.featuredposts_content .post {
	display: inline;
}

.featuredposts_content .post h1 a {
	font-size: 1.1em;
	letter-spacing: -1px;
	font-weight: bold;
}

.featuredposts_content .post h1 a:hover {
	color: #333;
}

.featuredposts_content .post .time {
	color: #333;
	font-size: 0.7em;
	line-height: 2em;
}

.featuredposts_content .post .entry {
	padding-top: 5px;
}

.featuredposts_content .post .entry p {
	margin: 0px 0px 7px 0px;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #333;
}

.featuredposts_content .post .endpost {
	padding-top: 5px;
}

.featuredposts_content .post .cat a {
	float: left;
	display: block;
	padding: 5px;
	background: #333;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #fff;
	font-weight: bold;
	line-height: 1.1em;
}

.featuredposts_content .post .cat a:hover {
	background: #ff9600;
}

.extra {
	float: right;
}

.extra li {
	display: inline;
	float: left;
	margin-left: 10px;
}

.extra li a {
	font-size: 0.7em;
	font-weight: bold;
	color: #366799;
}

.extra li.comments a {
	background: url(images/comments.png) no-repeat;
	background-position: right center;
	padding-right: 20px;
	padding-left: 10px;
	border-left: 1px solid #c1f23c;
	color: #333;
}

.extra li.comments a:hover {
	text-decoration: underline;
}

/*
Featured Tabs CSS
*/
.featuredtabs {
	width: 380px;
}

.featuredtabs li {
	float: left;
	display: inline;
	text-align: center;
	border-right: 1px solid #b5e83c;
}

.featuredtabs li a {
	float: left;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 38px;
	height: 38px;
	font-size: 0.7em;
	font-weight: bold;
	color: #333;
}

.featuredtabs li a:hover {
	background: #FFF;
}

.featuredtabs li a.selected {
	color: #ff9000;
	background: #FFF;
}

.featuredtabs li a.selected:hover {
	background: #FFF;
	color: #ff9000;
}

.featuredtabs_content {
	display: none;
	border-top: 1px solid #b5e83c;
	padding: 15px;
	width: 350px;
}

.featuredtabs_content a {
	font-weight: bold;
	color: #366799;
}

.featuredtabs_content a:hover {
	color: #333;
}

@media print {
	.featuredtabs_content {
	display: block !important;
	}
}

.featuredtabs_content ul {
}

.featuredtabs_content ul li {
	border-bottom: 1px dotted #caf056;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #333;
}

.featuredtabs_content ul li span {
	display: block;
}

.featuredtabs_content ul li span a {
	color: #333;
}

.featuredtabs_content ul li span a:hover {
	color: #ff9000;
}

/*
Big Column CSS
*/
#bigcolumn {
	padding-bottom: 10px;
	background: #fff;
	width: 900px;
	text-align: left;
	margin:auto;

}

#widecolumn {
	float: left;
	width: 550px;
	margin-left: 8px;
	display: inline;
	
}

#top_posts {
	float: left;
	width: 275px;
	margin-right: 8px;
	display: inline;
}

#recent_posts {
	float: left;
	width: 275px;
	display: inline;
}

#sidebar {
	float: right;
	width: 316px;
	margin-left: 8px;
	margin-right: 8px;
	display: inline;
	background-image: url(images/bg_shadow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*
Main CSS
*/
#sidebar h2 {
	margin-top: 15px;
	font-size: 0.9em;
	line-height: 1.8em;
	letter-spacing: -1px;
	color: #859731;
	border-bottom: 1px dashed #999;
	padding-left: 20px;
}

#recent_posts h2 {
	margin-top: 15px;
	font-size: 0.9em;
	line-height: 1.8em;
	letter-spacing: -1px;
	color: #859731;
	padding-left: 20px;
}

#top_posts h2 {
	margin-top: 15px;
	font-size: 0.9em;
	line-height: 1.8em;
	letter-spacing: -1px;
	color: #859731;
	padding-left: 20px;
}

.box {
	padding: 10px;
	padding-left: 20px;
}

.box p {
	font-size: 0.75em;
	line-height: 1.3em;
	color: #737a80;
	margin: 0px 0px 7px 0px;
}
.postboxdotted {
	margin-bottom: 10px;
	background: #fff;
	padding: 10px;
	background-image:url(images/div.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom: 20px;
}

.postbox {
	margin-bottom: 10px;
	background: #fff;
	padding: 10px;
}

.postbox p {
	font-size: 0.75em;
	line-height: 1.3em;
	text-align: justify;
	margin: 0;
}

.ad img, .ad a img {
	display: block;
}

/*
Top Posts CSS
*/
.top_thumb img {
	float: left;
	display: inline;
	width: 90px;
	height: 92px;
	margin-right: 10px;
	border: 3px solid #dcebf1;
}

.top_entry {
	display: inline;
}

.top_entry h3 a {
	font-size: 1.2em;
	letter-spacing: -1px;
	color: #8fa84c;
}

.top_entry h3 a:hover {
	color: #abc959;
}

.top_entry .time {
	color: #737a80;
	font-weight:bold;
	line-height: 3.2em;
	font-size: 0.7em;
}

.top_entry .excerpt p {
	font-size: 0.70em;
	line-height: 1.4em;
	text-align: justify;
	margin: 0;
	color: #737a80;
}

.top_entry .postbit {
	margin-top: 7px;
	padding-top: 7px;
	float: left;
	width: 294px;
}

.top_entry .postbit li {
	display: block;
	float: left;
	display: inline;
	margin-left: 5px;
}

.top_entry .postbit li a {
	display: block;
	font-size: 0.7em;
	color: #666;
	line-height: 28px;
	text-align:center;
	width: 120px;
	background-image:url(images/butt_post.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.top_entry .postbit li a:hover {
	display: block;
	font-size: 0.7em;
	color: #666;
	line-height: 28px;
	text-align:center;
	width: 120px;
	background-image:url(images/butt_post.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

/*
Recent Posts CSS
*/
.recent_thumb img {
	float: left;
	display: inline;
	width: 90px;
	height: 92px;
	margin-top:4px;
	margin-right: 10px;
	border: 3px solid #f1dcdc;
}


.recent_entry {
	display: inline;
}

.recent_entry h3 a {
	font-size: 0.9em;
	letter-spacing: -1px;
	color: #8b1315;
}

.recent_entry h3 a:hover {
	color: #abc959;
}

.recent_entry .time {
	color: #737a80;
	font-weight:bold;
	line-height: 1.2em;
	font-size: 0.7em;
	padding-bottom: 1em;
}

.recent_entry .excerpt p {
	font-size: 0.70em;
	line-height: 1.3em;
	text-align: justify;
	margin: 0;
	color: #737a80;
}

.recent_entry .postbit {
	margin-top: 7px;
	padding-top: 7px;
	float: left;
	width: 294px;
}

.recent_entry .postbit li {
	display: block;
	float: left;
	display: inline;
	margin-left: 5px;
}

.recent_entry .postbit li a {
	display: block;
	font-size: 0.7em;
	color: #666;
	line-height: 28px;
	text-align:center;
	width: 120px;
	background-image:url(images/butt_post.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.recent_entry .postbit li a:hover {
	display: block;
	font-size: 0.7em;
	color: #666;
	line-height: 28px;
	text-align:center;
	width: 120px;
	background-image:url(images/butt_post.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

/*
Sidebar CSS Widgets
*/
.sidebar {
	float: left;
	width: 150px;
	
}

.sidebar div {
	padding: 10px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #737a80;
}

.sidebar ul li ul {
	padding: 10px;
	padding-left: 20px;
}


.sidebar ul ul ul, .sidebar ul ul ul ul, .sidebar ul ul ul ul ul {
	padding: 0;
	border: 0;
}

.sidebar ul li ul li {
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #999;
	background: url(images/bullet.png) no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #fff;
}

.sidebar ul li ul li ul li,
.sidebar ul li ul li ul li ul li {
	padding: 0;
	margin: 0;
	border: 0;
	background: url(images/bullet.png) no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	font-size: 1em;
	line-height: 1.3em;
}

/*
Subscribe RSS Form
*/
.subscribe {
	width: 294px;
}

.subscribe fieldset {
	display: inline;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
	width: 294px;
}

.subscribe input {
	display: inline;
	vertical-align: middle;
}

.feedinput {
	width: 184px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #8b1315;
	font-weight:bold;
	font-size: 0.75em;
	background: #f4f4f4;
}

.feedinput:focus {
	background: #f2f2f2;
}

.feedsubmit {
	background: url(images/feedsubmit.png) no-repeat;
	font-size: 0.75em;
	font-weight: bold;
	width: 44px;
	height: 21px;
	color: #FFF;
	cursor: pointer;
}

.feedlink {
	background: url(images/rss.gif) no-repeat left;
	padding-left: 20px;
	font-weight: bold;
	font-size: 0.9em;
	margin-right: 10px;
	color: #8b1315;
}
/*
Fix Corners CSS *do not touch* please!
*/
#archieveheader {
	width: 900px;
	height: 57px;
	background-image: url(images/head_arkib.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#categoryheader {
	width: 900px;
	height: 57px;
	background-image: url(images/head_category.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#singleheader {
	width: 900px;
	height: 57px;
	background-image: url(images/head_artikel.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#searchheader {
	width: 900px;
	height: 57px;
	background-image: url(images/head_cari.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#headerblue {
	width: 900px;
	height: 233px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

*/
/*
Fix Corners CSS *do not touch* please!
*/
#fixcorners {
	display: block;
	width: 980px;
	height: 5px;
	background: #f3fbff url(images/lblue.gif) no-repeat left bottom;
}

#rightcorner {
	display: block;
	width: 5px;
	height: 5px;
	background: #f3fbff url(images/rblue.gif) no-repeat right bottom;
	float: right;
}

/*
Footer
*/

#footer {
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	height: 100px;
	line-height: 3em;
	margin:auto;
	font-size: 10px;
	font-weight:bold;

}

#footer a:hover {
	color: #5597b5;
	font-weight:bold;
	font-size:11px;
}

#required {
	display: inline;
	float: left;
	margin-left: 10px;
	font-size: 0.7em;
	color: #bfbfbf;
}

#copyright {
	display: inline;
	float: right;
	margin-right: 10px;
	font-size: 0.7em;
	color: #bfbfbf;
}

/*
POST BODY CSS
*/
.texth3 {
	letter-spacing: -1px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background-color: #8b1315;
	line-height:30px;
	padding-left:10px;
}
.postbody {
	background: #fff;
	padding: 10px;
	margin-top: 10px;
}

.postbody h1, .postbody h2, .postbody h3, .postbody h4, .postbody h5, .postbody h6 {
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
}

.postbody p {
	font-size: 0.75em;
	line-height: 1.2em;
	color: #5c5c5c;
	margin: 0px 0px 10px 0px;
}

.postbody h1 {
	letter-spacing: -2px;
	font-size: 1.5em;
	color: #90a846;
}

.postbody h2 {
	letter-spacing: -1px;
	font-size: 1.3em;
	color: #90a846;
}

.postbody h3 {
	letter-spacing: -1px;
	font-size: 1em;
	font-weight: bold;
	color: #90a846;
}

.postbody h4 {
	font-size: 0.9em;
	font-weight: bold;
	color: #90a846;
}

.postbody h5 {
	font-size: 0.8em;
	font-weight: bold;
	color: #90a846;
}

.postbody h6 {
	font-size: 0.7em;
	font-weight: bold;
	color: #90a846;
}

.postbody ol {padding-left: 20px;}
.postbody ul {margin: 5px 5px 20px 5px;}
.postbody ol {margin: 5px 5px 20px 5px;}
.postbody ul ul {margin: 5px 5px 5px 5px;}
.postbody ol ol {margin: 5px 5px 5px 5px;}

.postbody ol li {
	line-height: 1.5em;
	color: #5c5c5c;
	margin-bottom: 5px;
	font-size: 12px;
}

.postbody ul li {
	color: #5c5c5c;
	line-height: 1.5em;
	background: url(images/bullet.png) no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}

.postbody blockquote {
	background: #666;
	border: 1px dotted #999;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 50px;
	display: block;
}

.postbody blockquote p {
	font-family: arial;
	font-size: 0.8em;
	line-height: 1.3em;
	letter-spacing: -1px;
	font-weight: bold;
	color: #ceff24;
}

.postbody ins {
	color: #fff;
	text-decoration: underline;
}

.postbody del {
	color: #fff;
	text-decoration: line-through;
}

.postbody code {
	color: #fff;
	font-family: verdana;
	font-size: 11px;
	background: #999;
	margin-bottom: 10px;
}

/*
Results .p class
*/
.p {
	border-top: 1px dotted #868686;
	padding-top: 15px;
	margin-top: 15px;
}

.p .thumb img {
	float: left;
	display: inline;
	width: 90px;
	height: 92px;
	margin-right: 10px;
	border: 3px solid #dcebf1;
}

.p .time {
	font-size: 0.7em;
	color: #9c9c9c;
}

.p .excerpt {
	padding-top: 5px;
}

.p .info {
	text-align: right;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #fff;
}

.p .tags {
	background: #f7f7f7;
	padding: 5px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #8b1315;
	text-transform: lowercase;
	margin-top: 5px;
}

.p .tags a {
	color: #8b1315;
}

.p .tags a:hover {
	background: #dbff5e;
}

/*
Navigation CSS
*/
.navigation {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dotted #666;
}

.navigation a {
	padding: 5px;
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1.1em;
	font-weight: bold;
	background: #8b1315;
	color: #FFF;
}

.navigation a:hover {
	background: #ffa126;
	color: #FFF;
}

.navleft {
	float: left;
	width: 40%;
}

.navright {
	float: right;
	width: 40%;
}

.navleft a {
	float: left;
	display: block;
}

.navright a {
	float: right;
	display: block;
}

/*
Alternative: single post ONLY SPECIFIC CSS
*/
.single_h1 {
	font-weight:bold;
	letter-spacing: -2px;
	font-size: 1.5em;
	color: #90a846;
	width:550px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-image:url(images/bgtitle.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-left:-10px;
	line-height:normal;
}

.postbody_singlepost .time {
	color: #737a80;
	font-size: 0.7em;
	line-height: 1.0em;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.postbody_singlepost img {
	border: 3px solid #dcebf1;
}

.postbody_singlepost .tags {
	color: #8b1315;
	font-size: 0.7em;
	line-height: 1.7em;
	float:right;
	line-height: 1.3em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.postbody_singlepost .tags a {
	color: #8b1315;
}

.postbody_singlepost .tags a:hover {
	color: #8b1315;
	font-weight:bold;
}

.postbody_singlepost .cc {
	margin-top: 10px;
	background: #f9f9f9;
	padding: 5px;
	line-height: 1.5em;
	font-size: 0.8em;
	color: #737a80;
}

.postbody_singlepost .the_content {
	margin-top: 15px;
	margin-bottom: 15px;
}

/*
Special Single Post Classes
*/
.edit, .track {
	border-bottom: 1px dotted #666;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #737a80;
}

.follow {
    font-size:11px;
	float: leftt;
	text-align:left;
	line-height: 1.4em;
	padding: 5px;
	margin-bottom: 5px;
}

.print {
font-size:11px;
	float: right;
	text-align:right;
}

.follow a {
	font-weight: bold;
	background: url(images/rss.gif) no-repeat left;
	padding-left: 20px;
}

.track {
	background: #f6f6f6;
	font-weight: bold;
	border-bottom-color:#FFFFFF;
}

/*
CSS for Floating Images in Single Post View
*/
.alignleft {
	float: left;
	display: inline;
	margin-right: 15px;
	margin-bottom: 5px;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 15px;
	margin-bottom: 5px;
}

.aligncenter {
	display: inline;
	text-align: center;
}

.alignnone {
}

p.wp-caption-text {
	padding: 5px;
	font-size: 0.7em;
	color: #eee;
}

/*
Commenting System CSS
*/
#combox, #combox ol, #combox ol li, #combox ol li.alt {
	font-size: 100%;
}

#combox {
	padding:0;
	margin:0;
	border:0;
	padding-top: 20px;
	padding-bottom: 20px;
}

ol.commentlist {
	padding:0;
	margin:0;
	border:0;
	list-style-type: none;
	margin-bottom: 20px;
}

ol.commentlist li {
	padding:0;
	margin:0;
	border:0;
	background: #fff;
	border: 1px solid #eee;
	padding: 20px;
	margin-top: 2px;
}

ol.commentlist li.alt {
	padding:0;
	margin:0;
	border:0;
	background: #f9f9f9;
	padding: 20px;
	margin-top: 2px;
}

.avatar {
	float: left;
	display: inline;
}

.avatar img {
	border: 3px solid #fff;
}

.commentbody {
	float: left;
	display: inline;
	margin-left: 60px;
}

.commentbody img {
	border:0;
	vertical-align: middle;
}

p.comment_author {
	color: #999;
	font-size: 0.7em;
}

span.comment_time {
	display: inline;
	color: #999;
}

p.comment_text {
	margin-top: 15px;
	line-height: 1.4em;
}

/*
Leave a Reply form CSS
*/
#respond{
	font-size: 1.2em;
	padding-left:10px;
	color:#FFFFFF;
	border-bottom:dotted #FFFFFF 1px;
	line-height:30px;
	background-color:#676767;
}
.reply {
	background: #cfcfcf;
	font-size: 0.9em;
	
}

.reply p {
	margin-top: 10px;
	margin-left:10px;
}

.reply fieldset {
	vertical-align: middle;
	display: inline;
}

.reply input {
	vertical-align: middle;
	display: inline;
}

.reply textarea {
	border:1px #8f8f8f solid;
	vertical-align: middle;
	display: inline;
}

.reply label {
	color:#424242;
	vertical-align: middle;
	display: inline;
	font-weight: bold;
	font-family: tahoma;
}

.replytext {
	width: 200px;
	padding: 5px;
	color: #000;
	border:1px #8f8f8f solid;

}

.replytext:focus {
	background: #fefff7;
}

.replyarea {
	line-height: 1.5em;
	padding: 5px;
	width: 500px;
	height: 120px;
	color: #000;
	border:1px #8f8f8f solid;
}

.replyarea:focus {
	background: #fefff7;
}

.replybutton {
	background: #666;
	text-align: center;
	width: 100px;
	height: 25px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.replybutton:hover {
	background: #000;
	color: #fff;
}