/*
Theme Name: Alt Visions - Clean
Theme URI: http://altVisions.com
Description: Thanks to Elliot Jay Stocks for the css reset.
Version: 2 (WP2.6.2)
Author: Patrick Hill
Author URI: http://altVisions.com
Tags: Patrick Hill, clean, alt visions
*/
/* RESET */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, 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 }
ol, ul, li { 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:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* TYPOGRAPHY */
/* ----------------------------------------- */
body {font-family: century gothic, helvetica nue, helvetica, arial, sans-serif; font-size: 100%; color:white;}
h1 {font-size:24px;}  
h2 {font-size:20px;} 
h3 {font-size:18px;} 
h4 {font-size:16px;}
li, a {font-size:16px;} 
p {font-size:16px;line-height: 20px; margin-bottom:10px;}
/* LAYOUT */
/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }
/* You might find the following useful */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */
/*
UTILITY
*/
.floatLeft {float: left;}
.floatRight {float: right;}
.clear {clear: both;}
.button  {
		border: 1px solid #272727;
		background: white;
		padding: 1px 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #272727;
}
.button:hover {
		background: #cccccc;
		color: black;
}
/*
STRUCTURE
*/
body {
		background: url('images/site-bg.png') no-repeat top center;
}
#page-wrap{
		width: 960px;
		margin: 0 auto;
		background: url('images/page-bg.png') no-repeat left top;
}
/*
HEADER
*/
#logo {
		width: 230px;
		height: 56px;
		background: url('images/logo.png') no-repeat left bottom;
		margin: 0px 0px 30px 0px ;
		text-indent: -30000px;
		padding-top: 30px;
}
#main-nav {
		margin-left: 185px;
}
#main-nav li{
		color: white;
		margin-bottom: 10px;
}
#main-nav a {
		display: block;
		padding: 5px;
		background: black;
		width: 175px;
		text-align: right;
		color: white;
}
#home-tab a{
		width: 360px;
		position: relative;
		left: -185px;		
}
#main-nav a:hover, #main-nav a:active, #main-nav a:focus {
		background: #29ABE2;
}
/*
MAIN CONTENT
*/
#intro {
		margin-left: 185px;
		background: black;
		background: rgba(0,0,0,.9);
		padding: 25px 25px 15px 25px;
		width: 310px;
}

#recent-art, #archive-header {
		margin-bottom: 30px;
		color: black;
		text-transform: uppercase;
		margin-left: 20px;
}
.page #main-col, .single #main-col{
		padding: 30px;
		background: #191919;
		background: rgba(0, 0, 0, 0.7);
		margin-top: 10px;
}
.home #main-content, .archive #main-content {
		background: white;
		margin-top: 60px;
		background: rgba(255, 255, 255, 0.9);
		padding: 30px 0px 30px 0px;
}
.archive #main-content {
		margin-top: 10px;
}
.post {
		float: left;
}
.post .content {
		width: 480px;
		height: 280px;
		overflow: hidden;
		margin: 0px;	
		background: white;
}
.post img {
		width: 100%;
		height: auto;
}
a img:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.more-link {
		display: block;
		position: absolute;
		width: 50px;
		height: 50px;
		background: black;
		background: transparent url(images/more-link.png) no-repeat center center;
		top:0;
		right:0;
		text-indent: -30000px;
}
.more-link:hover {
		background-color: magenta;
}
.post-nav {
		margin-left: -30px;
}
.home .post-nav, .archive .post-nav {
		margin: 30px 0px 0px 0px;
}
.single .post-nav {
		margin-top: 30px;
}
.post-nav-left a, .post-nav-right a{
		background: black;
		padding: 5px;
		display: block;
		width: 335px;
		text-align: left;	
		color: white !important;
}
.post-nav-left a {
		padding: 10px 0px 10px 30px;
}
.post-nav-right a{
		padding: 10px 30px 10px 0px;
		text-align: right;		
}
.single .post-nav-right a{	
		margin-right: -30px;
}
.post-nav a:hover {
		background: #29ABE2 !important;
		color: white !important;
}
/*
single post
*/
.singlepost-header, .single .post-nav {
		margin-bottom: 30px;
}
.single-post img {
		width: 450px;
		height: auto;
		float: left;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
		-moz-box-shadow:0 3px 10px rgba(0, 0, 0, 0.7);
		-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
		margin: 0px 20px 20px 0px
}
#stimuli_lightboxImage {
		margin: 0px !important;
}
#comments li {
		margin-bottom: 10px;
}
/*about page*/
#about-av, #about-patrick, #about-hire {
		background: #4D4D4D;
		padding: 30px 30px 20px 65px;
		display: block;
		border-width: 1px;
		border-style: solid;
		border-color: #3F3F3F;
		text-shadow: 0px -1px 0px black;
		
		box-shadow:0 0px 10px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
	
		
}
#about-av  h2, #about-patrick h2, #about-hire h2{
		background: url("images/about-titles.gif") left top no-repeat;
		display: block;
		width: 25px;
		height: 220px;
		position: absolute;
		left: 20px;
		text-indent: -30000px;
}
#about-av  h2{
		background-position: left top;
}
#about-patrick h2{
		background-position: -36px top;
}
#about-hire h2{
		background-position: -70px top;
}
#about-av {
		margin: 20px 0px 30px ;
		min-height: 205px;
}
#about-patrick, #about-hire {
		width: 338px;
		float: left;
}
#about-patrick{
		margin-right: 30px;
}
#about-hire {
		min-height: 340px;
}
#self-portrait {
		margin-left: 10px;
		float: right;
		width: 105px;
		height: auto;
		background-color: white;
}

