/*   
Theme Name: Prophit Blog Theme
Theme URI: http://www.prophitblog.com
Description: A Wordpress theme for Prophit Marketing developed by Nathan at Backslash Interactive.
Author: Nathan Walasek
Author URI: http://www.backslashinteractive.com
*/

/* ------------ color reference ----------- */
/*
Blue:			#00467f
Light Blue:		#afc5fa
Background:		#6B98FF
*/

/* ------------ basic elements ------------ */

body {
	background: #6B98FF url(img/bg.png) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	}
h1 {
	text-transform: lowercase;
	letter-spacing: -.05em;
	font-weight: normal;
	}
strong {
	font-weight: bold;
	}
p {
	margin-bottom: 10px;
	}
textarea {
	width: 600px;
	}

/* ------------ common classes ------------ */

.left {
	float: left;
	}
.right {
	float: right;
	}
.clear {
	clear: both;
	}
.small {
	font-size: 12px;
	}
.tiny {
	font-size: 10px;
	}

/* ------------ template layout ----------- */

#topbar {
	position: fixed;
	top: 5px;
	width: 100%;
	height: 50px;
	background: url(img/bar.png) top repeat-x;
	}
	#topbar_inner {
		width: 940px;
		margin: 10px auto;
		}
		#topbar_inner a {
			float: left;
			padding: 3px 0 3px 20px;
			margin-right: 30px;
			font-size: 11px;
			text-transform: uppercase;
			color: #ccc;
			text-decoration: none;
			}
			#topbar_inner a.home {
				background: url(img/icon/home.gif) left center no-repeat;
				}
			#topbar_inner a.about {
				background: url(img/icon/about.gif) left center no-repeat;
				}
			#topbar_inner a.rss {
				background: url(img/icon/rss.gif) left center no-repeat;
				}
			#topbar_inner a.admin {
				background: url(img/icon/admin.gif) left center no-repeat;
				}
		#search {
			float: right;
			}
			#search input {
				float: left;
				height: 18px;
				margin-left: 5px;
				padding: 0;
				}
				#search input.button {
					height: 21px;
					width: 62px;
					border: none;
					background: url(img/search-button.gif);
					}
#container {
	width: 960px;
	margin: 60px auto;
	}
	#header {
		width: 100%;
		height: 215px;
		margin: 0 0 20px 0;
		background: url(img/head.png) top no-repeat;
		}
		#social {
			float: right;
			margin: 118px 20px 0 0;
			}
			#social a {
				margin: 0 0 0 3px;
				}
	#sidebar {
		float: left;
		width: 300px;
		padding: 0 10px;
		color: #fff;
		font-size: 12px;
		}
		#sidebar h1 {
			margin-bottom: 10px;
			font-size: 36px;
			}
		#sidebar ul {
			margin: 0 0 30px 16px;
			list-style: disc;
			color: #00467f;
			}
			#sidebar ul a {
				color: #fff;
				text-decoration: none;
				}
			#sidebar ul a:hover {
				border-bottom: 1px solid #00467f;
				}
			#sidebar ul li {
				margin-bottom: 5px;
				}
		#sidebar div.authors {
			width: 212px;
			}
			#sidebar div.authors a {
				float: left;
				margin: 1px;
				}
				#sidebar div.authors a:hover {
					margin: 0;
					border: 1px solid #fff;
					}
	#content {
		float: right;
		width: 600px;
		padding: 0 10px;
		color: #fff;
		font-size: 12px;
		}
		#content h1 {
			font-size: 24px;
			}
		#content h1.cufon {
			margin: 10px 0;
			font-size: 24px;
			}
		#content .latest h1, #content .full h1 {
			font-size: 44px;
			}
		#content span.author {
			display: block;
			color: #afc5fa;
			font-size: 10px;
			margin: 10px 0;
			line-height: 50px;
			}
			#content span.author .entry_author_image {
				float: left;
				margin-right: 5px;
				}
			#content span.author a {
				color: #afc5fa;
				text-decoration: none;
				}
				#content span.author a:hover {
					text-decoration: underline;
					}
		#content span.date {
			float: right;
			margin-right: 30px;
			}
		#content .entry {
			float: left;
			padding: 20px 0;
			width: 300px;
			border-bottom: 1px solid #fff;
			}
			#content .latest, #content .full, #content .comments {
				width: 600px;
				}
			#content .full {
				margin-bottom: 20px;
				}
			#content .entry a {
				color: #afc5fa;
				text-decoration: underline;
				}
			#content .entry h1 {
				padding-right: 20px;
				}
				#content .entry h1 a {
					color: #fff;
					text-decoration: none;
					}
			#content .entry .text {
				padding-right: 30px;
				}
			#content .entry a.more {
				float: right;
				margin-right: 30px;	
				font-size: 10px;
				color: #afc5fa;
				text-decoration: none;
				border-bottom: 1px solid #afc5fa;
				}
			#content .entry a.more:hover {
				border-bottom: 1px solid #00467f;
				}
			#content .comments ol.commentlist li {
				margin: 10px 0;
				}
				#content .comment-author {
					float: left;
					line-height: 32px;
					}
					#content .comment-author img {
						float: left;
						margin-right: 5px;
						}
				#content .comment-meta {
					text-align: right;
					margin-left: 200px;
					height: 32px;
					line-height: 32px;
					font-size: 10px;
					}
				#content .comment-body {
					}
					#content .comment-body p {
						padding: 10px;
						margin-left: 200px;
						font-style: italic;
						background-color: #4273D9;
						}
					#content .comment-body a, #content #respond a {
						color: #afc5fa
						}
					#content .comment-body em {
						margin-left: 200px;
						}
			#content .navigation {
				clear: both;
				padding-top: 20px;
				text-align: center;
				}
				#content .navigation a {
					margin: 0 5px;
					font-size: 10px;
					color: #afc5fa;
					text-decoration: none;
					border-bottom: 1px solid #afc5fa;
					}
				#content .navigation a:hover {
					border-bottom: 1px solid #00467f;
					}
		#footer {
			clear: both;
			padding-top: 50px;
			font-size: 10px;
			text-align: center;
			}
			#footer a {
				color: #fff;
				text-decoration: none;
				}
			#footer a:hover {
				border-bottom: 1px solid #00467f;
				}
