/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	PixelGreen
   TEMPLATE CODE: 	S-0010
   VERSION:          1.2   
	LAST MODIFIED:    June-05-2007       	
 *******************************************/ 
 @import url(../../rsc/css/basic.css);	/* Import basic styles */
 @import url(../../rsc/css/img.css);	/* Import standard image styles */
 @import url(../../rsc/css/blog_elements.css);	/* Import standard blog elements styles */
 @import url(../../rsc/css/forms.css);	/* Import default form styles */
 @import url(../../rsc/css/comments.css);	/* Import default comment styles */
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }
body 
{
	background: #FFFFFF url(img/bg.png) 0 0 repeat-x;
	margin: 0px 0 5px 0;
	padding: 0;
}

#wrap {
        width: 950px;
	 margin: 0 auto;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 12px;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	color: 333;
	background: #FFFFFF ;
	text-align: center;	
}
#wrapper {
	 width: 950px;
	 min-width: 720px;
	 margin: 0 auto;
	 padding: 0;
}
#mastheader {
	 width: 950px;
	 height: 190px;
	 background: #FAFAFA ;
}
#masthead {
	 width: 950px;
	 height: 190px;
	 background: #FAFAFA ;
}
/* links */
a { background: inherit; color: #2970a8; text-decoration: underline; }
a:hover { background: inherit; color: #808080; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #333; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 1px 10px;
	padding: 0 15px;		
}

/* images */
.bText img {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
}

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

img.inline-button {
  margin: 5px 15px 5px 0px;
  border: 0px none;
}

img.inline-icon {
  background-color: transparent;
  margin: 0px 0px 0px 0px;
  border: 0px none;
  vertical-align: bottom;
}

img.inline-icontop {
  background-color: transparent;
  margin: 0px 0px 0px 0px;
  border: 0px none;
  vertical-align: top;
}

img.inline-iconright {
  background-color: transparent;
  margin: 0px 0px 0px 0px;
  border: 0px none;
  vertical-align: bottom;
  clear: none;
  display: inline;
  float: right;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #72A545;  
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #666666;	
}

/* Begin - table 
table {
	width: auto;
	border-collapse: collapse;
	margin: 10px 15px;	
}
th strong {
	color: #fff;
}
th {
	background: #74A846;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #c0c0c0;
	border-bottom: solid 2px #c0c0c0;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #c0c0c0; 
	border-bottom: solid 1px #c0c0c0;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
end - table */

table { border: 1px solid #d0d0d0; border-collapse: separate; margin: 10px 15px;}
table tr th, table tr td { background-color: #fff; padding: 5px 10px 5px 10px; border-right: 1px solid #fff; border-left: 1px solid #e0e0e0; }
table tr th, table tr th a { color: #333; font-weight: bold; }
table tr th span, table tr td { color: #333; font-weight: normal; }
table tr th.left, table tr td.left { border-left: 0; }
table tr th.right, table tr td.right { border-right: 0; }
table tr.header th, table tr.even th, table tr.even td { background-color: #f0f0f0; }

/* form elements 
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url('img/gradientbg.jpg') repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	margin:0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0px 0px 0px 10px; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: 1px solid #DADADA;
	padding: 3px 5px;	
	vertical-align: top;
	text-align: center;
	
}

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

#content, #footer-content {
	width: auto;
}

/* header */
#header {
	width: 100%
	text-align: left;	
	background-color: #0083b3;
	height: 20px;
	vertical-align: center;
}
#header-content {
	width: 100%
	margin: 0; padding: 0;
	background-color: #0083b3;
	vertical-align: center;
}
#header-content .widget_core_coll_title h1 a {
	font: bold 40px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;		
	text-decoration: none;
}

#header-content .widget_core_coll_tagline {
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	padding: 0;
	color: #ddd;
}

/* header menu */
#header-content ul {
	font: bold 'Trebuchet MS', sans-serif;
	color: #1A1A1A;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
	margin: 0; padding: 0;		
}
#header-content li a {
	float: left;
	display: block;
	padding-left: 5px;	
	padding-right: 5px;	
	color: #FFF;
	background-color: #0083b3;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li a:hover {
	background: #65944A;
	color: #FFF;
}
#header-content li a.current  {
	background: #65944A;
	color: #FFF;
}
#header-content li a.selected  {
	background: #65944A;
	color: #FFF;
}


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

/* sidebar */
#sidebar {
	float: left;
	width: 270px;
	margin: 0 0 10px 0; padding: 0;	
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
}
.sidebox {
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
	padding: 0px 0px 10px 5px;
}
#sidebar img {
  border: none;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
	background: #F2F2F2;			
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	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  #333;
	color: #333;		
}
#sidebar ul.sidemenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

/* main */
#main {
	float: right;
	width: 660px;	
	margin: 0 0 10px 0; padding: 0;	
}
#main h3.bTitle {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}
#main ul li {
	list-style-image: url('img/bullet.gif');
}

.post {
	margin: 0px 0px 20px 0px; 
	padding: 0px;
	background: #FFF url('img/gradientbg.jpg') repeat-x;
	border: 1px solid #EFEDED;
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; 
	margin: 20px 10px 10px 10px;
	font-size: 95%;
}
.post .post-footer img {
  margin: 3px;
}
.post .post-footer .date {
	background: url('img/clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('img/comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('img/page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;	
}

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

#footer-content {	
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 15px;
}
#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;	
}
#BMSfooter {
	width: auto;
	clear: both;
	overflow: auto;
	text-align: left;
	color: #808080;
	background-color: #ffffff;
	padding-top: 35px;
	padding-bottom: 5px;
}
#BMSfooter p {
	font-size: 11px;
	line-height: 14px;
	margin: 1px;
	padding: 1px;
}
#BMSfooter a {
	color: #808080;
	text-decoration: none;
}
#BMSfooter a:hover {
	color: #202020;
	text-decoration: underline;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
