/* @override 
	http://nk.daltonrooney.com/wp-content/themes/portfolio/style.css
	http://www.nikolaskoenig.com/wordpress/wp-content/themes/portfolio/style.css
*/

/*
THEME NAME: Portfolio - NK
THEME URI: http://www.daltonrooney.com/portfolio
DESCRIPTION: Clean portfolio theme for artists, built on Sandbox
VERSION: 1.3 - Custom
AUTHOR: <a href="http://daltonrooney.com">Dalton Rooney</a>
AUTHOR URI:
TAGS: white, left sidebar, minimalist, sandbox
*/


/* @group CSS Reset */

/* v1.0 | 20080212 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Two column with sidebar on left */

div#container {
float:right;
margin:0 0 0 -200px;
width:100%;
}

div#content {
margin: 0 0 0 200px;
width: 700px;
}

div.sidebar {
float:left;
overflow:hidden;
width:180px;
}

div#secondary {
clear:left;
}

div#footer {
clear:both;
width:100%;
}


/* @end */

/* @group Sandbox Defaults */

.entry-title,.entry-meta {
clear:both;
}

div#primary {
margin-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:50%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}


input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}



/* @end */

/* @group Portfolio */

/* @group Sidebar */

div#primary.sidebar a, div#secondary.sidebar a {
	font-size: 13px;
	text-decoration: none;
	color: #666666;
}

div#primary.sidebar ul.sub-menu{
	margin: 3px 0 0 5;	
}

div#primary.sidebar ul.sub-menu li a{
	font-size: 10px;	
}

div#primary.sidebar a:hover {
	color: #111111;
}

div#primary.sidebar li.current-menu-item a {
	color: #111111;
}

div#primary.sidebar li.current-menu-item ul.sub-menu li a {
	color: #666666;
}

div#primary.sidebar li.current-menu-item ul.sub-menu li a:hover {
	color: #111111;
}

div#primary.sidebar li.menu-item-ancestor ul.sub-menu li.current-menu-item a {
	color: #111111;
}


div#primary.sidebar li {
	list-style-type: none;
	padding: 5px 0 0 0;
}

div#primary.sidebar ul.sub-menu li {
	margin: 0;
	padding: 0;
}

ul.sub-menu li{
	display: none;
}

ul.menu li.current-menu-item ul.sub-menu li, ul.menu li.menu-item-ancestor ul.sub-menu li {
	display: block;
}



body.parent-pageid-353 ul.sub-menu li{
	display: block;
}


/* @end */


body {
	font-family: 'helvetica neue',helvetica, arial,sans-serif;
	font-size: .9em;
	color: #555555;
	background: #ffffff;
	text-align: left;
	line-height: 1.3em;
	margin: 40px 0 0 40px;
	}
	
body.blog div#content, body.archive div#content, body.search div#content, body.four04 div#content {
	margin-top: 51px;
}	

h1,h2{font:bold 'helvetica neue', helvetica,sans-serif;
margin:  0;
padding:  0;}

div#comments h3 {
	margin: 10px 0;
}

div.entry-content h3 {
margin: 10px 0;	
}

div.entry-content {
	color:#555555;
text-decoration: none;
margin: 0;
}

a {
	color: #777777;
}


a:hover{color:#666666;}



#header {
	margin: 0;
	height: 15px;
	display: inline;
}

h1#blog-title {
	font-size: 18px;
	letter-spacing: -1px;
	color: #444444;
	margin: 0;
	padding: 0;
	display: inline;
	height: 15px;
}	

h1#blog-title a {
	color: #333333;
	text-decoration: none;
	margin: 0;
	padding: 0;
}


h2.entry-title {
	font-size: 1em;
	text-transform: none;
	margin: 2px 0 0 -1px;
}

body.page h2.entry-title {
	visibility: hidden;
}

div.contactform {
margin: 0 0 20px 0;	
	font-size: 13px;
	width: 500px;
	color: #444444;
}

