/*********************************************************************************************

Theme Name: Tortuga
Theme URI: http://www.recklesstortuga.com/
Version: 3.0
Author:
Author URI: 

**********************************************************************************************

0.  CSS Reset  -------------------------  All Theme Files
1.  Basic Setup  -----------------------  All Theme Files
2.  Header Styles  ---------------------  header.php
3.  Navigation and Menu Styles  --------  header.php
4.  Search Form  -----------------------  searchform.php
5.  Main Content Styles  ---------------  index.php, single.php, page.php
6.  Home Page Styles  ------------------  home.php
7.  Video Container  -------------------  home.php, single.php
8.  Multiple Post Pages  ---------------  index.php
9.  Single Post Pages  -----------------  single.php, page.php
10. Post Comment Styles  ---------------  comments.php
11. Sidebar and Widgets  ---------------  sidebar.php, cat-posts.php, related-posts.php
12. Footer Styles  ---------------------  footer.php

**********************************************************************************************/


/********************************************************************************************* 

0. CSS Reset  -------------------------  All Theme Files

*********************************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

fieldset, img {border: 0;}

address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

ol, ul {list-style: none;}
caption, th {text-align: left;}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}

q:before, q:after {content: '';}
abbr, acronym {border: 0;}


/*********************************************************************************************

1. Basic Setup  -----------------------  All Theme Files

*********************************************************************************************/
html {
background: #272727 url(images/bg.jpg) repeat fixed;
height: 100%;
overflow-y: scroll;
}

body {
/*background: transparent url(images/glow.png) top center no-repeat;*/
width: auto;
height: auto;
font-family: arial, tahoma, sans-serif;
color: #999999;
font-size: 12px;
line-height: 20px;
}

/*
html>body {
min-height: 1200px;
height: auto;
}
*/

a:link, a:visited {
color: #FFFFFF;
}

a:hover {
color: #999999;
}

h1 {font-size: 50px;}
h2 {font-size: 18px;}
h3 {font-size: 14px;}
h1, h2, h3, h4, h5, h6, strong {font-weight: bold;}

h1 {
margin: 50px 0 0 0;
}

h2 {
margin: 0 0 5px 0;
}

abbr,acronym {
border-bottom: 1px dotted;
cursor: help;
} 

em {font-style: italic;}
ol,ul {margin: 0;}
ol li {list-style: decimal outside;}
ul li {list-style: none;}

/*th,td {
border: 1px solid;
padding: 8px;
}

th {
font-weight:bold;
text-align:center;
}*/

caption {
margin-bottom: 8px;
text-align: center;
}

p,fieldset,table {margin-bottom: 15px;}
a:link, a:visited {text-decoration: none;}

:focus {
outline: 0;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}


/*********************************************************************************************

2. Header Styles  ---------------------  header.php

*********************************************************************************************/
#header {
width: 100%;
float: left;
background: #363533 url('images/header-bkg.jpg') top left repeat-x;
border-bottom: 2px solid #131213;
}

#header .ad { float: right; margin: -108px 0 0 0; }

#header-inside {
width: 1000px;
margin: 0px auto;
}

#header-left { /* For the Logo */
width: 350px;
height: 110px;
float: left;
padding: 0;
margin:20px 0 0 0;
}

#header-right {
width: 610px;
float: left;
}


/*********************************************************************************************

3. Navigation and Menu Styles  --------  header.php

*********************************************************************************************/
#navigation {
width: 100%;
float: left;
}

#navigation-inside {
width: 980px;
margin: 0px auto;
}

.sf-menu, .sf-menu * { /* SuperFish Menu Styles */
margin: 0;
padding: 0;
list-style: none;
z-index:9800;
}

.sf-menu {
/*float: right;*/
font-size: 16px;
font-weight: bold;
line-height: 1;
margin: auto;
margin-left: -25px;
z-index:9800;
}

.sf-menu a {
display: block;
position: relative;
color: #FFFFFF;
}

