/*
Theme Name: Tahoe Gravity Shop
Theme URI: http://www.tahoegravityshop.com/
Description: Gravity Shop theme for Wordpress CMS based website 
supporting video and text based bloging. Use wordpress metas to 
define "excerpt", "thumbnail", "photos", & "embed" custom fields.
Version: 1.5
Author: Jeff Davis
Author URI: http://www.brandedux.com/
Tags: WordPress, Video, TV

This theme was designed and built by Jeff Davis at www.brandedux.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* Lets Begin */
html, body {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
background: #000000 url(images/bg_gravity_shop.gif) top left no-repeat;
color: #A3A3A3;
line-height: 1.5em;
margin: 0;
padding: 0;
}
#wrapper {
width: 960px !important;
margin: 0px auto;
}
#homepage {
width:660;
float: left;
background: url(images/showcasebg.gif) top left no-repeat;
text-align:center;
margin: 0px auto;
}
small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.8em;
line-height: 1.2em;
color: #A3A3A3;
margin: 0;
padding: 0;
}
h1 {
font-size: 4em;
text-align: center;
}

h2 {
font-size: 1.6em;
}

h3 {
font-size: 16px;
margin: 0;
padding: 0;
font-weight: normal;
}

h1, h2, h3, h1 a, h2 a, h3 a {
color: #308E4B !important;
}
 h1 a:hover, h2 a:hover, h3 a:hover{

}
p {
margin: 0 0 10px 0;
}

a:link, a:visited {
color: #FFFFFF;
text-decoration: none;
}

a:hover {
color: #308E4B;
}

.clear {
clear: both;
}
/* And... Moving On */

/* Begin Header */
#masthead {
float: left;
width: 960px !important;
height: 120px;
padding: 15px 0 0 0;
}

.logo {
float: left;
width: 490px;
margin:0 0 15px 0;
}

#advert {
float: left;
width: 468px;
}

#homepage .blogtext{
margin-left:8px;

}


/* End Header */

/* Begin Navigation */
#navigation {
float: left;
width: 960px !important;
background-color: #0D0D0D;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#nav {
list-style: none;
padding: 0;
margin: 0 0 0 0;
}

*+html #nav { /* IE Only */
margin: 10px 0 0 0;
}

#nav li {
float: left;
margin-right: 3px;
font-size: 12px;
/* border-left: 1px dashed #171717;*/
}

#nav li a {
float: left;
display: block;
height: 22px;
padding: 7px 14px 5px 14px;
color: #a3a3a3;
font-weight:bold;
text-decoration: none;
}
#nav li.calendar {
float: left;
margin-right: 3px;
padding: 0 0 0 0px;
font-size: 12px;

}
#nav li.contact {
float: left;
margin-right: 3px;
padding: 0 0 0 0px;
font-size: 12px;

}

#nav li.rss {
float: left;
margin-right: 3px;
padding: 0 20px 0 0;
font-size: 12px;
/* border-right: 1px dashed #171717; */
background: url(images/rss.gif) right no-repeat;
}

#nav li:hover a, #nav li.sfhover a {
color: #308E4B ;

}
/* End Navigation */

/* Begin Search */
#searchwrap {
float: right;
padding: 0 5px 5px 5px;
/* border-right: 1px dashed #171717;
border-left: 1px dashed #171717;*/
height: 25px;
}

* + html #searchwrap {
padding: 1px 5px 5px 5px;
}

#searchwrap input{
vertical-align:middle;
background:none;
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#searchwrap #s{
border:none;
padding:5px 0 5px 0;
margin: 4px 3px 0 0;
width:250px;
}

* + html #searchwrap #s {
margin: 2px 3px 0 0;
}
/* End Search */

#contentwrap {
width: 665px;
float: left;
z-index:1;
}

