/*
Theme Name: vstheme
Theme URI: http://www.vagraham.com/
Description: Website to house the art-related work of Veronica Graham.
Author: jesseAe
Version: 1.1
Tags: veronica, graham, artist, portfolio, vstheme, fixed, navigation, minimal, simpletree 
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* =Global Styling
-------------------------------------------------------------- */
html {
    height:100%;
}
body {
    height:100%;
    background-color:#fff;
    font-size:100%;
}

a {
    color:#000;
    text-decoration:none;
    font-weight:400;
}
a:hover { font-weight:500; }

h2 {
    font-size:.7em;
}

div.floatKill {
    clear:both;
    width:100%;
    visibility:hidden;
    height:1px;
    color:#fff;
}
.italicked {
    font-style:italic;
}
/* =Structure
-------------------------------------------------------------- */
#wrapper {
  	min-height: 100%;
  	height: auto !important;
  	height: 100%;
  	margin: 0 auto -20px;
}
#hdrSpc {
    width:100%;
    height:20px;
    background-color:#fff;
}
#fixedNavver {
    position:fixed;
    top:0;
    left:0;
    width:120px;
    background-color:#fff;
    padding:40px 10px 20px 10px; 
}
#fixedDivider {
    position:fixed;
    top:70px;
    left:140px;
    width:1px;
    background-color:#000;
/*    height:370px; */
    height:80%;
}
#container {
    float:left;
    margin-left:141px;
    margin-top:20px;
    width:640px;
    padding-left:40px;
    padding-right:35px;
    padding-top:46px;
    background-color:#fff;    
}
#main {
    width:1020px;
}
#primary {
    float:right;
    width:160px;
    margin-top:52px;
    background-color:#fff;    
}
#footer {
    clear:both;
    width:821px;
    height:20px;
}
 
.push {
    clear:both;
	  height:20px; /* .push must be the same height as .footer */
}
/* =Menu
-------------------------------------------------------------- */

#fixedNavver h1{
    font-size:.8em;
    font-weight:normal;
}
#mainDirectory,
#outBoundLinks {
    margin-top:40px;
    margin-left:3px;
    font-size:.7em;
}
#mainDirectory li.secTitle,
#outBoundLinks li.secTitle {
    padding-left:13px;
}
#mainDirectory li,
#outBoundLinks li {
    margin-top:5px;
}
#outBoundLinks img{
    vertical-align:top;
    padding-left:3px;
}
/* =sidebar
-------------------------------------------------------------- */

#slideControls {
    width:100%;
    margin-top:20px;
}
#controlArrows,
#leftArrow,
#rightArrow,
#controlArrowSpacer {
    float:left;
}
#leftArrow,
#rightArrow {
    display:block;
    width:16px;
    height:16px;
    background-color:transparent;
    background-position:0 0;
    background-repeat:no-repeat;
    cursor:hand !important;
    cursor:pointer !important;          
}
#leftArrow {
    background-image:url('./images/vag_GFX_leftArrow.png');
}
#rightArrow {
    background-image:url('./images/vag_GFX_rightArrow.png');
}
#controlArrowSpacer {
    width:20px;
    height:16px;
}
#controlIndex {
    float:right;
    font-size:.7em;
}
#projDetails {
    clear:both;
    font-size:.7em;
    padding-bottom:50px;
}
#projDetails p.imageTitle {
    margin-top:10px;
}
#projDetails p {
    margin-bottom:10px;
}
#updateListing p {
    font-size:.7em;
    margin-left:13px;
    margin-top:5px;    
}
#updateListing a{
    color:#777;
}
#updateListing a:hover{ color:#000; }

#updatesTitle {
    margin-top:22px;
}

.infoToggle {
    border:1px solid #000;
    font-size:.7em;
    font-style:italic;
    text-align:center;
    padding:2px;
}
/* =Center Content
-------------------------------------------------------------- */



#pageSlideshow {
    position:relative;
}
#pageSlideshow img {
    max-width:640px;
}
#pageSlideshow div.pageSlide {
    position:absolute;
    top:0;
    left:0;
}
#content {
    font-size:.7em;
    line-height:15px;
}
#content p {
    margin-bottom:10px;
}
#content a {
    color:#777;
}
#content a:hover { color:#000; }

.imgMetaBox {
    padding-top:5px;
    font-size:90%;
    line-height:12px;
    padding-bottom:20px;
}
#content div.imgMetaBox p {
    margin:0;
    padding:0;
}
.imageMeta {
    width:150px;
}
/* =footer
-------------------------------------------------------------- */

#attribution {
    position:relative;
    width:821px;
    height:20px;
    font-size:.6em;
    float:right;
}
#attribution span {
    position:absolute;
    bottom:2px;
    right:0;
    color:#777;
}

/* =simpleTree
-------------------------------------------------------------- */

.treeview {
/*    font-size:.7em;*/
}

.treeview ul{ /*CSS for Simple Tree Menu*/
    margin: 0;
    padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
    /*background: white url(./images/list.gif) no-repeat left center;*/
    list-style-type: none;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
    background-image:url('./images/vag_GFX_dirClose.png');
    background-repeat:no-repeat;
    background-position:0 0;
    padding-left:13px;
    cursor: hand !important;
    cursor: pointer !important;
}


.treeview li.submenu ul { /*Style for ULs that are children of LIs (submenu) */
    padding-left:13px;
    display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li { /*Style for LIs of ULs that are children of LIs (submenu) */
    cursor: default;
}

.treeview .submenu ul li a {
    font-style:italic;
    text-decoration:none;
    color:#777;
}
.treeview .submenu ul li a.curSubLink {
    color:#000;
}
.treeview .submenu ul li a:hover {color:#000;}