/* 
Theme Name: Sigma Resource Group
Theme URI: http://www.sigmanow.com/
Description: Customized theme for SRG.
Version: 1
Author: Anubis Marketing
Author URI: http://www.anubismarketing.com

Thanks to Paalam base theme
*/

/* Elements */
* 
{
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	background:#eee url(img/bodybg.gif) fixed;
	font-family: Tahoma, Arial, sans-Serif;	
	line-height: 1.5em;
	font-size: 10px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: 10px; /* easy scaling */
  	font-size: 0.76em;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-Serif;	
	font-weight:normal;
	color: #333;	
}

p, blockquote, ul, ol {
	margin-top: 0;
	padding-top: 0;
	margin-bottom:10px;	
	padding-bottom:5px;
}

a:link, a:visited {
	color: #990000;
	text-decoration:underline;
}
a:hover,a:active 
{
	color:#990000;
	text-decoration:none;
}
img.left 
{
	float:left;
	margin:0 1em 1em 0;
}
img.right 
{
	float:right;
	margin:0 0 1em 1em;
}
a img 
{
	border:0;
	padding-bottom:2px;
}
blockquote 
{
	margin:1em;
	padding:0 2em;
	background:url(img/quote.gif) no-repeat left top;
	color:#888;
}
fieldset 
{
	border:none;
}

dl {
	margin:1em 0px;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0.5em 1em;
	padding:0;
}

/* Header */
#header 
{
	background:url(img/header.jpg) no-repeat center;
	background-color:#990000;
	height:123px;
	padding:0;
	width:900px;
	border:#990000 3px double;
	margin:10px auto;
}
#header h1{
	padding: 10px 0 0 10px;
	font-size: 1.8em;
	font-variant:small-caps;
}
#header h2 {
	padding:  10px 0 0 10px;
	font-size: 1em;
	font-family: Tahoma, Arial, sans-Serif;	
}

#header a {
	text-decoration: none;
}
#header * 
{
	color:#336;
}
/* Menu */

#menu 
{
	padding:0;
	height:30px;
	line-height:30px;
	background:#778899;
	width:900px;
	margin:0 auto;
	border:#ccc 3px double;
}
 


/*#menu ul {
	margin: 0 auto;

	padding:0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a 
{
	padding:8px 16px;
	text-decoration: none;
	font-variant:small-caps;
	font-size: 1em;
	border:0;
	color:#eee;	
}
#menu a:hover, 
#menu a:active,
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_item a:hover,
#menu li.current_page_item a:active
{
	background:#456;
	color:#fff;
	border:0;
}*/

/* Main */

#main {
	width: 900px;
	margin: 0 auto;
	background:#fff;
	border:#ccc 3px double;
}

#main h2 {
	padding: 8px 0;
	font-size: 18px;		
	line-height:20px;
	font-variant:small-caps;
	font-weight:bold;
	color:#445566;
	border-bottom:#ddd 1px solid;
}
#main h3 {
	padding: 4px 0;
	font-size: 16px;		
	line-height:18px;
	font-weight:bold;
	color:#445566;
	border-bottom:#ddd 1px solid;
}
#main h2 a 
{
	color:#445566;
	border:0;
}
#content ul {
	margin: 0.5em 0;
	padding: 0 0 0 2em;
	list-style-type:none;
}
#content ul li 
{
	padding:5px 0;
	list-style-image:url(img/arrows.gif);
	line-height:1.8em;
}
#content ol 
{
	margin:0;
	padding:0 0 0 3em;	
}
#content ol li 
{
    margin:0;
    padding:3px;
    line-height:1.8em;
}
#content .post 
{
	margin-bottom:3em;
}
#content .entry 
{
    clear:both;
	padding: 10px 5px;
}
.post .date {
	float: right;
	margin:5px 0 0 5px;
	padding:0 10px;
	text-align:center;
	font-size: 0.8em;
	border:#ccc 1px solid;
	font-weight:bold;
	background:url(img/bgstripes.gif) repeat;
	color:#468;
	font-family: Tahoma, Arial, sans-Serif;	
}
.post .date span 
{
	display:block;
}
.post .date .day 
{
	font-size:1.6em;
	color:#345;
}
.post .meta {
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 0.9em;
	color:#999;
}
.post .comments 
{
    font-size:0.9em;
    color:#999;
    padding-left:17px;
}
.post .comments a 
{
	border-bottom:0px;
}
#main .feed 
{
	list-style-image:none;
	background:url(img/icon_feed.gif) no-repeat left 3px;
	padding:3px 17px; 
}
#content .trackback 
{
	background:url(img/trackback.gif) no-repeat left 6px;
	padding:3px 12px; 
}
ul.authorposts
{
	margin:0;
	padding:0 2em;
}
ul.authorposts li
{
	margin:0;
	padding:5px;	
}
ul.authorposts li em 
{
	float:right;
	font-style:normal;
}
/* Content */

#content {
	float: right;
	width: 640px;
	padding:10px;	
}
/* Column Two */

#sidebar {
	float: left;
	width: 205px;		
	padding: 10px;	
	font-size:0.9em;
	margin:5px;	
}

