/*
Theme Name: JR Design Portfolio 3.0 Theme
Description: Get me a job!
Version: 1
Author: John Rhea

*/

* {padding: 0px; margin: 0px;}

body {
	background-color: #2e3535;
	background-image: url('images/bkgrd.jpg');
	background-repeat: repeat;
}

img {
	padding: 0;
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.3333333;
	color: #703435;
}

h3 { font-size: 1.2em; }
h4 { font-size: 1.05em; }
h5 { font-size: .95em; }
h6 { font-size: .9em; }

p {
	font-size: 0.875em;
	line-height: 1.3333333;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 15px;
	color: #242424;
}

a {
	color: #703435;
	font-weight: bold;
	text-decoration: none;
}

#wrapper { 
	background-color:#FFFAF3; 
	width: 820px;
	margin: auto;
	margin-top: 50px;
}

#header {
	background-image: url('images/header.jpg');
	overflow: hidden;
	height: 60px;
}

#nav {
	clear: both;
	background-image: url('images/navbkgrd.jpg');
	padding: 3px 3px 3px 6px;
}

#nav ul li {
	list-style-type: none;
	display: inline;
	padding-right: 20px;
	color: #FFFFFF;
}

#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 0.875em;
}

#nav ul li a:hover {
	text-decoration: underline;
}

#content {
	width: 520px;
	height: 525px;
	float: left;
	padding: 30px;
	background-color:#FFFAF3;
	overflow: hidden;
}

#content-home {
	width: 520px;
	height: 540px;
	float: left;
	padding: 15px 30px 30px 30px;
	background-color:#FFFAF3;
	overflow: hidden;
}

#newwindow {
	float: right;
	padding: 0;
	margin-top: -10px;
}

#newwindow a {
	text-decoration: none;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 0.75em;
}

#newwindow a:hover, #content a:hover {
	text-decoration: underline;
}

#content h3, #content-home h3 {
	padding-top: 10px;
}

#sidebar {
	width: 240px;
	height: 585px;
	float: right;
	background-image: url('images/sidebar.jpg');
}

#sidebar-text {
	padding:20px 10px 20px 30px;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar ul li {
	padding-left: 20px;
}

#sidebar img {
	padding: 5px 20px 10px 0;
}

#footer {
	clear: both;
	width: 820px;
	margin: auto;
	margin-bottom: 40px;
}

#footer p {
	color: #3d3d3d;
	padding: 5px 0 0 3px;
}

.img-display {
	float:left;
	padding: 0px;
}

.post {
	margin-bottom: 15px;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.quotemark-lt {
	float: left;
	font-size: 2.5em;
	padding: 0;
	margin-top: -12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	width: 30px;
}
.quotemark-rt {
	float: right;
	font-size: 2.5em;
	padding: 0;
	margin-top: -30px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	width: 30px;

}

.testimonial p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Times, serif;
	margin: 10px 30px 0px 30px;
	width: 460px;
	font-size: 0.875em;
}

.signature {
	clear: both;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Times, serif;
	margin-left: 50px;
	font-size: 0.875em;
}

.spacer {
height: 20px;
margin: 0;
padding: 0;
}

.nextpage {
	float: right;
}
