/*
Theme Name: Razor Clicks
Description: funky blog design
Author: Rick Bjarnason
Author URI: http://www.cheekymonkeymedia.ca
*/


/*---------------------
		Resets
----------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---------------------
		General Tags
----------------------*/
body {
	font: 10px Arial, Georgia, Sans-serif;/* set the default font */
	background: #bfbfbf; 	
}
p {
	color:#383838;	
}
h2 {
	font-size: 2em;
}
h3 {
	color: #b73416;
	font-size: 2.2em;
	text-align: center;
}
hr{
	width: 90%;
	margin: auto;
}
/*---------------------
		Layout
----------------------*/
#wrapper {
	background: #fff;
	border-right: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
	margin: 0 auto;
	width: 960px;
}
#header {
	background: url(img/BG-header.png) repeat-x 0 0;
	height: 94px;
	position: relative; /* so I can position children absolutely */
}
#main {
	float: left;
	width: 760px;
}
#sidebar {
	background: #e7e7e7;
	border: 1px solid #bbbbbb;
	float: right;
	height: 500px;
	margin-right: 10px;
	_margin-right: 5px;/*IE6 fix*/
	width:180px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#footer {
	background: url(img/BG-footer.png) no-repeat 0 0;
	clear: both;
	height:114px;
	padding-top: 20px;
}
/*---------------------
		Header styles
----------------------*/
	#header h1 {
		background: url(img/logo.png) no-repeat 0 0;
		height: 68px;
		left: 51px;
		position: absolute;
		top:6px;
		width:244px;
	}
	#header h1 a {
		display: block;
		height: 68px;
		text-indent: -9999em;
		width:244px;
	}
	#main-nav {
		background: url(img/BG-nav.jpg) repeat-x 0 0;
		position: absolute;
		height: 60px;
		padding-right: 15px;
		right:0;
		top:28px;
		width:auto;
	}
	#main-nav ul {
		background: url(img/nav-left.jpg) no-repeat 0 0;
		padding-left:60px;
		height: 60px;
		width:auto;
		
	}
	#main-nav ul li {
		border-right: 1px solid #383838;
		float: left;
		padding: 0 15px;
		position: relative;
		margin: 20px 0 0 0;
		line-height: 30px;
	}
	#main-nav ul li:last-child{
		border:none;
	}
	#main-nav ul li a{
		font-size: 1.6em;
		font-family: "Trebuchet MS";
		color: #fff;
		text-decoration: none;
	}
	#main-nav ul li a:hover {
		color:#591708;
	}
	#main-nav li ul {
		background: #B73416;
		border: 2px solid #383838;
		display: none;
		height: auto;
		padding: 0;
		position: absolute;
		top:30px;
		width: 120px;
	}
	#main-nav li:hover ul {
		display: block;
	}
	#main-nav li ul li {
		padding: 0 5px;
		line-height: normal;
		margin: 5px 0;
		
	}
	#main-nav li ul li a {
		font-size: 14px;
	}
/*---------------------
		Content styles
----------------------*/	
	#flash-wrap {
		
		margin: 15px auto;
		width:930px;
		
	}
	.flash {
		background: #e7e7e7;
		float: left;
		height: 318px;
		padding: 0 20px;
		width:420px;
		
	}
	#swf{
		float: right;
		height: 303px;
		padding:15px  20px 0;
	}
	.flash h3 {
		color: #383838;
		padding: 30px 0;
	}
	#mess {
		background: url(img/BG-mess.jpg) no-repeat 0 0;
		color: #b73416;
		font-size: 2.6em;
		font-weight: bold;
		padding:15px 30px;
		margin: auto;
		text-align: center;
		width:331px;
		height: 61px;
	}
	.flash p {
		font-size: 1.6em;
		margin-top:15px;
	}
	 #hook{		
		clear: both;
		padding: 30px 0;		
	}
	#hilites {
		background: url(img/BG-hilite.png) no-repeat 0 0;
		margin: 0 auto;
		height: 366px;
		width:937px;
	}
	.column {
		float: left;
		overflow: hidden;
		width: 312px;
	}
	.column h3 {
		margin-bottom: 10px;
	}
	.column h4,.column h4 a {
		color:#383838;
		font-size: 14px;
		padding: 10px;
	}
	.column p {
		font-size:1.4em;
		padding: 0 10px;
	}
	.icon {
		display: block;
		margin:20px auto 0;
		width: auto ;
	}
	.more-link {
		display: block;
		color: #b73416;
		font-size:14px;
		float: right;
		padding-right: 10px;
	}
	#main-content{
		margin: 10px auto;
		width:937px;

	}
	#main-content h3 {
		margin: 20px 0;
	}
	#main-content .column {
		background: url(img/BG-column.png) repeat-y right 0;
		height: 240px;
	}
	#main-content 	#promise {
		background: none;
	}
	#main-content blockquote {
		background: url(img/open-quote.png) no-repeat 0 0;
		margin: 10px auto;
		width: 285px;
	}
	#main-content blockquote p {
		background: url(img/close-quote.png) no-repeat right bottom;
		font-size: 1.8em;
	}
	#promise p {
		color:#b59218;
		font-size: 1.8em;
		margin-top:50px; 
	}
	.signature {
		display: block;
		float: right;
		font-size: 16px;
		font-family: "Book Antiqua";
		margin-top: 25px;
	}
