/*
Theme Name: Spirinet Blog
Description: A Wordpress Blog tailored for Computersupport.com use only.
Author: Sudirman
Author URI: http://webexcellence.net/
*/

*
{
	margin: 0;
	padding: 0;
	}
a
{
	behavior: url(../js/iepngfix.htc);
	}
body
{
	background: url("images/bg.png") repeat-x top;
	color: #333333;
	font-family: Arial, Tahoma, "Times New Roman";
	font-size: 14px;
	}
a
{
	text-decoration: none;
	color:#252F6A;
	}
a:hover
{
	text-decoration: underline;
	}
img
{
	border: none;
	}
p
{
	line-height: 20px;
	margin: 5px 0;
	}
.fl
{
	float: left;
	}
.fr
{
	float: right;
	}
.clear
{
	clear: both;
	}
.center
{
	text-align: center;
	}
.bold
{
	font-weight: bold;
	}
.nomargin
{
	margin: 0;
	}
h1
{
	font-size: 24px;
	}
h3
{
	font-size: 16px;
	}
h5
{
	font-size: 13px;
	}

h1,h2,h3,h4,h5,h6
{
	margin:10px 0;
	}
#mainWrapper, #top, #nav, .footerContent, .wrp
{
	margin: 0 auto;
	width: 980px;
	}

.wrp { position:relative; } 

#contentWrapper
{
	}
#headBanner, #Banner
{
	background: #313176 url(images/headerbg.gif) repeat-x bottom;
}

#headBanner
{
	height: 120px;
	position: relative;
	z-index: 1;
	}
	
#headBanner img.bannerImage
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	}
	
 
#headBanner .fl { position:relative; z-index:2; }

#Banner
{
	background-image: none;
	}
#top a
{
	display: block;
	float: left;
	width: 210px;
	}
#top #motto{
	padding-top:10px;
}
#top .phone_number, #top .motto
{
	display: block;
	font-size: 24px;
	padding-top: 25px;
	}
#top .phone_number
{
	float: left;
	font-family: "Myriad Pro", Arial;
	width: 250px;
	}
#headBanner h1
{
	color: #ffb400;
	margin: 10px 0;
	}
#headBanner p
{
	color: #FFF;
	font-size: 16px;
	width: 600px;
	}
.mainImage
{
	background-image: none;
	padding-bottom: 1px;
	padding-top: 10px;
	}
#nav
{
	background: url(images/navbg.gif) repeat-x;
	height: 45px;
	position: relative;
	z-index: 999;
	}
ul#menu
{
	list-style: none;
	width:920px;
	margin:0 auto;
	padding:0;
	}
ul#menu li
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	margin: 10px 0 0 12px;
	position: relative;
	text-transform: uppercase;
	}
ul#menu li a
{
	color: #FFF;
	float: left;
	font-weight: bold;
	padding: 10px;
	}
ul#menu li a:hover, ul#menu li.hover a
{
	background: url(images/menuhover.gif) repeat-x 0 -36px;
	color: #26256b;
	text-decoration: none;
	}
ul#menu li a.contact
{
	background: url("images/button_yellowbg.gif") no-repeat 100% -58px;
	cursor: pointer;
	display: block;
	height: 29px;
	line-height: 29px;
	margin-top: 3px;
	padding: 0 15px 0 0;
	position: relative;
	}
* html ul#menu li a.contact
{
	width: 110px;
	}
	
ul#menu li a.contact span
{
	background: url("images/button_yellowbg.gif") no-repeat 0 0;
	display: block;
	height: 29px;
	line-height: 29px;
	padding: 0 0 0 10px;
	}
ul#menu li a.contact span em
{
	background: url("images/icon_contact_white.gif") no-repeat top left;
	cursor: pointer;
	display: block;
	font-style: normal;
	height: 29px;
	line-height: 29px;
	padding: 0 0 0 23px;
	}

ul#menu .minw ul
{
	min-width: 230px;
	width: 230px;
	width: auto !important;
	}
 
ul#menu li a.contact:hover
{
	background: url("images/button_yellowbg.gif") no-repeat 100% -87px;
	
	color: #f08c03;
	text-decoration: none;
	}
ul#menu li a.contact:hover span
{
	background-position: 0 -29px;
	}
	

a.gray_button {
	background: url("images/gray_button.gif") no-repeat left top;
	text-decoration: none; 
	padding-left: 10px; 
	display: block; 
	height: 40px;
	line-height:38px; 
}
	
	a.gray_button span {
		background: url("images/gray_button.gif") no-repeat right top;
		padding-right: 10px;
		display: block; 
		height: 40px;
		line-height:38px; 
	}
	