.sf-menu a:hover {
color: #999999;
}

.sf-menu ul li {
width: 100%;
}

.sf-menu ul {
position: absolute;
top: -15000px;
width: 160px; /* Left Offset of Sub-Menus Need to Match */
}

.sf-menu li:hover ul, 
.sf-menu li.sfHover ul {
left: -30px;
top: 22px; /* Match Top UL List Item Height */
z-index: 9800;
}

ul.sf-menu li:hover li ul, 
ul.sf-menu li.sfHover li ul {
top: -15000px;
}

ul.sf-menu li li:hover ul, 
ul.sf-menu li li.sfHover ul {
left: 280px; /* Match ul width. */
top: 0;
}

ul.sf-menu li li:hover li ul, 
ul.sf-menu li li.sfHover li ul {
top: -15000px;
}

ul.sf-menu li li li:hover ul, 
ul.sf-menu li li li.sfHover ul {
left: 160px; /* Match ul Width. */
top: 0;
}

.sf-menu li {
float: left;
margin: 0 0 0 20px;
padding: 5px 0 5px 0;
position: relative;
}

.sf-menu li:hover {
visibility: inherit; /* Fixes IE7 Sticky Bug */
}

.sf-menu li ul {
background: #EBEBEB;
font-size: 12px;
font-weight: bold;
margin: 10px 0 0 0;
padding: 20px 40px 10px 0;
/*-moz-border-radius: 6px;
-webkit-border-radius: 4px;
-webkit-box-shadow: 0px 0px 2px #000000;*/
}

.sf-menu li ul a:link, .sf-menu li ul a:visited {
color: #212121;
}

.sf-menu li ul a:hover {
color: #999999;
}

.sf-menu li li {
background: none;
padding: 0 0 10px 0;
}

.sf-menu li li:hover {
background: none;
}

.sf-menu li li ul {
background: #EBEBEB;
margin: -20px 0 0 -100px;
}

.sf-menu li li li ul {
background: #EBEBEB;
margin: -20px 0 0 -100px;
}

li.subscribe {
background: url(images/rss.png) right no-repeat;
padding-right: 35px;
}

.current_page_item {
	border-bottom: 1px solid #fff;
}
/*********************************************************************************************

4. Search Form  -----------------------  searchform.php

*********************************************************************************************/
#search {
float: right;
margin: 0;
}

input#s {
background: url(images/fields.png) top left no-repeat;
border: none;
float: left;
font-size: 14px;
width: 259px;
height: 24px;
margin: 0 10px 0 0;
padding: 7px 0 0 15px;
}

input#search-submit {
background: url(images/search.png) 0 0;
float: left;
border: none;
width: 78px;
height: 32px;
}

input#search-submit:hover {
background: url(images/search.png) 0 -32px;
}


/*********************************************************************************************

5. Main Content Styles  ---------------  index.php, single.php, page.php

*********************************************************************************************/
#content {
width: 100%;
float: left;
}

#content-inside {
width: 960px;
margin: 0px auto;
background-color: #131213;
/*background: #131213 url(images/glow.png)  center -100px no-repeat;*/
padding: 20px;
}

.divider-margin {
background: url(images/divider.png) bottom left repeat-x;
width: 980px;
height: 2px;
float: left;
margin: 30px 0 30px 0;
}

.divider-top {
background: url(images/divider.png) bottom left repeat-x;
width: 980px;
height: 2px;
float: left;
margin: 30px 0 0 0;
}

.divider {
background: url(images/divider.png) bottom left repeat-x;
width: 980px;
height: 2px;
float: left;
margin: 0;
}

.divider-bottom {
background: url(images/divider.png) bottom left repeat-x;
width: 640px;
height: 2px;
float: left;
margin: 0 0 30px 0;
}


