/* 
	Theme Name: Media
	Theme URL: http://www.organizedthemes.com/themes/visual
	Description: A theme with media customizations for your website
	Author: Organized Themes
	Author URI: http://www.organizedthemes.com
	Version: 1.1
	Tags: image slideshow, homepage video, clean, customizeable
	
*/

/* 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 Text */

/* Type */

@font-face {
	font-family: 'Miso Light';
	src: url('miso-light.eot');
	src: url('miso-light.otf') format('opentype');
}

@font-face {
	font-family: 'Miso Regular';
	src: url('miso.eot');
	src: url('miso.otf') format('opentype');
}

@font-face {
	font-family: 'Miso Bold';
	src: url('miso-bold.eot');
	src: url('miso-bold.otf') format('opentype');
}

h1,h2,h3,h4,h5,h6 { 
	font-weight: normal; 
	color: #111;
	font-family: "Miso Bold", "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 { 
	font-size: 36px; 
	line-height: 1; 
	margin-bottom: 8px; 
}

h2 { 
	font-size: 24px; 
	margin-bottom: 12px; 
}

h3 { 
	font-size: 20px; 
	line-height: 1; 
	margin-bottom: 12px; 
}

h4 { 
	font-size: 18px; 
	line-height: 1.25; 
	margin-bottom: 20px; 
}

h5 { 
	font-size: 16px; 
	font-weight: bold; 
	margin-bottom: 24px; 
}

h6 { 
	font-size: 16px; 
	font-weight: bold; 
}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { 
	margin: 0;
}

/* Text Elements */

p { 
	margin: 0 0 24px;
	font: 16px "Miso Regular", "Lucida Grande", Lucida, Verdana, sans-serif;
}

p img.left  { 
	float: left; 
	margin: 24px 24px 24px 0; 
	padding: 0; 
}

p img.right { 
	float: right; 
	margin: 24px 0 24px 24px; 
}

blockquote { 
	margin: 24px; 
	color: #000; 
	font-style: italic;
	border-left: 4px solid #908e90;
	background-color: #e6e6e6;
	padding: 2px 3px 0 9px;
}

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;
}

/* Lists */

li ul, li ol {
	margin: 0 24px;
}

ul, ol {
	margin: 0 24px 24px;
}

ul{
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

/* @end */

/* @group Global */

body {
	margin: 0 auto;
	font: 16px "Miso Regular", "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #bdbcba url(images/background.jpg) repeat-x fixed center top;
}

a, a:visited {
	color: #00b0be;
	text-decoration: none;
}

a:hover {
	color: #747474;
	text-decoration: none;
}

img {
	border-style: none;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* @end */

/* @group Header */

#header {
	height: 160px;
}

#text-logo {
	float: left;
	margin-top: 15px;
	margin-bottom: 35px;
	height: 61px;
}

#description {
	float: right;
	margin-top: 59px;
}

#navigation {
	background: url(images/navigation-background.jpg) repeat-x;
	height: 33px;
	position: relative;
	z-index: 25;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu {
	line-height:	1.0;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em;
	z-index: 		25;
}

.sf-menu ul li {
	width:			100%;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float:			left;
	position:		relative;
	z-index: 		25;
}

.sf-menu a {
	display:		block;
	position:		relative;
	z-index: 		25;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
}

.sf-menu {
	float:			left;
	margin-bottom:	1em;
	position: 		absolute;
}

.sf-menu a, .sf-menu a:visited {
	color: #000;
	display: block;
    margin: 0 5px 0 0;
	font-size: 16px;
	padding: 8px 12px 9px;
	font-weight: bold;
	position: relative;
	z-index: 25;
}

.sf-menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-weight: bold;
}

.sf-menu a:hover {
	font-weight: bold;
	background-color: #a3a3a3;
	background-image: url(images/navigation-repeat.png);
	position: relative;
	z-index: 25;
	padding: 8px 12px 9px;
}

.current_page_item a, .current_page_item a:visited {
	color: #fff;
	font-weight: bold;
	background-color: #a3a3a3;
	background-image: url(images/navigation-repeat.png);
	position: relative;
}

.current_page_item ul li.page_item a, .current_page_item ul li.page_item a:visited, .current_page_item ul li.page_item a .nav-right, .current_page_item ul li.page_item a .nav-left {
	background-image: none;
	background-color: #a3a3a3;
	color: #000;
}

.current_page_item ul li.page_item a:hover, .current_page_item ul li.page_item a:hover .nav-right, .current_page_item ul li.page_item a:hover .nav-left {
	background-image: none;
	background-color: #000;
	color: #fff;
}

.current_page_item .nav-right {
	position: absolute;
	display: block;
	right: 0;
	bottom: 1px;
	height: 33px;
	width: 3px;
	background: url(images/navigation-hover-right.png) no-repeat right;
}

