/*
Theme Name: Chris Conti Photography
Theme URI: http://chriscontiphotography.com
Description: The default theme for Chris Conti Photography
Version: 1.0
Author: Rob Baker
Author URI: http://kabimbamedia.com
*/


/*	=RESET YUIv3 */

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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;}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:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}



/*//	=GLOBAL */

html,body {
	font-family: "Times New Roman", Times, serif;
	color: #555;
	height: 100%;
	}

/* links */
a, a:active, a:link {
	color: #444;
	text-decoration: none;
	outline: none;
	}
a:hover {
	color: #53C2EF;
	}

table {
	vertical-align: middle;
	height: 100%;
	margin: 0 auto;
	}
#bento {
	width: 900px;
	height: 560px;
	margin: 10px auto;
	}

/* logo */
h1#logo {
	height: 75px;
	margin: 0 auto;
	background: url("images/logo.gif") no-repeat;
	}
h1#logo a {
	display: block;
	height: 75px;
	width: 275px;
	text-align: center;
	text-indent: -999em;
	}

/* shims */
.clear { clear: both; }
strong { font-weight: bold; }
em { font-style: italic; }



/*//	=NAVIGATION */

#nav {
	position: relative;
	height: 50px;
	}
#nav ul {
	float: right;
	text-align: right;
	line-height: 1.5em;
	}
#nav ul li {
	display: block;
	float: left;
	position: relative;
	}
#nav ul li a {
	padding: 0 0 0 1.5em;
	text-decoration: none;
	font-size: 16px;
	color: #222;
	}
#nav ul li a:hover,
#nav ul li.current_page_item a {
	color: #53C2EF;
	}

/* 2nd level */
#nav ul ul {
	visibility: hidden;
	position: absolute;
	top: auto;
	right: -74px;
	width: 900px;
	text-align: right;
	line-height: 1.1em
	}
#nav ul ul li {
	float: right;
	}
#nav li:hover ul {
	visibility: visible;
	z-index: 100;
	}
#nav ul ul li a {
	margin-left: .6em;
	padding-bottom: 7px;
	font-size: 14px;
	}

/* keep portfolio subnav active on portfolio pages */
body.page-template-default #nav ul ul {
	visibility: visible;
	}
body.home #nav ul ul {
	visibility: hidden;
	}



/*//	=CONTENT */

#main {
	position: relative;
	clear: both;
	margin: 0 auto;
	height: 420px;
	}
#main p {
	margin-bottom: 1em;
	font-size: 15px;
	}
#main a {
	text-decoration: underline;
	}
#content {
	float: right;
	width: 600px;
	}
.col-full {
	float: none;
	width: 900px !important;
	}

/* headers */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #ED985A;
	text-decoration: none;
	}

/* blog posts */
body.blog .post {
	margin-bottom: 2em;
	}
#content h2 {
	font-size: 2em;
	}
.post h3 {
	margin-bottom: .1em;
	font-size: 1.6em;
	font-weight: lighter;
	}
.post p {
	margin-bottom: .8em;
	}
.post .more-link {
	display: block;
	padding-top: 10px;
	font-weight: bold;
	}
.post .alignright {
	margin: 0 0 15px 15px;
	}
.post .alignleft {
	margin: 0 15px 15px 0;
	}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 captions */

/* comments */
#respond textarea {
	width: 500px;
	}

/*	slideshows
		based on the galleriffic jquery plugin */

div.content {
	float: right;
	width: 600px;
	}
div.content a, div.navigation a {
	text-decoration: none !important;
	}
div.content a:hover, div.content a:active {
	text-decoration: underline;
	}
div.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
	}
div.controls {
	position: absolute;
	top: 0;
	z-index: 200;
	width: 600px;
	}
div.controls a {
	display: block;
	position: absolute;
	top: 0;
	height: 400px;
	width: 150px;
	text-indent: -999em;
	}
div.ss-controls {
	position: absolute;
	top: 0;
	left: 230px;
	}
div.ss-controls a.play:hover { background: url(images/play.png) no-repeat 50% 50%; }
div.ss-controls a.pause:hover { background: url(images/pause.png) no-repeat 50% 50%; }
div.nav-controls {
	position: relative;
	width: 600px;
	}
div.nav-controls a.prev { left: 5px; }
div.nav-controls a.prev:hover {	background: url(images/rewind.png) no-repeat 0 50%; }
div.nav-controls a.next { right: 5px; }
div.nav-controls a.next:hover {	background: url(images/fastf.png) no-repeat 100% 50%; }

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 600px;
	}
div.loader,
div.slideshow a.advance-link,
div.caption-container {
	height: 400px;
	}
div.slideshow-container {
	position: relative;
	}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	left: 0;
	}
div.slideshow a.advance-link {
	display: block;
	text-align: center;
	line-height: 0;
	}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
	}
div.slideshow a.advance-link:focus {
	outline: none;
	}
div.caption-container {
	display: none;
	}


div.navigation-container {
	float: left;
	position: relative;
	left: 50%;
}
div.navigation {
	float: left;
	position: relative;
	left: -50%;
}
div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
	outline: none;
}

#thumbs {
	float: left;
	width: 280px;
	}
ul.thumbs {
	display: block;
	position: relative;
	height: 350px;
	}
ul.thumbs li {
	float: left;
	margin: 0 10px 10px 0;
	}
a.thumb {
	display: block;
	}
a.thumb:focus {
	outline: none;
	}
div.pagination {
	clear: both;
	position: absolute;
	bottom: 20px;
	}
div.pagination a,
div.pagination span.current,
div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
	}
div.pagination a:hover {
	text-decoration: none;
	}
div.pagination span.current {
	font-weight: bold;
	}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
	}
div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
	}



/*//	=SIDEBAR */

#sidebar {
	width: 280px;
	float: left;
	margin-right: 20px;
	font-size: 15px;
	line-height: 22px;
	}
#sidebar h2 {
	font-size: 1.3em;
	}
#content p {
	margin-bottom: .8em;
	}
#sidebar a:hover {
	text-decoration: underline;
	}

/* widgets */
.widget {
	margin-bottom: 2em;
	}
.widget_search label,
.widget_search input {
	display: block;
	margin: 4px 0;
	}


/*//	=SPECIFIC PAGES */

/* homepage */
body.home #main .post,
body.page-template-page-homepage-php #main .post {
	float: left;
	width: 280px;
	}
body.home #thumbs,
body.home .controls,
body.page-template-page-homepage-php #thumbs,
body.page-template-page-homepage-php .controls {
	display: none;
	}

/* contact */
div.wpcf7 {
	position: absolute;
	right: 0;
	top: 0;
	width: 450px;
	}
div.wpcf7 p {
	float: right;
	}
div.wpcf7 label {
	float: left;
	}
div.wpcf7 input,
div.wpcf7 textarea {
	float: right;
	margin-left: 10px;
	}
div.wpcf7 input {
	width: 260px;
	border: 1px solid #737373;
	padding: 2px;
	}
div.wpcf7 textarea {
	width: 260px;
	padding: 2px
	}
form p br {
	display: none;
	}



/*//	=FOOTER */

#footer {
	clear: both;
	padding: 1em 0;
	font-size: .8em;
	text-align: center;
	}