/*---------------------
		Post styles
----------------------*/
.post-content {
	background: url(img/BG-post.png) repeat-y 0 0;
	color: #383838;
	font-size: 14px;
	margin:10px auto;
	width: 935px;
}
.home-content {
	background: url(img/BG-home.png) repeat-y 0 0;
	color: #383838;
	font-size: 14px;
	margin:10px auto;
	width: 735px;
}
.topHook {
	background: url(img/BG-post-top.png) no-repeat 0 0;
}

.blog .topHook {
	background: url(img/BGhomeTop.png) no-repeat top left;
	height: 20px;
}
.post-content h3 a,.home-content h3 a{
	color:#b73416;
	text-decoration: none;
}
.post-content h3 a:hover,.home-content h3 a:hover {
	color:#383838;
	text-decoration: underline;
}
.home-content .bottom-hook{
	background: url(img/BG-home-end.png) no-repeat 0 bottom;
	
}
.bottom-hook {
	background: url(img/BG-post-end.png) no-repeat 0 bottom;
	padding: 20px 0;
}
.post-content p, .home-content p,.post-content ul, .home-content ul,.post-content ol, .home-content ol {
		font-size: 14px;
		padding: .5em 1em; 
	}
.post-content ul, .home-content ul {
	list-style: disc;
	padding: 5px 50px;
}
.post-content ul li, .home-content ul li {
	padding: 2px 0;
	
}
.post-content ol, .home-content ol {
	list-style: decimal;
	padding: 5px 50px;
}
.post-content ol li, .home-content ol li {
	padding: 2px 0;
}
.post-content h1,.post-content h2,.post-content h4,.post-content h5,.post-content h6,.home-content h1,.home-content h2,.home-content h4,.home-content h5,.home-content h6 {
	padding-left: 10px;
}	
.meta {
	text-align: center;
	font-size: 12px;
}
.number-comments {
	background:#b73416;
	border: 2px solid  #383838;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 10px;
	text-align: center;
	width: 100px
}
.number-comments a{
	color: #fff;
	text-decoration: none;
}
.number-comments a:hover {
	text-decoration: underline;
}
#post-navigation {
	clear: both;
	padding: 10px;
	
}
#post-navigation a {
	color:#b73416;
	text-decoration: none;
	
}
#post-navigation a:hover{
	text-decoration: underline;

}
.page-template-page-no-title-php .bottom-hook {
	padding: 20px 100px;
}
.bottom-hook ol {
	font-size: 14px;
	list-style: decimal;
	margin-left: 30px;
}
.bottom-hook ul {
	font-size: 14px;
	list-style: disc;
	margin-left: 30px;
}
.page-template-page-no-title-php table {
	margin: auto;
	font-size: 14px;
	text-align: center;
}

.wpcf7-form {
	background: #ececec;
	border: 2px solid #bbb;
	color: #B73416;
	margin: auto;
	text-align: center;
}

.page-template-page-no-title-php ul li, .page-template-page-no-title-php ol li{
	margin-left: 100px;
	padding: 5px 0;
}
.page-template-page-no-title-php h2,.page-template-page-no-title-php h3 {
	margin: 1em 0;
	text-align: center;
}

/*---------------------
		Comment styles
----------------------*/
#commentform p {
	padding:.5em 0;
}
#commentform input {
	border:1px solid #7D6958;
	padding:.2em;
}
#comments-template {
	margin:2em auto;
	clear:both;
	
	overflow:hidden;
	width:80%;
	padding:20px 30px;
	border:1px solid #7B7B7B;
	position:relative;
}
#comments-template li {
	clear:left;
	border-bottom:1px solid #ccc;
	padding:2em 0;
	overflow:hidden;
}
#comments-template .avatar{
	float:left;
	margin-right:25px;
	background:#afafaf;
	border:1px solid #fff;
	border-right:1px solid #7B7B7B;
	border-bottom:1px solid #7B7B7B;
	padding:4px;
}
.main_comment {
	background:#fff;
	margin-left:133px;
	padding:15px;
}
#respond {
	margin-top:1em;
}
/*---------------------
		Sidebar styles
----------------------*/
#sidebar h4 {
	color:#383838;
	font-size: 1.5em;
}
.widg {
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #fff;
	padding: 1em;
}
.widg ul {
	margin-left:1em;
	font-size: 12px;
}
.widg a{
	color:#b73416;
}
.widg a:hover{
	color:#383838;
}
.widg:first-child {
	border-top: none;
}
.widg:last-child {
	border-bottom: none;
}	
/*---------------------
		Footer styles
----------------------*/
#footer-nav {
	margin-bottom: 25px;
	text-align: center;
}
#footer-nav li {
	display: inline;
	background: url(img/BG-list.png) repeat-y top right;
	padding: 10px 15px;
	margin: 0;
}
#footer-nav li:last-child{
	border: none;
}
#footer-nav li a {
	color:#fff;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 1.6em;
}
#footer p {
	color: #fff;
	padding: 5px 0;
	font-size: 1.2em;
	text-align: center;
}
#footer a {
	color: #fff;
}

/*-----------------
Aaron Parnes added styles
----------------*/
.narrow {
width: 650px;
font-size: 120%;
line-height: 1.2;
}
.call-me {
float: right;
padding: 5px;
border: 2px solid #acacac;
}
