/**
Theme Name: CorMag
Author URI: http://wpjunction.com
Version: 1.0
Author: hpa
Description: Magazine theme
*/
/* -------------------------------------- */   
html, body {height: 100%;}
.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block; /* IE7xhtml*/        
}
html[xmlns] .clearfix { /* O */
	display: block;
}
* html .clearfix {
	height: 1%; /* IE5-6 */
}
body {
	/*background:#fff url(images/background.gif) repeat-x 0 0;*/
	font:normal 13px Arial,"Times New Roman","Bitstream Charter",Times,serif;
	color:#527086;                                 
	background-color:#000000;
}                                
a {
	text-decoration:none;
	color:#4498d9;
}
a:hover { color:#434343; }
#wrap {
	width:966px;
	/*padding:0 108px;    */
	margin:0 auto;                            
	min-height: 100%;
}
/*.home { background-image:url(images/background2.gif); }*
/*.home #wrap { background:url(images/featured-bg2.jpg) no-repeat 50% 48px; }*/
/* header */
#site-title {
	font:normal 24px 'Myriad Pro',Arial,Verdana,Tahoma;
	color:#fff;
	float:left;
	width:320px;
	line-height:48px;
}
#site-title a { color:#fff; }
#site-title a:hover { color:#64b6f4; }
#site-description { display:none; }
#header-tool {
	height:48px;
	font:normal 11px Arial,Verdana,Tahoma;
	color:#fff;
	text-transform:uppercase;
	line-height:48px;
	float:right;
}
#search-top {
	background:transparent url(images/icon-top.png) no-repeat 0 13px;
	float:left;
	padding-left:25px;
}
/* simple form */
.simple-form {
	background:transparent url(images/mini-form-bg.gif) no-repeat 0 0;
	float:left;
	margin:13px 10px 0;
	padding:0;
	width:185px;
	position:relative;
	line-height:0;
	height:23px;
	z-index:1;
}
#subcribe-form { margin-right:0; }
.input-text, .input-submit {
	background:transparent;
	position:absolute;
	color:#359aeb;
	border:none;
	font:normal 11px Arial, Tahoma;
}
.input-text {
	width:130px;
	left:6px;
	text-transform:uppercase;
	top:4px;
	z-index:2;
}
.input-submit {
	width:40px;
	height:23px;
	right:0;
	padding:0;
	cursor:pointer;
	top:0;
}
.rss {
	background:transparent url(images/icon-top.png) no-repeat 0 -24px;
	float:left;
	padding-left:30px;
}
/* navigation */
#navigation {
	padding:7px 0;   
}
#navigation ul li {
	height:33px;
	float:left;
}
#navigation a {
	display:block;
	float:left;
	padding:0 15px;
	line-height:33px;
	height:33px;
	overflow:hidden;
	color:#434343;
}
#navigation a:hover { color:#434343; }
#navigation li.current_page_item, #navigation li.hover, #navigation li:hover,#navigation li.current_page_item a, #navigation li.hover a {
	background:#dfdfdf url(images/nav-hover-bg.gif) no-repeat 0 0;
}
#navigation li.current_page_item a, #navigation li.hover a, #navigation li:hover a {
	background-color:transparent;
	background-position:100% 100%;
}

#container
{
overflow:auto;
	padding-bottom: 100px;

}

/* container */
.block {
	float:left;
	width:310px;
	margin:0 7px 9px 0;
	font-family: Arial,Verdana, Sans-Serif;
	padding:2px;
	/*font-weight:bold;*/
	/*font-style:italic; */
}
.last { margin-right:0 !important; }
.block h2 {
	font-size:17px;
	font-weight:bold;
	color:#4aadf9;
	border-bottom:1px solid silver;
}
.block ul li {
	/*background:url(images/all-icons.png) no-repeat;*/
	/*border-bottom:1px solid #e2edf6;*/
	list-style:none;
	overflow:hidden;
	height:28px;
	line-height:28px;
	padding-left:10px;
}
/*.block ul li a { color:#68879e; }
.block ul li a:hover { color:#4aadf9; }
*/
#recent-entries ul li { background-position:2px 6px; }
#popular-posts ul li { background-position:2px -22px; }
#recent-comments ul li { background-position:2px -51px; }

