/**
Theme Name: CorpoZine
Author URI: http://wpjunction.com
Version: 1.0
Author: hpa
Description: Magazine theme
*/

	
/* -------------------------------------- */
.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:#FFFFFF url(images/background.gif) repeat-x 0 0;
	font:normal 12px Arial, Verdana, Tahoma;
	color:#6F7981;
}

a {
	text-decoration:none;
	color:#5BA1D4;
}

a:hover {
	color:#CC0606;
}

#body-in {
	background:transparent url(images/body-in-bg.gif) repeat-x 0 0;
}

#wrapper {
	width:966px;
	margin:0 auto;
}

.icon {
	background:transparent url(images/all-icons.gif) no-repeat;
	padding-left:20px;
	display:block;
	float:left;
	height:18px;
	line-height:18px;
	margin-right:5px;
}


	
/* header */
#right-now {
	background-position:0 8px;
	height:36px;
	padding-left:23px;
	line-height:36px;
	font-size:11px;
	color:#6CB0E2;
	text-transform:uppercase;
}
#header {
	position: relative;
}
#header div#menu {
	display: none;
}
#header-tools {
	float:right;
	width:360px;
	height:36px;
	font-size:11px;
	color:#6CB0E2;
	text-transform:uppercase;
}

#rss-icon {
	background-position:0 -26px;
	height:36px;
	padding:0;
	width:22px;
	margin-right:5px;
}

#subcribe-form {
	margin:0;
	padding:0;
	background:transparent url(./images/subscribe-email-form.gif) no-repeat 0 0;
	float:left;
	width:219px;
	height:21px;
	border:1px solid #DBEAF5;
	position:relative;
	top:7px;
	left:110px;
}

#subcribe-form .input-text,#subcribe-form .input-submit,#subcribe-form label {
	border:medium none;
	background:transparent;
	position:absolute;
}

#subcribe-form label {
	left:-107px;
	top:4px;
}

.input-text {
	left:2px;
	top:3px;
	width:199px;
	font-size:11px;
	color:#6AAFE2;
	text-transform:uppercase;
}

.input-submit {
	width:18px;
	height:22px;
	padding:0;
	right:0;
	top:0;
	cursor:pointer;
}

#branding {
	clear:both;
	overflow:hidden;
	height:103px;
}

#blog-title {
	margin-top:15px;
	font:normal 34px 'Trebuchet MS', Tahoma, Verdana;
	display:block;
}

#blog-description,#blog-description-left,#blog-description-right {
	background-color:#F8FAFC;
	display:block;
	float:left;
	font:normal 12px Tahoma, Verdana, Arial;
	height:19px;
	line-height:18px;
	color:#A7A7A7;
}

#blog-description-left,#blog-description-right {
	background:transparent url(images/tagline-left-bg.png) no-repeat 0 0;
	width:9px;
}

#blog-description-right {
	background:transparent url(images/tagline-right-bg.png) no-repeat 0 0;
}

#page-menu {
	background:transparent url(images/menu-bg.png) no-repeat 50% 0;
	clear:both;
	height:32px;
}

#page-menu-in ul {
	display:block;
	width:938px;
	margin:0 auto;
	height:32px;
	overflow:hidden;
}

#page-menu-in ul li {
	display:inline;
}

#page-menu-in a {
	display:block;
	float:left;
	height:32px;
	padding:0 12px;
	font:normal 11px Tahoma, Verdana, Arial;
	color:#FFFFFF;
	line-height:32px;
	text-transform:uppercase;
}

#page-menu-in a:hover {
	background-color:#CC0606;
}


	
/* content */
#content {
	float:left;
	width:668px;
	padding-top:9px;
}

.post {
	clear:left;
	float:left;
	background:#FCFEFF url(images/post-bg.gif) repeat-y 0 0;
	margin-bottom:6px;
	width:668px;
}

.post-top,.post-bottom {
	background:transparent url(images/post-top-bg.gif) no-repeat 0 0;
	float:left;
	width:668px;
}

.post-bottom {
	background:transparent url(images/post-bottom-bg.gif) no-repeat 0 100%;
}

.inner {
	padding:7px 9px 10px;
}

.pagetitle {
	margin:0 0 10px 5px;
	font:normal 15px Tahoma, Verdana, Arial;
	color:#CC0606;
}

.title {
	font:normal 14px Tahoma, Verdana, Arial;
	color:#5BA1D4;
	margin-bottom:8px;
}

.meta {
	font:normal 11px Tahoma, Verdana, Arial;
	color:#A0C5DF;
	height:18px;
	line-height:18px;
	overflow:hidden;
	margin-bottom:7px;
}

.author {
	background-position:0 -69px;
}

.categories-post {
	background-position:0 -98px;
}

.comments-post {
	background-position:0 -128px;
}

.entry {
	clear:left;
	padding:5px 10px 5px 5px;
}

.entry p {
	margin:0 0 15px!important;
	line-height:15px;
	text-align:justify;
}

.entry .more-link {
	width:120px;
	height:24px;
	line-height:24px;
	margin:15px 0 8px 0;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	float:right;
	display:block;
	background:#2083CA;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.entry .more-link:hover {
	background:#CC0606;
}

.navigation .alignleft,.navigation .alignright {
	text-align:center;
}

.navigation .alignleft a,.navigation .alignright a {
	background:#D2901C url(images/nav-prev-button-bg.gif) repeat-x 0 0;
	display:block;
	float:left;
	font:normal 12px Verdana, Tahoma;
	color:#FFFFFF;
	height:27px;
	line-height:27px;
	width:93px;
	text-transform:uppercase;
}

.navigation .alignright a {
	background:#D2901C url(images/nav-next-button-bg.gif) repeat-x 0 0;
	width:67px;
}