/*
portfolio gallery
*/
.jcarousel-skin-tango {
		margin-top: 20px;
}
.jcarousel-skin-tango li{
		float: left;
		margin-right: 10px;
}
.jcarousel-skin-tango h2{
		clear: both;
}
 .jcarousel-list li,  .jcarousel-list a{
		font-size: 12px !important;
 }
/*
FOOTER
*/
#footer {
		background: black;
		padding: 30px;
}
.footer-lists, #contact, #rss-container {
		padding: 15px;
		background: #191919;
}
#twitter-container {
		width: 180px;
		padding-bottom: 5px;
}
#twitter-container li{
		margin-bottom: 10px;
}
#rss-container {
		margin-top: 15px;
}
.footer-lists {
		float: left;
		margin-right: 15px;		
}
#web-info {
		float: right;
}
.home #footer {
		background: #191919;
}
.home .footer-lists,.home #contact,.home #rss-container {
		background: black;
}
/*
Link Sidebar
*/
#link-sidebar {
		width: 30px;
		position: fixed;
		left: 0px;
		top: 405px;
		background: black;
		-webkit-border-top-right-radius: 5px;
		-khtml-border-radius-topright: 5px;	
		-moz-border-radius-topright: 5px;
		border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-khtml-border-radius-bottomright: 5px;	
		-moz-border-radius-bottomright: 5px;
		border-bottom-right-radius: 5px;
}

#link-sidebar a {
		display: block;
		width: 20px;
		height: 20px;
		margin: 5px 5px 0px 4px;
		text-indent: -30000px;
}
a#twitter-link {
		background: url(images/social-icons.png) left top no-repeat;
}
a#facebook-link {
		background: url(images/social-icons.png) left -25px no-repeat;
}
a#flickr-link {
		background: url(images/social-icons.png) left -50px no-repeat;
}
a#rss-link {
		background: url(images/social-icons.png) left -74px no-repeat;
		margin-bottom: 5px;
}
a#twitter-link:hover {
		background-position: right top;
}
a#facebook-link:hover {
		background-position: right -25px;
}
a#flickr-link:hover {
		background-position: right -50px;
}
a#rss-link:hover {
		background-position: right -74px;
}

/*
LINKS
*/
a:link, a:visited {
		color: #9FCDDD; 
		text-decoration: none;
		outline:none;
		border: none;
}
a:hover, a:active, a:focus {
		color:white;
		outline:none;
		border: none;
}