/*
THEME NAME: APS for WordPress
THEME URI: 
DESCRIPTION: The Artist Portfolio Services WordPress Theme
VERSION: 1.0
AUTHOR: Kurt Perschke and Hafiz Rahman
AUTHOR URI: http://playworkplay.com/

*/

/*
-----------------------------------------------------------------
	structure
----------------------------------------------------------------- */

body {
	/* 
	overflow: hidden;
	*/
	height: 100%;
	}
	
body#home-slideshow {
	overflow:hidden; /*Needed to eliminate scrollbars*/	
	}
	
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	background: url("images/trans.png") repeat;
	}	

#navbar {
	width: 960px;	
	}	

.container {
	position: relative;
	margin-top: 160px !important;
	margin-left: 60px;
	margin-bottom: 100px;
	padding: 0 15px 0 15px;	
	background: #fff;
	}
	
#homepage {
	margin-top: 120px !important;
	margin-left: 60px;
	margin-bottom: 100px;
	padding: 0 15px 0 15px;
	width: 600px;
	z-index: 5;
	}		
	
#sidebar {
	background: #f9f9f9;
	margin-bottom: 15px;
	width: 230px;
	float: right;
	}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 3px 0;
	background: url("images/trans.png");
	color: #fff;
	letter-spacing: .5px;
	}
	
/*
-----------------------------------------------------------------
	header & nav
----------------------------------------------------------------- */	
#header h1 {
	margin: 10px 0 0 60px;
	font-family: Verdana, sans-serif;
	font-size: 1.4em;
	}

#header h1 a {
	color: #fff;
	text-decoration: none;
	}

#header-meta {
	float: left;
	margin-left: 100px;
	height: 20px;
	padding-top: 0px;
	font-family: Verdana, sans-serif;
	color: #fff;
	}

#header-meta a {
	color: #fff;
	text-decoration: none;
	}

#header-meta form {
	display: inline;
	margin-left: 5px;
	}

#header-meta input {
	background: transparent;
	border: 1px solid #ccc;
	color: #A0D158;
	}
	
#nav {
	padding-left: 60px;
	}	
	
/* NOTE:
 * The CSS stylings for the dropdown menu is inside superfish.css
 */

/*
-----------------------------------------------------------------
	contents
----------------------------------------------------------------- */	 

#homepage h2 {
	color: #fff;
	font-size: 7.6em;
	font-weight: bold;
	line-height: 1.25;
	}

#content {
	width: 470px;
	float: left;
	padding-bottom: 20px;
	}
	
#page-content {
	width: 700px;
	float: left;
	padding-bottom: 20px;
	}

#portfolio-content {
	width: 720px;
	float: left;
	padding-bottom: 20px;
	}

.post h2 {
	font-size: 2em;
	color: #333;
	margin: 0 0 20px 0;
	}
	
.post h2 a {
	color: #333;
	text-decoration: none;
	}

.post blockquote {
	background: url("images/blockquote.png") top left no-repeat;
	padding-left: 20px;
	}

h2#page-title {
	font-size: 3em;
	color: #333;
	margin: 0 0 10px 0;
	}
	
.post .entry-meta {
	color: #666;
	font-size: 1em;
	padding-left: 20px;
	margin-top: -10px;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	}

.post .entry-meta a {
	color: #666;
	text-decoration: none;
	}

.post .entry-meta a:hover {
	color: #666;
	text-decoration: underline;
	}	
	
.post .entry-commentcount {
	margin: 2px 0 30px 20px;
	}

.post .entry-commentcount a {
	background: #5c5c5c;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	padding: 0 30px 0 10px;
	width: 120px !important;	
	display: block;
	}

h2.title { 
	font-size: 3em; 
	line-height: 1; 
	margin-bottom: 0.5em; 
	padding-top: 15px; 
	}
	
.gallerygrid img { 
	padding:0 0 10px 0;
	}

h2.h4equiv { 
	font-size: 1.2em; 
	line-height: 1.25; 
	margin-bottom: 1.25em; 
	} /* so wordpress can use the H2 tag for title, but adjusts size */	
	
/* portfolio single post */
	
#content-portfolio {
	margin-top: -15px;
	}
	
#portfolio-slideshow {
	background: gray; 
	width: 320px; 
	height: 180px; 
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	}
		
#nav-portfolio .nav-previous {
	font-weight: bold;
	position: absolute;
	top: 0;
	left: -50px;
	text-decoration: none;
	}
	
#nav-portfolio .nav-next {
	font-weight: bold;
	position: absolute;
	top: 0;
	right: -50px;
	text-decoration: none;
	}	

#nav-portfolio a {
	color: #fff;
	font-size: 4em;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	}	

#nav-portfolio a:hover {
	color: #82c13f;
	}

#portfolio-caption {
	background: url("images/trans.png");
	color: #fff;
	padding: 10px;
	width: 350px;
	position: fixed;
	right: 0;
	top: 75%;
	z-index: -5;
	}
	
.navigation a {
	text-decoration: none;
	color: #333;
	}

.navigation .nav-previous {
	float: left;
	width: 45%;
	}

.navigation .nav-next {
	float: right;
	width: 45%;
	text-align: right;
	}
	
.thumbnail-container {
	float: left;
	width: 230px;
	height: 130px;
	margin: 10px 10px 10px 0;
	}
	
.thumbnail-container a {
	position: relative;
	}	