/* Begin Showcase */
#showcase {
width: 640px;
float: left;
background: url(images/showcasebg.gif) top left no-repeat;
padding: 12px 12px 0px 12px;
text-align: center;
}
#showcase img, #page_showcase img {
width: 640px;
}
#page_showcase {
width: 640px;
float: left;
background: url(images/showcasebg.gif) top left no-repeat;
padding: 12px 12px 0px 12px;
text-align: center;
}
#videotext {
width: 652px;
float: left;
background: #171717 url(images/videotextbg.gif) top left no-repeat;
padding: 24px 6px 0 6px;
text-align: left;
}

#blogtext {
width: 652px;
float: left;
background: #171717 url(images/blogtextbg.gif) top left no-repeat;
padding: 16px 6px 0 6px;
text-align: left;
}

#pagetext {
width: 652px;
float: left;
background: #171717 url(images/videotextbg.gif) top left no-repeat;
padding: 24px 6px 0 6px;
text-align: left;
}

.videotext, .blogtext, .pagetext {
margin: 10px 0 0 0;

float: left;

}

.ratings {
margin: 5px 0 5px 0;
width: 648px;
float: left;
}

.itemdets {
margin: 0 0 5px 0;
width: 648px;
float: left;
line-height: 1.1em;
font-size: 10px;
color: #6F6F6F;
}

.blogdets {
margin: 5px 0 5px 0;
width: 648px;
float: left;
line-height: 1.1em;
font-size: 10px;
color: #6F6F6F;
}

.itemdets a:link, .itemdets a:visited, .blogdets a:link, .blogdets a:visited {
color: #6F6F6F;
}

.itemdets a:hover, .blogdets a:hover {
color: #A3A3A3;
}
/* End Showcase */

/* Begin Gallery */
#gallery {
width: 652px;
float: left;
background: #070707 url(images/gallerybg.gif) top left no-repeat;
padding: 29px 4px 0 8px;
}

.navigation {
width: 648px;
float: left;
padding: 8px 0 0 0;
margin: 10px 0 0 0;
border-top: 1px solid #171717;
}

* + html #gallery {
padding: 29px 4px 12px 8px;
}

#gallery h3 {
font-size: 13px;
margin: 0 0 2px 0;
padding: 0;
line-height: 1.1em;
}

.thumbnail {
width:314px;
height:59px;
margin:0 0 12px 0;
padding: 0 12px 0 0;
overflow: hidden;
float: left;
font-size: 11px;
line-height: 1.3em;
}

.thumbnail img {
width: 102px;
height: 56px;
float: left;
border: 1px solid #171717;
margin: 0 8px 0 0;
}

.thumbnail a:hover img{
border: 1px solid #A3A3A3;
}
/* End Gallery */

/* Begin Post Comments */
#postcomments {
width: 648px;
float: left;
background: #070707 url(images/gallerybg.gif) top left no-repeat;
padding: 30px 8px 0 8px;
}

#postcomments h3 {
font-size: 15px;
margin: 0 0 2px 0;
padding: 0;
color: #FFFFFF;
}

#comment {
width:450px;
font:12px arial,helvetica,verdana,sans-serif;
}

h2.commh2 {
font-size: 1.4em !important;
padding: 0 0 5px;
color:#333 !important;
}

ol.commentlist {
margin: 10px 0 20px;
padding: 0;
list-style: none;
font-size: 12px;
line-height: 20px;
}

ol.commentlist p {
margin-bottom:10px;
line-height: 20px;
}

ol.commentlist cite {
font-style: normal;
font-weight: bold;
}

ol.commentlist li {
padding: 10px 0 5px 0 !important;
margin: 10px 0 10px 0;
border-bottom: 1px solid #171717;
}

ol.commentlist li.alt {
padding: 10px 0 5px 0!important;
}

input#submit {
font-size: 14px;
color:#A7A7A7;
font-family: Arial, Helvetica, sans-serif;
padding:7px 10px;
margin:5px 0 0 0;
text-align:center;
background:#080808;
border:1px solid #171717;
cursor:pointer;
}

#comment,#author,#email,#url {
background:#080808;
border:1px solid #171717;
padding:2px;
color:#A7A7A7;
}
/* End Post Comments */