.current_page_item .nav-left {
	position: absolute;
	display: block;
	width: 4px;
	height: 33px;
	left: 0;
	bottom: 1px;
	margin-right: -4px;
	background: url(images/navigation-hover-left.png) no-repeat;
}

.sf-menu a:hover .nav-right {
	position: absolute;
	display: block;
	right: 0;
	bottom: 1px;
	height: 33px;
	width: 3px;
	background: url(images/navigation-hover-right.png) no-repeat right;
}

.sf-menu a:hover .nav-left {
	position: absolute;
	display: block;
	width: 4px;
	height: 33px;
	left: 0;
	bottom: 1px;
	margin-right: -4px;
	background: url(images/navigation-hover-left.png) no-repeat;
}


.current_page_ancestor a {
	color: #fff;
	font-weight: bold;
	background-image: none;
}

.current_page_parent a {
	font-weight: bold;
	background-image: none;
}

.sf-menu li ul {
	width: 180px;
	border: 3px solid #333;
	background-color: #a3a3a3;
	margin-top: -9px;
	position: absolute;
	z-index: 25;
}

.sf-menu li li {
	float: left;
	padding: 0px;
	z-index: 25;
}

.sf-menu li li a, .sf-menu li li a:visited {
	color: #fff;
	width: 160px;
	float: none;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	z-index: 25;
}

.sf-menu li li a:hover {
	color: #fff;
	padding: 10px;
	background: #000;
	font-weight: bold;
	z-index: 25;
}

.sf-menu li li li {
	color: #fff;
	z-index: 2;
}

/* @end */

/* @group Home */

#home {
	
}

#frontimage {
	float: left;
	display: inline;
	background: url(images/front-image-background.png) no-repeat center bottom;
	padding-bottom: 60px;
	position: absolute;
	z-index: 0;
}

#frontimage img, #frontimage object, #frontimage embed {
	z-index: 0;
	position: absolute;
}

#home-right {
	display: inline;
	float: right;
	width: 174px;
	height: 495px;
}

.button {
	height: 117px;
	margin-bottom: 26px;
	background-color: #a3a3a3;
	background-image: url(images/big-button.png);
	padding: 5px 10px;
}

.button h2 {
	text-align: center;
	font-size: 44px;
	text-align: center;
	margin-top: 7px;
}

.button h2 a, .button h2 a:visited {
	color: #fff;
}

.button h2 a:hover {
	color: #000;
}

/* @end */

/* @group Media Archive */

#media-archive {
	width: 570px;
	float: left;
}

.media-item {
	display: inline;
	width: 240px;
	float: left;
	height: 290px;
	margin-bottom: 21px;	
	background: url(images/media-background.png) repeat;
	margin-left: 30px;
	position: relative;
}

.media-item img {
	background: url(images/img-background.png) right bottom;
	padding-right: 16px;
	padding-bottom: 16px;
	margin-top: 10px;
	margin-left: 10px;
}

.media-item h4 {
	font-size: 16px;
	padding: 0 10px;
	margin-bottom: 0;
}

.media-meta {
	font-size: 12px;
	color: #fff;
	padding: 10px;
	position: absolute;
	bottom: 0;
}

.media-meta p {
	font-size: 12px;
	margin-bottom: 0;
	color: #ccc;
}

.media-item a, .media-meta a:visited {
	color: #ccc;
}

.media-item a:hover {
	background: #fff;
	color: #999;
}

.time {
	background: url(images/time.png) no-repeat left center;
	padding-left: 30px;
	margin-bottom: 4px;
}

.comment {
	background: url(images/comment.png) no-repeat left center;
	padding-left: 30px;
}

/* @end */

/* @group Page */

#page-full {
	background: url(images/media-background.png) repeat;
	padding: 20px;
	color: #fff;
}

#page-left {
	width: 500px;
	float: left;
	background: url(images/media-background.png) repeat;
	padding: 20px;
	color: #fff;
}

#page-left p, #page-left li, #page-full p, #page-full li {
	color: #fff;
}

#page-left blockquote p, #page-full blockquote p {
	color: #000;
	
}

#page-left h1, #page-left h2, #page-left h3, #page-left h4, #page-full h1, #page-full h2, #page-full h3, #page-full h4 {
	color: #ccc;
	font-weight: bold;
}

#page-left .current_page_item a {
	background-image: none;
	background-color: transparent;
}

/* Sidebar & Widgets */

#page-right {
	width: 280px;
	float: right;
	list-style: none;
}

.widgettitle {
	background: url(images/navigation-background.jpg) repeat-x;
	padding-left: 6px;
}

.widget {
	background-color: #e1e1e1;
	background-image: url(images/media-background.png);
	padding-bottom: 10px;
}

#page-right .widget {
	margin-bottom: 20px;
	color: #fff;
}

