/*
Theme Name: Portfolio
Theme URI: http://www.ryanhageman.com
Description: A simple portfolio for designers
Version: 0.01
Author: Ryan Hageman
Author URI: http://www.ryanhageman.com
*/

/* font-face */
@import url(style_font.css) all;

/* reset */

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 reset */

/* data */
/* colors: yellow = #fff200 , red = #ed1c24 , blue = #0e76bc */

/* structure */

#wrapper {
	width: 950px;
	margin: 0 auto 0 auto;
}

/* header */

#header {
	width: 950px;
	margin: 25px 0 25px 0;
	font-family: dreg, Helvetica, Arial, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
}

#header #title-image a {
	width: 480px;
	height: 52px;
	display: block;
	background: url(images/headerimage_rollover.png) no-repeat top left;
	text-decoration: none;
}

#header #title-image a:hover {
	background-position: 0 -52px;
	text-decoration: none;
}

#title-link {
	display: block;
	width: 100%;
	height: 100%;
}

/* 
#header_email {
	margin-top: 8px;
}
*/

#header h1 a {
	display: none;
}

#header_left {
	float: left;
	height: 50px;
	width: 495px;
	margin: 0 10px 0 0;
}

#header_middle {
	float: left;
	height: 50px;
	width: 160px;
	margin: 0 225px 0 0;
	padding-top: 12px;
}


#header_right {
	height: 50px;
	padding-top: 12px;
}


/* body */

body {
	font-size: .9em;
}

#container {
	clear: both;
}

.post_title {
	position: absolute;
	margin-top: 350px;
	z-index: 20;
	width: 500px;
	padding: 10px 10px 10px 10px;
	background: #FFF;
}

.post_title h2 {
	margin: 0 0 5px 0;
}

h2.single-title {
	margin: 0 0 10px 0;
}

.entry-content {
	width: 950px;
	min-height: 500px;
	border-bottom: 1px dotted #999;
}

.entry-img {
	width: 600px;
	/*float: right;*/
	margin: 0 10px 0 0;
}

.entry-text {
	width: 340px;
	float: right;
}

.entry-text p {
	margin: 0 0 10px 0;
}

.page-wide {
	width: 600px;
	margin: 0 0 10px 0;
}

.page-wide p {
	margin: 0 0 10px 0;
}

.page-slim {
	width: 340px;
	float: right;
}

.page-slim p{
	margin: 0 0 10px 0;
}

.sub-entry-text {
	width: 340px;
}

.sub-entry-text p {
	margin: 0 0 10px 0;
}

.entry-content img {
	margin: 10px 0 10px 0;
}

.entry-meta {
	clear: both;
	margin: 0 0 10px 0;
}

#nav_below {
	clear: both;
	margin: 100px 0 0 0;
}

/* footer */

#footer {
	clear: both;
	margin: 25px 0 25px 0;
	
}

#fineprint {

}

#footer a.liscense_image {
	display: inline-block; 
	vertical-align: middle;
	text-decoration: none;
}

/* typography */

p {
	font-family: dreg, Helvetica, Arial, sans-serif;
	font-size: .8em;
	line-height: 1.3em;
}

#header {
	font-family: dreg, Helvetica, Arial, sans-serif;
	font-size: .8em;
}

h2 {
	font-family: dregbold, Helvetica, Arial, sans-serif;
	font-size: 2em;
}

.entry-utility {
	font-family: dregbold, Helvetica, Arial, sans-serif;
	font-size: 9px;
}

#footer {
	font-family: dregbold, Helvetica, Arial, sans-serif;
	font-size: 9px;
}


/* links */

a:link {
	color: #000;
	text-decoration:none;
	
}

a:hover {
	color: #000;
	text-decoration: none;
	background: #fff200;
}

a:visited {
	color: #333;
	text-decoration: none;
}

#title-link a:hover {
	color: #000;
	text-decoration:none;
}

#footer a.liscense_image a:hover {
	color: #000;
	text-decoration:none;
}