a.green_button {
	background: url("images/green_button.gif") no-repeat left top;
	text-decoration: none; 
	padding-left: 10px; 
	display: block; 
	height: 40px;
	color: #fff; 
	line-height:38px; 
}
	
	a.green_button span {
		background: url("images/green_button.gif") no-repeat right top;
		padding-right: 10px;
		display: block; 
		height: 40px;
		line-height:38px; 
	}

a.goGreenSignup { font-size: 16px; text-align:center; float: right; width: 200px; font-weight: bold; }
a.goGreenSignup em { text-decoration: underline; font-style: normal;  }

.dropdown ul
{
	background-color: #feba5f;
 	display: none; 
	left: -1px;
	margin-top: 35px;
	padding: 0;
	border-left:1px solid #f08b01;
	border-right:1px solid #f08b01;
	border-bottom:1px solid #f08b01;
	position: absolute;
	white-space: nowrap;
	z-index: 1000;
	z-index: 100px;
	}
#menu li.last ul li { 
	padding-right: 32px;
	}
#menu .dropdown ul li
{
	float: none;
	position: relative;
	text-transform: none;
	}
#menu .dropdown ul li
{
	margin: 0;
	display: block !important;
	padding: 0;
	}
#menu .dropdown ul li a
{
	background-color:#fedeb2;
	background-image: none; 
	color:#011F33;
	display: block;
	float: none;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px;
	}
* html #menu li li a
{
	display: inline-block !important;
	 
	}
#menu .dropdown ul li a:hover
{
	background-color: #f08b01;
	background-image: none; 
 	color:#fff;
	text-decoration: none;
	}
#menu li ul li.last a, #menu li ul li.last a:hover
{
	 
	}
#menu li.hover ul
{
	display: block;
	}
ul#carouselNav
{
	list-style: none;
	}
ul#carouselNav li.last
{
	margin: 0;
	}
ul#carouselNav li.last a
{
	padding-right: 1px;
	}
ul#carouselNav li a
{
	background: url(images/carouselnavbg.png) repeat-x;
	color: #FFF;
	float: left;
	padding: 6px 0 5px 15px;
	width: 229px;
	}
ul#carouselNav li a:hover
{
	background-image: url(images/carouselnavhover.png);
	text-decoration: none;
	}
p#cross-links, p#valid
{
	text-align: center;
	}