/*********************************************************************************************

6. Home Page Styles  ------------------  home.php

*********************************************************************************************/
#channels-title {
background: url(images/divider.png) top left repeat-x;
width: 980px;
float: left;
color: #FFFFFF;
margin: 30px 0 0 0;
padding: 12px 0 10px 0;
}

#channels-title p {
float: left;
font-size: 16px;
font-weight: bold;
margin: 0;
padding: 8px 0 0 0;
}

#channels {
width: 100%;
float: left;
}

#channels-inside {
width: 980px;
margin: 0px auto;
}

#channels h3 {
background: url(images/divider-title.png) top left repeat-x;
color: #FFFFFF;
width: 980px;
height: 40px;
float: left;
font-size: 18px;
font-weight: normal;
margin: 30px 0 -10px 0;
padding: 12px 0 0 0;
text-align: center;
}

#channels h4 {
color: #FFFFFF;
position: absolute;
margin: 125px 0 0 10px;
font-size: 14px;
}

.post-image-home {
width: 200px;
height: 150px;
float: left;
margin: 30px 0 0 30px;
}

.post-frame-channel {
background: url(images/post-frame-channel.png) 0 0;
width: 200px;
height: 150px;
position: absolute;
}

.post-frame-channel:hover {
background: url(images/post-frame-channel.png) 0 -150px;
}

/*********************************************************************************************

7a. Video Container HOME  -------------------  home.php, single.php

*********************************************************************************************/


#video-home {
/*background: url(images/container-fill.png) top left repeat-y;*/
width: 980px;
padding: 0;
}

#video-home h2 {
margin: 30px 0 5px 0;
padding: 0;
}


/*********************************************************************************************

7. Video Container  -------------------  home.php, single.php

*********************************************************************************************/
#video-container {
width: 640px;
float: left;
}

#video-container-single {
/*background: url(images/divider.png) bottom left repeat-x;*/
width: 640px;
_width: 630px;
/*float: left;*/
margin: 0 0 30px 0;
padding: 0 0 30px 0;
}

#video-container-inside {
width: 640px;
_width: 630px;
margin: 0px auto;
}

#video-top {
/*background: url(images/container-top.png) top left no-repeat;
width: 660px;
height: 10px;
float: left;*/
}

#video {
background: url(images/container-fill.png) top left repeat-y;
width: 640px;
float: left;
padding: 70px 0 20px 0;
text-align: center;
}

#video-single {
/*background: url(images/container-fill.png) top left repeat-y;*/
width: 640px;
_width: 630px;
float: left;
padding: 15px 0 0px 0;
text-align: center;
}

#video h2 {
margin: 30px 0 5px 0;
padding: 0;
}

#video-bottom {
/*background: url(images/container-bottom.png) bottom left no-repeat;
width: 660px;
height: 10px;
float: left;*/
}

#post-nav {
width: 640px;
position: relative;
}

.previous-post a {
background: url(images/left.png) 0 0;
position: absolute;
width: 52px;
height: 74px;
top: 215px;
left: 60px;
z-index: 500000;
}

.previous-post a:hover {
background: url(images/left.png) 0 -74px;
}

.next-post a {
background: url(images/right.png) 0 0;
position: absolute;
width: 52px;
height: 74px;
top: 215px;
right: 60px;
z-index: 500000;
}

.next-post a:hover {
background: url(images/right.png) 0 -74px;
}


/*********************************************************************************************

8. Multiple Post Pages  ---------------  index.php

*********************************************************************************************/
#breadcrumbs {
background: url(images/divider.png) top left repeat-x;
width: 980px;
float: left;
color: #FFFFFF;
padding: 12px 0 10px 0;
}

#breadcrumbs p {
width: 550px;
float: left;
font-size: 16px;
font-weight: bold;
margin: 0;
padding: 8px 0 0 0;
}

.multiple {
background: url(images/divider.png) top left repeat-x;
width: 980px;
float: left;
margin: 0 0 30px 0;
padding: 30px 0 0 0;
}

