/*
Theme Name: Izwebz
Theme URI: http://www.izwebz.com
Description: WordPress Theme Tutorial
Version: 4.8
Author: Demon Warlock
Author URI: http://www.izwebz.com
Tags: blue, cool, Nice, Tutorials, Theme
*/

*{margin: 0; padding: 0;}

body {
    font-size: 62.5%;
    font-family: helvetica, georgia, arial, sans-serif;
	line-height: 2em;
    background: #39424b url(images/body-bg.jpg) repeat-x left top;
}
ol, ul {
	list-style: none;
}

p {
    font-size: 1.2em;
}

a {
    text-decoration: none;
}

a img {
    border: none;
}

img {
    vertical-align: center;
}

fieldset {
    border: none;
}

h1, h2, h3, h4, h5 {
    font-family: georgia, serif;
}

h2 {
    font-size: 2.2em;
    margin: 0;
}

h1 {
    font-size: 2em;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.clear {
    clear: both;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.aligncenter {
    text-align: center;
}

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

/*****  header  *****/
#header {
    height: 187px;
    position: relative;
}

#header ul#pages {
    position: absolute;
    top: 5px; right: 0px;
}

#header ul#pages {
    width: 355px; height: 37px;
    padding: 0px 10px;
    line-height: 37px;
    font-size: 1.2em;
    background: url(images/pages_bg.png) no-repeat top left;
}

#header ul#pages li {
    display: inline;
}

#header ul#pages li a {
    padding-right: 10px;
    color: #05a6e1;
    font-weight: bold;
}

#header ul#pages li a:hover {
    color: white;
}

#header h1#logo a {
    display: block;
    width: 303px; height: 129px;
    text-indent: -9999px;
    position: absolute; top: 17px; left: 0px;
    background: transparent url(images/logo.png) no-repeat top left;
}

#header ul#mainNav{
    position: absolute;
    bottom: 5px; left: 0px;
}

#header ul#mainNav li {
    display: inline;
}

#header ul#mainNav li a {
    padding: 3px 10px;
    display: block;
    float: left;    
    -moz-border-radius: 5px;        
    color: #05a6e1; font-weight: bold; text-transform: uppercase; font-size: 1.2em;
}

#header ul#mainNav li a:hover {
    color: white;
    background: url(images/nav_hover.png) repeat-x top left;
}

#header div#searchBox {
    position: absolute;
    bottom: 7px; right: 5px;
}

#header div#searchBox input {
    width: 200px;
    border: 1px solid #a4a4a4;
    padding: 2px 0px 5px 27px;
    background: white url(images/search_icon.png) no-repeat 5px 50%;
}

/*****     MAIN SETTINGS    *****/
#mainContent {
    position: relative;
    background: #111519;
    overflow: hidden;
}

#sidebar {
    float: left;
    width: 225px;
    padding: 15px 5px 15px 15px;
    position: relative;
}

#primary {
    float: right;
    width: 700px;
    margin: 15px 15px 15px 5px; padding: 15px;
    _margin: 15px 5px;
    color: #6c6c6c;
    background: white;
}

/*****      SIDEBARS    *****/
#sidebar .boxes {
    padding: 1px; margin: 0px 0px 15px 0px;
    background: white;
}

#sidebar .boxes h2 {
    padding: 10px;
    color: white;
	font-size: 1.8em;
    background: url(images/cat_bg.jpg) repeat-x top left scroll;
    
}

#sidebar .boxes ul {
    padding: 10px 10px 10px 10px;
}

#sidebar .boxes ul li {
    border-bottom: 1px solid #ebebeb;
}

#sidebar .boxes ul li a {
    font-size: 1.1em;
    color: #176092;
    line-height: 2em;
}

#sidebar .boxes ul li:hover {
    background: #eee;
}
div.randomPosts {
    padding: 0px 10px;
}

.randomPosts h5 {
font-size: 10px;
}
#sidebar ul#lastest {
    overflow: hidden;
    
}
#sidebar ul#latest li {
    clear: left;
    overflow: hidden;
    padding: 11px 0px;
}

#sidebar ul#latest img {
    float: left;
    padding-right: 10px;
}

/*****      MAIN CONTENTS   *****/
#primary div.post-nav {
    height: 25px;
    overflow: hidden;
    border-bottom: 1px solid #CDCDCD;
}

#primary div.post-nav span.previous a,
#primary div.post-nav span.next a {
    color: #8a8787; font-size: 1.2em;
    padding: 0px 0px 0px 20px;
    background: transparent url(images/previous.gif) no-repeat left center;
}

