/*
	Theme Name: Bluezine
	Theme URI: http://wpcrunchy.com
	Description: ELegant blue magazine wordpress theme by <a href="http://wpcrunchy.com">wpcrunchy</a>.
	Version: 1.0
	Author: akosipau
	Author URI: http://akosipau.com/
	Tags: three column, light, jquery, blue, white
*/

/* GLOBAL ELEMENTS
----------------------------------
*/

/* Resets 
--------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	font-size:11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background:#dcdcdc url(images/bg.png) repeat-x;
	height: 100%;
}
html, body {
	height: 100%;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
blockquote {
	line-height: 1.2em;
	font-style: italic;
	padding: 5px 20px 5px 60px;
	margin: 20px 0;
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
a {
	text-decoration:none;
	color:#1089da;
}
a:hover {
	text-decoration:underline;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.irelative {
	position:relative;
}
.text {
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.incomment {
	padding:5px 0 !important;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

.topimg {
	background:url(images/topimg.png) repeat-x; height:4px; 
}

/* Base Container
----------------
*/

#header {
	width:960px;
	margin:0 auto;
	height:100px;
}

#main {
	width:960px;
	background-image:url(images/main-bg.jpg);
	margin:0 auto;
	height:100%;
}

#main-foot {
	width:960px;
	height:11px;
	margin:0 auto;
	background:url(images/main-foot-bg.jpg) no-repeat;
}

#categorynav {
	background:#003263;
	background:url(images/categorynav-bg.png) no-repeat;
}

#footer {
	margin-top:10px;
	border-top:8px solid #4d95c5;
	border-bottom:1px solid #4d95c5;
	background:#005c99;
	padding:20px 25px;
}

/* Header
----------------
*/

#header .logo {
	padding-top:15px;
}

#header .navigation {
	width:550px;
	padding-top:15px;
}

/* Navigation
---------------
*/

#nav1 {
	position:relative;
	padding:0;
	margin: 0;
	overflow: hidden;
}

#nav1 li {
	float: left;
	list-style: none;
}

#nav1 li.backLava {
	background:url(images/bg-nav.png);
	width: 9px;
	position: absolute;
}

#nav1 li a {
	color:#fff;
	text-decoration:none;
	text-align: center;
	padding:10px 15px;
	z-index: 10;
	display: block;
	position: relative;
	margin: auto 5px;
	font-weight: bold; text-transform: uppercase; font-size: 1.3em; font-family: Arial, Helvetica, sans-serif;
}

#nav1 li a:hover, #nav1 li a:active, #nav1 li.current_page_item a {
	color:#8ccaf3;
	background:none !important;
}

/* MIDDLE NAV - nav2 ( dropdown menu )
----------------------------------
*/

#categorynav ul {
margin: 0 0 0 0px;
padding-left: 0px;
list-style-type: none; 
list-style-image: none; 
float: left;
}

#categorynav ul li {
float: left; 
display: block; 
padding-left: 5px;
z-index:1000;
}

#categorynav ul li a:link,#categorynav ul li a:visited, #categorynav ul li a:active  {
display: block;
color: #8ccaf3;
padding: 9px 20px;
float: left;
margin: 0px;
text-transform: uppercase;
font: 75% Verdana, Arial, Helvetica, sans-serif !important;
}

#categorynav ul li a:hover {
background-color: #2c74a4;
text-decoration:none !important;
color:#fff;
}

.nav, .nav * {margin:0;padding:0;list-style:none;}

.nav ul {position:absolute;top:-999em;}

.nav li {float:left;position:relative;z-index:99;}

.nav a {display:block;}

.nav ul li{width: 100%;}

.nav li:hover ul,ul.nav li.sfHover ul {left:0px;top:28px;}

.nav li:hover li ul,.nav li.sfHover li ul {top:-999em;}

.nav li li:hover ul,ul.nav li li.sfHover ul {left:220px;top:0px;}

.nav li:hover ul,.nav li li:hover ul {top: -999em;}