.gTitle {font-weight: bold;  text-align: left; margin: 10px 10px 5px 15px;}
.gText {margin: 0px 10px 10px 40px;}

#sidebar .widget_core_coll_xml_feeds ul.sidemenu li a {
  display: inline;
}
.widget_core_coll_search_form {
  padding: 0px 0px 10px 0px;
}

.widget_core_coll_search_form input.SearchField {
  width: 220px;
  margin: 0px 0px 10px 0px;
}
.widget_core_coll_search_form input.submit{
	text-align: center;	
	margin-left: 15px;
}
.widget_core_coll_search_form label{
	padding-left: 10px;
}
.radio {
	margin: 0px 5px 0px 5px;
}

table.bCalendarTable {
  font-size: 85%;
}
td.bCalendarCell, td.bCalendarLinkPost, td.bCalendarEmptyCell {
  width: 5.5ex;
}

/* sidebar menu style */



.bSideMenu ul {	
background: #FFFFFF;
list-style: none;
margin: 0 0 0px 0;
padding: 0;
font-size: 1.1em;
}	

.bSideMenu li {
margin-bottom: 4px;
}

.bSideMenu li a {
font-weight: bold;
height: 20px;
text-decoration: underline;
color: #286ea0;
display: block;
padding: 6px 0 0 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
}	
	
.bSideMenu li a:hover,  .bSideMenu li a.BlogButtonCurr {
background: #eaeaea;
color: #505050;
border-left: 4px solid #286ea0;
}

/* Plans preview */
div.plan_image {
	text-align: center;
}
div.plan_image img {
	margin: 1ex;
	border: 1px solid #000;
}
div.plan_subline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1A1A1A;
	background: #F5F5F5;
	margin: 1ex auto;
	width: 80%;
	padding: 1ex;
}
div.plan_desc {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1A1A1A;
	width: 80%;
	margin: 1ex auto;
}
div.plan_title {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 1.4em;
	color: #333;
	width: 80%;
	text-align: center;
	margin: 1ex auto;
}

/************ FAQ question/answer style **********************/
.question {margin: 0.5em 0; cursor:pointer; display:block; color:#07519a}
.answer {margin: 0.5em 0 0 20px; display:none;  padding: 10 0 5 20; }
.container{ display:block; }



div.cntArticleFormat {
	font-size:1em;
	color:#484848;
	line-height:1.8em;
	margin-left: 15px;
	margin-right: 15px;
}
.cntArticleFormat h1 {
	font-size:18px;
	color:#7598c4;
	padding:15px 0px;
	line-height:1.1em;
	border-bottom:1px solid #ccc;
	font-weight:normal
}
.cntArticleFormat h2 {
	font-size:16px;
	color:#666666;
	line-height:24px;
	padding:0px;
	margin:30px 0px 15px 0px
}
.cntArticleFormat h3 {
	font-size:14px;
	color:#666666;
	line-height:20px
}
.cntArticleFormat h4 {
	font-size:12px;
	color:#999999
}

.cntArticleFormat h3, h4 {
	margin-top:1.2em;
	margin-bottom:1.2em
}

.cntArticleFormat hr {
	color:#cccccc;
	height:1px;
	padding:0px;
	margin: 0px;
}
.cntArticleFormat .ui {
	font-weight:bold
}
.cntArticleFormat .ov {
	text-decoration:overline
}
.cntArticleFormat table {
border-spacing:1px; background:#E7E7E7;color:#666666;
}
.cntArticleFormat tr {
	vertical-align:top; background:#EBF8FE;text-align:left; 	line-height:1.25em;
}
.cntArticleFormat tr.odd {
	vertical-align:top; background:#ffffff;border-top:1px solid #ffffff;text-align:left;
}
.cntArticleFormat td {
	padding:.25em .5em;
	margin:.25em;
	vertical-align:top;
	text-align:left
}
.cntArticleFormat li {
	padding:0px;
	display:list-item
}
.cntArticleFormat li[type="cirlce"] {
	padding:0px;
	margin:8px 1em;
	display:list-item
}
.cntArticleFormat ol {
	display:inline-block;
	list-style:decimal outside;
	margin:-6px 0px;
	padding:0px 1.5em
}
.cntArticleFormat ul {
	display:inline-block;
	list-style:url(images/bluesquare.gif) square outside;
	margin:-15px 0px;
	padding:6px 9px
}
.cntArticleFormat ul ol {
	list-style-image:none;
	margin-top:0px
}
.cntArticleFormat ul ul {
	list-style-image:url(images/bluesquare.gif);
	padding:0px;
	margin-top:0px;
	padding-bottom:6px
}
.cntArticleFormat ol ul {
	list-style-image:url(images/bluesquare.gif);
	padding:0px;
	margin-top:0px;
	padding-bottom:6px
}
.cntArticleFormat ul ul ul {
	list-style-image:url(images/bluesquare.gif);
	padding:0px;
	margin-top:0px;
	padding-bottom:6px
}
.cntArticleFormat code {
	font-family:"Courier New", Courier, monospace;
	font-size:.9em;
	text-align:left;
	line-height:1.3em
}
.cntArticleFormat .b {
	font-weight:bold
}
.cntArticleFormat .i {
	font-style:italic
}
.cntArticleFormat .img {
	margin: 0;
	padding: 0;
}