#primary div.post-nav span.next a  {
    padding: 0px 20px 0px 0px;
    background: transparent url(images/next.gif) no-repeat right center;
}

#primary div.post-nav span.previous a:hover,
#primary div.post-nav span.next a:hover {
    color: #0d1013;
}

/*****  FEATURED POST   *****/
#featured-post {
    padding: 15px; margin: 15px 0px;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    background:  white url(images/featured_bg.jpg) repeat-x top left scroll;
}

#featured-post h2 {
    font-size: 1.4em;
    color: #6c6c6c;
}

#featured-post h1 {
    margin: 27px 0px 27px 15px;
    font-size: 3em;
    font-weight: normal;
}

#featured-post h1 a{
    color: #05a6e1;
}

#featured-post a:hover {
    color: #087197;
}

#featured-post img {
    float: right;
    margin: 0px 0px 0px 15px;
}

.post-item {
    margin: 30px 15px; padding: 0px 0px 30px 0px;
    min-height:200px;
    height:auto !important;
    height:200px;
    border-bottom: 1px solid #D9D9D9;
}

.post-item p {
    margin-left: 168px;
}

.post-item img {
    float: left;
    padding: 4px; margin: 0px 10px 0px 0px;
    border: 1px solid #CDCDCD;
}

.post-item h1 {
    margin: 0px 0px 10px 0px;
}

.post-item h1 a{
    color: #303030;
}

.post-item h1 a:hover {
    color: #176092; 
}

.metadata {
    font-size: 1.1em;
    background: #e6e6e6;
    padding: 3px;
    margin: 0px 0px 0px 168px;
}

.metadata a {
    color: #176092;
}

.metadata span.post {
    padding-left: 18px;
    font-weight: bold;
    background: transparent url(images/post.png) no-repeat left center;
}

.metadata span.in-cat {
    padding-left: 18px; margin-left: 10px;
    font-weight: bold;
    background: transparent url(images/in-cat.gif) no-repeat left center;
}

.metadata span.on-date {
    padding-left: 18px; margin-left: 10px;
    font-weight: bold;
    background: transparent url(images/on-date.png) no-repeat left center;
}

.metadata a.theComments {
    padding-left: 18px; margin-left: 10px;
    font-weight: bold;
    background: transparent url(images/comment.gif) no-repeat left center;
}

.metadata a:hover {
    color: #292929;
}

.more-link {
    padding-left: 15px; margin: 15px 0px;
    color: #176092;
    background: transparent url(images/readMore.png) no-repeat left center;
}

a.more-link:hover {
    padding-left:  10px;
    color: #292929;
}

/*****  SINGLE PAGE     *****/
body.single .post-item p{
    margin: 15px 0px;
}

body.single .post-item p.metadata {
	margin-left: 165px;
}

/*****  PAGE CONTENT *****/
#pageContent {
    padding: 15px 0px;
}

#pageContent h2 {
    margin: 0px 0px 15px 0px;
}
/***** PAGES *****/
#singlePage {
    padding: 15px 0px;
}

#singlePage h2 {
	margin: 15px 0px;
}

/*****  FOOTER  *****/
#footer_outer {
    height: 277px;
    background: #101a24 url(images/footer_outer_bg.jpg) repeat-x left center;
}

#footer_wrapper {
    height: 239px; width: 1000px;
    margin: 0 auto; position: relative;
}

#footer_links {
    position: absolute;
    top: 32px; left: 0px;
}

#footer_links .info {
    float: left;
    width: 270px;
    color: white;
    margin-right: 60px;
}

#footer_links .info h2.latestPictures {
    margin: 0px 0px 15px 0px;
    text-indent: -99999px;
    background: transparent url(images/latest_picture.png) no-repeat left center;
}

#footer_links .info h2.upcomingEvents {
    margin: 0px 0px 15px 0px;
    text-indent: -99999px;
    background: transparent url(images/upcoming_event.png) no-repeat left center;
}

#footer_links .info h2.blogPosts {
    margin: 0px 0px 15px 0px;
    text-indent: -99999px;
    background: transparent url(images/blog_post.png) no-repeat left center;
}

#footer {
    position: absolute;
    top: 249px;
    color: #747474;
}