#recent-entries{	background-color:#537888;border:1px solid #537888;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; }
#recent-entries ul li a { color:#FFFFFF }
#recent-entries ul li a:hover { color:yellow }
#recent-entries h2 { color:#FFFFFF }
#popular-posts{ background-color:#64b32d;border:1px solid #64b32d;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; }
#popular-posts ul li a { color:#FFFFFF }
#popular-posts ul li a:hover { color:yellow }
#popular-posts h2 { color:#FFFFFF }
#recent-comments{ background-color:#eac03c;	border:1px solid #eac03c;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; }
#recent-comments ul li a { color:#000000 }
#recent-comments ul li a:hover { color:yellow }
#recent-comments h2 { color:#000000 }
.leftcolborder{ border:1px solid #eac03c;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; }
/* content*/
/* content */
#content {
	width:637px;
	float:left;
	overflow:hidden;
}
.pagetitle {
	font-size:20px;
	font-weight:normal;
	margin-bottom:2px;
	color:#043253;
}
.postlist { margin-bottom:7px; 
border:1px solid lightgreen;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
}
.title {
	color:#4498d9;
	font-size:16px;
	font-family: Arial,Verdana, Sans-Serif;
	font-weight:normal;
	/*font-style:italic; */
}
.postlist .title {
	font-size:19px;
	margin-bottom:3px;
}
.postlist .meta {
	margin-bottom:7px;
}
.postlist .datepost {
	margin:0;
}

.post { margin-bottom:7px;}
.post .title {
	font-size:19px;
	margin-bottom:3px;
}
.post .meta {
	margin-bottom:7px;
}
.post .datepost {
	margin:0;
}


.postslide { margin-bottom:7px;}

.postslide .title {
	font-size:19px;
	margin-bottom:3px;
}
.postslide .meta {
	margin-bottom:7px;
}
.postslide .datepost {
	margin:0;
}
/* mini post */
#mini-post-wrap .odd {
	float:left;
	margin-right:7px;
}
#mini-post-wrap .even { float:right; }
.mini-post {
	float:left;
	width:310px;
	overflow:hidden;
	margin-bottom:13px;
	border:1px solid lightgreen;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
}
.mini-post .title {
	padding:5px 0 5px 5px;
	height:19px;
	overflow:hidden;
	margin-bottom:2px;
	font-weight:bold;
}

