/*
Theme Name: WordPress SMEBLOG
Theme URI: http://smeblog.ie/beta/
Description: The default theme for smeblog.
Version: 1.6
Author: Nikolay Tenev
Author URI: http://7black.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/



/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: Arial,  Verdana,  Sans-Serif;
	background-color: #e1eaf2;
	color: #333;
	text-align: center;
	background-image: url("images/bgpix.gif");
	background-repeat: repeat-x;
	height: 390px;
}
form {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;	
}
a, a:hover, a:visited {
	color: #365bbc;
	border: 0px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#header {
	background-image: url("images/bbg.gif");
	background-repeat: no-repeat;
	height: 90px;
	background-color: #24364B;
}

#content {
	font-size: 12px;
	font-family: Arial,  Verdana,  Sans-Serif;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	clear: both;
	font-size: 12px;
	font-family: Arial,  Verdana,  Sans-Serif;
}
.narrowcolumn .postmetadata {
	text-align: left;
	font-size: 12px;
	font-family: Arial,  Verdana,  Sans-Serif;
}
.narrowcolumn {
	float: left;
	margin: 0px 0px 0px 0px;
	}
.postmetadata  {
	padding-top: 5px;
	margin-top: 18px;
	}

hr {
	border: 0px;
	height: 1px;
	color: #ceddea;
	background-color: #ceddea;
	width: 661px;
	margin-bottom: 23px;
}
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: #333;
	padding-top: 0px;
	margin-top: 0px;
	padding: 0px;
	margin: 0px;
	line-height: 22px;
}

h2, div.post h2, div.post h2 a, div.post h2 a:visited, div.post h3, div.post h3 a, div.post h3 a:visited {
	color: #8cbb00;
	font-size: 26px;
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
	}
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;
	padding-top: 0px;
	margin-top: 0px;
	}
h2 a:hover {
	text-decoration: underline;
	padding-top: 0px;
	margin-top: 0px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	font-size: 12px;
	font-family: Arial,  Verdana,  Sans-Serif;
	vertical-align: top;
}

.post hr {
	display: block;
	}
.widecolumn .post {
	margin: 0;
	}


.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
.widecolumn .entry p {
	font-size: 12px;
}


.widecolumn {
	line-height: 1.6em;
	}
.entry p a:visited {
	color: #b85b5a;
	}
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/* raquo ---- .entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

	
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0px;
	padding: 0px;
	}
	
ul.menu-list {
	list-style-type: none;
	padding: 0px; 
	margin: 0px;
}

ul.menu-list li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

td.left-header {
	background-color: #FFFFFF;
	background-image: url("images/lup_corn.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 660px;
}
td.right-header {
	background-color: #FFFFFF;
	background-image: url("images/rup_corn.gif");
	background-repeat: no-repeat;
	background-position: right top;
	height: 23px;
	width: 330px;
}
td.left-content {
	vertical-align: top;
	background-color: #ffffff;
	width: 100%; 
}
td.right-content {
	background-color: #c8d9e8;
	width: 330px;
	vertical-align: top;
}

.alignright {
	float: right;
	font-weight: bold;
	}

.alignleft {
	float: left;
	font-weight: bold;
	}
td.left-footer {
	background-color: #FFFFFF;
	background-image: url("images/lpan.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 660px;
}
td.right-footer {
	background-color: #FFFFFF;
	background-image: url("images/rpan.gif");
	background-repeat: no-repeat;
	background-position: right top;
	height: 23px;
	width: 330px;
}

/* Begin Sidebar */
div.welcome {
	background-image: url("images/welcome_sme.gif");
	background-repeat: no-repeat;
	background-position: 30px top;
	height: 300px;
	width: 300px;
}
ul.list-category {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul.list-category li {
	text-align: left;
	background-image: url('images/bulet.gif');
	background-repeat: no-repeat;
	margin: 0px;
	height: 30px;
	width: 330px;
	font-weight: bold;
}

ul.list-category li div {
	padding-left: 54px;
	padding-top: 7px;
	color: #365bbc;
	font-size: 12px;
	background-image: url('images/cat_dot.gif');
	background-repeat: no-repeat;
	background-position: 29px 8px;
}

.postmetadata {
	clear: both; 
	overflow: hidden; 
	display: block; 
	text-decoration: none; 
	color: #365bbc; 
	background-image: url('images/ph2.gif'); 
	background-repeat: no-repeat;
	height: 24px;
	width: 600px;
}

.postmetadata span.left {
	float: left; 
	font-weight: bold; 
}
.postmetadata span.right {
	float: right; 
	color: black; 
	font-weight: normal;
	background-image: url('images/postmeta_r.gif'); 
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 8px;
}

.postmetadata span.left span.category {
	padding-left: 20px;	
}

.postmetadata span.left span.autor {
	background-image: url('images/postmeta_user.gif'); 
	background-repeat: no-repeat;
	padding-left: 27px;
	height: 24px;
	background-position: 0px -4px;
}

.postmetadata span.left span.comments {
	background-image: url('images/postmeta_comment.gif'); 
	background-repeat: no-repeat;
	padding-left: 27px;
	background-position: 0px -4px;
}

.clear {
	clear: both;
}
/*
 	Slogon
 */
tr.slogon td {
	height: 41px;
	font-family: Arial,  Verdana,  Sans-Serif;
	font-size: 12px;
}
tr.slogon td img,
tr.slogon th img {
	position: relative;
	top: -8px;
}
tr.slogon td img {
	top: -7px;
	}
tr.slogon td span {
	position: relative;
	top: -13px;
	padding-right: 3px;
}

div#footer {
	color: #77a0c6;
}
div#footer a, div#footer a:hover, div#footer a:visited {
	color: #365bbc;
}
table.footer {
	padding-top: 12px;
	padding-bottom: 30px;
}
div.no-search,
ol.commentlist,
form#commentform,
.navigation,
.post {
	padding: 0 0 20px 30px;
	margin: 0px 0 0;
	width: 570px;

}
.navigation {
	display: block;
	text-align: center;
	margin-top: 28px;
	margin-bottom: 10px;
}