/*** Skinning - Superfish menu (Some final font colors and backgrounds) ***/

.nav li li {
display: block;
padding: 0px;
height: auto !important;
}

.nav li:hover {

}

.nav li li a:link, .nav li li a:visited {
width: 180px;
display: block;
background-color:#2c74a4;
height: auto !important;
}

.nav li li a:hover {
background-color: #0b5687 !important;
text-decoration:none !important;
}

/* main
----------------
*/

#posts {
	padding:20px;
	width:600px;
}

.breadcrumb {
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:3px double #e2e2e2;
	font: 90% Arial, Helvetica, sans-serif !important;
}

.search-heading {
	font-size: 2.6em;
	letter-spacing:-0.04em;
	line-height: 1.05em;
	padding-bottom: 15px;
	font-family: Helvetica, Arial, sans-serif;
	padding-right: 50px;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}

#posts h1.post-heading {
	font-size: 2.6em;
	letter-spacing:-0.04em;
	line-height: 1.05em;
	padding-bottom: 15px;
	font-family: Helvetica, Arial, sans-serif;
	padding-right: 50px;
	color:#1089da;
}

#posts .post-thumb {
	width:165px;
	height:165px;
	padding:4px;
	background:#ecf6ff;
	border:1px solid #ccd1d5;
}

#posts .post-body {
	padding-bottom:20px;
}

#posts .post-content {
	width:405px;
	line-height:20px;
}

#posts .post-readmore {
	display:block;
	margin-top:20px;
	text-align:center;
	background:#1089da;
	color:#fff;
	width:35%;
}

#posts .drawline {
	height:1px;
	background:url(images/hr-image.png) repeat-x;
	margin-bottom:20px;
}

#posts .drawline2 {
	height:1px;
	background:#dbdbdb;
	margin-bottom:10px;
}

#posts .post-foot {
	margin-bottom:20px;
	padding:10px 8px;
	background:#f3f3f3;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}

#posts .post-meta li {
	float:left;
	height:14px;
}

/* meta */

#posts .post-meta li.meta-author {
	background:url(images/user.png) no-repeat 0px -1px;
	padding-left:20px;
	padding-right:10px;
}

#posts .post-meta li.meta-share {
	float:right !important;
}

#posts .post-meta li.meta-date {
	background:url(images/calendar.png) no-repeat 0px -2px;
	padding-left:20px;
	padding-right:10px;
}

#posts .post-meta li.meta-comment {
	background:url(images/comment.png) no-repeat 0px -1px;
	padding-left:20px;
	padding-right:10px;
}

#posts .post-meta li.meta-category {
	background:url(images/star.png) no-repeat 0px -1px;
	padding-left:20px;
	padding-right:10px;
}

/* end */

/* single post element */

#posts .post-content-wide {
	width:600px;
	line-height:20px;
	font-size:11px !important;
	padding-bottom:10px;
}

p.note {
	border:1px solid #CCCCCC;
	background-color:#eeeeee;
	padding:6px !important;
	margin:3px 0;
}

p.warning {
	border:1px solid #e6db55;
	background-color:#fffbbc;
	padding:6px !important;
	margin:3px 0;
}

p.download {
	border:1px solid #66cc33;
	background-color:#e7f7d3;
	padding:6px !important;
	margin:3px 0;
}

#posts .post-content-wide blockquote {
	font-size: 1.2em;
	line-height: 1.5em;
	font-style: italic;
	padding: 20px 20px 20px 40px;
	margin: 20px 0;
	background: url(images/quote.png) no-repeat 0 0;
}

#posts .post-content-wide ol {
	padding-left:16px;
}

#posts .post-content-wide ol li {
	list-style: decimal;
}

#posts .post-content-wide ul li {
	list-style: none;
	background: url(images/bullet.png) no-repeat 0 2px;
	padding-left: 16px;
}
/* end */

/* slider
----------------
*/

#sliderbox {
	width:585px; 
	height:250px; 
	padding:5px; 
	background:#f0f0f0; 
	border:1px solid #e5e5e5;
	margin-bottom:15px;
}