p#cross-links
{
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
.csw
{
	background: #fff;
	height: 355px;
	overflow: scroll;
	width: 100%;
	}
.csw .loading
{
	margin: 200px 0 300px 0;
	text-align: center;
	}
.stripViewer
{
	clear: both;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 980px;
	}
.stripViewer .panelContainer
{
	left: 0;
	list-style-type: none;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
	}
.stripViewer .panelContainer .panel
{
	float: left;
	height: 100%;
	position: relative;
	width: 980px;
	}
.stripViewer .panelContainer .panel #tab1, .stripViewer .panelContainer .panel #tab2,		.stripViewer .panelContainer .panel #tab3, .stripViewer .panelContainer .panel #tab4
{
	height: 216px;
	width: 980px;
	}
.stripViewer .panelContainer .panel #tab1
{
	background: url(images/homeimage1.jpg) no-repeat;
	}
.stripViewer .panelContainer .panel #tab2
{
	background: url(images/homeimage2.jpg) no-repeat;
	}
.stripViewer .panelContainer .panel #tab3
{
	background: url(images/homeimage3.jpg) no-repeat;
	}
.stripViewer .panelContainer .panel #tab4
{
	background: url(images/homeimage.gif) no-repeat;
	}
.stripViewer .panelContainer .panel p
{
	color: #FFF;
	font-size: 30px;
	line-height: 35px;
	margin: 0;
	padding: 65px 0 0 490px;
	text-transform: uppercase;
	width: 435px;
	}
.stripNav ul
{
	float: left;
	list-style: none;
	}
.stripNav ul li
{
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-right: 1px;
	padding: 0;
	}
.stripNav li a
{
	background: url(images/carouselnavbg.png) repeat-x;
	color: #FFF;
	float: left;
	padding: 6px 0 5px 15px;
	width: 229px;
	}
.stripNav li a:hover
{
	text-decoration: none;
	}
.stripNav li a.current
{
	background-image: url(images/carouselnavhover.png);
	}
	
	
	
.carousel {
	width:980px;
	height:206px;
	margin:0 auto;
	padding:0;
	position:relative;
}

.carousel_container {
	background:#313176;
	display:none;
	position:relative;
	z-index:1;
}

.carousel_loader {
	background:#313176;
	height:160px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	width:980px;
	z-index:10;
}

.carousel_loader img {
	margin:0 auto;
	display:block;
	position:relative;
	top:100px;
}


.carousel_contents {
	position:relative;
	width:980px;
	overflow:hidden;
}
	.carousel_contents ul, .carousel_contents ul li {
		list-style:none;
		padding:0;
		margin:0;
		width:980px;
		height:166px;
		overflow:hidden;
		position:relative;
	}
	.carousel_contents ul {
		position:absolute;
		left:0;
		top:0;
	}
	.carousel_contents ul li {
		float:left;
		padding:0;
	}
	
	.carousel_contents ul li a span {
		position: absolute;
		bottom:10px; 
		right:10px;
		padding-right:12px; 
		color:#fff;
		font-weight: bold;
		font-size: 10px;
		text-transform: uppercase;
		background: url("images/arrow2.gif") no-repeat 100% 1px; 
	}
	
	.carousel_contents ul li a:hover span {
		color:#fbb04a; 
	}
	
	.carousel_contents ul li h1 {
		position: absolute;
		top:20px;
		left:430px;
		font-size: 32px;
		letter-spacing:-0.025em;  
		height:130px;
		width: 530px;
		color: #fff;
		z-index: 99999;
		font-weight: normal; 
	}
	
	.carousel_contents ul li h1 span {
		position:absolute;top:32%;margin-top:-0.5em;line-height:1.15em; 
	}
	
.carousel_menu {
	width:980px;
	overflow:hidden;
}
	.carousel_menu ul, .carousel_menu ul li {
		list-style:none;
		padding:0;
		margin:0;
	}
	
	.carousel_menu ul li {
		float:left;
		height:40px;
		margin:0 0 0 1px;
		width:187px;
		font-size:12px;
		overflow:hidden;
	}
	
	.carousel_menu ul li.spec { width:228px;} 
		.carousel_menu ul li.first { margin-left:0; }
	.carousel_menu ul li a {
		background:#5f5e91;
		display:block;
		height:30px;
		padding:5px 15px;
		text-decoration:none;
		font-weight:bold;
		color:#d0cfde;
		cursor:pointer;
	}
	.carousel_menu ul li a:hover, .carousel_menu ul li a.selected {
		background:#b6b6cd;
		text-decoration:none;
		color:#2f2e70;
	}
	
	
#breadcrumb
{
	margin-top: 5px;
	}
#breadcrumb a
{
	color: #252f6a;
	margin-right: 5px;
	}
#mainContent
{
	padding-top:0; 
	width: 700px;
	}
#mainContent img
{
	margin: 10px 0;
	}

.post a
{
	color: #252F6A;
	
	}

.post a:hover
{
	text-decoration: underline;
	}


#contentWrapper .box
{
	border-right: 1px solid #e5e5e5;
	float: left;
	padding: 0 20px 20px 30px;
	width: 280px;
	}
#contentWrapper .box .inside p
{
	font-size: 13px;
	}
#contentWrapper .box .inside a
{
	color: #2c2b6f;
	}
#contentWrapper .box .inside a:hover
{
	text-decoration: underline;
	}

#contentWrapper .box ul li
{
	background: url(images/itembg.gif) no-repeat left top;
	font-size: 14px;
	list-style: none;
	margin: 10px 0;
	padding-left: 20px;
	}
#contentWrapper .box ul a:hover
{
	color: #e88600;
	}
#contentWrapper .last
{
	border: none;
	padding-right: 0;
	}
#contentWrapper div.title
{
	height: 60px;
	padding-left: 50px;
	}
#contentWrapper .title h1
{
	background: url(images/bigtitle.gif) no-repeat left bottom;
	color: #2f2e70;
	font-weight: normal;
	padding-bottom: 13px;
	padding-left: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	}
#contentWrapper #company .title
{
	background: url(images/companyicon.gif) no-repeat left top;
	}
#contentWrapper #solution .title
{
	background: url(images/solutionicon.gif) no-repeat left top;
	}
#contentWrapper #learning .title
{
	background: url(images/learningicon.gif) no-repeat left top;
	}

.homeText 
{
	padding:0 30px;
	width:530px;
	float: left; 
}

.latestBlogPosts {
	width: 300px; 
	float:right; 
}

.homeText p
{
	margin:10px 0;
	font-size:14px;
	}
#cases ul, #myth ul, #whitepapers ul, #testimonials ul
{
	list-style: none;
	}
#cases ul li, #whitepapers ul li
{
	background: url(images/lamp.gif) no-repeat left top;
	margin-bottom: 20px;
	padding-left: 32px;
	}
#whitepapers ul li
{
	background-image: url(images/whitepapericon.gif);
	}
#myth ul li
{
	margin-bottom: 20px;
	}
#cases ul li a, #whitepapers ul li a
{
	color: #2c2b6f;
	}
#cases ul li p
{
	margin-top: 5px;
	}
#myth ul li h3.title
{
	padding: 10px 0 5px 0;
	}
#myth ul li h3.title span
{
	background: url(images/titlebg.gif) no-repeat right top;
	color: #2c2b6f;
	padding: 10px 25px 10px 0;
	}
#myth ul li p.subtitle
{
	font-size: 16px;
	font-weight: bold;
	}
#whitepapers ul li h3
{
	padding-top: 2px;
	}
#whitepapers ul li span
{
	color: #000;
	margin-left: 5px;
	text-transform: uppercase;
	}
p.testiText
{
	font-style:italic;
	}
p.writer
{
	line-height:15px;
	}
#testimonials ul li{
	margin:10px 0 20px;
}
#contactForm
{
	margin-top: 10px;
	}
