/*  
Theme Name: Bizco
Theme URI: http://themify.me/themes/bizco
Version: 1.2.6
Author: Themify
Author URI: http://www.themify.me

---------

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	background: none;
}
body {
	font: 13px/150% Verdana, Arial, sans-serif;
	color: #646464;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
a {
	text-decoration: none;
	outline: none;
	color: #0f94b2;
}
a:hover {
	text-decoration: none;
	color: #02e6fe;
}
small {
	font-size: 87%;
}
em, i {
}
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}
blockquote {
	font: italic 15px/130% "Coming Soon", Times, serif;
	padding: 8px 30px 15px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Dawning of a New Day", cursive;
	font-weight: normal;
	line-height: 1.4em;
	color: #646464;
	margin: 20px 0 .4em;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2.3em;
}
h3 {
	font-size: 2em;
}
h4 {
	font-size: 1.8em;
}
h5 {
	font-size: 1.6em;
}
h6 {
	font-size: 1.5em;
}

/* form input */
input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}
textarea {
	line-height: 150%;
}
input[type=text], input[type=password], textarea {
	border: solid 1px #ccc;
	padding: 6px 7px;
	background: #f9f9f9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
textarea:focus, input[type=password]:focus, input[type=text]:focus {
	border: solid 1px #333;
	outline: none;
}
/* set input width */
input[type=text], input[type=search] {
	width: 240px;
	max-width: 90%;
}
/* set textarea width */
textarea {
	line-height: 150%;
	padding: 6px 2%;
	width: 96%;
}

/* form button */
input[type=reset], input[type=submit], button {
	font-weight: bold;
	background: #666;
	color: #eee;
	border: none;
	padding: 6px 15px;
	cursor: pointer;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(0,0,0,.2);
	background: -webkit-gradient(linear, left top, left bottom, from(#8d8d8d), to(#6e6e6e));
	background: -moz-linear-gradient(top,  #8d8d8d,  #6e6e6e);
	background: linear-gradient(-90deg, #8d8d8d, #6e6e6e);
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
}
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	color: #fff;
}

/************************************************************************************
STRUCTURE  
*************************************************************************************/
#pagewrap {
	overflow: hidden;
	position: relative;
	background: #none;
}
#bgwrap {
	background: #ffffff url(images/bg-stv.jpg) no-repeat;
	background-position: 50px 0;
	width: 1028px;
	margin: 0 auto;
	position: relative;
}
.pagewidth {
	width: 978px;
	margin: 0 auto;
	position: relative;
}

#body {
	background: none;
	padding: 50px 0;
	min-height: 400px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: relative;
	z-index: 3;
}

.divider {
	border-top: solid 0px #ddd;
	padding: 25px 0 20px;
	margin-top: 10px;
}

/* content */
#content {
	width: 695px;
	float: left;
}

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/* sidebar none */
.sidebar-none #content {
	width: 100%;
	float: none;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 300px;
	color: #646464;
	z-index: 6;
}
#site-logo {
	display: none;
}
#site-description {
	display: none;
}

/* social widget */
.social-widget {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 95%;
}
/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 40px;
	z-index: 100;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
/* main level link */
#main-nav a {
	color: #646464;
	display: block;
	padding: 8px 18px;
	margin: 0 0 0 5px;
	text-decoration: none;
	font: normal 27px/110% "Dawning of a New Day", cursive;
	text-transform: none;
}
/* main level link :hover */
#main-nav a:hover {
	color: #0f94b2;
}
/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	background: none;
	color: #0f94b2;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #646464;
}
/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a {
	color: #646464;
	font: normal 14px/90% "Coming Soon", cursive;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	padding: 7px 0 7px 15px;
	margin: 0;
	width: 170px;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover {
	background: #F3F3F3;
	color: #0f94b2;
}
/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	background: url(images/alpha40white.png);
	border: none;
	z-index: 200;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.3); 
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 180px;
	top: 0;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}

/************************************************************************************
SLIDER
*************************************************************************************/
#sliderwrap {
	background: none;
}
#slider {
	position: relative;
	padding: 30px 0 20px;
	font: 15px/140% Verdana, Arial, sans-serif;
	color: #646464;
	position: relative;
	z-index: 4;
}
#slider .slides a {
	color: #646464;
	text-decoration: none;
}
#slider .slides a:hover {
	color: #0f94b2;
	text-decoration: none;
}
#slider .slides {
	margin: 0;
	padding: 0;
}
#slider .slides li {
	background: none !important;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}

/* default slide */
#slider .slide-feature-image {
	float: left;
	margin: 0 30px 0 0;
	vertical-align: text-bottom;
}
#slider .slide-content {
	overflow: hidden;
	padding: 30px 0px 0 0;
}
#slider h3 {
	font: normal 32px/120% "Dawning of a New Day", cursive;
	margin: 0 0 10px;
	letter-spacing: normal;
	color: #646464;
	text-shadow: none;
}
#slider p {
	margin: 0 0 20px;
	padding: 0;
}
/* image caption wrap */
#slider .image-caption-wrap {
	position: relative;
	font-size: 13px;
	line-height: 140%;
}
#slider .image-caption-wrap .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px 20px 10px;
	margin: 10px;
	z-index: 5;
	background: url(images/alpha70white.png);
	color: #646464;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.3); 
}
#slider .image-caption-wrap h3 {
	color: #646464;
	margin: 0 0 5px;
	padding: 0;
	font: normal 32px/120% "Dawning of a New Day", cursive;
}
#slider .image-caption-wrap p {
	margin: 0;
}
#slider .image-caption-wrap a {
	text-decoration: none;
	color: #0f94b2;
}
#slider .image-caption-wrap a:hover {
	text-decoration: underline;
}

