/*  
Theme Name: Ventana
Theme URI: http://www.organizedthemes.com/ventana
Description: An easy to use CMS site for WordPress with expanded blogging features when you need them
Version: 1.1.1
Author: Organized Themes
Author URI: http://www.organizedthemes.com
Tags: modern, clean, cms, custom widgets, control panel
*/

/* Licensed under GNU General Public License.  Learn more at www.opensource.org */

/* @group Reset */

/* Eric Meyer's Reset Reloaded */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,b, u, i, center,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-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}:focus {outline: 0;}ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse;border-spacing: 0;}
/* @end */

/* @group Type */

/* Define Fonts */

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

body, p, li, ol, ul, span, div, label, legend, form, fieldset, input {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif; line-height: 1.2; 
}

h1 { font-size: 36px; line-height: 1; margin-bottom: 8px; }
h2 { font-size: 24px; line-height: 1; margin-bottom: 12px; }
h3 { font-size: 20px; line-height: 1; margin-bottom: 12px; }
h4 { font-size: 18px; line-height: 1; margin-bottom: 20px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0;}

p  			{ margin: 0 0 24px;	font-size: 14px; padding-bottom: 5px; }
p img.left  { float: left; margin: 24px 24px 24px 0; padding: 0; }
p img.right { float: right; margin: 24px 0 24px 24px; }

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 24px; font-style: italic; }
del         { color:#666; }

li ul, 
li ol       { margin: 0 24px; }
ul, ol      { margin: 0 24px 24px; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 24px; }
dl dt       { font-weight: bold; }
dd          { margin-left: 24px;}

blockquote p {
	margin: 0 0 20px;
	padding: 20px;
	background: #f2f2f2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	-webkit-box-shadow: 0px 1px 2px #999;
	-moz-box-shadow: 0px 1px 2px #999;
	box-shadow: 0px 1px 2px #999;
}

/* @end */

/* @group Global */

body 			{ background: #555658 url(images/background.jpg) center top; }
a, a:visited 	{ color: #2b76ba; text-decoration: none;  }
a:hover 		{ color: #111; -webkit-transition: color .2s;  -moz-transition: color .2s; -o-transition: color .2s; }

.left 			{ float: left; }
.right 			{ float: right; }
.clear 			{ clear: both; }

.clearfix:after { content: "."; display: block; clear: both; margin: 0; padding: 0; height: 0; visibility: hidden; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clearfix { height: 1%; }

.fade:hover {
	opacity: .7; 	
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-o-transition: all .7s;
}

.shadow { 
	-webkit-box-shadow: 0px 1px 2px #555;
	-moz-box-shadow: 0px 1px 2px #555;
	box-shadow: 0px 1px 2px #555;
}

.shadow-bold {
	-webkit-box-shadow: 0px 1px 10px #000;
	-moz-box-shadow: 0px 1px 10px #000;
	box-shadow: 0px 1px 10px #000;	
}

.button {
	border: none;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 2px #777;
	-moz-box-shadow: 0px 1px 2px #777;
	box-shadow: 0px 1px 2px #777;
}

#wrap { 
	width: 940px;
	margin: 0 auto;
	position: relative;
}

/* @end */

/* @group Header */

#header {
	background: url(images/header.jpg) no-repeat center top;
	height: 139px;
	position: relative;
	z-index: 10;
}

#logo {
	position: absolute;
	top: 4px;
	left: 325px;
	z-index: 20;
	height: 108px
}

#text-logo {
	position: absolute;
	top: 22px;
	left: 290px;
	z-index: 20;
	height: 108px
}

#text-logo h1 a, #text-logo h1 a:visited, #text-logo p a, #text-logo p a:visited {
	color: #fff;
	font-size: 50px;
	text-shadow: #000 0 1px 3px;
}

/* @group Superfish Drop Downs--do not edit */

.menu, .menu * 			{ margin: 0; padding: 0; list-style: none; }
.menu 					{ line-height:	1.0; }
.menu ul 				{ position: absolute; top: -999em; width: 10em; }
.menu ul li 			{ width: 100%; }
.menu li:hover 			{ visibility: inherit;  }
.menu li 				{ float: left; position: relative; }
.menu a 				{ display: block; position: relative; }
.menu li:hover ul,
.menu li.sfHover ul 	{ top: 2.5em; z-index: 99; }
ul.menu li:hover li ul,
ul.menu li.sfHover li ul{ top: -999em;}
.menu li:hover ul,
.menu li.sfHover ul 	{ left: 0; top: 28px; z-index: 99; }
.menu a.sf-with-ul 		{ padding-right: 2.25em; min-width: 1px; }

/* @end */

ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	width: 160px;
	left:  160px; /* match ul width */
	top: -10px;
}

ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left:	160px; /* match ul width */
	top:	0;
}

#navigation {
	position: absolute;
	z-index: 11;
	width: 100%;
	top: 110px;
	background-color: #3e3d3c;
	height: 28px;
}

#navigation ul {
	list-style: none;
	margin: 0;
}

#navigation li {
	float: left;
	padding: 5px 10px;
}

