/* Portfolio Filter Stylesheet */

/*****Reset*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/*****Basic Definitions*****/
h1 { font-size: 1.667em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.333em; }
h4 { font-size: 1.167em; }
h5, h6 { font-size: 1em; }
B { font-size: 1.333em; }

a:visited { }
a:hover { text-decoration: none; }
p, ul, ol, dl, table { margin-bottom: 18px; }
ul, ol, dd { margin-left: 36px; }

/*****Custom Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }

/*****Basic Layout*****/



ul#portfolio { float: left; list-style: none; margin-left: 0; width: 800px; }
ul#portfolio li { 
	background: url('../images/white3.png');
	border: 1px solid #dedede;
	float: left; 
	margin: 0 10px 10px 0; 
	padding: 5px;
	width: 202px;
	height: 220px;
	text-align: left;
	font-size: 10px;
}
ul#portfolio a { color: #ffffff;display: block; width: 100%; text-align: center;font-size: 14px;}
ul#portfolio a:hover { text-decoration: none; background: url('../images/white.png'); color: #000000;}
ul#portfolio img { display: block; padding-bottom: 5px; }


body {
	margin: 0;
	padding: 0;
	background: #000000 url(../images/sss_background.jpg) no-repeat center top;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #fff;
}

h1, h2, h3 {
	margin: 0;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #9B9B9B;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #4e95d5;
}

a:hover, a:active {
	text-decoration: none;
	color: #6aa4e4;
}

a:visited {
	color: #4e95d5;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
	margin: 0;
	padding: 0;
	height: 350px;
	background: url(../images/grad.jpg) repeat-x left top;
}

/* Header */

#header {
	width: 810px;
	margin: 0 auto;
	height: 75px;
}

/* Menu */

#menu {
	float: left;
	width: 810px;
	height: 60px;
	background: url(../images/top.gif) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	background: url(../images/bullet.gif) no-repeat left 50%;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 12px 30px 12px 20px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 20px;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none; 
	color: #6aa4e4;
}

#menu .current_page_item a {
	color: #6aa4e4;
}

/** LOGO */

#logo {
	width: 810px;
	height: 260px;
	margin: 0 auto;
	background: url(../images/MASTER.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 0 0 100px;
	line-height: normal;
}

#logo h1 { 
	padding-top: 105px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:40px;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding: 0px 0 0 100px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #9B9B9B; 
}

#logo p a {
	text-decoration: none;
	color: #6aa4e4;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 810px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 520px;
	margin-top: 15px;
	
}

#content2 {
float: left;
	width: 100%;
	margin-top: 15px;
	text-align: center;
	
}

/* Post */

.post {
	padding: 15px 0px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
	width: 520px;
	height: 60px;
	padding: 20px 0 0 25px;
	background: url(../images/big_balloon.png) no-repeat left top;
	font-size: 24px;
	color: #DADADA;
}

.post h2 {
	width: 520px;
	height: 60px;
	padding: 20px 0 0 25px;
	background: url(../images/big_balloon.png) no-repeat left top;
	font-size: 24px;
	color: #DADADA;
}

.post .entry {
	padding: 0 15px;
	font-size: 14px;
}

.post .meta {
	padding: 15px 15px 30px 15px;
	font-size: 13px;
}

.post .meta p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
}

.post .meta .comments {
	padding-left: 22px;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#sidebar li {
	margin-bottom: 50px;
}

#sidebar li ul {

}


#sidebar li li {
	margin: 0;
	padding-left: 25px;
	
	
}

#sidebar h2 {
	width: 250px;
	height: 38px;
	padding: 12px 0 0 25px;
	margin-bottom: 10px;
	background: url(../images/balloon4.png) no-repeat left top;
	font-size: 20px;
	color: #DADADA;
}

/* Search */

#search {

}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 140px;
	margin-left: 25px;
	margin-right: 5px;
	padding: 3px;
}

#x {
	padding: 3px;
	border: none;
	background: #467805;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #6aa4e4;
}

/* Footer */
#footer-wrap {
	width: 810px;
	height: 55px;
	margin: 0 auto;
	/* background: url(../images/bottom.gif) no-repeat left top; */
}

#footer {
	margin: 0 auto;

	padding: 0;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 14px;
	color: #fff;
}

#legal {
	clear: both;
	padding-top: 0px;
	text-align: center;
	color: #999999;
}

#legal a {
	color: #A5E543;
}

.righty {

	position: absolute;
	margin-left: 550px;
	margin-top: 7px;

}

.rightright {

float: right;
padding: 30px;

}
.theme {
float: right;	
width:175px;
font-size: 12px;
color: #ccc;
padding: 0;
margin-top: -30px;
}

#slidetabsmenu {
float:left;
width:100%;
font-size:90%;
line-height:normal;

}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 10px;
padding:0;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
float:left;
background:url(../images/bback_left.png) no-repeat left top;
margin:0;
padding:0 0 0 17px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
display:block;
background:url(../images/bback_right.png) no-repeat right top;
padding:0px 16px 0px 0px;
font-weight:bold;
color:#6aa4e4;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
color: #fff;
}

#slidetabsmenu #current a {
background-position:0 -30px;
}

#slidetabsmenu #current a span {
background-position:100% -30px;
color: black;
}

#slidetabsmenu a:hover {
background-position:0% -30px;
}

#slidetabsmenu a:hover span {
background-position:100% -30px;
}

.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow: scroll; /*leave this value alone*/
width: 205px; /*Width of Carousel Viewer itself*/
height: 224px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: relative; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px; /*margin around each panel*/
width: 210px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