.thumbnail-container a span {
	display: none;
	}

.thumbnail-container a:hover span {
	display: block;
	width: 210px;
	position: absolute;
	background: #333;
	color: #fff;
	height: 100%;
	left: 0;
	padding: 7px 10px;
	font-size: 0.9em;
	background: url("images/trans.png") repeat;
	}
	
/* search result */	
div.search-result h2 {
	margin-bottom: 0;
	padding-bottom: 5px;
	}
div.search-result h2 a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
	}

div.search-result div.entry-meta {
	font-size: 11px;
	border-top: 1px solid #eee;
	padding-top: 5px;	
	color: #666;
	margin-bottom: 30px;
	}

div.search-result div.entry-meta a {
	color: #333;
	}	
	
/*
-----------------------------------------------------------------
	comments
----------------------------------------------------------------- */	

#comment-body {
	margin-top: -28px;
	}

#commentform {
	margin: 5px 10px 0 20px;
	padding: 0 30px 30px 0;
	}

	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform input {
	padding: 3px 5px;
	width: 200px;
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;		
	font-size: 1.2em;
	}	
	
#commentform textarea {
	width: 100%;
	padding: 3px 5px;
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	}

#commentform textarea:focus, #commentform input:focus {
	background: #eee;
	}	
	
#commentform #submit {
	float: right;
	margin-right: -12px;
	font-size: 0.9em;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	line-height: 1.5;
	}

.commentlist li {
	margin: 15px 0 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.children { 
	padding: 0; 
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.comment-author {
	margin-left: 55px;
	margin-top: -13px;
	display: block;
	font-weight: bold;
	}

.comment-author cite {
	font-weight: bold;
	font-style: normal;
	}

.comment-author	a {
	text-decoration: none;
	color: #333;
	}

.commentlist li.comment-item {
	margin: 0 0 30px 0;
	padding: 10px 0;
	background: #333 url("images/comment.png") left top no-repeat;
	}

.commentlist li.author {
	background: #4d4845 url("images/comment-author.png") left top no-repeat;
	}

.comment-text {
	padding: 1px 10px;
	color: #fff;	
	}

.commentmetadata {
	margin: 5px 15px -5px 0;
	display: block;
	font-size: 1em;
	padding-bottom: 5px;
	text-align: right;
	font-size: 0.9em;
	}	

.commentmetadata a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
	}
	
.commentheader {
	margin: 2px 0 30px 20px;
	background: #5c5c5c;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	padding: 0 30px 0 10px;
	width: 120px !important;	
	display: block;
	}	
	
h3#leave-reply {
	margin: 10px 0 10px 10px;
	font-size: 1em;
	font-weight: bold;
	padding: 0 30px 0 10px;
	}

/*
-----------------------------------------------------------------
	sidebar
----------------------------------------------------------------- */	

#sidebar ul#widgets {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
	
#sidebar ul#widgets li {
	margin: 0;
	padding: 0;
	}
	
#sidebar ul#widgets h2 {	
	background: #f0f0f0;
	border-bottom: 1px solid #d8d8d8;
	font-size: 1em;
	font-weight: bold;
	padding: 5px 7px;
	margin: 0 0 10px 0;
	}

#sidebar ul#widgets ul {
	margin: 0;
	padding: 0 7px;
	font-size: 0.9em;
	list-style-type: none;
	}
	
#sidebar ul#widgets ul li {
	margin-bottom: 10px;
	padding: 0;
	}	

#sidebar ul#widgets ul li li {
	padding: 0 !important;
	margin: 10px 0 10px -8px;
	}
	
#sidebar ul#widgets ul a {
	color: #333;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	}	
	
/*
 * This is the CSS to change the sidebar's Recent Post hover and current font color
 */
	
#sidebar ul#widgets ul a:hover {	
	color: #fdbd5d;
	background: url("images/sidebar-bullet-hover.png") 5px 5px no-repeat;
	}

#sidebar ul#widgets ul a.current {	
	color: #ff6600;
	background: url("images/sidebar-bullet-current.png") 5px 5px no-repeat;
	}

	
/*
-----------------------------------------------------------------
	footer
----------------------------------------------------------------- */

#footer p {
	margin: 0 0 3px;
	padding-left: 60px;
	}	

#footer a {
	color: #fff;
	text-decoration: none;
	}
	
/*
-----------------------------------------------------------------
	supersized styles
----------------------------------------------------------------- */		
img {
		border:none;
	}

#supersize {
	/* position: absolute; */
	position: fixed;
	top: 0;
	left: 0;
	z-index: -3;
	}

#supersize img, #supersize a {
	height:100%;
	width:100%;
	display:none;
	cursor: default;
	}

#supersize a:hover {
	text-decoration: none !important;
	}

#supersize .activeslide, #supersize .activeslide img {
	display:inline;
	border: none;
	}

#supersize a span {
	background: url("images/trans.png");
	color: #fff;
	padding: 10px;
	width: 350px;
	position: fixed;
	right: 0;
	top: 75%;
	text-decoration: none !important;
	}
/*
-----------------------------------------------------------------
	kurt changes 4-11-09
----------------------------------------------------------------- */	

#header h1 {
	margin: 10px 0 0 70px;
	}
.page p, .post p  {width:600px;}

.page a , .post a {
color: #333;
	text-decoration: underline;
	}
.page a:hover, .post a:hover {
	color: #A0D158;
	text-decoration: underline;
	}	
	