.single .alignleft a,.single .alignright a {
	background:none;
	color:#5BA1D4;
	text-transform:none;
	width:auto;
}


	
/* sidebar */
#sidebar {
	float:right;
	width:289px;
	padding-top:9px;
}

.widget {
	background:#F8FAFC url(images/widget-bg.gif) repeat-y 0 0;
	clear:left;
	float:left;
	width:289px;
	margin-bottom:6px;
}

.widget-top,.widget-bottom {
	background:transparent url(images/widget-top-bg.gif) no-repeat 0 0;
	float:left;
	width:289px;
}

.widget-bottom {
	background:transparent url(images/widget-bottom-bg.gif) no-repeat 0 100%;
}

.widget .inner {
	padding:4px 7px;
}

.widget-title {
	background:transparent url(images/dot.gif) repeat-x 0 100%;
	font-size:16px;
	color:#CC0606;
	padding-top: 3px;
	padding-bottom:5px;
	margin-bottom:0px;
}

.widget ul li {
	background:transparent url(images/all-icons.gif) no-repeat 2px -151px;
	padding-left:20px;
	line-height:28px;
	color:#7F95A5;
}

.widget ul li+li {
	border-top:1px solid #D7E5EF;
}

.widget ul li a {
	color:#7F95A5;
	display: block;
}

.widget ul li a:hover {
	color:#5BA1D4;
}

.widget ul li.hover {
	background-color:#FFFFFF;
}

.widget ul li li {
	border:none;
}

.widget p {
	line-height: 15px;
	padding: 5px;
	text-align: justify;
}

#footer {
	width: 1000px;
	height: 20px;
	margin-top:10px;
	line-height: 20px;
	text-align:center;
	clear: both;
}

.clear {
	clear:both;
}

.preview img {
	width:173px;
	height:130px;
	margin:2px 10px 5px 0;
	border:5px solid #2083CA;
	display:block;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	float:left;
}
.preview img:hover {
	border:5px solid #CC0606;
}

.detail img {
	width:300px;
	height:220px;
	margin:2px 10px 5px 0;
	border:5px solid #2083CA;
	display:block;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	float:left;
}
.detail img:hover {
	border:5px solid #CC0606;
}

#searchform {
	width: 100%;
	height: 36px;
	background: red;
}
#searchform label {
	display: none;
}
#searchform input {
	float: left;
}
#searchform #s {
	width: 150px;
	padding: 2px 4px;
}
#searchform #searchsubmit {
	width: 150px;
	height: 20px;
	padding: 2px 4px;
}

.goto {
	width: 350px;
	height: 30px;
	margin: 0 auto 10px auto;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 1px 1px 1px #000000;
}
.goto a {
	color: #FFFFFF;
	display: block;
	background: #2083CA;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.goto a:hover {
	background: #CC0606;
}

div.catheader_top {
	width: 966px;
	height: 11px;
	margin: 10px 0 0 0;
	background: url(images/catheader_top.png) 0 0 no-repeat;
}
div.catheader_body {
	width: 936px;
	padding: 5px 15px;
	text-align: justify;
	background: url(images/catheader_body.png) 0 0 repeat-y;
}
div.catheader_body h2 {
	font-size: 16px;
	color: #CC0606;
}
div.catheader_body p {
	margin-top: 5px;
}
div.catheader_bottom {
	width: 966px;
	height: 11px;
	background: url(images/catheader_bottom.png) 0 0 no-repeat;
}
@media (max-width: 643px) {
	body {
		background: #fff;
	}
	#wrapper {
		width: 90%;
		margin: 0 5%;
		overflow: hidden;
	}
	#right-now,
	#header-tools,
	#blog-description-left,
	#blog-description-right,
	#blog-description,
	#blog-description-left,
	#blog-description-right,
	div.catheader_top,
	div.catheader_bottom,
	.meta {
	display: none;
	}
	#branding {
		width: 100%!important;
		float: none;
		height: 80px;
	}
	#blog-title {
		width: 100%;
		height: 80px;
		background-size: 100%!important;
		background-position: center center;
	}
	#header div#menu {
		display: block;
		width: 60%;
		text-align: center;
		height: 36px;
		line-height: 36px;
		clear: both;
		background: #2083CA;
		color: #fff;
		margin: 0 auto;
	}
	#page-menu {
		background: #2083CA;
		height: auto;
		display: none;
	}
	#page-menu-in ul,
	#content,
	.post,
	#sidebar,
	.widget,
	#footer {
		width: 100%;
		height: auto;
		background: none;
	}
	#page-menu-in a {
		width: 90%;
		padding: 0 5%;
		border-bottom: 1px solid #105382;
		text-align: center;
	}
	#image-gallery-wrapper,
	.stepcarousel,
	.post-top,
	.post-bottom {
		width: 100%;
		height: auto;
		background: none;
	}
	.stepcarousel .belt,
	.stepcarousel div.belt+div.belt {
		width: 49%;
		margin: 0 0 10px 0;
	}
	.stepcarousel .belt:nth-child(even) {
		float: right;
	}
	.stepcarousel .panel {
		width: 90%;
		padding: 5px 4%;
	}
	.stepcarousel .panel img {
		width: 100%;
		height: auto;
	}
	div.catheader_body {
		width: 100%;
		padding: 0;
		background: none;
		margin: 20px 0 0 0;
	}
	.inner,
	.entry {
		padding: 0;
	}
	.widget-top, .widget-bottom {
		width: 100%;
		background: none;
	}
	.detail img {
		max-width: 90%;
		display: table;
		margin: 0 auto 20px auto;
		float: none;
	}
	.goto {
		width: 100%;
		height: auto;
		text-align: center;
	}
	div#respond {
		display: none;
	}
}