/* comments
---------------
*/

#comments {
	padding-top:15px;
}

#comments .txt {
	display:block;
	font-size:24px;
	padding-bottom:10px;
}

.comment-box {
	border-top:1px solid #dde0e0;
	border-bottom:1px solid #dde0e0;
	background:#f1f3f3;
	padding:30px 10px 15px 10px;
}

.comment-gravatar {
	padding:2px;
	border:1px solid #eee;
}

.comment-post {
	width: 410px;
	background:#fff;
	border:1px solid #e3e3e3;
	padding: 25px;
	margin-bottom:20px;
}

.comment-meta span {
	font-weight:bold;
	font-size:12px;
	display:block;
	padding-bottom:10px;
	text-decoration:underline;
}

/* Sidebar
------------------
*/

#sidebar {
	padding:15px 15px 15px 10px;
	width:290px;
}

#sidebar .search_widget {
	padding-bottom:10px;
}
#sidebar .search_widget fieldset {
	margin: 0;
	padding: 0;
}
#sidebar .search_widget input {
	display: block;
	margin: 0 auto;
	border: 1px solid #9e9e9e;
	padding: 5px;
	padding-right: 24px;
	width: 240px;
	background: #fff url(images/search_icon.png) no-repeat 100% 50%;
}

/* widget base */

.widget {
	padding-top:20px;
	background:url(images/sidebar-sep.png) no-repeat top center;
}

.widget-head {
	font-size: 0.80em;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
	color: #3a3a3a;
}

.widget-body {
	padding: 0px 15px 15px 15px;
	color: #8b8f8f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	text-transform: uppercase;
	background:#f6f6f6;
	border:1px solid #cdcdcd;
	margin-bottom:10px;
}

.widget-body .textwidget {
	padding:15px 0px 0px 0px;
	line-height:15px;
}

/* widget body elements */

.widget-body ul li {
	padding:15px 10px 15px 5px;
	background:url(images/hr-image.png) repeat-x bottom center;
}

.ads125box {
	height:125px; width:125px; background:#CCCCCC; float:left; margin:5px 0 0px 5px;
}

.ads125box img {
	border:0;
}

/* footer
-------------------------
*/

#footer .foot-widget li.item {
	float:left;
	width:300px;
}

#footer .foot-widget-head {
	padding-bottom:10px;
	background:url(images/hr-image2.png) repeat-x bottom;
	font-size: 1.8em;
	font-family: Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	color:#eee;
}

#footer .item div ul li {
	padding:8px 3px;
}

#footer .item div p {
	padding:8px 3px;
	line-height:20px;
	color:#ddd;
}

#footer .item div a {
	color:#1089da;
}

#footer .item div a:hover {
	background:#1089da;
	color:#fff;
	text-decoration:none;
}

#footer .txtsubsribe {
	display: block;
	margin-top:5px;
	border: 3px solid #1089da;
	padding: 5px;
	width: 280px;
	background: #fff url(images/mail.png) no-repeat 98% 50%;
}

/* wp-pagenavi
-------------------------
*/

.wp-pagenavi {
	font-size: 1.1em;
	text-transform: uppercase;
	clear: both;
	font-weight: normal;
	text-align: right;
	margin-bottom: 10px;
}
.wp-pagenavi .current {
	color:#CCC !important;
}
.wp-pagenavi a,
.wp-pagenavi .current {
	padding: 3px 7px;
	border: 1px solid #1089da !important;
	margin-left: 3px;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
	background: #1089da;
	color:#fff;
}
.wp-pagenavi .pages {
	float: left;
	border:0 !important;
}

/* wordpress css codex
------------------------
*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   border:4px solid #ddd;
}

.alignleft {
   float: left;
   margin-right:10px;
   border:4px solid #ddd;
}

.alignright {
   float: right;
   margin:10px 0px 10px 10px;
   margin-left:10px;
   border:4px solid #ddd;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}