/*
Theme Name: Sysax.com
Theme URI: www.sysax.com
Description: Sysax.com wordpress template
Author: Coder20
Author URI: http://www.coder20.com
version: 1.0
Tags: two-column, widget-ready
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:#fff;
	font-family:Arial,Helvetica,sans-serif;

	
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 780px;

	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
	
  	width: 780px; 
 
	
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */


#menu {
	background:#678B3F;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11pt;
	width:780px; 
	overflow:hidden;
	height:25px;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:2px;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}



/* content */


#content {
	float: left;
	width:550px;
	overflow: hidden;
	margin:14px;
	_margin:7px;
	border-right:1px solid #afafaf;
	padding-right:25px;
	
	}	

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:bold 16pt arial, times;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	margin-bottom:30px;
	}
	
.alignleft a{ margin:25px 0;}
.alignright a{ margin:25px 0;}



/* sidebar */

#sidebar {
font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	width:175px;
	float:right;
	margin:0;
	padding: 0;

	height: 100%;
	}

#sidebar h2{
	font:bold 12pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
font-family:Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
font-family:Arial,Helvetica,sans-serif;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {

	clear: both;
	width: 100%;
	font-family:times;
	color:#000;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color:#0000FF; text-decoration:underline;}




.sl {
	font-family: /*Verdana, */Arial, Helvetica, sans-serif;
	font-size: 0.9em/*12px*/;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000/*660000*/;
	text-decoration: none;
	/*background-color: #ffffff;*/
	/*text-indent: 5px;*/
	list-style-position: outside;
	list-style-image: url(img/listarrow.gif);
	padding: 0px;
	margin: 0px;
        margin-left:/*145 70*/70px;
        margin-top:0/*10*/px;
}




p {
font: 0.9em Arial, Helvetica, sans-serif; line-height: 1.4em; color: #000; text-align: justify;
}

.borderpad {
font: 0.9em Arial, Helvetica, sans-serif; line-height: 1.4em; color: #000; text-align: justify; padding:10px;
}

.boldpad {
 padding:10px;
}

/* Main Heading */
h1 {text-align: center; padding: 0px 0 0px; font: 1.4em /*Georgia, Verdana,*/ Arial, Helvetica, sans-serif; color: #000; }

/* Sub Heading */
h2 {text-align: left; padding: 0px 0 0px; font: 1.2em Arial, Helvetica, sans-serif; color: #000; }

/* h2 {text-align: left; padding: 0px 0 0px; font: 1.1em Arial, Helvetica, sans-serif; color: #000; } */


h3 {text-align: center; padding: 0px 0 0px; font: 1.2em Arial, Helvetica, sans-serif; color: #000; }

h4 {text-align: center; padding: 0px 0 0px; font: 1.1em Arial, Helvetica, sans-serif; color: #000; }


h5 {text-align: right; padding: 0px 0 0px; font: 0.8em Arial, Helvetica, sans-serif; color: #000; }


b.bt, b.bt b, b.bb, b.bb b {display: block; height: 10px;font-size: 1px;background:url(img/grey.gif) no-repeat;position:relative}
b.bt {top: -3px; left: -3px}
b.bt b {background-position:100% -10px; left: 6px}
b.bb {background-position:0 -20px; top:3px; left: -3px}
b.bb b {background-position:100% -30px; left: 6px}
#grey_border {border: #ddd 3px solid}
 

#content
{
/*text-align: left;*/

/*margin: 0 auto*/
}


#ban {
  color: #000066;
  padding-left: 0px;
  padding-bottom: 7px;
  font-weight:normal; font: bold 15px Arial, Verdana, sans-serif;
}

#upp {
  color: #000066;
  padding-left: 0px;
  padding-bottom: 14px;
  font-weight:normal; font: bold 10px Arial, Verdana, sans-serif;
}



#outer ul {margin:0em; padding:0; list-style-type:none; background:transparent; height:1.5em;} /* height needs to be 1.5 to work in mozilla also */
#outer li {display:block; float:right; text-transform:uppercase;}

.xsnazzy {background:transparent;}
.xsnazzy span {text-align:center; color:#fff; margin:0; font-weight:normal; font: bold 0.78em Arial, Verdana, sans-serif; letter-spacing: 1px; padding-bottom:0.4em; }

.xtop {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb2c, .xb3, .xb3c, .xb4, .xb4c {
display:block; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}
.xb1, .xb2, .xb2c, .xb3, .xb3c {height:1px;}
.xb2, .xb3, .xb4 {background:#ff9933; border-left:1px solid #fff; border-right:1px solid #fff;}
.xb2c, .xb3c, .xb4c {background:#678b3f; border-left:1px solid #fff; border-right:1px solid #fff;}
.xb1 {margin:0 5px; background:#fff;}
.xb2, .xb2c {margin:0 3px; border-width:0 2px;}
.xb3, .xb3c {margin:0 2px;}
.xb4, .xb4c {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#ff9933; border:0 solid #fff; border-width:0 1px 1px 1px;}
.xboxcontentcurrent {display:block; background:#678b3f; border:0 solid #fff; border-width:0 1px 1px 1px;}

a.xmenu2, a.xmenu2:visited {display:block; text-decoration:none; width:7em; font-size:0.9em;}
a.xmenu2:hover {background:transparent; cursor:pointer;}
a.xmenu2:hover span {color: #000;}
a.xmenu2:hover .xboxcontent {background:#ff9933; border-color:#fff; border-bottom:1px solid #eee;}
a.xmenu2:hover .xb1 { }

a.xmenu2:hover .xb2 {background:#ff9933;} 
a.xmenu2:hover .xb3 {background:#ff9933;}
a.xmenu2:hover .xb4 {background:#ff9933;}




#navcontainer ul {
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 0;
  margin-top: 0;
  /* cancels gap caused by top padding in Opera 7.54 */
  margin-left: 0;
  background-color: #678b3f;
  color: white;
  width: 100%;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 13px;
  /* fixes Firefox 0.9.3 */

  border-top: 3px solid #678b3f/*#666*/;
  border-bottom: 0px solid #678b3f;
}

#navcontainer ul li {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
  /* matches link padding except for left and right */
  padding-top: 5px;
  text-transform:uppercase;
  font: bold 0.78em Arial, Verdana, sans-serif; letter-spacing: 1px;

  padding-left: 15px;
  padding-right: 15px;
}


#navcontainer ul li a {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  color: white;
  text-decoration: none;
  border-right: 1px solid #678b3f;
}



#navcontainer ul li a:hover {
  background-color: #678b3f;
  color: black;
}


#navcontainer #current {
  background-color: #fff;
  color: black;
}


#navcontainer #active { border-left: 1px solid #678b3f; }












#navcontainer3
{
margin-left: auto;
margin-right: auto;
margin-bottom: 20px; /* jj was 40 - reduced for heading */
border-top: 1px solid #999;
z-index: 1;
}

#navcontainer3 ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer3 li
{
display: inline;
text-align: center;
margin: 0 10px; /*jjfw - was 30 */
}

#navcontainer3 li a
{
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #999;
text-decoration: none;
text-transform:uppercase;
font: bold 0.78em Arial, Verdana, sans-serif; letter-spacing: 1px;
}

#navcontainer3 li a:hover
{
color: #000;
border: 1px solid #000066;
border-top: 2px solid #000066;
border-bottom: 2px solid #000066;
}

#navcontainer3 li a#current3
{
color: #fff;
border: 1px solid #000066;
border-top: 2px solid #000066;
border-bottom: 2px solid #000066;
background-color: #000099;
}



#ftline {
  border-bottom: 1px solid #999;
  margin-bottom: 5px;
}



/* START OF THE FORM CSS */
div#formcontainer {width:700px; margin-left:40px;}
div#formcontainer h3 {margin:10px 0 0 10px; } /* adjust top margin for your context */
div#formcontainer h4 {margin:0 0 5px 10px; }
div#formcontainer form  {border-top: 2px solid #CCC; border-bottom: 3px solid #CCC;} /* the top border is visually 1 px thicker because it touches the div.clearfix bordertop */
div#formcontainer div.clearfix {border: 1px solid #CCC; padding:10px 0px; vertical-align:top;} /* adds the line above each section and provides vertical spacing */
div#formcontainer form label {width:320px; float:left; color: #003366;   margin:0 10px;} /* this is the text label on the left of each input */
/* postions the submit button by selecting a div with attribute type SUBMIT - IDWIMIE */
div#formcontainer input[type="submit"] {display:block; margin-left:auto; margin-right:10px;}
/* END OF THE FORMS CSS*/

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */


