/*	
Theme Name: Crispp
Theme URI: http://trevorfitzgerald.com/crispp-wordpress-theme/
Description: Crispp is a minimal theme with clean lines that lets visitors focus on your content. A separate administrative section allows you to change the color scheme however you like. The theme is very flexible. Inspired in part by theoatmeal.com.
Author: Trevor Fitzgerald
Author URI: http://trevorfitzgerald.com/
Version: 1.3
Tags: white, light, dark, two-columns, fixed-width, custom-colors, theme-options, threaded-comments
*/

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231;    background:white;}

body, button, input, select, textarea { font-family: 'Muli', sans-serif; color: #222; }


/* START RESET */

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;
	font-weight: normal;
	font-style: normal;
}
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;
}

/* END RESET */

/* START FORM STYLE */
/* BUTTONS */

.buttons {
	margin: 1em 0;
}

.buttons a, .buttons button {
	display:block;
	float:left;
	margin: 0 1em 0 0;
	background-color:#f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
	text-decoration:none;
	font-weight:bold;
	color: #565656;
	cursor: pointer;
	padding: 0.5em 1em 0.6em 0.7em;
}
.buttons button {
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type] {
	padding: 0.5em 1em;
	line-height: 1.3em;
}
*:first-child+html button[type] {
	padding: 0.5em 1em;
}
.buttons button img, .buttons a img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border:none;
	width: 16px;
	height: 16px;
}

/* STANDARD */

button:hover, .buttons a:hover {
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#336699;
}
.buttons a:active {
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive {
	color:#529214;
}
.buttons a.positive:hover, button.positive:hover {
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;
}
.buttons a.positive:active {
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative {
	color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover {
	background:#fbe3e4;
	border:1px solid #fbc2c4;
	color:#d12f19;
}
.buttons a.negative:active {
	background-color:#d12f19;
	border:1px solid #d12f19;
	color:#fff;
}

input,
textarea {
	font-size: 0.9em;
	font-family: Helvetica, Arial, sans-serif;
	width: 60%;
	border-color: #7c7c7c #c3c3c3 #ddd;
	border-style: solid;
	border-width: 1px;
	color: #444;
	padding: 0.5em;
	margin: 0.5em 0;
}

input.image {
	border: none;
	width: inherit;
}

textarea {
	width: 70%;
	height: 8em;
}

label {
	float: left;
	width: 7em;
	font-size: 0.8em;
	color: #8b8b8b;
	margin: 1em 0 0 0.4em;
}

.loggedIn {
	font-size: 0.8em;
}

/* END FORM STYLE */

body {
	background: #11262B url(images/bg.png);
	font-family: Garamond, Times New Roman, Helvetica, Arial, sans-serif;
	color: #999;
}

a:link, a:visited, a:active {color:#999;}
a:hover {color:white;text-decoration:underline;}

#blackgradient {
   background: url(images/bgblackgradient.png) top left repeat-x;
   width: 100%;
   position: absolute;
   left: 0px;
   height: auto;
}

#wrapper {
	width: 930px;
	padding: 45px 0;
	margin: 0 auto;
}
#header {
	background:#26282e;
	height: 222px;
	border-bottom:2px solid #2b2b2b;
	clear:both;
}
	#logo {
		background-color:black;
		width: 930px;
		margin: 0 auto;
		border-bottom: 2px solid #26282e;
}
	#logo img{
		margin:8px 0 30px 315px;
	}
#nav {
		margin: 0px 0 0 20px;
		height:32px;
	}


#nav ul { padding: 0; margin: 0; list-style: none; 	background:#26282e;
}
		#nav li a {
			color: #5c6b6e;
			border-left:1px solid #2b2b2b;
			border-right:1px solid #2b2b2b;
			display: block;
			font-size: 14px;
			text-align:center;
			letter-spacing:.05em;
			text-decoration: none;
			text-transform: uppercase;
			padding: 8px 18px;
			padding : 8px 15px\9; /* IE8 and below */ 
		}
		#nav li a:hover,
		#nav li a.current {
			background-color:black;
			border-right, border-bottom: 1px solid #333;
		}