.menu a, .menu a:visited {
	color: #fff;
	display: block;
	font-weight: bold;
}

#navigation a:hover, .current-menu-item a {
	color: #c2c2c2;
}

ul.sub-menu li.current-menu-item {
	background-image: none;
	border: none;
}

ul.sub-menu li a:hover, ul.sub-menu li.current-menu-item a, ul.sub-menu li.current-menu-item a:visited {
	color: #ccc !important;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.current-menu-item .sub-menu li a, .current-category-ancestor .sub-menu li a {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.menu li ul {
	width: 160px;
	margin-left: 8px;
	margin-top: 0px;
	padding: 10px;
	background-color: rgba(20,20,20,0.9);
	-webkit-box-shadow: 0px 4px 15px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 4px 15px rgba(0,0,0,0.8);
	box-shadow: 0px 4px 15px rgba(0,0,0,0.8);
}

.menu li li a, .menu li li a:visited {
	color: #fff;
	width: 140px;
	float: none;
	margin-left: 0;
	margin-right: 0;
	padding: 8px 9px 7px;
}

.menu li li a:hover {
	color: #a0a0a0;
	background: transparent;
	background-image: none;
	border: none;
	padding: 8px 9px 7px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.menu li ul li ul {
	width: 140px;
	margin-top: 20px;
	margin-left: -30px;
}

.menu li li li {
	color: #fff;
}

/* @end */

/* @group Home */

#home {
	position: relative;
	z-index: 1;
	background-color: #fff;
}

#home-media {
	float: left;
	display: inline;
	width: 691px;
	height: 459px;
	margin-top: 13px;
	margin-left: 10px;
}

#home-sidebar {
	float: right;
	display: inline;
	width: 215px;
	height: 465px;
	padding: 13px 7px 7px;
	overflow: hidden;
	background-color: #dfdfdf;
}

#home-sidebar .widget {
	margin-bottom: 10px;
}

/* @group Slider */

.nivoSlider {
	position:relative;
}

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.nivo-caption {
	visibility: hidden;
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; 
	width:100%;
	z-index:89;
}

.nivo-caption p {
	padding:5px;
	margin:0;
}

.nivo-caption a {
	display:inline !important;
}

.nivo-html-caption {
    display:none;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}

.nivo-prevNav {
	left:0px;
}

.nivo-nextNav {
	right:0px;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}

.nivo-controlNav a.active {
	font-weight:bold;
}

#slider {
	position:relative;
	z-index: 1;
	background:#ccc url(images/loader-small-snake.gif) no-repeat 50% 50%;
	width: 691px;
	height: 459px;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	border:0;
}

.nivo-controlNav {
	position:absolute;
	right: 5px;
	bottom: 0px;
	z-index: 100;
}

.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background: url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	position:relative;
	z-index:99;
	cursor:pointer;
}

.nivo-controlNav a.active {
	background-position:-10px 0;
	font-weight:bold;
}

/* @end */

#home-bottom {
	width: 960px;
	margin: 25px auto 0;
}

#home-bottom .widget {
	float: left;
	display: inline;
	width: 290px;
	height: 232px;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #fff;
}

/* @end */

/* @group Page Styles */

#page {
	background-color: #fff;
}

.page-left {
	float: left;
	display: inline;
}

.page-right {
	float: right;
	display: inline;
}

#content {
	width: 665px;
	padding: 20px;
}

#sidebar {
	width: 215px;
	padding: 20px 7px 7px;
	overflow: hidden;
	background-color: #dfdfdf;
	font-size: 14px;
}

#page-full {
	width: 900px;
	padding: 20px;
}

.post-heading {
	position: relative;
	margin-bottom: 15px;
}

.post-heading h2 {
	margin-top: 7px;
	margin-bottom: 7px;
}

.post-heading p {
	font-size: 12px;
}

span.date {
	padding-left: 16px;
	padding-top: 0;
	margin-right: 9px;
	background: url(images/clock.png) no-repeat left 1px;
}

span.category {
	padding-left: 14px;
	padding-top: 0;
	margin-right: 9px;
	background: url(images/light.png) no-repeat left center;
}

span.tags {
	padding-left: 14px;
	padding-top: 0;
	background: url(images/tags.png) no-repeat left center;
}

.like-bar {
	position: relative;
	margin-top: 2px;
}

.fb-like {
	position: relative;
	top: -3px;
}

/* @end */

/* @group Widgets */

h4.widget-title {
	font-size: 22px;
	border-bottom: 1px solid #989898;
	padding-bottom: 3px;
	margin-bottom: 16px;
}

#sidebar .widget {
	margin-bottom: 20px;
	color: #545454;
}

#sidebar .widget_ot_video object, #sidebar .widget_ot_video embed  {
	width: 215px;
	height: 131px;
	position: relative;
	z-index: 1;
}

#sidebar .widget_ot_video {
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0px 1px 2px #555;
	-moz-box-shadow: 0px 1px 2px #555;
	box-shadow: 0px 1px 2px #555;
}

#home-bottom .widget_ot_video object, #home-bottom .widget_ot_video embed {
	width: 290px;
	height: 232px;
	position: relative;
	z-index: 1;
}

