/***************************************
   AUTHOR:  		Sustainablewebsolutions 
   WEBSITE:   		http://www.sustainablewebsolutions.com/
    	
 ***************************************/ 
 
/***************************************
   HTML ELEMENTS
****************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
/***************************************
   HTML ELEMENTS
****************************************/ 
	font: 100%/1.0em "Arial", sans-serif;
	color: #555;
	background: #FFF url() repeat-x;
	text-align: center;		
}

/* links */
a { background: inherit; color: #6e8ced; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* headers */
h1, h2, h3 { font:  1em "Arial", sans-serif; }
h1 { font-size: 1.4em; color: #6e8ced; }
h2 { font-size: 1.5em; color: #6e8ced; }
h3 { font-size: 1.0em; color: #6e8ced; }
h4 { font:bold 1.0em "Arial", sans-serif; 
text-transform: uppercase; margin: -14px 0px; }
h5 { font-size: 1.2em; text-transform: uppercase; }

h1, h2 {
	margin: 2px 15px;
}
h3 {
	margin: 2px 15px;
}

p {
	margin: 08px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}

/* images */
img {

}

img.float-left {
  margin: 5px 15px 5px 0px;
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
}



/* end - table */

/* form elements */
legend {
color: #6e8ced
}



/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 893px;
}

/* header */
#header {
	clear: both;
	float: center;
	width: 100%;	
	background: #FFF url(header.jpg) repeat-x;
	height: 64px;
	text-align: left;
}
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;

}
#header-content h1#logo {
	position: absolute;	
	font: 0.7em "Arial", sans-serif;
	letter-spacing: 0px;
	color: #fff;
	margin: 0; padding: 0;

	/* change the values of left and top to adjust the position of the logo */
	top: 0; left: 25px;
}
#header-content h1#logo a {
	text-decoration: none;
	color: #6e8ced;
}
#header-content #slogan {
	position: absolute;	
	font: 0.7em "Arial", sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 02px; left: 09px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 40px; top: 20px;
	font: 0.8em "Arial", sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;
}#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 4px 12px;	
	color: #FFF;
	background: url(ornament.png) repeat-x;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li a:hover {
	background: url(ornament.png) repeat-x;
	color: #6e8ced;
}
#header-content li a#current  {
	background: url(ornament.png) repeat-x;
	color: #6e8ced;
}

#header-content li code {
	display: inline;
	padding: 5px 143px 7px;
	background-color: #333;
}

/* hbar */
#hbar {
	width: 28%;
	margin: 10px 0 0 0; padding: 0;
	position: absolute;	
	font:  0.8em "Arial", sans-serif;
	/* change the values of left and top to adjust the position of the slogan */
	top: -5px; left: 240px;

}	
#hbar h1 {
	padding: 0px 0px 0px 0px;
	margin: 0;
	color: #333;
	font:  1.2em "Arial", sans-serif;
}

#hbar p {
	padding: 0px 0px 0px 0px;
	margin: 0;
	color: #333;
	font:  1.2em "Arial", sans-serif;
}



/* hbar end */

.mright{ 
	float: right;
}

.mleft{ 
	float: left;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

/* sidebar */
#sidebar {
	float: left;
	width: 30%;
	margin: 10px 0 10px 0;
	padding: 0;
	overflow: hidden;
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	margin-bottom: 16px;
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	font:  1.3em "Arial", sans-serif;
}


#sidebar h2 {
	padding: 10px 0px 15px 10px;
	margin: 0;	
	font:  1.3em "Arial", sans-serif;
}

.sidebox {
	background: white;
	border: 1px solid #EFEDED;
	font:  1.0em "Arial", sans-serif;
}

/* sidebar menu */

#sidebar ul.sidemenu {
	list-style:none;
	margin: 0px 0 0px 0;
	padding: 5px;
	background: #F2F2F2;			
}
#sidebar ul.sidemenu li {
	padding: 0px 6px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight: normal;
	color: #333;
	height: 1.1em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #6e8ced;
	color: #6e8ced;		
}
#sidebar ul.sidemenu a.seo {
	padding: .3em 0 .3em 10px;
	border-left: 0px solid  #6e8ced;
	color: #1e8ced;
}
#sidebar ul.sidemenu a.seo2 {
	padding: .3em 0 .3em 10px;
	border-left: 16px solid  #f2f2f2;
	color: #333;
	font-size: 1em;
}
#sidebar ul.sidemenu a.seo2:hover {
	border-left: 16px solid  #f2f2f2;
		color: #1e8ced;
}
#sidebar ul.sidemenu a.seo3 {
	padding: .3em 0 .3em 10px;
	border-left: 16px solid  #f2f2f2;
	color: #1e8ced;
	font-size: 1em;
}
#sidebar ul.sidemenu a.seo4 {
	padding: .3em 0 .3em 10px;
	border-left: 0px solid  #6e8ced;
	color: #333;
}
#sidebar ul.sidemenu a.seo4:hover {
	border-left: 0px solid  #f2f2f2;
		color: #1e8ced;
}
/* main */
#main {
	float: left;
	width: 68%;	
	margin: 10px 10px 10px 0px; padding: 0;	
}
#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.5em "Arial Black", sans-serif;
}
#main ul li {
	list-style-image: url(bullet.gif);
}
#main .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	font-size: 95%;
}
#main .post-footer .date {
	background: url('clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
#main .post-footer .comments {
	background: url('comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
#main .post-footer .readmore {
	background: url('page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}


.post {
	margin: 0; padding-bottom: 0;
	background: #FFF url(gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
}
.post b{color: #6e8ced;}

.post2 {
	margin: 0; padding-bottom: 20px;
	background: #FFF url(gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}

/* mid */
#mid {
	clear: both;
	margin: 0; padding: 0;
	font: .95em/1.3em "Arial", sans-serif;
	text-align: left;	

}

#mid h1, #mid p {	margin-left: 0; }

#mid-content {	
	margin-bottom: 10px;
	padding-left: 1px;
}
#mid-content a {
	text-decoration: none;
	color: #777;	
}
#mid-content a:hover {
	text-decoration: underline;
	color: #333;
}
#mid-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#mid-content .col {
	font: normal 1.0em "Arial", sans-serif;
	border: 1px solid #EAEAEA;
	width: 51%;
	margin: 0 0px 0px 0;
	padding: 5px 5px 5px 5px;
	color: #555;
}

