/*
THEME NAME: 1CR
THEME URI: http://1stClassResume.com
DESCRIPTION: Theme for 1stClassResume.com
VERSION: 1.0
*/

@import "reset.css";

body {
	background: #FAFAFA;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
}

a {
	color: #0300bb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 760px;
	background: #FFF;
	margin: 0 auto;
	border: 0px dotted green;
}

#header {
	overflow: hidden;
	width: 740px;
	border-bottom: 3px solid #fff;
	margin: 5px auto 0 auto;
}

#logo {
	font-size: 32px;
	margin: 0;
	font-weight: bold;
	float: left;
	border: 0px dotted black;
	line-height: 54px
}

#logo a:hover {
	text-decoration: none;}

#container {
	width: 700px;
	overflow: hidden;
	margin: 30px auto 25px auto;
	border: 0px dotted blue;
	clear: left;
}

#content {
	float: left;
	width: 468px;
	border: 0px dotted red;
}

.post {
	margin-bottom: 10px; border: 0px dotted red;
}

.post-title {
	font-size: 140%;
	line-height: 1.2;
}

.post-title a {
	color: #333333;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p, .indexblock p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	display: block;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 200px;
	border: 0px dashed brown;
	margin: 0;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 90%;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer {
	margin: 0 auto;
	width: 840px;
	height: 20px;
	border-top: 1px solid #EAEAEA;
	padding: 20px;
}

#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.im468x60 {
	width: 468px;
	height: 60px;
	background-color: #fff;
	float: right;
}

.im728x90 {
	width: 728px;
	height: 90px;
	background-color: green;
	float: right;
}

.breadcrumb {font-size: 12px; border: 0px dotted green; margin: 10px 0 0 30px;
}

.indexblock {border-bottom: 3px solid #ccc; margin: 0 0 10px 0;}

.catblock {border: 0px dotted red;}

.indexblock .post-content, .catblock .post-content {margin: 0;}

.blocktitle {font-size: 140%; line-height: 1.2; margin: 0 0 10px 0;}

.blockhead {font-weight: 700; line-height: 1.2; margin: 0;}

.indexblock a, .catblock a {color: #0300bb;}

.signup {border: 1px solid #999; margin: 0 auto; padding: 10px 0; background-color: #e3e3e3;}

.amazon, .sideblock {border: 1px solid #999; margin: 0 auto; padding: 10px 5px; background-color: #e3e3e3;}

.signup h3 {text-align: center; color: red; text-transform: none; border-bottom: 0; font-size: 120%;}

.signup p {text-align: center; margin: 10px 0;}

.amazon p {margin: 10px 0;}

.amazon a {color: #0300bb;}

.amaz-desc {line-height: 1.3;}

.links728 {border: 0px solid green; width: 728px; height: 15px; margin: 10px auto 0 auto;}

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

.float300a {float: left; margin: 0 0 10px 0;}

.float300b {float: left; margin: 0 10px 10px 0;}

.sky160ad {margin: 0 10px 10px 0; border: 1px solid #0300bb; height: 600px; width: 160px; float: left;}

.classified {float: right; width: 158px; height: 250px; margin: 0 0 10px 0; padding: 0;}

.johnson {border: 2px solid #4c1313; background-color: #e3e3e3; margin: 10px 30px; padding: 10px; clear: both; }
.johnson a, #within .johnson a :visited {color: #0300bb; text-decoration: underline;}

#nav {margin: 0; padding: 0 0 0 5px; border-bottom: 1px solid #999; height: 21px;}

#nav li {list-style: none; float: left; margin-left: 2px; padding-left: 11px; white-space: nowrap; font-size: 11px; line-height: 22px; background: #bbb url(http://1stclassresume.com/images/tab-off.gif) 0 0 no-repeat;}

#nav a {display: block; float: left; padding: 0 12px 0 0; text-decoration: none; color: #333; font-weight: bold; background: #999 url(http://1stclassresume.com/images/tab-off.gif) 100% 0 no-repeat; width: .1em;}
html>body #nav a {width: auto;}  /* hack to fix IE6 */
/*Commented backslash hack for IE5-Mac \*/
#nav a {float: none;} /* End IE5-Mac hack */

#nav a:hover {color: #fff;}

#nav li:hover, #nav li:hover a {background-image: url(http://1stclassresume.com/images/tab-hi.gif);}

#nav #current, #nav #current a {color: 000; background-image: url(http://1stclassresume.com/images/tab-on.gif);}

#nav #current a:hover {color: #000;}

.sample {font-size: 90%; font-family: Georgia, Times, serif; clear: both;}
.sample2 {font-size: 90%; font-family: Arial, Helvetica, sans-serif;}
.sample, .sample2 {border: 2px solid #777; padding: 10px 20px;}
.sample table, .sample2 table {border: 0px dotted red; padding: 0; margin: 0; width: 100%;}
.sample table td, .sample2 table td {border: 0px dotted #0300bb; padding: 0; margin: 0; line-height: 1.3;}
.example {text-align: center; margin: 0 0 10px 0;}