.right-col-home {
width: 300px;
float: right;
margin: 0 20px 0 0;
padding: 0;
}

.right-col {
width: 300px;
float: right;
margin: 0;
padding: 0;
_margin-right: -10px;
}

.entry-multiple {
width: 600px;
float: left;
}

.details {
background: url(images/divider.png) top left repeat-x;
color: #FFFFFF;
width: 300px;
float: left;
margin: 15px 0 0 0;
padding: 0;
}

.details li {
background: url(images/divider.png) bottom left repeat-x;
width: 300px;
float: left;
padding: 10px 0 10px 0;
font-size:11px;
}

.date {
background: url(images/date.png) left no-repeat;
padding: 0 0 0 40px;
}

.author {
background: url(images/author.png) left no-repeat;
padding: 0 0 0 40px;
}

.comments {
background: url(images/comments.png) left no-repeat;
padding: 0 0 0 40px;
}

.category {
background: url(images/category.png) left no-repeat;
padding: 0 0 0 40px;
}

.post-image {
background: url(images/post-image.png) top left no-repeat;
width: 250px;
height: 175px;
float: left;
padding: 25px 0 0 50px;
}

.post-frame-video {
background: url(images/post-frame-video.png) 0 0;
width: 200px;
height: 150px;
position: absolute;
}

.post-frame-video:hover {
background: url(images/post-frame-video.png) 0 -150px;
}

.post-frame-post {
background: url(images/post-frame-post.png) 0 0;
width: 200px;
height: 150px;
position: absolute;
}

.post-frame-post:hover {
background: url(images/post-frame-post.png) 0 -150px;
}

#pagination {
width: 640px;
float: left;
margin: -15px 0 35px 0;
padding-bottom: 20px;
}

#nav-back {
width: 480px;
float: left;
}

#nav-back a {
background: url(images/nav-back.png) 0 0;
width: 138px;
height: 32px;
float: left;
}

#nav-back a:hover {
background: url(images/nav-back.png) 0 -32px;
}

#nav-forward {
width: 480px;
float: right;
}

#nav-forward a {
background: url(images/nav-forward.png) 0 0;
width: 138px;
height: 32px;
float: right;
}

#nav-forward a:hover {
background: url(images/nav-forward.png) 0 -32px;
}


/*********************************************************************************************

9. Single Post Pages  -----------------  single.php, page.php

*********************************************************************************************/
.single {
background: url(images/divider.png) top left repeat-x;
width: 980px;
float: left;
margin: 0 0 15px 0;
padding: 30px 0 0 0;
}

.entry-single {
width: 640px;
}

.left-col {
width: 640px;

float: left;
}

.entry ul, .entry-single ul, .entry-multiple ul {
margin: 0 0 15px 0;
}

.entry ul li, .entry-single ul li, .entry-multiple ul li {
background: url(images/bullet.png) top left no-repeat;
padding: 0 0 0 20px;
}

.entry ol, .entry-single ol, .entry-multiple ol {
margin: 0 0 15px 20px;
}

p img {
max-width: 100%;
-webkit-box-shadow: 0px 0px 4px #000000;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 5px;
margin: 0 0 2px 15px;
-webkit-box-shadow: 0px 0px 4px #000000;
}

img.alignleft {
padding: 5px;
margin: 0 15px 2px 0;
-webkit-box-shadow: 0px 0px 4px #000000;
}

.wp-caption {
text-align: center;
padding: 10px 5px 5px 5px;
margin: 0 0 20px 20px;
}

.wp-caption img {
padding: 0;
margin: 0 0 5px;
-webkit-box-shadow: 0px 0px 4px #000000;
}

.wp-caption-text {
color: #FFFFFF;
margin: 10px 0 0;
padding: 0;
}

.wp-caption .wp-caption-text, .wp-caption .wp-caption-dd {
font-size: 12px !important;
text-align: center; 
margin: 0;
padding: 0;
}