#mid-content .col2 {
	border: 1px solid #EAEAEA;
	width: 44%;
	margin: 0 0 5px 0;
	padding: 0px 0px 0px 5px;
}


#mid-content .col3 {
	border: 1px solid #EAEAEA;
	width: 99%;
	margin: 0 0 5px 0;
	padding: 0px 0px 0px 5px;
}

/* footer */
#footer {
font: normal 0.8em "Arial", sans-serif;
	clear: both;
	margin: 0px; padding: 0;
	text-align: left;	
}

#footer a {
	text-decoration: none;
	color: #777;
	text-align: center;	

}

#footer a:hover {
	text-decoration: underline;
	color: #333;
}

#footer h1, #footer p {	margin-left: 0; }

#footer-content {	
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 16px;
}
#footer-content a {
	text-decoration: none;
	color: #777;

}
#footer-content a:hover {
	text-decoration: underline;
	color: #333;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 0;	
}
#footer-content .col2 {
	width: 33%;
	padding: 0 0 30px 0;	
}
#footer-content .float-right {
	font: bold 0.9em "Arial", sans-serif;	
 }







/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; width: 30%; }
.align-left  { text-align: left; }
.align-right {text-align: right; }
.float-r { float: right; margin-right: 100px; margin-bottom: 26px; }
.float-l  { float: left; margin-top: 10px; }

/* additional classes */

.clear { clear: both; }
.gray  { color: #eaeaea; }

.larget { font: normal 1.2em "Arial", sans-serif;
	color: #555; }
.largetx { font: normal 1.1em "Arial", sans-serif;
	color: #555; }

.larget i {font: normal 90% "Arial", sans-serif;
	color: #555; 
}
.larget2 { font: normal 1.1em "Arial", sans-serif;
	color: #555; }
.larget4 { font: normal 1.0em "Arial", sans-serif;
	color: #555; }

.larget2 b { color: #6e8ced; }
.larget3 { font: normal 1.1em "Arial", sans-serif;
	color: #6e8ced; }

.scroll{
background-color:#eaeaea;
height:224px;
padding: 0px 0px 0px 5px;	
overflow: auto;
}

fieldset { padding-left: 28px; border-bottom: -4px; border: 0px; }

fieldset input {font: bold 0.8em "Arial", sans-serif; 
color: #A9A9A9; }

.forma { 	padding: 7px 34px 55px 16px;
		height: 144px;
		background: #fff;
		background-position: top right;
		background-image: url(form2.gif); 
		background-repeat: no-repeat; 
}
.forma b {padding-left: 30px; padding-top: 30px; font: 1.2em; color: #333; font-weight: bold;}

.btn { margin-left: 12px; }
.btn { display: block; position: relative; background: #333; padding: 5px; float: right; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -6px; height: 0; }

.btn:hover { background: #333; color: #6e8ced;	text-decoration: none; }
.btn:active { background: #333; color: #6e8ced;	text-decoration: none; }
.btn[class] { background-image: url(shade.png); background-position: bottom; }

* html .btn span, * html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

#marqueecontainer{
position: relative;
width: 260px; /*marquee width */
height: 237px; /*marquee height */
background-color: white;
background: url(sbg.gif) no-repeat;
overflow: hidden;
right: -2px;
padding-left: 4px;
}
#marqueecontainer2{
position: relative;
width: 100%; /*marquee width */
height: 127px; /*marquee height */
background-color: white;
background: url() no-repeat;
overflow: hidden;
right: -2px;
padding-left: 4px;
font-family: lucida handwriting; font-style: bold; font-size: 1.1em; 
}

.date {font:bold 0.8em "Arial", sans-serif; color: #6e8ced;}

.pullquote {
width: 35%;
background:white;
color:black;
float: right;
font-weight:bold;
line-height:140%;
padding:5px;
margin-top:0px;
margin-left:10px;
}