#page-right .textwidget  {
	padding: 5px;
}

#page-right #searchform {
	padding: 5px;
}

.rsswidget img {
	display: none;
}

img.sidebar_ad {
	margin-left: 10px;
	margin-bottom: 10px;
}

img.sidebar_ad a:hover {
	background: none;
	border: none;
}

.widget li {
	list-style-image: url(images/check.png);
	list-style-position: outside;
	color: #ccc;
	padding-bottom: 8px;
}

#page-right ul {
	margin-left: 30px;
}

#page-right a, #page-right a:visited {
	color: #ccc;
}
 #page-right a:hover {
	background-color: #ccc;
	color: #000;
}

/* @end */

/* @group Archive List / Blog */

.right .time p {
	margin: 0px;
}

.right .comment {
	margin-bottom: 3px;
}

.author {
	background: url(images/pencil.png) no-repeat -2px center;
	padding-left: 30px;
}

.list-info-bar {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.list-info-bar p {
	font-size: 12px;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* @end */

/* @group Footer */

#footer {
	margin-top: 30px;
}

#footer p {
	color: #fff;
	font-size: 12px;
}

#footer a, #footer a:visited {
	color: #fff;
}

#footer-left {
	float: left;
	width: 400px;
	text-align: left;
}

#footer-right {
	float: right;
	width: 400px;
	text-align: right;
}

/* @end */

/* @group Slider */

.coda-slider-wrapper { 
	padding: 20px 0;
}

.coda-slider { 
}
	
.coda-slider-no-js .coda-slider { 
	height: 200px; 
	overflow: auto !important; 
	padding-right: 20px;
}
	
.coda-slider, .coda-slider .panel { 
	width: 633px;
	padding-bottom: 5px;
} 
	
.coda-slider-wrapper.arrows .coda-slider {
	margin: 0 10px 
}

.coda-nav ul li.tab1 a, .coda-nav ul li.tab2 a, .coda-nav ul li.tab3 a, .coda-nav ul li.tab4 a {
	color: #000;
	background-color: #a7a9a8;
	height: 29px;
	text-align: right;
	padding-right: 12px;
	padding-top: 17px;
	padding-bottom: 11px;
	margin-right: 0;
	list-style: none;
	font-size: 20px;
}

.coda-nav ul li a.current { 
	background: #e1e3e2;
	color: #140a08;
}

.coda-nav ul li a:hover { 
	background: #e1e3e2;
	color: #a7a9a8;
}

.coda-nav ul li.tab1, .coda-nav ul li.tab2, .coda-nav ul li.tab3 {
	border-bottom: 1px solid #e1e3e2;
}

.coda-nav ul li.tab1, .coda-nav ul li.tab2, .coda-nav ul li.tab3, .coda-nav ul li.tab4 {
	list-style: none;
}

#coda-nav-1 {
	float: left;
	width: 193px;
	background-color: #a7a9a8;
}
.coda-slider .panel-wrapper { 
	padding: 20px;
	background-color: #e1e3e2;
	float: right;
	min-height: 300px;
}
.coda-slider p.loading { 
	padding: 20px; 
	text-align: center; 
}
.coda-nav ul {
	display: block; 
	margin: auto; 
	overflow: hidden; 
}

.coda-nav ul li a {
	background: #000; 
	color: #fff; 
	display: block; 
	margin-right: 1px; 
	padding: 3px 6px; 
	text-decoration: none; 
}
	
.coda-slider-wrapper { 
	clear: both; 
	overflow: auto;
	background-color: #a7a9a8;
	padding: 11px;
}

.coda-slider { 
	overflow: hidden; 
	position: relative;
	float: left;
}

.coda-slider .panel { 
	display: block; 
	float: left; 
}

.coda-slider .panel-container { 
	position: relative; 
}

.coda-nav-left, .coda-nav-right { 
	float: left; 
}

.coda-nav-left a, .coda-nav-right a { 
	display: block; 
	text-align: center; 
	text-decoration: none; 
}

.panel-wrapper .widget {
	background: #fff;
	color: #000;
	padding: 10px;
	width: 573px;
}

.panel-wrapper .widgettitle {
	background: #fff;
	color: #000;
	list-style: none;
}

.panel-wrapper li {
	list-style: none;
	color: #000;
}


/* @end */

/* @group Comments */

/* Comments */

#comments {
	width: 596px;
	color: #4A4A4A;
	margin: 0 0 20px 0;
	float: left;;
}

* + html #comments {
	margin: 0 0 -10px 0;
}

#comments h3 {
	font-size: 16px;
	font-weight: normal;
	color: #181512;
	margin: 5px 0 0 0;
	padding: 0;
}

#comments p {
	margin: 5px 0 5px 0;
}