/* image only slide */
#slider .image-slide {
	text-align: center;
}

/* slide buttons */
#slider a.button {
	color: #000;
}
#slider a.button:hover {
	text-decoration: none;
}
#slider a.black {
	color: #fff;
}

/************************************************************************************
WELCOME MESSAGE
*************************************************************************************/
.welcome-message {
	font: normal 34px/120% "Dawning of a New Day", cursive;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 30px;
	margin-top: -20px;
	clear: both;
	color: #0f94b2;
}

/************************************************************************************
HOME HIGHLIGHTS
*************************************************************************************/
.home-highlights {
	margin-bottom: 15px;
}
.home-highlights h4 {
	font: normal 26px/110% "Dawning of a New Day", cursive;
	line-height: 5em;;
	margin: 0;
	padding: 0;
}
.home-highlights .icon {
	padding: 5px 0 0 5px;
	float: left;
	position: relative;
}
.home-highlights .icon img{
	margin: 0 15px 0 0;
}
.home-highlights .icon .zoom {
	position: absolute;
	top: 0;
	left: 0;
	width: 27px;
	height: 27px;
	display: block;
	background: url(images/zoom-icon.png) no-repeat;
}
.home-highlights .home-highlights-content {
	overflow: hidden;
	margin-bottom: 20px;
}

/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 40px;
}


/* post content */
.post-content {
	min-width: 120px;
}
.post-content p {
	text-align: justify;
}

.list-post .post-content {
	overflow: hidden;
}

/* post-title */
.post-title {
	font: normal 36px/110% "Dawning of a New Day", cursive;
	line-height: 1.5em;
	letter-spacing: normal;
	margin: 0 0 2px 10px;
	padding: 0;
}
.list-post .post-title {
	margin-bottom: 8px;
}
.post-title a {
	color: #0f94b2;
	text-decoration: none;
}
.post-title a:hover {
	color: #02e6fe;
	text-decoration: none;
}

