/* 
	Theme Name: Sigmawebhost.com
	Theme URL: http://sigmawebhost.com
	Description:  Custom theme.
	Author: Mladjo
	Author URI: http://www.divinedeveloper.com
	Version: 1.0

*/
/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
img, fieldset, iframe, table, tr, th, td {
	border:0
}
/* Clearfix
   http://positioniseverything.net/easyclearing.html */
  .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/************************************************
*	General elements styling									*
************************************************/
body {
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(images/bg.gif);
	font: 70% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
a, a:visited {
	color: #a12f00;
	text-decoration: none;
}
a:hover {
	color: #2B2B2B;
	text-decoration: underline;
}
/************************************************
*	Wrap     									*
************************************************/
#wrap {
	background: #fff url(images/wrap-back.gif) center repeat-y;
	width: 970px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font:1.1em/1.3em Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif;
}
/************************************************
*	Top     									*
************************************************/

#top {
	width: 970px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: #fff url(images/top.gif) no-repeat left top;
}
/************************************************
*	Header  									*
************************************************/

#header {
	background: #fff url(images/header.gif) no-repeat left top;
	width: 930px;
	height: 158px;
	color: #000000;
	margin: 0px auto 0px;
	padding: 0;
	overflow: hidden;
}
#header h1 {
	display: none;
}
#header .description {
	display: none;
}
#header a img {
	border: none;
	margin: 0px;
	padding: 0px;
}
/************************************************
*	navbarbar      								*
************************************************/
#navbar {
	background:#2B2B2B;
	color:#FFFFFF;
	margin:0px auto;
	padding:0px;
	width:930px;
	overflow: hidden;
}
#navbar ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#navbar a {
	background:#2B2B2B;
	color:#FFFFFF;
	display:block;
	margin:0px 0px 0px 0px;
	padding:11px 10px;
	text-transform:uppercase;
}
#navbar a:hover {
	background:#a12f00 ;
	color:#FFFFFF;
	display:block;
	margin:0px 0px 0px 0px;
	padding:11px 10px;
	text-decoration:none;
}
#navbar li {
	float:left;
	margin:0px;
	padding:0px;
}
#navbar li li {
	float:left;
	margin:0px;
	padding:0px;
	width:160px;
}
#navbar li li a, #navbar li li a:link, #navbar li li a:visited {
	background:#2B2B2B ;
	border-top:1px solid #C0C0C0;
	float:none;
	margin:0px;
	padding:11px 10px;
	width:160px;
}
#navbar li li a:hover, #navbar li li a:active {
	background:#a12f00 ;
}
#navbar li ul {
	left:-999em;
	position:absolute;
	width:10em;
}
#navbar li:hover ul {
	display:block;
	left:auto;
}
#navbar li:hover ul, #navbar li.sfhover ul {
	left:auto;
}
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 930px;
	margin: 0px auto 0px;
	padding: 0 0 18px 0;
}
#content h1 {
}
#content h1 a, #content h1 a:visited {
}
#content h1 a:hover {
}
#content h2 {
}
#content h2 a, #content h2 a:visited {
}
#content h2 a:hover {
}
#content h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
#content h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}
#content h2 {
	font-size: 1.5em;
	margin-bottom: 0.75em;
}
#content h3 {
	font-size: 1.3em;
	line-height: 1;
	margin-bottom: 1em;
}
#content h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}
#content h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
#content h6 {
	font-size: 1em;
	font-weight: bold;
}

#content p {
	margin: 0 0 1.5em;
}

#content ul
{
list-style-type: none;
padding: 0;
margin: 0 0 0 1em;
}

#content ul li 
{
background-image: url(images/ullibullet.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .4em 0;
}
#content ol {
	list-style: decimal inside;
}
#content dl {
	margin: 0 0 1.5em 0;
}
#content dl dt {
	font-weight: bold;
}
#content dd {
	margin-left: 1.5em;
}
#content blockquote {
	background: #E8EDF1;
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 15px 15px;

}
#content blockquote p {
	margin:0;
	padding: 0;
}
.postarea {
	background: #FFFFFF;
	float: left;
	width: 590px;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 0px 10px;
}
.breadcrumb {
	float: left;
	width: 590px;
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: solid 1px #EAEAEA;
}
.date {
	float: left;
	width: 590px;
	font-size: 0.94em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.postmeta {
	width: 590px;
	font-size: 0.94em;
	padding: 5px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	border-top: double #EAEAEA;
}
.archive {
	float: left;
	width: 275px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}
.comments {
	background: #FFFFFF;
	float: left;
	width: 590px;
	margin: 0px 0px 10px 0px;
	padding: 20px 10px 20px 10px;
}
img.floatleft {
	float: left;
	padding: 0 8px 6px 6px;
}
img.floatright {
	float: right;
	padding: 6px 0 4px 8px;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
/************************************************
*	Sidebar 		    	        	        * 
************************************************/
#contentleft {
	float: left;
	width: 610px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
#sidebar {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 10px;
	display: inline;
}
#sidebar p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
#sidebar h2 {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#sidebar h3 {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar li {
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
#sidebar ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}


/************************************************
*	Footer      								*
************************************************/

#footer {
	background: transparent;
	width: 970px;
	margin: 0px auto;
	padding:0;
}
#footer p {
	font-size: 0.94em;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	margin: 0;
	padding: 18px 10px 0px 10px;
	text-align: center;
}
#footer a, #footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a img {
}
#bottom {
	background: transparent url(images/bottom.gif) no-repeat left bottom;
	width: 970px;
	height: 35px;
	margin: 0px auto;
	padding:0;
}
/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
}
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
}
#searchform2 {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
}
#s {
	background: #FFFFFF;
	width: 170px;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	padding: 2px;
	margin: 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
}
#s2 {
	background: #FFFFFF;
	width: 200px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	padding: 3px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
}
#sbutt {
	background: #376B9D url(images/navbarbar.gif);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	margin: 0px 0px 0px 5px;
	border: 1px solid #234B69;
	font-weight: bold;
}
#sbutt2 {
	background: #376B9D url(images/navbarbar.gif);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	margin: 0px 0px 0px 8px;
	border: 1px solid #234B69;
	font-weight: bold;
}
#name, #email, #url, #submit {
	background: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
}
#words {
	background: #FFFFFF;
	width: 460px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
}
/************************************************
*	Comments									*
************************************************/
	
#commentblock {
	width: 500px;
	background: #E8EDF1;
	color: #000000;
	float: left;
	padding: 20px 20px 10px 20px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
}
#commentblock ol {
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
.commentdate {
	font-size: 12px;
	padding-left: 0px;
}
.commentname {
	color: #000000;
	margin: 0px;
	padding: 5px 5px 5px 0px;
}
.commentinfo {
	clear: both;
}
.commenttext {
	background: #FFFFFF;
	width: 440px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 10px 10px 0px 15px;
	margin: 5px 0px 20px 0px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
}
.commenttext-admin {
	background: #FFFFFF;
	width: 440px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 10px 10px 0px 15px;
	margin: 5px 0px 20px 0px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
}