/*********************************************************************************************

10. Post Comment Styles  ---------------  comments.php

*********************************************************************************************/
#comments {
background: url(images/divider.png) top left repeat-x;
width: 620px;
/*float: left;*/
margin: 0 0 30px 0;
padding: 12px 0 0 0;
}

.comment-text p {
	color:#fff;
}
#comments-meta {
background: url(images/divider.png) bottom left repeat-x;
width: 640px;
/*float: left;*/
padding: 0 0 20px 0;

}


#comments-meta p {
/*float: left;*/

color: #FFFFFF;
margin: 0;
padding: 8px 0 0 0;
}

.comment-meta {
	font-size:11px;
	font-style:italic;
}
/* Begin Comment Styles */
.avatar { 
/*background: url(images/comment-avatar.png) top left no-repeat;*/
background-color:#333;
margin: 0 20px -55px 0;
padding: 10px;
}

.comment-author {
width: 300px;
/*position: absolute;*/
padding: 0;
}

.fn {
	font-weight:bold;
	color:#ccc;
}
.comment-meta {
width: 300px;
/*position: absolute;*/
margin: 0 0 0 92px;
padding: 0;
}

#comments ol li { 
list-style: none;
}

ol.commentlist li { 
background: url(images/divider.png) bottom left repeat-x;
width: 640px;
/*float: left;*/
padding: 10px 0 10px 0;
}

ol.commentlist li.alt {
background: url(images/divider.png) bottom left repeat-x;
width: 640px;
/*float: left;*/
padding: 10px 0 10px 0;
}

ol.commentlist li p {
width: 560px;
/*float: left;*/
margin: 10px 0 10px 90px;
}

ol.commentlist li ul.children { 
list-style: none; 
text-indent: 0; 
}

ol.commentlist li ul.children li { 
background: none;
padding: 25px 0 0 0;
}

ol.commentlist li ul.children li.alt {
background: none;
padding: 25px 0 0 0;
}

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;}

ol.commentlist li div.reply {
border: none;
/*position: absolute;*/
margin: 40px 0 0 92px;
}

ol.commentlist li div.reply a {
color: #FFFFFF;
}

/* Begin Form Styles */
#leave-reply {
background: url(images/divider.png) bottom left repeat-x;
width: 640px;
float: left;
margin: -55px 0 30px 0;
padding: 0 0 20px 0;
}

#leave-reply p {
float: left;
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
margin: 0;
padding: 8px 0 0 0;
}

#respond { 
width: 100%;
}

.comment-details {
width: 360px;
/*float: left;*/
}

.cancel-comment-reply a {
background: url(images/cancel.png) 0 0;
width: 78px;
height: 32px;
float: right;
margin: -47px 0 0 0;
}

.cancel-comment-reply a:hover {
background: url(images/cancel.png) 0 -32px;
}

#author, #email, #url {
background: url(images/fields.png) top left no-repeat;
border: none;
font-size: 14px;
width: 274px;
height: 32px;
padding: 2px 0 0 15px;
}

#comment {
background: url(images/text-area.png) top left no-repeat;
border: none;
font-size: 14px;
width: 570px;
height: 170px;
padding: 15px;
}

input#submit {
background: url(images/submit.png) 0 0;
border: none;
cursor: pointer;
width: 101px;
height: 32px;
margin: 0 0 0 0;
}


input#submit:hover {
background: url(images/submit.png) 0 -32px;
}


/*********************************************************************************************

11. Sidebar and Widgets  ---------------  sidebar.php, cat-posts.php, related-posts.php

*********************************************************************************************/
#sidebar-home, #sidebar-multiple, #sidebar-single, #sidebar-page {
width: 100%;
float: left;
}

#sidebar-home-inside, #sidebar-multiple-inside, #sidebar-single-inside, #sidebar-page-inside {
width: 980px;
margin: 0px auto;
}

#sidebar h2 {
font-size: 13px;
font-weight: bold;
}

