/*
Theme Name: RyanBoswell.com-V4
Theme URI: http://ryanboswell.com/
Description: The 4th design of RyanBoswell.com.
Version: 4.0
Author: Ryan Boswell / Ambit Studios
Author URI: http://ambit-studios.com/
Tags: blue, fixed width, one column
*/

/** Generic Styles **/
*{ margin: 0; padding: 0; }

body {
	background: #ddd;
	font: normal normal normal 1em 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	font-size: 13.5px;
	color: #eee;
	text-shadow: rgba(0, 0, 0, 0.496094) 2px 2px 10px;
}


h1 {
	font-size: 2.8em;
	font-weight: normal;
	padding-top: 20px;
	text-shadow: rgba(0, 0, 0, 0.496094) 8px 10px 7px;

}
h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: rgba(0, 0, 0, 0.496094) 4px 6px 5px;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 10px;
	text-shadow: rgba(0, 0, 0, 0.496094) 2px 4px 3px;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	text-shadow: rgba(0, 0, 0, 0.496094) 2px 2px 2px;
}

p {
	margin: 0 0 .7em 0;
	padding: 0;
	line-height: 1.3em; 
}

a {
	text-decoration: none;
	color: #0099ff;
	text-shadow: rgba(0, 0, 0, 0.496094) 3px 3px 3px;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 5px 5px 10px 10px;
	list-style: disc;
}
ol {
	margin: 5px 5px 10px 10px;
}
li {
	margin-left: 15px;
}

hr {
border: 0px;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 100%;
text-align: left;
margin-bottom:20px;
}

blockquote, form {
	margin: 20px 30px 20px 30px;
	border: 1px solid #555;
	padding: 15px;
	background: #222;
}

.clearall { clear:both; }
.centered{ text-align:center; }
.justified{ text-align:justify; }
.pushright{ text-align:right; }

.floatright, .alignright { float:right; display:inline; }
.floatleft, .alignleft { float:left; display:inline; }

.photo {
	padding: 2px;
	border: 2px solid #06b;
}

.profile-picture {
	border: 10px solid #fff;
	margin-left: -10px;
	margin-top: 5px;
	-webkit-transform: rotate(-2.5deg);
	-moz-transform: rotate(-2.5deg);
	-o-transform: rotate (-2.5deg);
	-webkit-box-shadow: rgba(0, 0, 0, 0.496094) 8px 10px 9px;
	-moz-box-shadow: rgba(0, 0, 0, 0.496094) 8px 10px 9px;
	-o-box-shadow: rgba(0, 0, 0, 0.496094) 8px 10px 9px;
}



/** Forms **/

form input, form textarea {
	margin-top: 10px;
	background: #222;
	border: 0px;
	border-bottom: 1px dashed #ddd;
	color: #ddd;
	font-size: 1.1em;
}

form input {
	padding: 0 5px 0 5px;
	height: 23px;
	width: 220px;
}

form textarea {
	height: 250px;
	width: 710px;
	align: center;
}

form input.widerinput {
	width: 300px;
}

form input.submit {
	border: 1px dashed;
}



/** Page Structure **/

#page {
	margin: 30px auto 30px auto;
	width: 950px;
	background: #333;
	border: 2px solid #0384da;
}

#header {
	width: 850px;
	margin-bottom:20px;
	padding: 10px 50px 10px 50px;
	overflow: hidden;
}

#middle {
	padding-left: 50px;
	padding-right: 50px;
	width: 850px;
}

#footer {
	width: 900px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 10px 50px 10px 50px;
}



/** Header **/

#header {
	border-bottom: #ccc 2px solid;
}


.masthead {
}

.masthead p {
	margin-top: 20px;
	font-size: 1.3em;
	display:none;
}

.navbar {
	dispaly: inline;
	margin-left: 600px;
	margin-top: -50px;
	list-style-type: none;

}

.navbar li {
   list-style-type: none;
   font-size: 1.1em;
   font-weight: bolder;
   padding-right: 10px;
   margin-bottom: 4px;
}


.navbar a { padding-bottom:2px; border-bottom: 1px solid #0099ff; }
.navbar a:hover {
	border-bottom: 0px solid #0099ff;
	text-decoration:none;
}


/** Middle **/

#middle {
}

.col1 {
	float: left;
	width: 300px;
	display: inline;
}
.col2 {
	float: right;
	width: 590px;
	display: inline;
	padding-left: 10px;
}

.col3 {
	float: left;
	width: 290px;
	display: inline;
	margin: 0 0 10px 0;
}
.col4 {
	float: left;
	width: 300px;
	display: inline;
	margin: 0 0 10px 5px;
}
.col5 {
	float: right;
	width: 290px;
	display: inline;
	margin: 0 0 10px 5px;
}

.col6 {
	width: 850px;
	margin: 0;
}


	.entry, .comment, .authorcomment {margin: 5px 0px 15px 0px; padding:0px;}
	.entry p, .entry li {padding-bottom: 5px; line-height:1.4em;}
	.comment {padding: 10px; font-size:.9em}
	.meta {font-size:.8em; margin:0px;}
	
	.navigation { margin: 20px; }