#sidebar 
{
	border-right:#ccc 1px dotted;
}
#sidebar ul 
{
	margin:0;
	padding:0;
	list-style:none;
	background:none;
}
#sidebar li
{
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	list-style:none;
	background:none;
}
#sidebar h2
{
	padding: 10px 0 0 0;
	font-variant:small-caps;
}
#sidebar p, #sidebar form
{
	padding:10px;
	margin:0;
}
#sidebar ul ul
{
	margin:10px 0 0 20px;
	padding:0;
}
#sidebar ul ul ul
{
	margin:0px 0 0 10px;
	padding:0;
}
#sidebar li li 
{
	list-style-image:url(img/bullet.gif);
	margin:5px 0;
	padding:0;
	
}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	text-decoration:none;
	}
#wp-calendar #today 
{
	border:#999 1px solid;
}

#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: #fff; }
/* End Calendar */
/* Comments */
input.textbox
{
	border:#ccc 1px solid;
	background:#f9f9f9;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width:150px;
}
textarea{
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background:#f9f9f9;
	font:1em Verdana, Arial, Serif;
}
input.textbox:focus, textarea:focus
{
	background:#fff;
	border:#999 1px solid;
}
#commentform 
{
	margin:0;
	padding:10px;
	background:#fff;
}
#content .commentlist {
	margin: 0;
	padding: 0;
}
#content .commentlist li 
{
	list-style:none;
	margin: 0;
	padding: 1em;			
	border-bottom:#ddd 1px solid;
	font-size:0.9em;
}
#content .commentlist li .cmtinfo 
{
	padding:5px;
	margin-bottom: 5px;
	position:relative;	
}
#content .commentlist li .cmtinfo em 
{
	margin:0;
	padding:0 1em;
	font-weight:normal;			
	font-style:normal;
	color:#999;	
}
#content .commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
}
#content .commentlist li.alt
{
	background:#f9f9f9;	
}
#content .nocomments
{
	font-size:0.9em;
	color:#999;
	text-align:center;
}


.botnav{
height:10px;
margin:0 auto;
width:100%;
padding:0;
list-style-type: none;
text-align: center;
}

.botnav li{
margin:0 0 -5px 0;
padding:0 0 0 0;
display: -moz-inline-box;  /* for Mozilla based browsers */
display: inline-block;
/* IE5/Mac needs these to have a set width. Change it when necessary. */
/* start for IE5/Mac only \*//*/
 width: 5em;
/* end for IE5/Mac only */
}

.botnav a{
line-height:10px;
display:block;
padding:0 7px 0 5px;
border-right:1px solid #445566;
text-decoration:none;
color:#333;
}

.botnav a.decoy:hover{
cursor:default;
text-decoration:none;
}
.botnav a:hover{
text-decoration:underline;
color:#94191C;
}
.botnav ul+li{
background-color:#000;
}
#footerInfo{
color:#445566;
text-align:center;
}
/* Footer */

#footer {
	margin: 5px auto 0;
	padding:0 15px;
	width:870px;
	background: #333;
	border:#ccc 3px double;
}

#footer p {
	margin: 0;
	padding: 7px;
	font-size: 0.9em;
	color: #696;	
}
#footer p span 
{
	float:right;
}
#footer a:link, #footer a:visited {
	color: #696;
	border:0;
}
#footer a:hover, #footer a:active,#footer p strong {
	color: #eee;
	text-decoration:none;
	border:0;
}
#header, #content, #sidebar, #footer, .widget 
{
	overflow:hidden;
}

/*Suckerfish Styles - How did you guess? Abstracted from Ryan's Suckerfish plugin to here*/

#suckerfishnav{
font-family:Tahoma, Arial, Sans-serif; 
font-variant:small-caps;
font-weight:700;
/*font-weight:bold;*/
float:right;
}

#suckerfishnav, #suckerfishnav ul {
height:29px;
list-style:none;
line-height:1.3em;
padding:0;
}/*can specify a fixed width here if you want, ie: width:30em; It will depend on the length of the menu items.*/

#suckerfishnav ul{
}

#suckerfishnav a {
width:auto;
font-size:1.1em;
text-align:center;
color:#FFF;
text-decoration:none;
padding:8px 15px 6px 15px;
height:16px;
display:block;
white-space:nowrap;
}/*can specify a fixed width here for each first level button if you want, ie: width:10em; You must also modify the #suckerfishnav li as well*/

#suckerfishnav a:hover {
color:#FFF;
text-decoration:none;
background-color:#94191C;
}

#suckerfishnav li {
float:left;
padding:0;
}/*can specify a fixed width here for each first level button if you want, ie: width:10em; You must also modify the #suckerfishnav a as well*/

#suckerfishnav li li a {
font-size:1.1em;
background-color:transparent;
color:#fff;
padding:0.4em 1em 0.2em 1em;
border:0;
text-align:left;
}

#suckerfishnav li li a:hover {
background:#94191C;
color:#FFF;
}

#suckerfishnav li ul {
position:absolute;
left:-999em;
height:auto;
width:21em;
font-weight:normal;
border:1px solid #778899;
border-top:0;
margin:0;
z-index:1000;
}

#suckerfishnav li li {
width:21em;
padding:0.3em 0;
color:#BED7F3;
text-decoration:none;
border-top:1px solid #778899;
background-color:#456;
}


#suckerfishnav .current_page_item
{
	background:#456;
	color:#fff;
	border:0;
}

#suckerfishnav ul li li.current_page_item a:link
{
	background:#94191C;
}

#suckerfishnav li ul a {
width:16em;

}

#suckerfishnav li ul ul {
margin:-1.50em 0 0 10em;
}

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {
left:-999em;
color:#BED7F3;
}

#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul {
left:auto;
margin-left:0px;
}

#suckerfishnav li li:hover, #suckerfishnav li li.sfhover {
background: #94191C;
}