#contactForm tr td
{
	padding: 2px 10px 2px 0;
	}
#contactForm tr td.label
{
	padding-top: 8px;
	width:108px;
	}
#contactForm tr td.zip{
	width:90px;
	}
.field input, .field select
{
	background: url(images/fieldbg.gif) no-repeat left top;
	border: 1px solid #adc1c2;
	padding: 6px 2px;
	width: 98%;
	}
.field select
{
	width:100%;
	}
.field input.zip
{
	width:70%;
	}
span.required
{
	color: #ff0000;
	font-size: 16px;
	}
span.call
{
	font-size: 14px;
	}
input#ext
{
	width: 100px;
	}
textarea#msgbox
{
	width: 100%;
	}
#contactForm input.submit
{
	background: url(images/submit.gif) no-repeat;
	border: none;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
	padding: 7px 30px;
	width: auto;
	}
*:first-child+html #contactForm input.submit
{
	padding-left: 10px;
	}
* html #contactForm input.submit
{
	padding-left: 10px;
	}
#pageNav
{
	margin-top: 20px;
	}
#pageNav p a
{
	font-size: 13px;
	margin: 0 -3px;
	padding: 2px 8px 3px 7px;
	}
#pageNav p a:hover
{
	background: url(images/pagenavibg.gif) no-repeat;
	color: #fbb04a;
	font-weight: bold;
	text-decoration: none;
	}
#pageNav p a.more
{
	margin-left: -5px;
	}
#pageNav p a.more:hover
{
	background: none;
	}
#pageNav p a.shortcut
{
	background: url(images/next.gif) no-repeat right center;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	padding-right: 17px;
	}
#rightContent ul
{
	list-style:none;
	}
	
#rightContent
{
	text-align: right;
	width: 238px;
	}
#rightContent .rightBox
{
	background: url(images/rightbox.gif) no-repeat bottom;
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-align: left;
	}
#rightContent .rightBox h5
{
	color: #FFF;
	padding: 10px 0;
	text-transform: uppercase;
	}
#rightContent .rightBox .boxContainer
{
	background: url(images/rightbox.gif) no-repeat top;
	padding: 0 15px;
	}
#rightContent #rightButton a
{
	display: block;
	}
#rightContent #rightButton a:hover
{
	text-decoration: none;
	}
.bigButton
{
	height: 98px;
	margin-bottom: 20px;
	width: 237px;
	}
.bigButton p
{
	color: #2c2b6f;
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
	width: 135px;
	}
#rightContent .caseStudy
{
	background: url(images/casestudies.gif) no-repeat;
	}
#rightContent .caseStudy p
{
	padding: 30px 0 0 85px;
	}
#rightContent .caseStudy p.DM
{
	padding-top: 20px;
	}
.costSaving
{
	background: url(images/costsaving.gif) no-repeat;
	}
.costSaving p
{
	padding: 30px 0 0 95px;
	}
#rightContent .contactUs
{
	background: url(images/contactus.gif) no-repeat;
	}
#rightContent .contactUs p
{
	padding: 25px 0 0 95px;
	}
#rightContent .rightBox .boxContainer ul
{
	list-style: none;
	}
