/*  
Description: Reset
Version: 1.0
Author: Todd Giannattasio
Author URI: http://toddgiannattasio.com
*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, 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 }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
ul, ol{margin-left: 25px;}
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */
p{margin-bottom: 1em;}

/* =Utilities
-----------------------------------------------------------------------------*/

.clear{clear:both}
.float-right{float: right;}
.float-left{float: left;}
.img-right{float: right; border: 1px solid #000000; margin: 0px 0px 5px 5px}
.img-left{float: left; border: 1px solid #000000; margin: 0px 5px 5px 0px}

/* =Styles
-----------------------------------------------------------------------------*/

body{
	background-image: url(/wp-content/themes/tgv03/css/images/body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #1d3758;
	color: #ffffff;
}

#wrapper{
width: 960px;
margin: 0px auto;
}

/* =Typography
-----------------------------------------------------------------------------*/

#wrapper {
font-size: 62.5%;
font-family:Arial, Helvetica, sans-serif;
position: relative;
}

#wrapper{
font-size: 1em;
}

/* =Links
-----------------------------------------------------------------------------*/

a:link, a:visited{
color: #ffffff;
text-decoration: none;
font-style: italic;
}

a:hover{
text-decoration: underline;
}


/* =Headings
-----------------------------------------------------------------------------*/

h1{font-size: 2.2em;}

h2{font-size: 2em;}
#portfolio h2{
position: relative;
top: 10px;
}

h3{font-size: 1.8em;}

.SlidingPanelsContent h3{
font-size: 1.4em;
}

h4{font-size: 1.6em;}

h5{font-size: 1.4em;}

/* =Header
-----------------------------------------------------------------------------*/

#branding{
height: 126px;
color: white;
background-image: url(/wp-content/themes/tgv03/css/images/header-bg.jpg);
text-indent: -999999px;
}

#branding blockquote{

}


/* =Main Nav
-----------------------------------------------------------------------------*/

ul#main-nav{

}

ul#main-nav li{

}

/* =Sub Nav
-----------------------------------------------------------------------------*/



/* =Content
-----------------------------------------------------------------------------*/

#content{
}

#wrapper #content #featured{
color: #000000;
margin: 0;
padding: 0;
height: 300px;
overflow: hidden;
}

#wrapper #content #portfolio{
height: 220px;
}

#wrapper #content #featured a{
color: #000000;
}

#wrapper #content #portfolio.content-section #slider-nav{
position: relative;
left: 245px;
top: 225px;
z-index: 9999;
font-weight: bold;
}

#wrapper #content #portfolio.content-section #slider-nav a{
outline: none;
padding: 5px;
margin: 0 5px;
color: white;
background-color: black;
border: 1px solid white;
width: auto;
}

#wrapper #content #portfolio.content-section #slider-nav a:hover{
color: black;
background-color: white;
border: 1px solid black;
}

#hcard{
float: right;
position: relative;
top: -255px;
}

#hcard a{
display: block;
}

/* =Container
-----------------------------------------------------------------------------*/

#wrapper #content #container{
	margin: 10px 0 0 0;
}

/* =Main Content
-----------------------------------------------------------------------------*/

#main-content{
width: 570px;
float: left;
display: inline;
}


/* =Secondary Content
-----------------------------------------------------------------------------*/

.content-section{
}

/* =Sidebars
-----------------------------------------------------------------------------*/

#sidebar{
width: 315px;
margin: 0 30px 0 0;
padding-top: 10px;
float: right;
display: inline;
}

#sidebar .content-section.testimonials{
	clear: both;
	border-bottom: 1px solid white;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-image: url(/wp-content/themes/tgv03/css/images/testimionials-bg.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
}

#sidebar .content-section.testimonials blockquote{
	background-color: #3b5576;
	padding: 10px;
	margin: 10px 0;
}

#sidebar .content-section.testimonials blockquote p{
	
}

#sidebar .content-section.testimonials cite{
	font-style: italic;
	font-weight: bold;
	padding-left: 50px;
}

/* =Footer
-----------------------------------------------------------------------------*/

#footer{
clear:both;
border-top: 1px solid #000000;
padding: 20px;
margin-top: 10px;
}

#site-info{
clear: both;
text-align: right;
margin: 20px 0 0 0;
border: 0px;
}


/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {
border: 1px solid transparent;
}



/* =Tables
-----------------------------------------------------------------------------*/

table { 
border-spacing: 0;
border-collapse: collapse;
font-size: 98%;
}

.table th{
text-align: left;
vertical-align: top;
}

.table td {
text-align: left;
vertical-align: top;
}


/* =Misc 1
-----------------------------------------------------------------------------*/