/*   
Theme Name: SIM Custom Theme
Description: Custom theme for SIM site
Version: 1
*/


body{background: #FFFAF0;font-family:Tahoma,Arial; font-size:14px; line-height:1.5;margin:0;padding:8px 0;}

#wrapper
{
	width:960px;
	margin:0 auto 0;
	background:#FFFFFF;
	-moz-box-shadow:    0 0 5px 0px #66503F;
	-webkit-box-shadow: 0 0 5px 0px #66503F;
	box-shadow:         0 0 5px 0px #66503F;
	
}
h1 { font-size:18px; font-weight:bold; }
h2 { font-size:16px; font-weight:bold;}
h3 { font-size:14px; font-weight:bold;}
h4 { font-size:14px; font-weight:bold; color:#229AB5;margin:10px 0 10px 0;}
h5 { font-size:14px; font-weight:bold; color:#31547C;margin:10px 0 10px 0;}
h6 { font-size:14px; font-weight:bold; color:#229AB5;color:red;margin:10px 0 10px 0;text-align:center;}
.clear{ clear:both;}
hr {margin:10px 0 10px 0;}
/* header */
.spc{height:10px;width:960px;background:#fff;}
#header{
	margin:0 auto 0;
	height:140px;
	width:940px;
	border:10px #E5D8CF solid;
}
#logo{float:left;margin-right:10px;}
#callnow{color:#229AB5;float:right;text-align:right;margin:10px 10px 0 0;font-size:18px;font-weight:bold;text-shadow:none;}
#site-title{font-size:24px;color:#79573E; margin:10px 0 0 10px;text-shadow: grey 1px 1px 1px;}
#site-title a{color:#79573E;text-decoration:none;}
#site-description{font-size:14px;color:#79573E;margin:25px 0 0 20px;line-height:2;}

/* navigation */
#navigation{
	height:33px;
	margin:0;
	background:url(images/navbg.jpg) repeat-x;
	
}
a{
	color:#062E90;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:underline;
}

/*  ------------------------------  */
/*  DROPDOWN MENU                   */
/*  ------------------------------  */

ul.menu {
list-style-type:none;
margin:0 0 0 10px;
float: left;
}
ul.menu li {
display:block;
float:left;
position:relative;
margin:0 0 0 0;
padding:3px 0 0 0;
height:29px;
font-size:15px;
-khtml-opacity: 1;      /* khtml, old safari */
-moz-opacity: 1;       /* mozilla, netscape */
opacity: 1;           /* fx, safari, opera */
}
ul.menu li a {
z-index:1000;
display:block;
float:left;
color:#000;
padding:3px 14px 0 14px;
height:29px;
text-decoration:none;
font-style:normal;
font-weight:bold;
font-family:Tahoma,Arial, helvetica, sans-serif;
text-align:center;
background:url(images/navline.png) right top no-repeat;
}
/* main nav hover images */
ul.menu li a:hover, ul.menu li.current_page_item a:hover {
	color: #fff;
}
ul.menu li.current_page_item {
	color:#4AAF91;
}
ul.menu li a {
text-align:center;
height:30px
}
ul.menu li:hover li{
border-bottom:1px solid #fff;
}
ul.menu li:hover ul {
display:block;
z-index:1000;
}
ul.menu li ul li {
float:none;
height:25px;
background:none;
display:block;
width:240px;
padding:4px 0 3px 0;
text-align:center;
font-weight:normal;
background: url(images/navbg.jpg) repeat;
/*background:#A55329;*/
}
ul.menu li ul li a{
	background-image:none;
}
ul.menu li ul li:hover, ul.menu li ul li a:hover {
color:#fff;
}
ul.menu li ul {
display:none;
position:absolute;
top:33px;
width:240px;
left:0;
list-style-type:none;
margin:0 0 0 1px;
padding:0;
}
/* end navigation */
/* end header */

/* content */
#contentwrapper{
	min-height:500px;
	width:100%;
	background:#FFF;
}
#contentmain{
	
	height:inherit;
	
	margin:0 auto 0;
	min-height:500px;
	padding-bottom:30px;
}
#contentmaintop{
	
	height:inherit;
	height:13px;
	
	margin:0 auto 0;
}
#content{
	width:940px;
	margin:0 auto 0;
}
#contentleft{
	float:left;
	width:620px;
	padding:0 5px 0 5px;
	
}