#rightContent .rightBox .boxContainer ul li
{
	background: url(images/arrowsmall.gif) no-repeat left top;
	margin: 5px 0;
	padding-left: 10px;
	}
#rightContent .rightBox .boxContainer ul li a
{
	color: #2c2b6f;
	}
#rightContent .rightBox .boxContainer ul li a:hover
{
	text-decoration: underline;
	}
#rightContent .rightBox .boxContainer .addr
{
	font-size: 14px;
	margin: 10px -5px 20px 0;
	padding-left: 5px;
	text-align: left;
	}
#rightForm
{
	background:url(images/top_bg.jpg) no-repeat top;
	padding:180px 30px 0 70px;
	width:175px;
	}
.formClose
{
	margin-right:9px;
	}
#rightForm form
{
	margin:10px 0;
	}
#rightForm form input
{
	padding:3px 5px;
	width:90%;
	}
#rightForm .submit
{
	background-color:#252F6A;
	color:#FFF;
	padding:3px 5px;
	border:1px solid #fff;
	font-weight:bold;
	margin-top:5px;
	width:auto;
	}
#footer
{
	background: url(images/footerbg.gif) repeat-x bottom;
	margin-top: 30px;
	font-size: 12px; 
	padding-bottom: 20px;
 
	}
.footerContent
{
	border-top: 1px solid #e6e6e6;
	padding-top: 10px;
	}
.red
{
	color:#FF0000;
	}
#footer p
{
	margin: 5px 0;
	}
#footer a
{
	margin-right: 5px;
	}


	#footer .footerContent .cnt {
		float: left;
		text-align: center; 
		width:810px;
	}
		
		#footer .footerContent .cnt h4 {
			font-weight: normal; 
			font-size: 12px; 
		}
		
	#footer .footerContent .socialnetwork {
		float: left;
		width:100px; 
		padding-top: 4px; 
	}
	
		#footer .footerContent .socialnetwork li { float: left;  }
		
	#footer .footerContent .certification {
		float: left;
		width: 100px;
		padding-top: 10px; 
		text-align:center; 
	}

ul.socialmedia { list-style: none; margin: 0; padding: 0; }
ul.socialmedia li { list-style: none; margin: 0; padding: 3px 0;  }

a.icon_twitter,
a.icon_linkedin,
a.icon_facebook {
		padding-left: 28px; 
		line-height: 24px;
		display: block;
		height: 24px; 
		font-size: 11px;
		font-weight: bold; 
	}

a.icon_twitter { background: url("images/icon_twitter24.png") no-repeat 0 0;}
a.icon_linkedin { background: url("images/icon_linkedin24.png") no-repeat 0 0;}
a.icon_facebook { background: url("images/icon_facebook24.png") no-repeat 0 0;}

a.icon_twitter32,
a.icon_linkedin32 {
		padding-left: 37px; 
		display: block;
		height: 32px; 
		font-size: 13px;
		font-weight: bold; 
	}

a.icon_twitter32 { background: url("../images/icon_twitter32.png") no-repeat 0 0;}
a.icon_linkedin32 { background: url("../images/icon_linkedin32.png") no-repeat 0 0;}

a.icon_twitter32 span ,
a.icon_linkedin32 span ,
a.icon_twitter span ,
a.icon_linkedin span,
a.icon_facebook span { display: none }
	
.clearfix:after, #top:after, #nav:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
.clearfix , #top, #nav
{
	display: inline-block;
	}
* html .clearfix , * html #top, * html #nav
{
	height: 1%;
	}
.clearfix , #top, #nav
{
	display: block;
	}
* html a
{
	display: inline-block;
	}
*:first-child+html a
{
	position: relative;
	}

#partners table tr td, #technicalCertifications table tr td
{
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	}
#partners table tr td img, #technicalCertifications table tr td img
{
	margin-right:20px;
	}
#partners table tr td.first, #technicalCertifications table tr td.first
{
	width:200px;
	padding-right:50px;
	}
	

.faceboxIncontent { }

#facebox .b {
  background:url(images/b.png);
}

#facebox .tl {
  background:url(images/tl.png);
}

#facebox .tr {
  background:url(images/tr.png);
}

#facebox .bl {
  background:url(images/bl.png);
}

#facebox .br {
  background:url(images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#states  { width: 500px; }

#states ul ,#states ul li {
	list-style:none;
}

#states ul li {
	width: 150px; float:left; 
	padding: 1px; 
}

#states ul li a { color: #24385c; }