.ot-facebook{
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 2px #9a9a9b;
	-moz-box-shadow: 0px 1px 2px #9a9a9b;
	box-shadow: 0px 1px 2px #9a9a9b;
}

.featured-post {
	position: relative;
	z-index: 1;
}

.featured-title {
	position: absolute;
	top: 170px;
	padding: 10px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
}

.featured-title h4 {
	margin-bottom: 0;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	font-size: 16px;
}

.featured-title a, .featured-title a:visited {
	color: #fff;
}

#sidebar .widget_otfeaturedpost {
	width: 215px;
	overflow: hidden;
	-webkit-box-shadow: 0px 1px 2px #555;
	-moz-box-shadow: 0px 1px 2px #555;
	box-shadow: 0px 1px 2px #555;
}

#sidebar ul {
	margin: 0;
}

#sidebar li {
	margin-bottom: 5px;
}

/* @end */

/* @group Footer */

#footer {
	width: 940px;
	margin: 20px auto;
}

#footer p, #footer a, #footer a:visited {
	color: #fff;
}

#footer-left {
	width: 400px;
	display: inline;
	float: left;
}

#footer-right {
	width: 400px;
	display: inline;
	float: right;
	text-align: right;
}

/* @end */

/* @group Comments */

ol#commentlist {
	list-style: none;
	margin-left: 0;
}

.comment-container {
	margin-bottom: 20px;
	background-color: #f1f1f1;
}

.comment-author-bar {
	float: left;
	display: inline;
	width: 110px;
	margin-right: 20px;
	background-color: #e5e5e5;
}

.comment-author-bar .shadow {
	margin: 5px;
}

.comment-author-bar p {
	font-size: 10px;
	text-align: center;
	margin-bottom: 5px;
}

.reply {
	font-size: 12px;
	width: 50px;
	text-align: center;
	margin: 0 auto 10px;
	background-color: #fff;
	border: none;
}

.reply:hover {
	background-color: #999;
	-webkit-box-shadow: inset 0px 1px 2px #555;
	-moz-box-shadow: inset 0px 1px 2px #555;
	box-shadow: inset 0px 1px 2px #555; 
}

.depth-5 .reply {
	display: none;
/* removes reply from last depth in threaded comments.  Change 5 to match the number of threads you allow */
}

a.comment-reply-link {
	width: 50px;
	height: 20px;
	color: #000;
}

.comment-content {
	padding: 10px;
}

ol#commentlist ul.children {
	list-style: none;
	margin-left: 15px;
	margin-right: 0;
}

input#submit {
	font-size: 14px;
	padding: 5px 15px;
	text-align: center;
	margin: 0 auto 10px;
	background-color: #e5e5e5;
	border: none;
	cursor: pointer;
	-webkit-box-shadow: 0px 1px 2px #555;
	-moz-box-shadow: 0px 1px 2px #555;
	box-shadow: 0px 1px 2px #555; 
}

input#submit:hover {
	background-color: #999;
	-webkit-box-shadow: inset 0px 1px 2px #555;
	-moz-box-shadow: inset 0px 1px 2px #555;
	box-shadow: inset 0px 1px 2px #555; 
}

textarea#comment {
	width: 590px;
}

input#author, input#email, input#url, textarea#comment {
	border: none;
	background-color: #f1f1f1;
	padding: 5px; 
}

input#author:focus, input#email:focus, input#url:focus, textarea#comment:focus {
	-webkit-box-shadow: inset 0px 1px 2px #555;
	-moz-box-shadow: inset 0px 1px 2px #555;
	box-shadow: inset 0px 1px 2px #555;
}

/* @end */

/* @group WordPress Essentials */



.wp-pagenavi {
	margin: 0 auto 20px;
	width: 220px;
	position: relative;
	text-align: center;
}

.current, .page, .extend, .last, .first {
	display: none;
	visibility: hidden;
}

a.nextpostslink {
	background: url(images/arrows.png) no-repeat right -38px;
	text-indent:-9999px;
	border:0;
	position: absolute;
	height: 31px;
	width: 31px;
	right: 0;
	top: -6px;
}

a:hover.nextpostslink {
	background: url(images/arrows.png) no-repeat right -4px;
}

a.previouspostslink {
	background: url(images/arrows.png) no-repeat -3px -38px;
	text-indent:-9999px;
	border:0;
	position: absolute;
	height: 31px;
	width: 31px;
	left: 0;
	top: -6px;
}

a:hover.previouspostslink {
	background: url(images/arrows.png) no-repeat -3px -4px;
	-webkit-transition: none;
}

.gallery {
	margin-right: -15px;
}

.gallery img {
	margin-right: 15px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 1px 2px #555;
	-moz-box-shadow: 0px 1px 2px #555;
	box-shadow: 0px 1px 2px #555;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #eee;
	padding: 10px 5px 0 5px;
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 1px 2px #555;
	-moz-box-shadow: 0px 1px 2px #555;
	box-shadow: 0px 1px 2px #555;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px !important;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
	background: none;
}

/* @end */
