/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
	
.custom #header {
	border: 0;
	padding: 5px 0 0 0;
	width: 145px;
	height: 135px;
	float: left;
} 


.custom div#header_area.full_width {
	margin-bottom: 0;
	background: #ffcc50 url(http://www.kellyupson.com/wp-content/assets/header-bkg.gi) repeat-x 0 0; height: 145px;clear: both;
}

.custom div#content_area.full_width {
	border-top: 1px solid #ffcc90;
}

.custom div#content_area {
	margin: 0;
	padding: 0;
}

.custom .full_width > .page {
background:transparent;}


/* @group Nav Menu */

.custom .menu { border-width: 0; }

.custom .menu .current a, .custom .menu .current a:hover, .custom .menu a:hover {background-image: url(http://www.kellyupson.com/wp-content/assets/nav-arrow.gif);
background-position: center bottom;
background-repeat: no-repeat;}

.custom .menu a {
	padding: 0.636em 0 0.636em 0; margin: 0 0 0 25px;}

.custom .menu li ul a {padding: 0.636em 0 0.636em 0.636em; margin: 0 0 0 20px;}

.custom a.tab {
	padding-bottom: 10px;
	letter-spacing: 1px;
	border:0;
}

.custom #header_area div.page ul.menu {
	float: right;
	padding-top:114px;
	margin-bottom: 4px;
}

/* @end */

.custom #footer {
	border-top: 0;
	text-align: center;
	clear: both;
	padding-top: 5px;
	}

.custom div#footer_area.full_width {
		border-top: 1px solid #ffcc50;
}

.custom h2.entry-title {
	display: block;	
}

.custom div.headline_area {
	display: none;
}

.custom .comments_closed {
	display: none;
}

.custom .menu li ul li {
	margin-top:  5px;
}
.custom .menu li ul {
	padding-left: 5px;
}

/*---:[ core layout elements ]:---*/

.custom #content { width: 600px;}

.custom .full_width .page { width: 850px; margin: 0 auto; padding-right: 0em; padding-left: 0em;
}

.custom .post_box, .teasers_box, .full_width #content_box .page { margin: 0; padding: 0;}

.custom div#content { overflow: visible;	}

/*---:[ sidebar styles ]:---*/
.custom li.widget {
	border: 1px solid #FAB93D;
	padding: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	width: auto;
}

.custom li.widget ul {
	list-style: disc;
	color: #ffcc50;
	padding-left: 1.25em;
	list-style-position: inside;
}
.custom li.widget ul li {padding-left: 0;}
.custom li.widget ul li a {color: #552F00;}

.custom .sidebar ul.sidebar_list { margin-top: 40px;padding-right: 0; padding-left: 1.1em; }

	
/*---:[ Custom Styles ]:---*/	
/*div.float-left {
	float: left;
}*/

/*.column-1, .column-2 {
	margin-left: 75px;
	line-height: 2.5em;
	margin-top: 75px;
	margin-bottom: 75px;
}*/

/*---:[ Custom Styles - http://www.billerickson.net/wordpress-thesis-multiple-content-areas/ ]:---*/	
.column {float: left;}
#content-0 {width: 250px;}
#content-1 {width: 250px;}
#content-2 {width: 250px;}

	/* @group Clients Page */
	body.custom.clients div#content_box.no_sidebars {
		background: url(http://www.kellyupson.com/wp-content/assets/clients.jpg) no-repeat right bottom !important;
		height:  500px;
		margin-top: 25px;
	}
	body.custom.clients div#content_box.no_sidebars #content-1 {
		width: 225px;
		margin-left: 50px;
		padding-top: 25px;
		}		
	body.custom.clients div#content_box.no_sidebars #content-2 {
		width: 225px;
		margin-left: 50px;
		padding-top: 25px;
		}
	body.custom.clients div#content_box.no_sidebars #content-1 h4, body.custom.clients div#content_box.no_sidebars #content-2 h4 {
		font-size: 13px;
		color: #888888;
		font-weight: normal;
		line-height: 2.5em;
		}
	/* @end */
	
	/* @group About Page */
	body.custom.about div#content_box.no_sidebars {
		background: url(http://www.kellyupson.com/wp-content/assets/about.jpg) no-repeat left bottom !important;
		height:  500px;
		margin-top: 25px;
	}
	
	body.custom.about div#content_box.no_sidebars #content-1, 	body.custom.about div#content_box.no_sidebars #content-2, body.custom.about div#content_box.no_sidebars #content-3 {
		width: 425px;
		margin-left: 400px;
		padding-top: 25px;
		}
		
	body.custom.about div#content_box.no_sidebars #content-1 h4, 	body.custom.about div#content_box.no_sidebars #content-2 h4, body.custom.about div#content_box.no_sidebars #content-3 h4 {
		font-size: 13px;
		color: #888888;
		font-weight: normal;
		line-height: 2em;
		}
	
	/* @end */	

	/* @group Contact Page */
	body.custom.contact div#content_box.no_sidebars {
		background: url(http://www.kellyupson.com/wp-content/assets/contact.jpg) no-repeat right bottom !important;
		height:  500px;
		margin-top: 25px;
	}
		body.custom.contact div#content_box.no_sidebars #content-1 {
		width: 425px;
		margin-left: 200px;
		padding-top: 100px;
		}
		
	body.custom.contact div#content_box.no_sidebars #content-1 h4 {
		font-size: 13px;
		color: #888888;
		font-weight: normal;
		}
	/* @end */
			
/* ------ NextGen Gallery - Image browser style --------*/

.custom .ngg-imagebrowser h3 {
	text-align:center;
	display: none;
}

.custom .ngg-imagebrowser img {
	border: 0;
	margin: 0; 
	width: 850px;
	height: 550px;
	display:block !important;
	padding:0;
}

.custom .ngg-imagebrowser {
	width: 850px;
	margin: 0;
	padding: 0;
}

.custom .ngg-imagebrowser-nav {
	padding: 5px 0;
	margin-left:0;
	margin-right: -5px;
	float: right;
}

.custom .ngg-imagebrowser-nav .back a, .custom .ngg-imagebrowser-nav .next a {
	text-decoration: none;
	color: #907859;
}

.custom .ngg-imagebrowser-nav .back {
	float:left;
	margin-right:3px;
	padding:3px 7px;
	border:0;
}

.custom .ngg-imagebrowser-nav .next {
	float:left;
	margin-right:3px;
	padding:3px 7px;
	border:0;
}

.custom div.ngg-imagebrowser-desc {
	clear: both;
	position: relative;
	top:  -15px;
	left: -725px;
	color: #907859;
}
.custom div.ngg-imagebrowser-desc p {
	margin-bottom: 0;
}

.custom .ngg-imagebrowser-nav .counter {
	display: none;
	text-align:center;
	font-size:0.9em !important;
}

.custom .exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

