/**
Theme Name: Squish
Theme URI: http://www.squishsoftware.com
Description: Designed by <a href="http://leomancini.com">Leo Mancini</a>, programmed for WordPress by <a href="http://chrisvoll.com">Chris Voll</a>.
Author: Chris Voll
Author URI: http://chrisvoll.com
Version: 1.0
*/

/* Layout
-----------------------------------------*/
body {
	background: url(/images/bg.png) repeat-x fixed;
	font-family: Helvetica, "Myriad Pro", "Lucida Grande", "Helvetica Neue", "Modern", sans-serif;
}

#logo {
	background: url(/images/logo.png);
	width: 256px;
	height: 212px;
	position: absolute;
	margin-left: 375px;
	top: 25px;
	cursor: pointer;
}

#main {
	width: 680px;
	color: #4e4e4e;
	padding: 30px;
	float: left;
}

#content {
	background-image: url(/images/content.png);
	width: 1007px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 20px;
	text-shadow: #fff 1px 1px 0;
}

#content_bottom {
	background: url(/images/content_bottom.png) no-repeat;
	width: 1007px;
	height: 18px;
	margin: 0 auto;
}

#sidebar {
	width: 200px;
	color: #4e4e4e;
	display: inline-block;
	margin: 30px 30px 0 0;
	padding-left: 20px;
	border-left: 1px solid #c2d3e3;
	font-size: 12px;
	line-height: 20px;
	float: right;
}

#footer {
	color: #262626;
	text-align: center;
	font-size: 12px;
	margin: 20px auto 50px;
}

/* General Formatting
-----------------------------------------*/
/* Navigation Bar */
#navbar {
	
	background-image: url(http://squishsoftware.com/images/navbar.png);
	
	width: 1007px;
	
	height: 80px;
	
	margin-right: auto;
	
	margin-left: auto;
	
	margin-top: 150px;
	
}

#navbar a {
	
	background-image: url(http://squishsoftware.com/images/button.png);
	
	height: 24px;
	
	width: 75px;
	
	display: inline;
	
	display: -moz-inline-stack;
	
	display: inline-block;

	margin-top: 25px;
	
	margin-left: 15px;
	
	font: bold 11px;
	
	color: #5d7a95;
	
	text-shadow: #fff 0 1px 1px;
	
	text-transform: uppercase;
	
	text-decoration: none;
	
	border-width: 0;
	
	padding-top: 8px;
	
}

#navbar a strong {
	
	text-align: center;
	
	display: block;
  
}

#navbar a strong.mini {
	
	text-align: center;
	
	display: block;
	
	font-size: 11px;
	
	margin-top: 2px;
	
}

#navbar a:hover {
	
	color: #313131;
	
	background-position: 0 32px;
	
}

#navbar a.middle {
	
	margin-left: 265px;
	
}

#sidebar ul {
	list-style: none;
	margin:  5px 0 10px;
	padding: 5px;
	background: #d0dbe5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#sidebar li {
	background: #FFF;
	padding: 0;
	margin: 0;
}

#sidebar li+li {
	margin-top: 5px;
}

#sidebar li a {
	display: block;
	padding: 3px 6px 2px;
	border-bottom: 0;
}

#sidebar li.current-cat {
	background: #abb6c1;
	text-shadow: none;
}

#sidebar li.current-cat a {
	color: #FFF;
}

/* Links */
a {
	color: #5d7a95;
	font-weight: bold;
	border-bottom: 1px dotted #95aec7;
	text-decoration: none;
}

a:hover {
	color: #3a4d5f;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #95aec7;
}

/* Headers */
h1 {
	margin-top: 0;
	font-size: 20px;
}

h2 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}

#sidebar h2 {
	margin: 0;
	font-size: 16px;
}

h2 img {
	width: 32px;
	height: 32px;
	display: inline-block;
	margin: 5px 5px 5px 0;
	vertical-align: -15px;
}

#s {
	width: 120px;
	padding: 5px 6px;
}

/* Posts
-----------------------------------------*/
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignright {
	margin: 0 0 10px 10px;
}

.post_info {
	background: #5d7a95;
	color: #FFF;
	font-family: "Helvetica Neue", "Myriad Pro", "Lucida Grande", "Modern", Helvetica, sans-serif;
	font-size: 11px;
	display: inline-block;
	padding: 0 6px;
	text-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.post_info a {
	color: #DDD;
	text-shadow: none;
	border: 0;
}

.post h2 {
	font-family: "Helvetica Neue", "Myriad Pro", "Lucida Grande", "Modern", Helvetica, sans-serif;
	font-size: 30px;
	margin-bottom: 10px;
}

.post h2 a {
	border-bottom: 0;
}

blockquote {
	font-size: 115%;
	background: #FFF;
	margin: 10px 0;
	padding: 1px 18px;
	text-shadow: none;
}

cite {
	font-size: 90%;
}

/* Comments
-----------------------------------------*/
.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	text-shadow: none;
}

.commentlist li {
	background: #d0dbe5;
	padding: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.commenttext {
	background: #FFF;
	padding: 5px 6px 2px;
}

.commenttext p {
	padding: 0;
	margin: 0;
}

.commenttext p+p {
	margin-top: 10px;
}

.commentmeta {
	padding: 5px 6px 0;
	font-size: 12px;
}

.commentmeta a {
	border: 0;
}

.commentmeta a+a {
	color: #80a8cd;
}

#comment {
	width: 100%;
	height: 200px;
	padding: 5px 6px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border: 1px solid #80a8cd;
}