/* 
 	Search box
 */
input.search_inp {
	background-image: url("images/spix.gif");
	background-repeat: repeat-x;
	background-color: transparent;
	color: #FFFFFF;
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	position: relative;
	top: -10px;
	height: 27px;
	border: 0px;
	overflow: hidden;
}

/* Comments */
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial,  Verdana,  Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial,  Verdana,  Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
ol.commentlist,
form#commentform {
	text-align: left;	
}

form#commentform textarea {
	width: 550px;
}

ol#commentlist {
	text-align: left;
	list-style: none;
}


div.entry p {
	font-size: 14px;
	width: 595px;
	line-height: 22px;
}
td.srch {
	background-image: url("images/searchbg.gif");
	background-repeat: no-repeat;
	width: 251px;
	height: 90px;
	padding: 0px;
	margin: 0px;
}
input.searchbox {
	border: 0px;
	color: #ffffff;
	height: 22px;
	background-color: #16222c;
	width: 245px;
	position: relative;
	top: 2px;
}

div.no-search {
	text-align: left;
}

table td.lpixb {
	background-image: url("images/lpixb.gif");
	background-repeat: repeat-y;
	width: 30px;
	height: 432px;
}
table td.rpixb {
	background-image: url("images/rpixh.gif");
	background-repeat: repeat-y;
	width: 29px;
	height: 432px;
}
td.cban {
	background-color: #c8d9e8;
	background-image: url("images/welcome_sme.gif");
	background-repeat: no-repeat;
	width: 330px;
	height: 318px;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	font-family: Arial,  Verdana,  Sans-Serif;
}

td.cban p {
	font-family: Arial,  Verdana,  Sans-Serif;
	font-size: 12px;
	text-align: justify;
	width: 230px;
	padding-left: 50px;
	padding-top: 45px;
}

td.cban a {
	font-weight: bold;
	font-size: 12px;
	padding-left: 50px;
}
img.smelogo {
	position: absolute;
	top: 0px;
}

/* Poll */
div.sme-poll {
	width: 330px;
	height: 189px;
	background-image: url("images/poll.gif");
	background-repeat: no-repeat;
}

div.wp-polls {
	padding-top: 38px;
}
.wp-polls-ans {
	position: relative;
	left: -20px;
}
.sme-poll ul {
	list-style: none;
}
.sme-poll ul li {
	padding-bottom: 5px;
}
div.wp-polls-ans input.Buttons {
	background-image: url("images/vote.gif");
	background-repeat: no-repeat;
	width: 97px;
	height: 21px;
	margin-left: 10px;
	color: white;
}
div.wp-polls-ans a {
	font-weight: bold;
}

div.sme-about {
	clear: both;
	width: 330px;
	height: 189px;
	background-image: url("images/links.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
div.sme-about p {
	width: 250px;
	margin: 0px;
	padding: 20px;
	padding-top: 45px;
	text-align: left;
	margin-left: 10px;
}
div.p20 {
padding-right: 20px;
}