/*
Theme Name: The Original Freelance Rant
Theme URI: http://www.freelancerant.com/
Description: Custom theme created by Johnny Spence.
Version: 1.0
Author: Johnny Spence
Tags: fixed width, two columns, widgets

First custom WP template made by Johnny S so it'll probably suck
*/
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	background: #F8F8F8;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
a {
	color:#008200;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	margin:0 0 10px 0;
	font-size:16px;
	font-weight:bold;
}
h2 {
	margin:0 0 10px 0;
	font-size:16px;
	font-weight:bold;
}
h3 {
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:bold;
}
h4, h5 {
	margin:0 0 10px 0;
	font-size:13px;
	font-weight:bold;
}
img {
	border:0;
}
p, li, td {
	font-size: 13px; 
	line-height: 20px;
	text-align:left;
}
.twoColFixRtHdr #container { 
	width: 900px;
	background: #FFFFFF;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-y;
	margin: 0 auto;
	padding: 0;
	border-left:1px solid #888888;
	border-right:1px solid #888888;
	border-bottom:1px solid #888888;
	text-align: left; 
} 
.twoColFixRtHdr #header { 
	width: 900px;
	background: #FFFFFF; 
	padding:0;
	margin: 0; 
} 
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 300px; 
	background: #EBEBEB; 
	margin: 0;
	padding: 0;
}
.twoColFixRtHdr #mainContent { 
	float:left;
	width:560px;
	margin: 0 20px 25px 20px;
	padding: 0;
} 
.twoColFixRtHdr #footer { 
	color:#FFFFFF;
	height:350px;
	padding:30px 0 0 0; 
	background:#000000; 
	text-align:center;
}
#alexa {
	display:none;
}
#footer_left, #footer_middle, #footer_right {
	width:250px;
	text-align:left;
	background:#000000; 
	padding-left:50px;
	float:left;
}
#footer_left p, #footer_middle, #footer_right p {
	margin:0 0 15px 0;
}

#accident_box {
	position:absolute;
	visibility:hidden;
	left:950px;
	top:10px;
	text-align:right;
	width:75px;
	height:145px;
	background-image: url(/images/worksign.jpg);
	background-repeat: no-repeat;
	padding:55px 75px 0 0;
}
#archive_list {
	padding:0;
	margin: 0;
}
#archive_list ul {
	padding:0;
	margin: 15px 0 15px 0;
}
#archive_list li {
	color: #333333;
	font: 12px Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	list-style-type: none;
	text-align:left;
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
}
#archive_list a {
	color: #008200;
	font-weight:bold;
	margin:0;
}
#archive_list a:link {
	text-decoration:none;
}
#archive_list a:visited {
	text-decoration:none;
}
#archive_list a:active {
	text-decoration:none;
}
#archive_list a:hover {
	text-decoration: underline;
}
#comments {
	width:560px;
	margin:15px 15px 15px 0;
	padding:0;
}
#comments p {
	margin-bottom:0;
}
#comments ul {
	padding:0;
	margin:0;
}
#comments li {
	font: 11px Arial,Helvetica,sans-serif;
	list-style-type: none;
	line-height: 14px;
	display: block;
	padding: 0;
	margin: 0;
}
#comments img {
	border: 0px solid #CCCCCC;
}
#copyright {
	padding-top:30px;
	clear:both;
}
#footer-social {
	width:200px;
	margin:0; 
	padding:0;
}
#footer-social a {
	height:18px;
	display:block;
}
#footer-social ul {
	margin:0; 
	padding:0;
}
#footer-social li {
	height:18px;
	list-style-type: none;
	margin:15px 0 0 1px; 
	padding:0 0 0 30px;
}
#footer-twitter {
	background:url(/images/twitter.png) no-repeat;
}
#footer-rss {
	background:url(/images/rss_icon.gif) no-repeat;
}
#footer-email {
	background:url(/images/email_icon.gif) no-repeat;
}
#footer-comments {
	background:url(/images/rss_icon.gif) no-repeat;
}
#footer-su {
	background:url(/images/stumbleupon.png) no-repeat;
}
#footer-digg {
	background:url(/images/digg.png) no-repeat;
}
#logo {
	width:242px;
	padding:30px 0 45px 20px;
	float:left;
}
#slogan {
	font-weight:bold;
	width:330px;
	padding:39px 10px 0 0;
	text-align:center;
	float:left;
}
#search_box {
	width:268px;
	padding:25px 15px 0 0;
	text-align:left;
}
#navbar {
	background:#000000;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height:26px;
	margin:0;
	padding:0 0 0 185px;
	clear:both;
}
#navbar, #navbar * { list-style: none; margin-left: 0; }
#navbar li { float: left; padding: 0; position: relative; }
#navbar a { display: block; height:20px;position: relative; padding: 3px 20px; }