#nav ul li { /* all list items */ float: left; width: inherit; /* width needed or else Opera goes nuts */ }
#nav ul .current_page_item { text-transform: uppercase;background:black; }
#nav ul li ul { /* second-level lists */ position: absolute; left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */ }
#nav ul li ul li { float: none; }
#nav ul li ul ul { margin: -2.65em 0 0 13.4em; }
#nav ul li:hover ul ul, #nav ul li:hover ul ul ul, #nav ul li.sfhover ul ul, #nav ul li.sfhover ul ul ul { left: -999em; }
#nav ul li:hover ul, #nav ul li li:hover ul, #nav ul li li li:hover ul, #nav ul li.sfhover ul, #nav ul li li.sfhover ul, #nav ul li li li.sfhover ul { /* lists nested under hovered list items */ left: auto; }




/*BLOG*/


	
		
#intro,
#title {
	color: #fff;
	padding: 1em;
}
	#intro h2,
	#title h1 {
		font-size: 2.5em;
		padding-bottom: 0.6em;
	}
	#intro h2 .alt {
		font-size: 1.5em;
	}
	#intro h1,
	#intro h3 {
		color: #ccc;
		font-size: 1.4em;
		padding-bottom: 0.6em;
	}
	#intro h1 .alt {
		color: #f4fdff;
		font-size: 1.3em;
	}

a#buyNow {
	background: transparent url(images/buy-now.gif);
	display: block;
	height: 40px;
	width: 173px;
	text-indent: -9999px;
	cursor: pointer;
	margin: 0 0 2em;
}
	a#buyNow:hover {
		background-position: 0 -40px;
	}
#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#dddddd;
	line-height:18px;
	background: #20222a url(images/bgcontent.jpg) top center no-repeat;
	padding: 2.5em 1.7em 2em 2em;
	min-height:300px;
	clear:both;
}
#content column {width:600px;height:100%;}
#content a {text-decoration:underline;}

	#content p {
		padding: 0 0 1em 0;
		max-width:600px;
	}
	#content h3 {
		font-size: 1.2em;
		margin: 0 0 1.1em 0;
		border-bottom:1px solid #243135;
		color: #5C6B6E;
	}
		#content h3.icon {
			margin: 1em 0 0 3em;
			padding: 0 0 0.8em 0;
		}
	#primary {
		float: left;
	}
		.page #primary {
			padding: 0 0 0 1.3em;
		}
		#primary h1,
		#primary h2,
		#primary h3 {
			color: #999;
			padding: 0 0 0.4em 0;
		}
		#primary hr {color:#5c6b6e; margin: -1.4em 0 1.2em 0;}
	
		#primary h1 {
			font-family:Garamond, Georgia, "Times New Roman", Times, serif;
			font-size: 2.5em;
			line-height: 1.4em;
		}
		#primary h2,
		#primary h3 {
		}
		#primary h2 {
			color: #aaa;
			font-family:Garamond, Georgia, "Times New Roman", Times, serif;
			font-size: 2em;
			line-height: 1em;

		}
			#primary h2.title {
				font-size: 1.7em;
				color: #3b4d52;
				line-height: 2em;
			}
				#primary h2 a {
					color:#999;
					width:560px;
					padding:10px 20px;
background-image: linear-gradient(bottom, rgb(38,40,46) 15%, rgb(67,72,84) 76%);
background-image: -o-linear-gradient(bottom, rgb(38,40,46) 15%, rgb(67,72,84) 76%);
background-image: -moz-linear-gradient(bottom, rgb(38,40,46) 15%, rgb(67,72,84) 76%);
background-image: -webkit-linear-gradient(bottom, rgb(38,40,46) 15%, rgb(67,72,84) 76%);
background-image: -ms-linear-gradient(bottom, rgb(38,40,46) 15%, rgb(67,72,84) 76%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.15, rgb(38,40,46)),
	color-stop(0.76, rgb(67,72,84))
);
					text-decoration: none;
					line-height:1em;
					margin-bottom:4px;
					display:block;
					clear:both;
					opacity:1;
					-moz-border-radius: 20px 10px; border-radius: 20px 10px;

				}
				#primary h2 a:hover {
					text-decoration: underline;
				}
		#primary h3 {
			color: #888;
			font-size: 1.3em;
			padding: 0.8em 0;
		}
		#primary .indent {
			padding: 0 0 0 2em;
		}
		#primary .emphasize {
			font-size: 1.4em;
			line-height: 1.4em;
			margin: 0 0 1em 0;
		}
		#primary .offset {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.3em;
			line-height: 1.7em;
			font-style: italic;
			background: #f9f9f9;
			border: 3px solid #fff;
			padding: 1em;
			margin: 1em 0 1em -5em;
		}
			.page #primary .offset {
				margin: 1em -5em 1em 0;
			}
		.post_content {
			margin: 0 20px;
		}
		.post_item {margin: 10px 0 35px 0;}
		
			.post_content img.border {
				border: 1px solid #EBEBE4;
				padding: 5px;
				margin: 5px;
			}
		#primary .readMore {
			font-size: 0.8em;
		}
		.separator {
			border-bottom: 1px solid #ccc;
			margin: 0 0 1em;
		}
		#primary img.icon {
			float: left;
			margin: 10px 0 0;
		}
		#primary .meta {
			font-size: 0.8em;
			padding: 0 0 1.5em 0;
			margin: 0 0 0 20px;
			color: #aaa;
		}
		.services li {
			float: left;
			width: 240px;
			padding: 0 1.3em 1.3em 0;
			height: 9em;
			line-height: 1.3em;
			font-size: 0.9em;
		}
			.services li a {
				display: block;
				font-size: 1.1em;
				line-height: 1.4em;
			}
			.services li a img {
				float: left;
				margin: 0 1.1em 0 0;
			}
		.navigation {
			/* border-top: 1px solid #e7e7e7; */
			padding: 1em;
		}
			.navigation a {
				font-weight: bold;
			}
	#sidebar {
		float: right;
		border-left: 1px solid #243135;
		width: 230px;
		background: url(images/sidebar-bg.png) no-repeat scroll left top;
		min-height: 352px;
	}
	.page #sidebar {
		float: left;
		background: url(images/sidebar_bg2.gif) no-repeat scroll right top;
	}
		.page #sidebar .box {
			padding: 0 1.5em 1em 0;
		}
		#sidebar h3 {
			padding: 0 0 0.8em;
		}
		#sidebar #portrait {
			border: 2px solid #ddd;
		}
		#sidebar img {
			padding: 0.5em;
		}
		#sidebar .box, #sidebar div {
			padding: 0 0 2em 1.5em;
		}
		#sidebar .sideNav {
			border-top: 1px solid #f3f3f3;
		}
			#sidebar .sideNav li {
				border-bottom: 1px solid #f3f3f3;
			}
				#sidebar .sideNav li a {
					display: block;
					font-size: .7em;
					padding: 0.7em 0;
				}
		#sidebar .social-media li {
			background: transparent url(images/social-media/networks.png) no-repeat;
		}
			#sidebar .social-media li a {
				padding: 0.7em 1em 0.7em 2.5em;
			}
			#sidebar .social-media .twitter {
				background-position: 0 7px;
			}
			#sidebar .social-media .linkedin {
				background-position: 0 -45px;
			}
			#sidebar .social-media .delicious {
				background-position: 0 -95px;
			}
			#sidebar .social-media .flickr {
				background-position: 0 -145px;
			}
			#sidebar .social-media .facebook {
				background-position: 0 -195px;
			}
		#sidebar .testimonial blockquote {
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #92989a;
			padding: 0 0 2em 0;
		}
		#sidebar .testimonial blockquote p {
			font-style: italic;
			font-size: 1.5em;
			line-height: 1.6em;
		}
			#sidebar .testimonial blockquote cite {
				font-size: 0.6em;
				font-family: Helvetica, Arial, sans-serif;
			}
	#updates {
		background: #26282e;
		padding: 1.7em;
	}
	#updates a {text-decoration:underline;}

		#updates h3 {
			color: #80cce0;
			font-size: 0.8em;
			padding: 0 0 1.3em;
			text-transform: uppercase;
		}
		#updates p {
			font-size: 12px;
			padding: 0 0 2em;
			line-height: 1.5em;
		}
		#blog-updates {
			width: 540px;
			border-right: 1px solid #243135;
			padding: 0 1.5em 0 0;
		}
			#blog-updates .post {
				float: left;
				width: 270px;
			}
			#blog-updates .post .date {
				float: left;
				padding: 0 1em 0 0;
			}
				#blog-updates .post .date .d {
					border-bottom: 1px solid #3c484b;
					color: #9aa0a1;
					font-size: 1.7em;
					font-weight: bold;
					text-align: center;
					display: block;
				}
				#blog-updates .post .date .m {
					font-weight: bold;
					letter-spacing: 2px;
					text-align: center;
					text-transform: uppercase;
					font-size: 0.6em;
					display: block;
					padding: 0.5em 0 0 0;
				}
			#blog-updates .article {
				float: right;
				width: 210px;
				margin-right:5px;
			}
				#blog-updates .article h4 {
					font-size: 1.1em;
					font-weight: bold;
					line-height: 1.5em;
					padding: 0 0 0.8em;
				}
				#blog-updates .article h4 a {
					display: block;
				}
		#twitter-updates {
			float: right;
			width: 280px;
		}
		#twitter-updates h3 a {color:#80cce0;}
			#twitter-updates li {
				font-size: .8em;
				line-height: 1.5em;
				padding-bottom: 1em;
			}
		#blog-updates .icon a,
		#twitter-updates .icon a {
			float: right;
			display: block;
			height: 16px;
			width: 16px;
			text-indent: -9999px;
			background: transparent url(images/icons/updates-sprite.png) no-repeat scroll 0 0;
		}
		#twitter-updates .icon a {
			background-position: 0 -16px;
		}
#footer {
	background:#26282e;
	color:white;
	padding: 1em 2em;
	font-size: .7em;
	font-weight:normal;
	line-height: 1.5em;
	text-transform:uppercase;
	letter-spacing:.05em;
}
	#footer-nav {
		float: right;
	}
	#footer-nav li {
		float: left;
		padding: 0 0.5em;
	}

.post_content ul,
.post_content ol {
	margin: 0 2em 1em;
	font-size: 0.9em;
	line-height: 1.6em;
}
	.post_content ul li,
	.post_content ol li {
		padding: 0.3em 0;
	}
		.post_content ul li {
			list-style: disc;
		}
		.post_content ol li {
			list-style: decimal;
		}
			.post_content li ul,
			.post_content li ol {
				font-size: 1em;
			}
		#content ul li p,
		#content ol li p {
			font-size: 1em;
		}

a#feedback {
	position: fixed;
	left: 0;
	top: 25%;
	background: url(images/feedback.gif) no-repeat;
	width: 43px;
	height: 128px;
	text-indent: -9999px;
	cursor: pointer;
}
	a#feedback:hover {
		background-position: 0 -128px;
	}

ul.styledList {
	margin: 0 0 0 1em;
}
	ul.styledList li {
		padding: 0.2em 0;
	}
		ul.styledList li:before {
			content: "\00BB \0020";
		}

form .hover {
	background: #e2f9ff;
}
	.formError {
		background: #FFBABA;
		border: 1px solid #fff;
	}
	.formError label {
		color: #D8000C;
	}