#contentleft h2 a, #contentleft h2 a:visited{
	text-decoration:none;
	
}
#contentleft a, #contentleft a:visited{
	text-decoration:none;
	
}
#contentleft a:hover, #contentleft h2 a:hover{
	text-decoration:underline;
	
}
.fimagegb{float:right;background: url(images/fimagebg.jpg) no-repeat center center;width:310px;height:235px;padding:10px 0 0 10px;margin:0 -10px 10px 10px;}

#contentright{
	float:right;
	width:285px;
	padding:7px;
	border:1px black solid;
	background:#FFFAF0;
	margin-top:15px;
}
#contentright ul{
	list-style-position: inside;
	list-style-type: square;
}
#contentright li{margin-left:10px;}
#contentright h3{
	/*border-bottom:1px black solid;*/
}
.postpreview1 img {
-moz-box-shadow: 0px 0px 5px 1px #777777;
-webkit-box-shadow: 0px 0px 5px 1px #777777;
box-shadow: 0px 0px 10px 1px #777777;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;}
.entry{
	width:620px;
	padding:0 0 10px 0;
	
}
.entry td {vertical-align:top;}
.entry ul{
	list-style-type: square;
	padding:0 0 0 30px;
}
.entry ol{padding:0 0 0 30px;}
.pn11{
	float:left;
	width:280px;
	height:120px;
	margin-left:20px;
}
.formlinks{text-align:center;font-weight:bold;font-size:16px;}
/* end content */
/* allclients form */
#allclients{width:210px;}
#allclients td{padding: 4px 4px;width:200px;}
td.left1{width:60px;text-align:right;}
#allclients input[type="submit"]
{
font-weight:bold;
color:#fff;
background-color:#229AB5;
border: 1px solid #404040;
padding:6px 8px;
font-size:20px;
text-shadow:2px 2px 2px #404040;
}
#phonenote {font-size:11px;text-align:center;}
/* end allclients form */
/* footer */
#footer{
	height:23px;
	margin:0 auto 0;
	background:url(images/navbg.jpg) repeat-x;
	font-size:11px;
	padding:10px 10px 0 10px;
	text-align:center;
}
#bgshadebottom
{
	width:1000px;
	height:33px;
	margin:0 auto 0;
	background: url(images/wrapperbottom.png) no-repeat;
}

/* end footer */
@media screen {

* { margin: 0; padding: 0; }
img { border:none; }
body { font: 14px/1.5 Tahoma,Arial; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#page-wrap { width: 960px; margin: 20px auto; }

h1, h2, h3 { font-weight: bold; margin: 0 0 10px 0; }
h1 { }
h2 { }
h3 { }
h4 {margin:0;}
p { margin: 0 0 10px 0; }
a { }
a:hover { } 

blockquote { }
blockquote p { }

ul, ol { margin: 0 0 10px 0; list-style-position:inside;list-style-type: square;}

.post { }

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }


} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Tahoma,Arial; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Arial; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; border:none; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */

.alignnone{margin:5px 20px 20px 0;}
.aligncenter,div.aligncenter{display:block;margin:5px auto;}
.alignright{float:right;margin:5px 0 20px 20px;}
.alignleft{float:left;margin:5px 20px 20px 0;}
.aligncenter{display:block;margin:5px auto;}
a img.alignright{float:right;margin:5px 0 20px 20px;}
a img.alignnone{margin:5px 20px 20px 0;}
a img.alignleft{float:left;margin:5px 20px 20px 0;}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto;}
.wp-caption{background:#ECECEC;border:1px solid silver;max-width:96%;/* Image does not overflow the content area */padding:5px 3px 10px;text-align:center;}
.wp-caption.alignnone{margin:5px 20px 20px 0;}
.wp-caption.alignleft{margin:5px 20px 20px 0;}
.wp-caption.alignright{margin:5px 0 20px 20px;}
.wp-caption img{border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto;}
.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px;}