#states h5 {
	font-size: 20px;
	font-weight:normal; 
	letter-spacing: 1px;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:5px; 
	border-bottom: 1px solid #ccc;
	margin-bottom:10px;
}

.listBg li {
	background: url(images/itembg.gif) no-repeat left top;
	padding-left:15px !important; 
}

.post { margin-top: 10px; margin-bottom: 30px; }
	
.post .title { margin: 0; }
.post .entry h1 { font-size: 22px; margin: 10px 0 5px; }

.post .entry h2
{
	font-family:  Arial;
	font-size: 20px; 
	color: #08122E;
	line-height: 28px; 
	margin: 10px 0 5px;
	}
 
.post .entry a { text-decoration: underline;  }
.post ul {}

.post li {}

.entry p{margin:12px 0;}


div.postmeta {
	font-size: 12px;
	padding-bottom: 2px;
	display: block;
	color: #666; 
	border-bottom: 1px solid #ccc;
}


	div.postmeta  .postinfo {
		font-size: 12px;
		float: left; 
		margin-top: 5px; 
	}
	
	div.postmeta  .postcomment {
		font-size: 12px;
		float: right; 
		margin-right: 10px; 
		margin-top: 5px; 
		background: url("images/comment.gif") no-repeat 0 0;
		padding-left: 20px; 
	}


.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}

.widget_calendar #calendar_wrap #wp-calendar caption
{
	margin-top:-35px;
	margin-bottom:20px;
	font-size:13px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	}
	
.gradLine
{
	height:10px;
	background:url(images/grad_line.gif) repeat-x;
	}


ul.post-comments {
	margin: 1.6em 0 !important; 
}
ul.post-comments h3 {
	margin: 0 0 0.5em;
}

li.comment {
	display: block; width:99%;
	margin: 3px 0; float:left; padding:10px 0;
	background: #fffff6;
}
li.comment.alt {
	background: #fdf9e2;
}
cite.comment-author {
	text-align: center;
	float: left; 
	color: #000;
	font-size: 12px;
	font-weight: bold;
	width:70px;
	display: block;
}

cite.comment-author a {
	color: #333;
	text-decoration: none;
}
cite.comment-author a:hover {
	text-decoration: underline;
}
cite.comment-author img {
	position: relative;
 
	border:4px solid #fff;
}

div.comment-author-link {
	line-height:1.45em;
	font-weight:bold;
}

div.comment-date {
	padding-top:3px;
	font-size:11px; color:#555;
	line-height:1em;
}

div.comment-content {
	display: block;
	width: 530px;
	float: left;
	padding: 0 0 0 10px;
}

div.comment-content p {
	font:normal 12px arial; line-height:1.45em;
	padding:4px 0;
	margin:0;
}

li.comment div.comment-content .comment-text {
	margin-top:5px;
	border-top:1px solid #ced0e1;
}

li.comment.alt div.comment-content .comment-text {
	margin-top:5px;
	border-top:1px solid #f2e9b1;
}



#commentform { font-family:Arial, Helvetica, sans-serif; font-size:12px; }
#commentform input {border:1px solid #9497a9;
	background-color:#fefae1; width: 170px; padding: 2px;margin: 5px 5px 1px 0;}
#commentform textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 600px;
	padding: 2px;
	border:1px solid #9497a9;
	background-color:#fefae1;
}
#commentform #submit { margin: 0; background:url('images/input_button_bg.gif') repeat-x  }
#commentform p {margin: 5px 0;}




/************** START WP CALENDAR **************/
	#wp-calendar {
		border-left: 1px solid #eee;
		border-top: 1px solid #eee;
		border-collapse:collapse;
		empty-cells: show;
		font-size: 12px;
		margin: 5px 0 0 0;
		width: 95%;
	}
	
		#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 a:hover {
			background: #fefefe;
			color: #333;
		}
		
		#wp-calendar caption {
			color: #444;
			font-size: 14px;
			text-align: left;
		}
		
		#wp-calendar td, #wp-calendar th {
			border-right: 1px solid #eee;
			border-bottom: 1px solid #eee;
		}
		
		#wp-calendar td {
			color: #666;
			font: normal 11px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
			letter-spacing: normal;
			padding: 2px 0;
			text-align: center;
			cursor:pointer; 
		}
		
		#wp-calendar td.pad:hover {
			background: #efefef;
		}
		
		#wp-calendar td:hover, #wp-calendar #today {
			background: #efefef;
			color: #fff;
		}
		
		#wp-calendar th {
			font-style: normal;
			text-transform: capitalize;
			color:#087890;
			background-color: #efefef;
		}
	/************** END WP CALENDAR **************/
	
	