.commentlist {
}
	.commentlist li {
		border: 1px double #f7f7f7;
		margin: 0 0 2em;
		padding: 1em;
	}
		.commentlist li.trevor {
			background: #feffcb;
		}
		.commentlist .author {
			color: #456A74;
			font-size: 1.2em;
			line-height: 1.4em;
		}
			.commentlist .author a {
				color: #456A74;
			}
		.commentlist .date {
			font-size: 0.8em;
			color: #aaa;
		}
		.commentlist .comment-text {
			margin: 1em 0 0;
		}
		.authorAvatar {
			float: left;
			width: 100px;
		}
			.avatar {
				padding: 4px;
				border: 2px solid #EBEBE4;
			}
		.comment {
			margin: 0 0 20px 100px;
		}
			.comment code {
				background: #eee;
			}
			.reply {
				text-align: right;
			}
				.reply a {
					font-size: 0.8em;
					font-style: italic;
				}
		#content .comment-text p {
			font-size: 0.9em;
		}

a, a:link {
	color: #999;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.loading {
	display: none;
}
.clearfix {
	clear: both;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
abbr, acronym {
	border-bottom: 0.1em dotted;
	cursor: help;
}

#commentForm input#author,
#commentForm input#email,
#commentForm input#twitter_id {
	width: 50%;
}
#commentForm input#author,
#commentForm input#email,
#commentForm input#url,
#commentForm input#twitter_id {
	padding-left: 35px;
	background: url(images/comment-form-icons.png) no-repeat 8px 8px;
}
#commentForm input#email {
	background-position: 8px -20px;
}
#commentForm input#twitter_id {
	background-position: 8px -87px;
}
#commentForm input#url {
	background-position: 8px -54px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

sup{font-size:xx-small; vertical-align:top;}

.wp-caption {
	border: 1px solid #666;
	text-align: center;
	background-color: transparent;
	padding-top: 4px;
	margin: 2em;
	   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;

}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	font-style: italic;
}

.followReminder {
	background: #F3F3F3;
	padding: 1em;
	line-height: 1.4em;
}
	.followReminder span {
		position: absolute;
		margin: 20px 0 0 0;
	}
	.followReminderTwitter {
		float: left;
	}
	.followReminder a {
		display: block;
		width: 240px;
		height: 70px;
	}
	.followReminder a img {
		float: left;
	}
	.followReminderRss a {
		margin: 0 0 0 240px;
	}
	
	.followReminder a:hover {
		text-decoration: none;
		background: #eee;
	}


/*HOMEPAGE SLIDESHOW */

  #homepageslideshow {
    z-index:1;
    margin: 1em auto;
    border: 2px solid #555;
    width: 860px;
    height: 400px;
  }

/*FEATURED GRID LIST STYLING */

#content #rath_featured a {text-decoration:none;}

#rath_featured {
	float: left;
	width: 935px;
	margin:0 0 0 -35px;
	padding:0;
}


#rath_featured ul li {
	float: left;
	width: 150px;
	height: 160px;
	margin:0;
	padding: 5px 6px 0 8px;
	font-size: 11px;
	line-height:normal;
	list-style:none;
}

#rath_featured #featured_cont {
	width:100px;
	height:100px;
	padding:5px 25px;
	margin-bottom:4px;
	background: gold; 
	display:block;
	clear:both;
	opacity:1;
	-moz-border-radius: 20px 10px; border-radius: 20px 10px;
}

#rath_featured #featured_cont img {
	max-width:100px;
	max-height:100px;
	display:block;
	vertical-align: middle; 
	margin:0 auto;
}

#rath_featured #featured_cont img:hover {
	opacity:.8;
}

#featureddate {
	font-family:'Times New Roman', Times, serif; 
	font-style:italic;
	font-weight:bold;
	margin-top:3px;
}
a #featureddate {color:white;text-decoration:none;}

#featuredname {
	color:#666;
	font-size: 12px;
	font-weight:bold;
	padding:5px 0 0 0;
	margin:0;
	line-height:12px;
	display:block;
	font-family:Arial; 
	text-transform:uppercase;
}