/* Begin Sidebar */

#sidebar {
position:absolute;
width: 295px;
top:135px;
margin-left:665px;
z-index:0;
}

#categories, #ajax_calendar, #video_posts, #rated_posts, #sideblog, #contact_form, #showcase_wrapper {
display: none ;
}

.block {
text-align: right;
background: url(images/blockbg.gif) top right no-repeat;
padding: 0 0 4px 0;
}

#sidebar h3 {
color: #FFFFFF;
margin: 0px;
padding: 5px;
margin: 0 0 4px 0;
}

#sidebar ul {
list-style: none;
margin: 0px;
padding: 0px;
}

#sidebar li {
margin: 1px;
padding:3px;
}
#map a, #map a:hover{
background:none !important;
border: 0px !important;
padding:0px !important;
font-size:0px !important;
margin:0 0 10px 0 !important;
float:left;
}
#sidebar a:link, #sidebar a:visited {
font-size:10px;
background: #171717;
padding:6px;
border: 1px solid #0D0D0D;
color: #A3A3A3;
}

#sidebar a:hover {
background-color:#0a0a0a;
border: 1px solid #0D0D0D;
color: #308E4B;
}

#sideblog h4 {
color: #FFFFFF;
font-weight: normal;
padding: 0;
margin: 0;
font-size: 13px;
line-height: 1.2em;
}

#sideblog a:link, #sideblog a:visited {
padding: 0;
border: 0;
background: none;
color: #FFFFFF;
}

#sideblog a:hover {
padding: 0;
border: 0;
background: none;
color: #A3A3A3;
}

.sideblog {
line-height: 1.2em;
border-bottom: 1px solid #171717;
padding: 6px 0 10px 0;
width: 290px;
float: right;
}

#sideblog h3 {
color: #FFFFFF;
margin: 0px;
padding: 5px;
margin: 0 0 5px 0;
}


/**************** Calendar *********************/

/*------Add Ons for my Calendar-----------------*/
#giraffe_calendar {margin:0 auto !important;}
#wp-calendar {width:100% !important;}
#wp-calendar th, #wp-calendar td { background-color:#0D0D0D !important; margin:0px !important; padding:0px !important;  width:35px !important; height:25px !important; font-size:10px !important;}

#wp-calendar tbody td a  {background-color:#0D0D0D !important; color: #308E4B !important; border:0px !important; margin:0px !important; padding:0px !important; width:35px !important; height:25px !important; line-height:25px !important; font-weight:bold !important;}

#wp-calendar tfoot, #wp-calendar tfoot a {background-color:#0D0D0D !important; border:0px !important; }


#wp-calendar #today, {color: #FFF !important; background:url(images/date_hover.gif) center no-repeat !important;  border:0px !important; }
#wp-calendar #today a {color: #FFF !important; background:url(images/date_hover.gif) center no-repeat !important;}

#wp-calendar-caption {text-align:center !important; font-size:12px !important; font-weight:bold !important; background-color:#0D0D0D;}
#prev, #next, #showit, #calendar td#prev a,  #calendar td#prev a:hover, #next a, #next a:hover, #showit a, #showit a:hover{background:transparent !important; color: #FFFFFF; border:0px !important; }
#calendar td#next a, #calendar td#next a:hover {background:transparent !important;  border:0px !important; color: #308E4B; text-align:right; }



/* End Sidebar */

/* Begin Footer */
#footer {
float: left;
width: 664px;
padding: 18px 0 20px 0;
color: #FFFFFF;
background: url(images/footerbg.gif) top left no-repeat;
line-height: 1.2em;
}

#footer p {
margin: 0;
padding: 0;
}

#footer a:link, #footer a:visited {
color: #A3A3A3;
}
/* End Footer */

/* Begin Defaults */

.photo 
{
border: 10px solid #0D0D0D;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}


acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}

p img {
padding: 0;
max-width: 100%;
}

a img {
border: none;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}

.center {
text-align: center;
}

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.hidden {
display: none;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End Defaults */