/**** COMMENTS TEMPLATE ****/
/*

#comments_template {
	margin: 15px 0px;
	background: #e9e9e9;
	border: 1px solid #d3d3d3;
	border-bottom: 3px solid #d3d3d3;
	overflow: hidden;
	padding: 15px;
	font-size: 12px;
	line-height: 1.5em;
}

#comments_template h2 {
	margin: 0px 0px 15px 0px;
	text-align: center;
}

ol#comments_section {
	list-style: none;
}

ol#comments_section li {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.comment-author cite.fn{
	color: #fe4902;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}
div.comment-meta {
	border-bottom: 1px dotted #a4a4a4;
	padding-bottom: 2px;
	margin-left: 85px;
}

div.comment-meta a {
	color: #292929;
	text-decoration: none;
	}
	div.comment-meta a:hover {
	color: #fe4902;
	}
div.comment-body p {
	margin: 10px 0px 0px 85px;
}
div.reply {
	float: right;
	margin-top: 10px;
}
div.reply a.comment-reply-link{
	background: #999;
	padding: 5px;
	border: 1px solid #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

div.reply a:hover {
	background: #ee7a08;
}

ol#comments_section li.bypostauthor {
	background: #fff0da;
}

li.bypostauthor cite.fn a, li .comment-author cite.fn a{
	color: #fe4902;
	text-decoration: none;
}


#comments_template li {
	clear: right;
	border: 1px solid #d3d3d3;
	background: #f1f1f1;
	padding: 10px;
	margin-top:40px;
	overflow: hidden;
}

#comments_template .avatar {
	float: left;
	margin-right: 15px;
	background: #fff;
	border: 1px solid #d3d3d3;
	padding: 4px;
}


#respond {
	clear: left;
	padding-top: 20px;
}

#respond form a {
	color: #3e8ea8;
	text-decoration: none;
}

#respond form a:hover {
	background: #c6fcff;
}


#respond h2 {
	color: #292929;
	font-family: helvetica, tahoma, serif;
	font-size: 1.6em;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 10px;
}

#respond span {
    color: red;
    font-weight: bold;
}

#respond label {
    display: block;
    font-size: 12px;
    font-weight: bold;
}

label.error {
    width: 180px;
    border: 1px solid #b5b5b5;
	color: red;
    padding: 2px 0px 0px 25px; margin: 0px 0px 5px 0px;
    background: #fcf2c4 url(images/error.png) no-repeat 5px 50%;
}

#respond input, textarea {
    width: 300px;
    border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
    border-style:solid;
    border-width:1px;
    padding:3px; margin-bottom: 10px;
    font-size:14px;
    color:#333;
}

#respond textarea {
    width: 450px;
}

input:focus, textarea:focus {
background: #fdffc8;
}

#respond div#remember {
    background:  #ffebe8;
    border: 1px solid red;
	margin: 0px 0px 0px 10px;
	padding: 10px;
}

#respond div#remember h3{
	color: red;
	}

#respond input#submit {
    width: 120px;
    background: #3883cc;
    color: white;
    font-weight: bold;
    margin-top: 15px;
    cursor: pointer;
    display: block;
}

#respond input#submit:hover {
	background: #ee7a08;
}


#respond p.wp-avim-options {
	margin: 15px 0px 0px 0px;
}

#respond p.wp-avim-options input {
	width: 45px;
}

div.comment-body p a {
	color: #3e8ea8;
}

p.cancel-reply a {
	color: #3e8ea8; 
}

*/

/*****		FAQS		****/
#faqs {
	font-size: 1.3em;
}

#faqs dt a {
	color: blue;
	font-weight: bold;
}

#faqs dt a.faqs {
color: red;
}

/* SLIDERS */
#featured {
    width: 400px;
    padding-right: 250px;
    position: relative;
    border: 5px solid #ccc;
    height: 250px;
    background: #fff;
}

#featured ul.ui-tabs-nav {
    position: absolute;
    top: 0; left: 400px;
    list-style: none;
    padding: 0; margin: 0;
    width: 250px;
}

#featured ul.ui-tabs-nav li {
    padding: 1px 0px 1px 13px;
    font-size: 12px;
}

#featured ul.ui-tabs-nav li img {
    float: left;
    margin: 2px 5px;
    background: #fff;
    border: 1px solid #eee;
    width: 86px;
}

#featured ul.ui-tabs-nav li span {
    font-size: 11px; font-family: verdana;
    line-height: 18px;
}

#featured li.ui-tabs-nav-item a {
    display: block;
    height: 60px;
    color: #333; background: #fff;
    line-height: 20px;
}

#featured li.ui-tabs-nav-item a:hover {
    background: #f2f2f2;
}

#featured li.ui-tabs-selected {
    background: url(images/selected-item.gif) top left no-repeat;
	}

