/*  
Theme Name: Ryan's Theme
Description: Ryan's Theme for ryanspilhaus.com
Version: 1.0
Author: Ryan Spilhaus
Author URI: http://ryanspilhaus.com

*/
body, h1, h2, h3, h4, h5, h6, blockquote, p {
	margin: 0;
	padding: 0;
}

body {
	background: #fffefa url('images/gridbgerased.png') repeat-y top center;
	
    width: 100%;
	color: #000000;
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

.thetitle {
        margin: 0 0 0 15px;
}

h2, h2 a:link, h2 a:visited {
	font-family: Helvetica, Arial, Sans-serfif;
	font-size: 48px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 10px 10px 0;
	color: #1171BB;
}

h2 a:hover {
	font-family: Helvetica, Arial, Sans-serfif;
	font-size: 48px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 10px 10px 0;
	color: #FF9507;
}

a:link, a:visited {
	text-decoration: none;
	color: #1171BB;
}

p {
	padding: 10px 0 0 0;
}

a:hover {
	text-decoration: underline;
	color: #FF9507;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 960px;
	text-align: left;
}
/* ------------------- Header ------------------- */
#header {
	float: left;
	width: 960px;
	height: 250px;
	margin: 20px 0 0 0;
	background: url('images/ryanspilhausheader.png') no-repeat;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 12px 0 0;
	float: right;
}

#nav ul li {
	display: inline;
	font-size: 24px;
	font-family: Helvetica, Arial, Sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 0 15px;
}

#nav ul li a:link, #nav ul li a:visited {
	display: inline;
	font-family: Helvetica, Arial, Sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #1171BB;
}

#nav ul li a:hover {
	display: inline;
	font-family: Helvetica, Arial, Sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #FF9507;
}

/* ------------------- Portfolio -------------- */

#fcgallery {
	margin: 0 15px 0 5px;
	float: right;
	width: 535px;
}

div.workportfolio
{
  	background: #fffDF8 url('images/portfoliobg.png');
  	margin: 10px 0px 10px 0px;
  	border: 5px solid #fdf3e0;
  	width: 875px;
  	float: left;
}	
div.workportfolio img
{
  	display: inline;
  	border: 3px solid #fdf3e0;
  	margin: 10px 5px 10px 5px;
}
div.workportfolio a:hover img {
   	border: 3px solid #1171BB;
}

/* ------------------- Aboutpage -------------- */
#abouthead {
float: left;
width: 930px;
height: 90px;
background: url('images/thisisme.png') no-repeat;
}

.aboutpicture {
float: left;
width: 465px;
height: 510px;
background: url('images/ryanpiccomp.png') no-repeat;
}

.aboutcontent {
margin: 0 0 0 30px;
padding: 0 10px 0 20px;
float: left;
width: 400px;
}

/* ------------------- Body ------------------- */

#container {
	float: left;
	background: #fffDF8;
	width: 710px;
	border: 3px solid #fdf3e0;
}

#containerpage {
	float: left;
	background: #fffDF8;
	width: 960px;
	border: 3px solid #fdf3e0;
}

#containerpage h2 {
	text-align: center;
	font-family: Helvetica, Arial, Sans-serfif;
	font-size: 48px;
	line-height: 60px;
	text-transform: uppercase;
	padding: 10px;
}

p.404text {
	margin: 10px;
}

.post {
	padding: 10px 0 10px 0;
}

.post a:link, a:visited {
	text-decoration: none;
	color: #1171BB;
}

.post a:hover {
	text-decoration: underline;
	color: #FF9507;
}

.post h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
}


.entry {
	line-height: 18px;
	padding: 0 10px 0 20px;
}

.entry blockquote {
        background: #FFFFF1;
        padding: 15px;
}

.workentry {
	background: url('images/featured.png') no-repeat;
	line-height: 18px;
	padding: 0 10px 0 20px;
}

p.postmetadata {
	border-top: 1px dotted #ccc;
	margin: 10px 0 0 0;
}

.postmetadata img {
	border: 0px;
	margin: 2px 2px 0 2px;
}

.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 20px 0;
}

.post-date {
	float: right;
	display: inline;
	margin: 0 20px 0 10px;
	background: url('images/datebubble.png') no-repeat;
	height: 70px;
	width: 70px;
}

.month {
	margin: 2px 0 0 0;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-family: georgia, times-new-roman, serif;
	color: #1f88bb;
}

.day{
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: georgia, times-new-roman, serif;
	color: #FF9507;
}

/* ------------------- Sidebar ------------------- */

.sidebar {
	float: left;
	width: 240px;
	background: #fffDF8;
	border-left: 1px solid #fdf3e0;
	border-top: 3px solid #fdf3e0;
	border-bottom: 3px solid #fdf3e0;
	border-right: 3px solid #fdf3e0;
}

.sidebar ul {
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li {
	padding: 10px 0 10px 0;
}

.sidebar ul li h2 {
        padding: 10px 0 5px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #1171BB;
}

.sidebar ul li a:link, .sidebar ul li a:visited {
	text-decoration: none;
	color: #1171BB;
}

.sidebar ul li a:hover {
	text-decoration: underline;
	color: #FF9507;
}

.sidebar ul li li {
	padding: 0;
	line-height: 16px;
}

.sidebar img {
         border: 0px;
         margin: 0 0 0 15px;
}
/* ------------------- Footer ------------------- */

#footer{
    background: url('images/footer.png') no-repeat;
	clear: both;
	float: left;
	width: 960px;
	height: 250px;
}

#footer p {
	line-height: 18px;
}

.footertext {
    width: 710px;
	float: left;
	margin: 100px 0 0 0;
}
.footertext p {
	text-align: center;
	font-family: helvetica, arial, sans-serif;
}

/* ------------------- Comments ------------------- */

.comments-template{
	margin: 10px 0 0;
	border-top: 5px solid #fdf3e0;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0 0 0 20px;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	min-height: 90px;
	line-height: 18px;
	padding: 0 10px 0 20px;
	border-bottom: 1px dotted #ccc;
}

.comments-template ol li p {
	padding: 0 0 0 70px;
}

.comments-template h2, .comments-template h3{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 16px;
	color: #1171BB;
	margin: 0 0 0 20px;
}

.comments-template form {
    margin: 0 10px 0 20px;
    }
    
.commentmetadata{
	height: 35px;
	color: #7e7e7e;
	margin: 30px 0 0 0;
	font-size: 12px;
}
.commentmetadata a:link, a:visited {
	color: #FF9507;
	text-decoration: none;
}

.commentmetadata a:hover {
	color: #1171BB;
	text-decoration: none;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.avatar {
	border: solid 3px #fdf3e0; 
	float: left;
	margin: 0 5px 5px 0;
}