div.contactleft, div.contactright {
	text-align: left;
	margin: 0 0 8px 0;
	padding: 0;
}

div.contactright {
	font-size: 10px;
}

div.contactright input {
	width: 250px;
}

div.contactright textarea {
	width: 254px;
}

div.contactright input#contactsubmit {
	width: 60px;
}

h2.entry-title a {
	text-decoration: none;
	color: #555555;
}
	
div.entry-date {
	margin: 0 0 10px 0;
	font-size: .8em;
	color: #aaaaaa;
}

	
.entry-meta {
	margin: 20px 0;
	width: 500px;
	font-size: 11px;
}

div.entry-content {
	width: 600px;
	margin: 30px 0 25px 0;
}



div.entry-content p {
	margin: 0 0 20px 0;	
	font-size: 13px;
	width: 500px;
	color: #444444;
	
}

div.entry-content li {
	list-style-type: disc;
	margin: 0 0 10px 0;
}

div.entry-content form {
	margin: 0 0 10px 0;
}

.post {
	margin: 0 0 80px 0;
}

body.archive.date div.entry-content, body.archive.category div.entry-content, body.archive.tag div.entry-content {
margin: 0;	
}

body.archive.date div.entry-meta, body.archive.category div.entry-meta, body.archive.tag div.entry-content {
display: none;}

span.details {
	font-size: .8em;
	color: #aaaaaa;
}

div#col1 {
	width: 300px;
	float: left;
}

div#col2 {
	width: 300px;
	float: left;
}

body.search div#secondary.sidebar {
	display: none;
}


/* @group Slideshow Gallery */

.slideshow {display: none;}
.thumbs {display: none;}
		
body.page-template.page-template-project-slideshow-php h2.entry-title{
	display: none;
}

div.next {
	display: none;}

div.first.next {
	display: block;
}

body.page-template.page-template-project-slideshow-php div.entry-content {
	margin-top: 52px;
}

.nav {
	
	display: none;
	margin: 0 0 10px 0;
	font-size: 11px;
	display: block;
}


div.slideshow {
margin: 0 0 20px 0;
position: static;
}


div.entry-content p.caption {
	color: #666666;
	font-size: 12px;
	margin:  5px 0 0 0;
}

.thumbs { 
	margin: 0 0 0 -21px; 
	padding: 0;
	width: 774px;
}

#slides a img.attachment-thumbnail {
	opacity:0.5;
	filter:alpha(opacity=50)
}

#slides a img.attachment-thumbnail {
	opacity:0.5;
	filter:alpha(opacity=50)
}

#slides a:hover img.attachment-thumbnail, #slides li.activeSlide a img.attachment-thumbnail  {
	opacity:1;
	filter:alpha(opacity=100)
}

#slides li {
	display: inline;
}


div.nav a {
	display: block;
	float: left;	
}

div.nav a#pauseButton, div.nav a#resumeButton, div.nav a#next, div.nav a#prev {
	height: 11px;
	margin: 3px 0 0 0 ;
	text-indent: -1000px;
} 

div.nav a#resumeButton {
	width: 10px;
	background: url(assets/play.png) no-repeat 0 0;
	margin:  3px 8px 0 0;
}

div.nav a#pauseButton {
	width: 10px;
	background: url(assets/pause.png) no-repeat 0 0;
	
}


div.nav a#prev {
	width: 15px;
	background: url(assets/left.png) no-repeat 0 0;
	margin:  3px 10px 0 15px;
}


div.nav a#next {
	background: url(assets/right.png) no-repeat 0 0;
	width: 15px;
	margin:  3px 15px 0 0;

}


div.nav #pauseButton:hover, div.nav #resumeButton:hover  {
	background-position: -10px 0;
}


div.nav #next:hover, div.nav #prev:hover  {
	background-position: -15px 0;
}


/* @end */
	
/* @group Homepage */

div.entry-content.homepage {
	margin: 0 0 0 0;
}

div.homepageslideshow {
	margin: 65px 0 20px 0;
}



/* @end */

/* @end */