.widget  {
width: 285px;
float: left;
margin: 0 20px 30px 0;
padding: 0 15px 0 0;
}

.widget-title {
color: #FFFFFF;
font-size: 18px;
margin: 0 0 20px 0;
}

.widget h4 {
font-size: 14px;
margin: 0 0 5px 0;
}

.sidebar-ad {
margin: 0 15px 15px 0;
}


/*********************************************************************************************

12. Footer Styles  ---------------------  footer.php

*********************************************************************************************/
/*#footer {
width: 100%;
float: left;
}

#footer-inside {
width: 980px;
margin: 0px auto;
padding: 0 0 50px 0;
}

#footer h3 {
margin: 15px 0 0 0;
font-size: 11px;
color: #FFFFFF;
}*/


#footer           { }
#footer .inner    { width: 1000px; margin: auto; padding: 15px 0; }
#footer .inner p  { font-size: 12px; color: #cfcfcf; margin: 0 0 0 0; line-height: 18px; }
#footer .right    { float: right; margin-top: -18px; text-align: right; }
#footer .right a:link, #footer a:visited { color: #cfcfcf; text-decoration: none; border-bottom: none; padding: 0; }
#footer a:hover, #footer a:active { color: #ffffff; }



.series-thumbs {
width: 636px;
background-color: #444444;
padding: 4px 0 0 4px;
margin: 6px 0 0 0;
*padding-bottom: 4px;
}

a.series-thumb {
width:204px;
height:70px;
float:left;
margin: 0 4px 4px 0;
padding: 4px 0 4px 4px;
background-color:#000;
}

a:hover.series-thumb {
background-color:#444444;
color:#fff;
}

a.series-active {
background-color:#313131;
}

.series-thumbs img {
float:left;
margin: 0 10px 0 0;
}

p.series-details {
	display:block;
	margin:0;
	padding:0 4px 0 0;
	color:#ccc;
	font-size:10px;
}

.details-ttl {
	font-weight: bold;
	line-height: 14px;
}

a:hover.series-thumb p.series-details {
	color:#fff;
}

.series-thumb h4 {
	margin:4px 0 0 0;
	padding:0;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix {
display: inline-block;
}


.tn { text-align: right; margin: -0px -5px 15px 0; }
.tn a {background: #000; text-decoration: none; margin: 0 5px; padding: 3px 7px;  }
.tn a.activeSlide { background: #333 }
.tn a:focus { outline: none; }

#main-feature { height: 370px; }
#main-feature img { border: 10px solid #333; width: 620px; }

p.thumb-ttl { margin: -6px 0 0 0; *margin-top: -7px; padding: 0 0 0 4px; *padding-top:4px;  text-align: left; font-size: 10px; background-color:#000; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
   	p.thumb-ttl {
		margin: -3px 0 0 0;
		padding: 4px;
	}
}

/****************** NEW STYLES ****************/

#navbar { clear: both; width: 990px; margin: auto; display: block; padding: 10px 0 0 10px; height: 40px; }


h3.recent { float: left; color: #fff; margin: -22px 0 5px 0; }
h2, h3 { color: #fff; }
.clear { clear: both; }

.img-r { float: right; padding: 0 0 20px 20px; }

.img-r img { border: 4px solid #444444; }



#follow {
	margin-top: 20px;
}
a.facebook{
margin-right:5px;
width:24px;
height:24px;
background-image: url('images/facebook.png');
display:block;
float:left;
}

a.twitter{
margin-right:5px;
width:24px;
height:24px;
background-image: url('images/twitter.png');
display:block;
float:left;
}

a.youtube{
margin-right:5px;
width:24px;
height:24px;
background-image: url('images/youtube.png');
display:block;
float:left;
}

a.rss{
margin:5px 5px 0px 0px;
width:24px;
height:24px;
background-image: url('images/rss.png');
display:block;
float:right;
}