.mini-post .read-more {
	background:transparent url(images/read-more-bg.gif) no-repeat 0 0;
	float:right;
	text-transform:uppercase;
	font-size:11px;
	font-style:italic;
	display:block;
	line-height:26px;
	height:26px;
	color:#ffffff;
	margin-left:5px;
	width:84px;
	text-align:center;
}
.mini-post a.read-more:hover {
	color:#043253;
}
.mini-post .entry {
	clear:both;
	height:158px;
	overflow:hidden;
	padding:0 5px 6px;
	margin-bottom:6px;
	/*border-bottom:1px solid #e3e3e3;*/
}
.mini-post .meta {
	font:normal 10px 'Trebuchet MS',Verdana,Tahoma,Arial;
	text-transform:uppercase;
	color:#5695c6;
	padding:0 8px;
	text-align:right;
}
.icon {
	background:transparent url(images/all-icons.png) no-repeat;
	padding-left:18px;
}
.datepost, .commented { margin-left:10px; }
.datepost { background-position:0 -85px; }
.commented { background-position:0 -113px; }
/* wp-pagenavi */
#wp-pagenavi-wrapper {
	background:#eaf4fc url(images/pagenavi-bg.gif) repeat-x 0 0;
	clear:both;
	height:51px;
	position:relative;
	padding:0 8px;
	margin-bottom:28px;
}
#wp-pagenavi-left, #wp-pagenavi-right {
	background:transparent url(images/pagenavi-bg.gif) no-repeat;
	position:absolute;
	top:0;
	width:5px;
	height:51px;
}
#wp-pagenavi-left {
	background-position:0 -51px;
	left:0;
}
#wp-pagenavi-right {
	background-position:0 -102px;
	right:0;
}
.wp-pagenavi {
	padding-top:19px;
	font:normal 11px Tahoma, Verdana, Arial;
}
.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span.extend {
	background-color:#000 !important;
	color:#ffffff !important;
	text-transform:uppercase;
	padding:7px 9px !important;
	border:1px solid #000 !important;
}
.wp-pagenavi span.pages { background:#2c2c2c !important; }
.wp-pagenavi a:hover {
	background:#2c2c2c !important;
}
/* sidebar */
#sidebar {
	float:right;
	width:321px;
	overflow:hidden;
}
#primary .widget, .widget-top, .widget-bottom {
	display:block;
	float:left;
	width:321px;
}
#primary .widget {
	background:#fbfbfb url(images/widget-bg.gif) repeat-y;
	margin-bottom:7px;
}
.widget-top {
	background:transparent url(images/widget-bg.gif) no-repeat -321px 0;
	padding:7px 7px 1px;
	width:307px;
}
.widget-bottom {
	background:#ffffff url(images/widget-bg.gif) no-repeat -642px 0;
	height:7px;
	overflow:hidden;
}
.widget-title {
	font-size:22px;
	font-style:italic;
	font-weight:normal;
	margin-bottom:2px;
	color:#73a0c4;
}
#primary .widget-title {
	font:normal 16px 'Trebuchet MS', Verdana, Tahoma;
	color:#609bca;
	padding-bottom:3px;
	border-bottom:4px solid #d6e3ee;
	margin-bottom:3px;
	text-transform:uppercase;
}
#primary .widget {
	clear:both;
}
.widget a { color:#778fa1; }
.widget a:hover { color:#4498d9; }
.widget ul li {
	line-height:28px;
	border-bottom:1px solid #e2eef7;
}
#secondary .widget ul li {
	font-style:italic;
}
.widget ul li li {
	border-bottom:0;
	border-top:1px solid #e2eef7;
}
.widget ul li ul {
	padding-left:15px;
}
.widget a { color:#75a1a2; }
.widget a:hover { color:#41878a; }
#secondary .widget { margin-bottom:5px; }
.small-sidebar { width:156px; }
#sidebar-left { float:left; }
#sidebar-right { float:right; }
/* footer */
#footer {
	/*height:38px;*/
	/*margin-bottom:15px;*/
	text-align:left;
	font:normal 12px Arial,Verdana,Tahoma;
	line-height:18px;
	/*padding:27px 0;*/
	
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	clear:both;
	
	border: 1px solid #CCC;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin: auto;
width: 960px;
background-color: silver;
height: 100px;

}

/* ServInt */
.servint_copy1 a:link {
	text-decoration: none;
	color: #C80002;
	font-weight: bold;
}
.servint_copy1 a:visited {
	text-decoration: none;
	color: #C80002;
	font-weight: bold;	
}
.servint_copy1 a:hover {
	text-decoration: underline;
	color: #C80002;
	font-weight: bold;
}
.servint_copy1 a:active {
	text-decoration: none;
	color: #C80002;
	font-weight: bold;
}

.servint_header2 {
	font-family: "Lucida Grande", "Lucida Sans", sans-serif, arial;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}

.servint_copy1 {
	font-family: "Lucida Grande", "Lucida Sans", sans-serif, arial;
	font-size: 12px;
	line-height: 18px;
	color: #797777;
	padding: 0px;
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: justify;
}
.servint_header1 {
	font-family: "Lucida Grande", "Lucida Sans", sans-serif, arial;
	font-size: 20px;
	line-height: 22px;
	color: #000;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
}


.servint_productsbg3 { background-image: url("http://www.servint.net/graphics/products-boxsep.gif"); }
.servint_productsbg4 { background-image: url("http://www.servint.net/graphics/products-boxbackgr.gif"); }
.servint_featureBoxIntro4 {
	font-family: "Lucida Grande", "Lucida Sans", sans-serif, arial;
	font-size: 18px;
	line-height: 19px;
	color: #000000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: bold;
}

.servint_blacknoul { color: #000000; }
.servint_blacknoul a, .servint_blacknoul a:link, .servint_blacknoul a:visited { color: #000000;  text-decoration: none; }
.servint_blacknoul a:hover, .servint_blacknoul a:active { color: #B5121B; text-decoration: underline; }
.servint_featureBoxContent3 {
	font-family: "Lucida Grande", "Lucida Sans", sans-serif, arial;
	font-size: 12px;
	line-height: 18px;
	color: #797777;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.servint_featureBoxPrice3 {
	font-family: "Lucida Grande", "Lucida Sans", sans-serif, arial;
	font-size: 14px;
	line-height: 15px;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-weight: bold;
}

.whatsup td
{
padding-left:2px;
border:1px solid silver;
}
.cat-item{
border-top:0 !Important;
border-bottom:0 !Important;
}

/* page Containers */
#container {
	overflow: auto;
	padding: 25px 25px 10px 25px;
	box-shadow: inset #ADB3BC 0px 0px 1px;
	border-radius: 6px;
	margin-bottom: 10px;
	background: #EFF3F7;
	background: -moz-linear-gradient(top, rgba(239, 243, 247, 1) 72%, rgba(209, 218, 229, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(72%,rgba(239, 243, 247, 1)), color-stop(100%,rgba(209, 218, 229, 1)));
	background: -webkit-linear-gradient(top, rgba(239, 243, 247, 1) 72%,rgba(209, 218, 229, 1) 100%);
	background: -o-linear-gradient(top, rgba(239, 243, 247, 1) 72%,rgba(209, 218, 229, 1) 100%);
	background: -ms-linear-gradient(top, rgba(239, 243, 247, 1) 72%,rgba(209, 218, 229, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr='#eff3f7', endColorstr='#d1dae5',GradientType=0 );
	background: linear-gradient(top, rgba(239, 243, 247, 1) 72%,rgba(209, 218, 229, 1) 100%); }

/* Just to be sure :p */
#container #content, #content {
	width: 608px;
	float: left;
	overflow: hidden;
}

/* Just to be sure :p */
#container #sidebar, #sidebar {
	float: right;
	width: 278px;
	overflow: hidden;
	padding: 5px 10px 25px;
	background: white;
	border-radius: 6px;
	box-shadow: rgba(0,0,0,0.1) 0px 0px 1px;
	border: 1px solid #CCC;
}

/* For navigation Overrides */
#navigation {
	padding: 7px 15px;
	background: #ECF2F9;
	background: -moz-linear-gradient(top, rgba(236, 242, 249, 1) 0%, rgba(209, 218, 229, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236, 242, 249, 1)), color-stop(100%,rgba(209, 218, 229, 1)));
	background: -webkit-linear-gradient(top, rgba(236, 242, 249, 1) 0%,rgba(209, 218, 229, 1) 100%);
	background: -o-linear-gradient(top, rgba(236, 242, 249, 1) 0%,rgba(209, 218, 229, 1) 100%);
	background: -ms-linear-gradient(top, rgba(236, 242, 249, 1) 0%,rgba(209, 218, 229, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr='#ecf2f9', endColorstr='#d1dae5',GradientType=0 );
	background: linear-gradient(top, rgba(236, 242, 249, 1) 0%,rgba(209, 218, 229, 1) 100%);
	border-radius: 0px 0px 5px 5px;
	margin-bottom: 10px;
	box-shadow: inset #ADB3BC 0px 0px 1px;
	-moz-box-shadow: inset #ADB3BC 0px 0px 1px;
	-webkit-box-shadow: inset #ADB3BC 0px 0px 1px;
	border-top: 0px;

}

/* Page Nav */
#navigation li.current_page_item,
#navigation li.hover, #navigation li:hover, #navigation li.current_page_item a, #navigation li.hover a {
	background: transparent;
}

#navigation a {
	display: block;
	float: left;
	padding: 0 10px;
	line-height: 33px;
	height: 33px;
	overflow: hidden;
	color: #434343;
	margin-right: 5px;
	font-size: 12px;
}

/* Page Nav Hover a*/
#navigation li.current_page_item a,
#navigation li.hover a,
#navigation li:hover a {
	background-position: 100% 100%;
	box-shadow: rgba(0,0,0,0.1) 2px 2px 5px 0px;
	border-radius: 10px;
	background: #60C655;
	background: -moz-linear-gradient(top, rgba(96, 198, 85, 1) 0%, rgba(41, 154, 11, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96, 198, 85, 1)), color-stop(100%,rgba(41, 154, 11, 1)));
	background: -webkit-linear-gradient(top, rgba(96, 198, 85, 1) 0%,rgba(41, 154, 11, 1) 100%);
	background: -o-linear-gradient(top, rgba(96, 198, 85, 1) 0%,rgba(41, 154, 11, 1) 100%);
	background: -ms-linear-gradient(top, rgba(96, 198, 85, 1) 0%,rgba(41, 154, 11, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr='#60c655', endColorstr='#299a0b',GradientType=0 );
	background: linear-gradient(top, rgba(96, 198, 85, 1) 0%,rgba(41, 154, 11, 1) 100%);
	color: white;
}

.block {
	float: left;
	width: 268px;
	margin: 0 7px 15px 0;
	font-family: Arial,Verdana, Sans-Serif;
	padding: 15px;
}

.mini-post {
	float: left;
	width: 291px;
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	padding: 3px;
}
.entry ul li {
list-style-type: none;
background-image: url(/small-check-icon.png);
background-repeat: no-repeat;
padding-left: 20px;
background-position: 0 .3em;
}