.comment-author {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.comment-meta {
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.avatar {
	float: right;
	display: inline;
	margin: 0 0 15px 15px;
}

#comment {
	width: 510px;
	font: 12px arial,helvetica,verdana,sans-serif;
}

h2.commh2 {
	font-size: 1.4em !important;
	padding: 0 0 5px;
	color: #333 !important;
}

ol.commentlist {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

ol.commentlist p {
	margin-bottom: 10px;
	color: #000;
}

#page-left ol.commentlist p {
	color: #39393a;
}

ol.commentlist a:link, ol.commentlist a:visited {
	color: #4A4A4A;
}

ol.commentlist a:hover {
	color: #4A4A4A;
	text-decoration: underline;
}

ol.commentlist cite {
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

ol.commentlist li.alt {
	padding: 8px 8px 0 8px;
	margin: 20px 0 0 0;
	background: #ECECEC;
	color: #4A4A4A;
	width: 480px;
	float: left;
}

ol.commentlist li {
	padding: 8px 8px 0 8px;
	margin: 20px 0 0 0;
	background: #ECECEC;
	color: #4A4A4A;
	width: 480px;
	float: left;
}

ol.commentlist li div.reply {
	color: #000000;
	font-size: 11px;
	padding: 5px 10px;
	text-align: center;
	width: 36px;
	background: #C4C4C4;
	margin: 10px 0 10px 0;
	cursor: pointer;
	height: 15px;
}


ol.commentlist li div.reply:hover {
	background: #8F8F8F;
}

ol.commentlist li div.reply a {
	color: #000000;
	text-decoration: none;
}

ol.commentlist li ul.children { 
	list-style: none; 
	margin: 0;
	padding: 0;
	text-indent: 0; 
}

ol.commentlist li ul.children li {
	background: none;
	margin: 10px 0 0 0;
	padding: 10px 0 0px 0;
	border-top: 1px solid #C4C4C4;
	width: 480px;
	float: left;
}

ol.commentlist li ul.children li.alt {
	background: none;
	margin: 10px 0 0 0;
	padding: 10px 0 0px 0;
	border-top: 1px solid #C4C4C4;
	width: 480px;
	float: left;
}

ol.commentlist li ul.children li.depth-2 { margin:0; }
ol.commentlist li ul.children li.depth-3 { margin:0; }
ol.commentlist li ul.children li.depth-4 { margin:0; }
ol.commentlist li ul.children li.depth-5 { margin:0; }

input#submit {
	cursor: pointer;
	border: none;
	width: 120px;
	height: 30px;
	padding: 0;
	margin: 0 0 -20px 0;
}

* + html input#submit {
	margin: 0 0 10px 0;
}

input#submit:hover {
}

#comment {
	width: 480px;
	height: 290px;
	padding: 5px;
	background-color: #f2f2f2;
	border: 1px solid #dcdcdc;
}

#author {
	border: none;
	width: 154px;
	height: 20px;
	padding: 5px 125px 5px 5px;
	background-color: #f2f2f2;
	border: 1px solid #dcdcdc;
}

#email {
	border: none;
	width: 154px;
	height: 20px;
	padding: 5px 125px 5px 5px;
	background-color: #f2f2f2;
	border: 1px solid #dcdcdc;
}

#url {
	width: 154px;
	height: 20px;
	padding: 5px 125px 5px 5px;
	background-color: #f2f2f2;
	border: 1px solid #dcdcdc;
}

#respond {
	padding: 0 15px 10px 0;
}

.fieldset {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fieldset li {
	margin: 0 0 10px 0;
	padding: 0;
}

/* @end */

/* @group Misc. */

/* Page Navigation */

.wp-pagenavi {
	border-top: 1px groove #ccc;
	border-bottom: 1px groove #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#page .wp-pagenavi {
	background-color: #dcdcdc;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	padding: 2px 5px; 
	margin: 2px;
	text-decoration: none;
	color: #4a4a4a;	
}

.wp-pagenavi a:hover {
	padding: 2px 4px; 	
	border: 1px solid #000;
	color: #000000;
	background-color: #FFFFFF;
}

.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #4a4a4a;
	color: #4a4a4a;
	background-color: #FFFFFF;	
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 11px 2px 2px;
	color: #000000;
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

/* WordPress Essentials */

.wp-caption img {
	padding:5px;
	background-color:#fff;
	width: auto;
}

.wp-caption-text {
	background-color:#fff;
	color:#000;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	font-style: italic;
}

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;
	border-bottom: 1px solid #b9bbb8;
	border-right: 1px solid #b9bbb8;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
	background: none;
}

#page-left .wp-caption p.wp-caption-text, #page-full .wp-caption p.wp-caption-text {
	color: #000;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 165px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

#wp-calendar td {
	padding: 4px 2px 4px 0;
	text-align: center;
}

/* @end */