#navbar ul { border-bottom: none; }
#navbar li:hover ul,
#navbar li.nav-hover ul { background: #fff; }

#navbar a { color: #FFFFFF;  background: #000000; border-right: 1px solid #FFFFFF; }
#navbar a:hover { color: #000000;text-decoration: none; background: #FFFFFF; }
#navbar ul a { border-right: none; }
#navbar li:hover, 
#navbar a:focus { color: #FF0000; }

#popular_posts {
	margin:0;
	padding:0;
}
#post_author {
	border: 1px solid #CCCCCC;
	background-color:#F8F8F8; 
	padding: 10px;
	margin:35px 0 0 0;
	overflow:hidden;
}
#post_author_img {
	width:83px;
	float:left;
}
#post_author_img img {
	padding:0 15px 0 0;
}
#post_image {
	font-size:10px;
	line-height:18px;
	border:1px solid #CCCCCC;
	margin:0 20px 20px 0;
	padding:7px;
	float:left;
}
#post_image p {
	font-size:10px;
	line-height:12px;
	margin:5px 0 0 0;
}
#post_image a {
	color:#003300;
}
#post_image a:link {
	text-decoration:none;
}
#post_image a:visited {
	text-decoration:none;
}
#post_image a:active {
	text-decoration:none;
}
#post_image a:hover {
	text-decoration:underline;
}
#recent_posts {
	margin:0;
	padding:0;
}
#rss-menu{
	width:250px;
	margin-top:8px;
	padding:0;
}
#rss-menu a {
	color:#333333; 
	display:block;
	font-size:10px;
}
#rss-menu a:hover{
	color:#333333; 
	text-decoration:underline;
}
#rss-menu ul{
	margin:0; 
	padding:0;
}
#rss-menu li{
	height:20px;
	line-height:20px;
	text-indent:104px;
	list-style-type: none;
	margin:7px 0 0 0; 
	padding:0;
}
#random_posts {
	margin:0;
	padding:0;
}
#select_posts {
	margin: 0;
	position:absolute;
}

