/*
THEME NAME: Portfolio - Mike Roelofs
PROGRAMMIN: Ties Linders - lndrs.com
BASED ON PORTFOLIO THEME FROM daltonrooney.com
VERSION: 1.2.1
*/

/* @group CSS Reset */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, 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:156px 0 0 200px;
	width: 700px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
}

div#content_home {
margin:0 0 0 200px;
width: 700px;
border:none;
}


div.sidebar {
float:left;
overflow:hidden;
width:180px;
}

div#secondary {
clear:left;
}

div#footer {
	clear:both;
	
}

div#secondary {
	clear:both;
	width:180px;
	position: fixed;
	left: 40px;
	bottom: 50px;
}


/* @end */

/* @group Sandbox Defaults */

.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
margin-top:2em;
}

div#primary{
	width: 180px;
	position: fixed;
	height: 400px;
	left: 40px;
	top: 166px;
}

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 {
	text-transform: uppercase;
	font-weight: bold;
}


div.sidebar h3 {
	text-transform: uppercase;
}

div.sidebar input#s {
width:7em;
}

div.sidebar ul li {
border-top-width: 1px;
border-top-style: dashed;
border-top-color: #000000;}

div.sidebar ul li h3{
	display: none;
}

div.sidebar ul li ul li{
	border: none;
	padding-top: 5px;
}


div.sidebar li {
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


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:none;
	text-indent: 10px;
}

div.sidebar a{
	text-decoration: none;
}

div.sidebar a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}


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


body {
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background: #ffffff;
	text-align: left;
	line-height: 1.3em;
	margin: 10px 0 0 40px;
	}

h1,h2{font: 'helvetica neue', helvetica,sans-serif;text-transform:uppercase;}

div#comments h3 {
	margin: 10px 0;
}

div.entry-content h3 {
margin: 10px 0;	
}	

a#toggle {
	color:#000000;
	text-decoration: none;
}

div.entry-content #toggle h3 {
	color:#000000;
	text-decoration: none;
	margin: 0;
}

a {
	color: #000000;
}


a:hover{color:#000000;}



#header {
	margin: 10px 0 5px 0;
	position: fixed;
	height: 100px;
	width: 180px;
	left: 40px;
	top: 35px;
}

h1#blog-title {
	font-size: 3em;
	letter-spacing: -1px;
	color: #000000;
	margin: 0;
	padding: 0;
}	

h1#blog-title a {
	color: #555;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

h2.entry-title, h2.page-title {
	font-size: 1.2em;
	margin: 8px 0 20px 0;
	text-transform: uppercase;
	text-decoration: none;

}

.post h2.entry-title {
	margin: 8px 0 0 0;
	text-transform: uppercase;
	text-decoration: none;
}

h2.entry-title a {
	text-decoration: none;
}

h3.entry-title {
	text-transform: uppercase;
	text-decoration: none;
	margin: 8px 0 0px 0;
}

h3.entry-title a{
	text-decoration: none;

}

h3.entry-title a:hover{
	text-decoration: none;
}


div.entry-date {
	margin: 0 0 10px 0;
	font-size: .8em;
	color: #000000;
}

	
.entry-meta {
	margin: 20px 0;
	width: 500px;
	display: none;
}

div.entry-content {
	width: 600px;
	margin: 0 0 25px 0;
}

div.entry-content a{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-decoration: none;
} 

div.entry-content a:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration: none;
}

div.entry-content img{
	border: none;
}

div.entry-content a img{
	border: none;
}

div.entry-content p a img{
	border: none;
}

div.entry-content p {
	margin: 0 0 20px 0;	
}

div.entry-content li {
	list-style-type: none;
	margin-bottom: 10px;
}

div.entry-content li ul li {
	list-style-type: none;
	padding-left: 10px;
	margin: 0;
}

div.entry-content form {
	margin: 0 0 10px 0;
}

.post {
	padding: 0 0 80px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}

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;
}

/* @group Slideshow Gallery */

.nav {
	margin: 10px 0 10px 0;
}

.project-info {
	display: none;
}

div.entry-content p.caption {
	font-size: .9em;
	margin:  5px 0 0 0;
}

div.pro-player-container {
	background-color: #FFFFFF;
	background-image: none;
	padding-top: 30px;
}

object{
	padding-top: 30px;
}

div#musictips{
	height: 20px;
	width: 180px;
	left: 53px;
	bottom: 30px;
	position: fixed;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
}

#musictips a{
	text-decoration: none;
}

#music_header{
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}

/* @end */
	
/* @group Homepage */

div.entry-content.homepage {
	margin: 156px 0 0 0;
}

div.slideshow {
	margin: 0 0 20px 0;
}



/* @end */

/* @end */