/* post meta */
.post-meta, .post-meta a {
	font-size: 90%;
	line-height: 140%;
	margin: 0 0 10px;
	color: #acacac;
}
.list-post .post-meta {
	border-top: solid 1px #ddd;
	padding: 8px 0 10px;
	margin: 0;
	font-size: 100%;
}
.post-meta em {
	font-style: italic;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

/* post date */
.post-date {
	display: block;
	font-weight: bold;
	line-height: 1.2em;
}
.list-post .post-date {
	display: inline;
}

/* post image */
.post-image {
	margin: 0 0 7px;
}
.list-post .post-image {
	margin: 0 0 10px;
}
.post-image.right {
	margin-left: 20px;
}
.post-image.left {
	margin-right: 20px;
}

/* more button */
.more-link {
	font: 12px/100% Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #555;
	background: #eee;
	padding: 3px 12px;
	margin: 0 3px;
	display: inline-block;
	zoom:1;
	*display:inline;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#c1c1c1));
	background: -moz-linear-gradient(top,  #efefef,  #c1c1c1);
	background: linear-gradient(-90deg, #efefef, #c1c1c1);
}
.more-link:hover {
	text-decoration: none;
	color: #000;
}

/* query post content wrapper */
.query-post-content {
	margin-bottom: 30px;
}

/* grid4 */
.grid4 .post {
	width: 222px;
	float: left;
	margin-left: 30px;
	margin-bottom: 20px;
	font-size: 95%;
	line-height: 130%;
}
.sidebar1 .grid4 .post {
	width: 23%;
	margin-left: 2.5%;
}
.grid4 .post-title {
	font-size: 16px;
	line-height: 140%;
	margin: 8px 0 2px;
	padding: 0;
}
/* grid3 */
.grid3 .post {
	width: 306px;
	float: left;
	margin-left: 30px;
	font-size: 100%;
	margin-bottom: 30px;
}
.sidebar1 .grid3 .post {
	width: 30%;
	margin-left: 3.5%;
}
.grid3 .post-title {
	font-size: 18px;
	line-height: 140%;
	margin: 8px 0 0;
	padding: 0;
}
/* grid2 post */
.grid2 .post {
	width: 474px;
	margin-left: 30px;
	float: left;
	line-height: 140%;
}
.sidebar1 .grid2 .post {
	width: 48%;
	margin-left: 3.75%;
}
.grid2 .post-title {
	margin: 0 0 5px;
	font-size: 22px;
}

/* large image grid post */
.list-large-image .post {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ddd;
}
.list-large-image .post-image {
	float: left;
	margin: 0 20px 10px 0;
}
.list-large-image .post-title {
	font-size: 28px;
	line-height: 110%;
	margin: 0 0 3px;
	padding: 0;
}
.list-large-image .post-content {
	overflow: hidden;
}

/* list-thumb-image */
.list-thumb-image .post {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ddd;
}
.list-thumb-image .post-image {
	float: left;
	margin: 0 20px 10px 0;
}
.list-thumb-image .post-content {
	overflow: hidden;
}
.list-thumb-image .post-date {
	display: inline;
}

/* grid2-thumb post */
.grid2-thumb .post {
	width: 48%;
	margin-left: 4%;
	float: left;
	line-height: 140%;
}
.grid2-thumb .post-title {
	font-size: 22px;
}
.grid2-thumb .post-image {
	float: left;
	margin: 5px 16px 10px 0;
}
.grid2-thumb .post-image.left img {
	margin-right: 0;
}
.grid2-thumb .post-content {
	overflow: hidden;
}

/************************************************************************************
PAGE TITLE
*************************************************************************************/
.page-title {
	font: normal 36px/110% "Dawning of a New Day", cursive;
	color: #0f94b2;
	line-height: 1.5em;
	letter-spacing: normal;
	margin: 0 0 10px;
	padding: 0;
}

/************************************************************************************
NEXT PREV POST NAVIGATION
*************************************************************************************/
.post-nav {
	border-top: solid 1px #acacac;
	font: normal 24px/110% "Dawning of a New Day", cursive;
	margin: 40px 0 0;
	clear: both;
}
.post-nav span em {
	text-transform: uppercase;
	font: normal 10px/100% Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom: 5px;
	letter-spacing: 1px;
	color: #666;
}
.post-nav a {
	text-decoration: none;
	margin: 15px 0 10px;
	display: block;
	width: 47%;
}
.post-nav a:hover {
	color: #02e6fe;
	text-decoration: none;
}
.post-nav .prev a {
	float: left;
}
.post-nav .next a {
	float: right;
	text-align: right;
}

/************************************************************************************
PAGE NAGIVATION
*************************************************************************************/
.pagenav {
	clear: both;
	margin: 10px 0 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	background: #acacac;
	color: #fff;
	text-decoration: none;
	padding: 2px 8px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a:hover {
	text-decoration: none;
	background: #0f94b2;
}
.pagenav .current {
	background: #fff;
	color: #646464;
	border: solid 1px #646464;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	padding: 40px 0 0;
	position: relative;
	clear: both;
}
/* comment title */
.comment-title, #reply-title {
	font: bold 19px/100% Arial, Helvetica, sans-serif;
	margin: 0 0 18px;
	padding: 0;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	margin-top: 160px;
	width: 222px;
	float: right;
}
.widget {
	margin: 0 0 30px;
	background: url(images/alpha40white.png);
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.widgettitle {
	font: normal 18px/150% "Dawning of a New Day", Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	padding: 0;
}
.widgettitle a {
}
.widget ul {
	margin: 10px 0 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	clear: both;
	border-top: none;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}

/* feature posts widget */
.widget .feature-posts-list .post-img {
	margin: 4px 14px 10px 0;
	float: left;
}
.widget .feature-posts-list small {
	font: italic 100% "Times New Roman", Times, serif;
	color: #999;
}
.widget .feature-posts-list .feature-posts-title {
	margin: 3px 0 2px;
	font-weight: bold;
}
#footer .feature-posts-title {
	font-weight: normal;
}
.widget .feature-posts-list .post-excerpt {
	margin: 4px 0 0;
	display: block;
}
.widget .feature-posts-list li {
	padding: 8px 0;
}
.col .feature-posts-list .feature-posts-title {
	font: bold 14px/130% Arial, Helvetica, sans-serif;
}
.col .feature-posts-list .post-excerpt {
	overflow: hidden;
}

/* twitter widget */
.widget .twitter-list .twitter-timestamp {
	font: italic 100% "Times New Roman", Times, serif;
	margin-left: 5px;
}
.widget .twitter-list li {
	padding: 8px 0;
}
.widget .follow-user {
	margin: 0;
	padding: 5px 0;
}

/* links widget */
.widget .links-list img {
	vertical-align: middle;
}

/* links widget */
.widget .links-list img {
	vertical-align: middle;
}
/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 10px;
	float: left;
}
/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 62px;
	height: 62px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}


/************************************************************************************
FOOTER
*************************************************************************************/
#footerwrap {
	clear: both;
	background: none;
	padding: 10px 0 20px;
}
#footer {
	color: #9ca8b3;
}
#footer .widgettitle {
	color: #646464;
}
#footer a {
	color: #0f94b2;
	text-decoration: none;
}
#footer a:hover {
	color: #02e6fe;
	text-decoration: none;
}
#footer .widget li {
	border-color: #394865;
}
.footer-text {
	font-size: 85%;
	clear: both;
	padding: 15px 0;
}


/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
}
.wp-caption-text {
	font: normal 95%/120% "Coming Soon", Verdana, sans-serif;
	margin: 6px 0;
}



/*** Added ***/

iframe {
	border: none;
}