.wp-caption {
	border: 1px solid #cbd1d2;
	text-align: center;
	background-color: #efefef;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 none;
}

.aligncenter {
	display:block;
	margin:0 auto !important;
}

.alignleft {
	float: left; 
	margin: 10px;
}

.alignright {
	float: right; 
	margin: 10px;
}



.wp-caption-dd {
	font-size:12px; color:#444;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}



.wp-caption p.wp-caption-text {
	font-size:12px; padding:5px; margin:0; color:#444;
	line-height: 18px; 
}

.post .gallery {
	font-size:12px; color:#444;
	line-height: 18px; 
	border: 1px solid #cbd1d2;
	text-align: center;
	background-color: #efefef;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

	.post .gallery .gallery-item {
		text-align:left;
		margin: 0 10px  !important;
		width: 30% !important;
	}
	
	.post .gallery .gallery-item .gallery-icon  img { margin: 10px 0 3px 0 !important;}
	
.post a.more-link {
	background-color:#39387c;
	padding: 5px 10px; 
	color:#fff;
	font-size: 13px;
	font-weight: bold; 
}
	
	.post ol,
	.post ul {
		margin: 5px 10px 10px 20px; 
	}

.headText { float: right; }
.headText h1 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #111; 
	margin: 0; 
	padding: 0;
	font-style:italic;
	font-weight: normal;
	text-align:right; 
}

.post-tools {
	font-size:12px;
	float:right; 
	zoom: 1;
}

.post-tools ul {
	list-style:none;
	padding:0;
	margin:0;
	display:block;
}
.post-tools ul li {
	background:#f08b01 ;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	list-style:none;
	padding:0;
	margin:0 5px 0 0;
	display:block;
	float:left;
	position: relative;
	z-index: 500;
	zoom: 1; 
}
.post-tools a {
	color:#2c2b71;
}

.post-tools .wrap {
	padding:0;
	height:24px;
	line-height:24px;
	display:block;
	text-align:center;
}
.post-tools .wrap a {
	background:url('images/post-tools-arrow.gif') 100% 50% no-repeat;
	padding:0 12px 0 0;
	color:#fff;
}

.post-tools .menu {
	background:#f08b01 ;
	position:absolute;
	right:0;
	top:24px;
	display:none;
	z-index: 501;
	zoom: 1; 
}

.post-tools .post-tools-subscribe {
	width:396px;
}
	.post-tools .post-tools-subscribe .menu {
		padding:2px 7px 4px;
		width:382px;
	}
	
.post-tools .post-tools-tags {
	width:58px;
}
	.post-tools .post-tools-tags .wrap {
		text-transform:uppercase;
		font-size:11px;
	}
		.post-tools .post-tools-tags .wrap_open {
			background:#2c2b71;
			color:#fff;
		}
		.post-tools .post-tools-tags .wrap_open a {
			color:#fff;
		}
	.post-tools .post-tools-tags .menu {
		background:#2c2b71;
		padding:4px;
	}
	.post-tools .post-tags {
		background:#f9f8e9;
		padding:5px 8px;
		margin:0;
		width:280px;
		color:#2c2b71;
		font-size:11px;
		line-height:1.5em;
	}
		.post-tools .post-tags a {
			color:#2c2b71;
		}
		
.post-tools .post-tools-share {
	width:61px;
}

.post-tools .post-tools-prevnext {
	width:80px;
}

	.post-tools .post-tools-share .wrap,
	.post-tools .post-tools-prevnext .wrap{
		text-transform:uppercase;
		font-size:11px;
	}
		.post-tools .post-tools-share .wrap_open,
		.post-tools .post-tools-prevnext .wrap_open {
			background:#2c2b71;
			color:#fff;
		}
		.post-tools .post-tools-share .wrap_open a,
		.post-tools .post-tools-prevnext .wrap_open a {
			color:#fff;
		}

	.post-tools .post-tools-share .menu {
		background:#2c2b71;
		padding:4px;
		width:300px;
	}
	
	.post-tools .post-tools-prevnext .menu {
		background:#2c2b71;
		padding:4px;
		width:485px;
	}
	
	.post-tools .post-tools-share .menuWrap {
		background:#f9f8e9;
		padding:0 0 10px 0;
	}
	
	.post-tools .post-tools-prevnext .menu {
		left: auto;
		right: 0 !important; 
	}
	
	.post-tools .post-tools-prevnext .menuWrap {
		background:#f9f8e9;
	}
	
	.post-tools .post-tools-prevnext a {
		font-family:  Arial, Helvetica, sans-serif; 
	}
	
	.post-tools .share_networks {
		list-style:none;
		padding: 0px 5px;
		margin:0;
		display:block;
		float:none;
	}
	.post-tools .share_networks li {
		background:none;
		list-style:none;
		padding:0;
		margin:0;
		display: block;
		height: 25px; 
		float:left;
		width:50%;
	}
	.post-tools .share_networks a {
		background:none;
		line-height:16px;
		font-family: Arial, sans-serif; 
		text-decoration:none;
	}
	.post-tools .share_networks a img {
		background:url('images/icon-shares.gif') 0 0 no-repeat;
		width:16px;
		height:16px;
		vertical-align:middle;
		margin:0;
	}
		.post-tools .share_networks .share_Digg img { background-position: -48px 0; }
		.post-tools .share_networks .share_StumbleUpon img { background-position: -16px 0; }
		.post-tools .share_networks .share_Facebook img { background-position: -64px 0; }
		.post-tools .share_networks .share_InkedIn img { background-position: -32px 0; }
		.post-tools .share_networks .share_Delicious img { background-position: -80px 0; }
		.post-tools .share_networks .share_Twitter img { background-position: 0 0; }
		.post-tools .share_networks .share_Technorati img { background-position: -126px 0; }
		.post-tools .share_networks .share_Kirtsy img { background-position: -96px 0; }
		.post-tools .share_networks .share_YahooBuzz img { background-position: -144px 0; }
		.post-tools .share_networks .share_Reddit img { background-position: -112px 0; }
		
		
	.post-tools .share_networks a:hover span{
		text-decoration:underline;
	}
	
	.post-tools .share_email {
		padding:0 5px 0 10px;
		margin-top: 10px; 
	}
		.post-tools .share_email form {
			display:block;
			padding:0;
			margin:0;
		}
		.post-tools .share_email form fieldset {
			float:left;
			border: none; 
			width:215px;
			padding:0;
			margin:0;
		}
		.post-tools .share_email form label {
			width:80px;
			font-size: 11px; 
			font-weight: bold; 
			padding-right: 5px; 
			text-align: right; 
			float:left;
		}
		.post-tools .share_email form input {
			font-size:12px;
			border:1px solid #ccc;
			padding:2px;
			width:120px;
			color:#999;
		}
			.post-tools .share_email form input.has_value {
				color:#333;
			}
		.post-tools .share_email form p {
			margin:0 0 5px;
			padding:0;
		}
		.post-tools .share_email form .submit {
			background:#2c2b71;
			float:left;
			height:24px;
			color:#ffffff;
			width:70px;
			text-align:center;
			line-height:24px;
			margin:10px 0 0 0;
		}
		
		.post-tools .share_email .share_email_msg {
			font-size:11px;
			font-weight:bold;
			line-height:1.2em;
			margin:0;
			padding:0;
		}
		.post-tools .share_email label.error {
			color:#cc0000;
			width:270px;
			float:none;
			display:block;
			margin:0 0 4px;
			padding:0;
		}
		
		
.post-tools .post-tools-comments {
	width:95px;
	margin:0;
}
	.post-tools .post-tools-comments .wrap {
		text-transform:uppercase;
		font-size:11px;
	}
	.post-tools .post-tools-comments .wrap a {
		background:none;
		padding:0;
	}
	
#mainContent .wp-pagenavi { font-size: 12px; text-align: center; }
#mainContent .wp-pagenavi span.pages,
#mainContent .wp-pagenavi span.current { border-color: #999; color: #555;  }

#mainContent .wp-pagenavi span.extend { border-color:#fff; }


a.rsslink {
	background:url("images/rss-32x32.png") no-repeat 0 0;
	padding-left: 40px;
	font-weight: bold;
	font-size: 13px;
	text-align:left;
	display: block; 
	margin: 12px; 
}

/********* clearfix ***********/	
.clearfix:after, .post:after, .post-tools:after, .post-tools ul:after, .post-tools .share_email:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix, .post, .post-tools, .post-tools ul, .post-tools .share_email {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix , * html  .post, * html .post-tools, * html .post-tools ul, * html .post-tools .share_email {height: 1%;}

.clearfix, .post, .post-tools, .post-tools ul, .post-tools .share_email {display: block;}
/* End hide from IE-mac */

.footerLogos {
	width: 356px; margin: 0 auto; 
}

.footerContent .footerlogo {
	float:left; margin:0 16px;
	vertical-align: middle; 
}