#featured ul.ui-tabs-nav li.ui-tabs-selected a {
    background: #ccc;
}

#featured .ui-tabs-panel .info {
    position: absolute;
    top: 180px; left: 0px;
    height: 70px;
    background: url(images/transparent-bg.gif);
    opacity: 0.5;
    filter: alpha(opacity=50);

}

#featured .info h2 {
    font-size: 18px; font-family: georgia, serif;
    color: #fff; padding: 5px; margin: 0;
    overflow: hidden;
}

#featured .info h2 a {
    width: 100%;
}

#featured .info p {
    margin: 0 5px;
    width: 390px;
    font-family: verdana; font-size: 11px;
    line-height: 15px; color: #f0f0f0;
}

#featured .info a {
    text-decoration: none;
    color: #fff;
}

#featured .info a:hover {
text-decoration: underline;
}

#featured .ui-tabs-hide {
display: none;
}

/*****CONTENT SLIDER *****/
#homeWrapper {
    margin: 25px 0px;
    padding: 25px;
    color: #dedede;
    background: #161a1f
}

.homeInfo {
    width: 280px;
    float: left;
    margin-right: 25px;
}

.homeInfo h1 {
    margin: 35px 0px 15px 0px;
    padding: 15px 0px;
    border-bottom: 1px dotted #c9c9c9;
}

h1.slogan {
    margin: 50px 0px 25px 0px;
    padding: 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 26px; font-weight: normal;
    line-height: 40px;
    border-top: 1px solid white;
    border-bottom: 1px dotted white;
}

h1.slogan span {
    color: #36a9da
}

#imageSlider {
    position: relative;
    margin: 30px 0px 50px 50px;
    width: 840px;
}

.container {
    width: 840px; height: 320px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background: url(images/sliderImg/container_bg.jpg) repeat-x top left;
}

ul.slides {
    position: absolute;
    top: 0px; left: 0px;
    margin-left: 65px;
}

ul.slides li {
    position: absolute;
    top: 7px;
    width: 840px;
    display: none;
}

ul.slides li img {
    padding: 5px;
    border: 1px solid #01263d;
    width: 700px; height: 240px;
    background: #d9d9d9;
}

ul.slides p {
    opacity: .5;
    color: white;
    padding: 15px; margin-left: 6px;
    width: 670px;
    position: absolute;
    bottom: 13px;
    z-index: 1000;
    background: black;
}

a.next {
    display: block;
    width: 60px; height: 39px;
    position:  absolute;
    top: 105px; right: -10px;
    background: url(images/sliderImg/next.png) no-repeat top left;
}

a.previous {
    display: block;
    width: 60px; height: 39px;
    position:  absolute;
    top: 105px; left: -10px;
    background: url(images/sliderImg/prev.png) no-repeat top left;
}

ul.pagination {
    position: absolute;
    bottom: 26px; left: 365px;
}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    color: white;
    padding: 2px 4px;
    font-size: 11px;
}

ul.pagination li.active a {
    color: #292929;
    font-weight: bold;
    background: #c0c0c0;
}

/***** COMMENT SECTION *****/

div#comment-template {
    padding: 25px;
    border: 1px solid #d5d6d6;
    background: #ededed;
}
ol.commentlist li {
    position: relative;
    margin: 25px 0px;
}

ol.commentlist div.comment-author {
    float: left;
    clear: left;
    width: 100px;
}

cite.fn {
    display: block;
}

div.commentBody {
    margin-left: 120px;
    border: 1px solid #d5d6d6;
    padding: 20px 20px 90px;
    position: relative;
    background: white;
}

img.commentArrow {
    position: absolute;
    top: 15px; left: -32px;
}

p.reply {
    position: absolute;
    bottom: 5px; right: 20px;
}

#respond {
    margin: 60px 0px;
}

#respond p {
    margin: 15px 0px;
}

form#commentform label{
    padding: 4px 8px;
    font-weight: bold; color: white; font-size: 12px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    background: #9e5500;
}

form#commentform input {
    display: block;
    width: 250px;
    padding: 5px;
    border: 2px solid #9e5500;
}

form#commentform textarea {
    display: block;
    width: 450px;
    padding: 15px;
    border: 2px solid #9e5500;
}

form#commentform input#submit {
    width: 150px;
    cursor: pointer;
}

form#commentform input#submit:hover {
    border: 2px solid #cc7d1f;
}
form#commentform input#comment_post_ID,
form#commentform input#comment_parent, 
form#commentform input#_wp_unfiltered_html_comment{
    display: none;
}
