#sidebar_subscribe {
	background:#F8F8F8;
	border-left:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	margin:0;
	padding:0;
	text-align:left;
}
#social {
	height:18px;
	line-height:18px;
	padding:0;
	margin:0 0 10px 0;
}
#social a:link {
	text-decoration:none;
}
#social a:visited {
	text-decoration:none;
}
#social a:active {
	text-decoration:none;
}
#social a:hover {
	text-decoration:underline;
}
#social-menu{
	font-size:11px;
	margin:8px 0 0 0;
	padding:10px 0 0 0;
}
#social-menu p {
	font-size:11px;
	margin:0 0 12px 0;
	line-height:14px;
}
#social-menu a {
	font-size:11px;
	text-decoration:none;
}
#social-menu a:hover{
	text-decoration:underline;
}
#social-menu ul{
	margin:0; 
	padding:0;
}
#social-menu li{
	height:25px;
	line-height:20px;
	text-indent:35px;
	list-style-type: none;
	margin:7px 0 0 0; 
	padding:3px 0 0 0;
}
#social-twitter-head {
	background-color:#FFFFFF;
	text-align:center;
	padding:5px 0 0 0;
	margin:0;
}
#social-twitter{
	text-align:left;
	width:249px;
	height:25px;
	display:block;
	font-size:11px;
	font-weight:bold;
	margin:0 10px 5px 10px;
}
#social-twitter a {
	padding:5px 0 0 0;
	color:#000000;
	display:block;
	text-decoration:none;
}
#social-twitter a:hover{
	text-decoration:none;
}
.byline {
	margin: 0;
	position:absolute;
}
.byline a , .byline strong {
	font: 12px Arial, Helvetica,sans-serif;
	font-weight:bold;
	font-style:italic;
	background:#000000;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
}
.byline strong {
	background: #F8F8F8;
	color:#000000;
	font-weight:bold;
}
.byline a {
	color:#FFFFFF;
}
.byline a:hover {
	color:#000000;
	background:#F8F8F8;
}
.comment_photo {
	width:66px;
	text-align:center;
	padding-top:15px;
	float:left;
}
.comment_text {
	width:464px;
	float:left;
	padding:15px 15px 15px 0;
}
.comment_alt {
	background-color: #F8F8F8;
}
.contact_form {
	width:300px;
}
.contact_form p {
	margin:0 0 15px 0;
	padding:0;
}
.features a {
	font-weight:bold;
	text-align:center;
}
.feed-yahoo{
	background:url(/images/feed-yahoo.png) no-repeat;
}
.feed-newsgator{
	background:url(/images/feed-newsgator.png) no-repeat;
}
.feed-netvibes{
	background:url(/images/feed-netvibes.png) no-repeat;
}
.feed-bloglines{
	background:url(/images/feed-bloglines.png) no-repeat;
}
.feed-feedburner{
	background:url(/images/feed-feedburner.png) no-repeat;
}
.feed-google{
	background:url(/images/feed-google.png) no-repeat;
}
.header_search_field {
	height:13px;
	width:170px;
	font-size:11px;
}
.header-social {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	height:16px;
	width:70px;
	display:block;
	margin:0;
	padding:0;
	float:left;
}
.header-social a {
	display:block;
	height:16px;
	text-decoration:none;
}
.header-social a:hover{
	text-decoration:underline;
}
.links_list ul {
	padding:0;
	margin:0;
}
.links_list li {
	font: 12px Arial,Helvetica,sans-serif;
	color: #666666;
	text-align:left;
	list-style-type: none;
	font-weight:bold;
	padding: 10px 0 0 0;
	margin: 0;
}
.links_list .linkcat {
	margin-top:5px;
}
.links_list .blogroll li {
	margin-left:15px;
}
.nav_rss {
	background:url(/images/rss_icon.gif) no-repeat;
	padding:0 0 0 21px;
	color:#FF6600;
}
.nav_email {
	background:url(/images/email_icon.gif) no-repeat;
	padding:0 0 0 25px;
	color:#BBBBBB;
}
.nav_twitter {
	background:url(/images/twitter_bird.gif) no-repeat;
	padding:0 0 0 31px;
	color:#0099FF;
}
.oscarrrweb {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:bold;
	font-style:italic;
}
.post_footer {
	margin:25px 0 0 0;
	padding:15px;
	background-color:#FFFFFF; /* before #F8F8F8 */
}
.post_content {
	padding-bottom:20px;
}
.post_content a {
	color:#008200;
}
.post_content a:link {
	text-decoration:underline;
}
.post_content a:visited {
	text-decoration:underline;
}
.post_content a:active {
	text-decoration:underline;
}
.post_content a:hover {
	text-decoration:none;
}
.post_content ol, ul {
	margin:0;
}
.post_content li {
	margin-top: 15px;
}
.post_time {
	margin-top:45px;
}
.post_title {
	font:22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	/*letter-spacing: -2px;*/
	margin:25px 0 15px 0;
}
.post_title a {
	color:#000000;
}
.post_top {
	margin:0 0 35px 0;
	width:250px;
	float:left;
}
.retweet {
	margin:0;
	padding:0;
	float:right;
}
.retweet a {
	color:#000000;
	text-decoration:none;
}
.retweet a:link {
	text-decoration:none;
}
.retweet a:visited {
	text-decoration:none;
}
.retweet a:active {
	text-decoration:none;
}
.retweet a:hover {
	text-decoration:none;
}
.sidebar_box {
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	padding:20px 15px;
	margin:0;
}
.sidebar_list ul {
	border:1px solid #CCCCCC;
	padding:5px;
	margin:0;
	background:#999999;
}
.sidebar_list li {
	color: #333333;
	font: 12px Arial,Helvetica,sans-serif;
	list-style-type: none;
	text-align:left;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	padding: 0;
	margin: 0;
}
.sidebar_list a , .sidebar_list strong {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 10px;
}
.sidebar_list strong {
	font-weight: bold;
	background: #DDD;
}
.sidebar_list a {
	background: #F8F8F8;
}
.sidebar_list a:hover {
	color: #FFFFFF;
	background: #000000;
}
.sidebar_social {
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	text-align:center;
	padding:15px 0 15px 2px;
	margin:0;
}
.social-stumbleupon{
	background:url(/images/social-stumbleupon.png) no-repeat;
}
.social-digg{
	background:url(/images/social-digg.png) no-repeat;
}
.social-mixx{
	background:url(/images/social-mixx.png) no-repeat;
}
.tags {
	font-size:11px;
	font-style:italic;
}
.twitter-timestamp {
	color:#999999;
}
.wp-caption {
	margin:0px 20px 20px 0;
}
.wp-caption img {
	border:1px solid #666666;
}
.wp-caption p {
	font-size:10px;
	color:#666666;
	line-height:14px;
	margin:5px 0 0 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.post_selector {
	margin: 0;
}
.post_selector a {
	font: 12px Arial, Helvetica,sans-serif;
	font-weight:bold;
	font-style:normal;
	background:#999999;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	display: block;
	width:77px;
	padding: 5px;
}
.post_selector a:hover {
	background:#787878;
	color:#FFFFFF;
}
.post_selector_on {
	margin: 0;
}
.post_selector_on a {
	font: 12px Arial, Helvetica,sans-serif;
	font-weight:bold;
	font-style:normal;
	background:#666666;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	display: block;
	width:77px;
	padding: 5px;
}
.post_selector_on a:hover {

}
.search {
	font:22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
