/*
Theme Name: Ratio
Theme URI: http://www.ratioarchitects.com
Description: Ratio Architects Theme
Version: 1.0.0
Author: Eric Mey
Author URI: http://www.ratioarchitects.com
Tags: simple, clean, widgets, widget ready, two columns, right sidebar, fixed width, valid CSS, valid XHTML
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- USEFUL
*/





/*	============================================================================================ */
/*	GENERAL																						 */
/*	============================================================================================ */

html {
	 overflow		: -moz-scrollbars-vertical !important;
}

body {
	margin			: 0px;
	padding			: 0px;
	color			: #444444;
	font			: 13px/22px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

a {
	color			: #77ae9a;
	text-decoration	: none;
	outline			: none;
}

a:hover {
	color			: #999;
}

p {
	margin			: 0 0 20px 0;
}

ul, ol {
	margin-bottom	: 20px;
}

blockquote {
	margin			: 0 0 0 10px;
	padding			: 0 0 0 10px;
	border-left		: 5px solid #F7F7F7;
}


/*	============================================================================================ */
/*	BASIC LAYOUT																				 */
/*	============================================================================================ */
	
#page {
	width			: 975px;
	margin			: 0px auto;
}
	
#header {
	height			: 245px;
	position		: relative;
	background-image	: url(img/header.jpg);
	background-repeat	: no-repeat;
	background-position	: left 142px;
}

#content {
	padding			: 0px;
	background		: #FFF;
}

#content-left {
	width			: 745px;
	float			: left;
}

#content-right {
	width			: 210px;
	float			: right;
}

#footer {

}


/*	============================================================================================ */
/*	HEADINGS																					 */
/*	============================================================================================ */
	
h1 {
	margin			: 0px;
	padding			: 0px;
	position		: absolute;
	bottom			: 80px;
	left			: 0px;
	line-height		: 1;
	font-size		: 24px;
	font-weight		: normal;
}

h1 a {
	color			: #FFFFFF;
	text-decoration	: none;
}

h2 {
	margin			: 0px 0px 20px 0px;
	line-height		:
}

h2#blog-description {
	margin			: 0px;
	padding			: 0px;
	position		: absolute;
	bottom			: 60px;
	left			: 0px;
	font-size		: 13px;
	font-weight		: normal;
}

h3 {
	margin			: 0px 0px 0px 0px;
	font-size		: 24px;
	line-height		: 28px;
	font-weight		: normal;
}

h3 a {
	text-decoration	: none;
}

h3 a:hover {
	text-decoration	: underline;
}

h4 {
	margin			: 0px 0px 10px 0px;
	font-size		: 12px;
}


/*	============================================================================================ */
/*	HEADER																						 */
/*	============================================================================================ */

#logo {
	margin-left		: -485px;
	position		: absolute;
	top				: 20px;
	left			: 50%;
	z-index			: 1000;
}

#ratio-nav {
	position		: absolute;
	top				: 80px;
	right			: 0px;
}

#ratio-subnav {
	position		: absolute;
	top				: 100px;
	right			: 0px;
}

#top-nav {
	margin			: 0px;
	padding			: 0px;
	position		: absolute;
	top				: 35px;
	right			: 0px;
	list-style		: none;
}

#top-nav li {
	margin			: 0px 0px 0px 10px;
	float			: left;
}

#top-nav li#rss {
	padding			: 0px 0px 0px 15px;
	background		: url(img/rss-icon.gif) no-repeat left center;
}


/*	============================================================================================ */
/*	CONTENT																						 */
/*	============================================================================================ */
	
/* box left */
.box-left {
	width			: 190px;
	float			: left;
}

.box-left ul {
	margin			: 0px 0px 5px 0px;
	padding			: 0px;
	list-style		: none;
}

.box-left li {
	margin			: 0px;
	padding			: 5px;
	border-bottom	: 1px solid #DEDEDE;
}

.box-left li a {
	text-decoration	: none;
}


/* box middle */
.box-middle {
	width			: 514px;
	padding			: 0px 0px 0px 20px;
	float			: right;
	border-left		: 1px solid #cbcbcb;
}
	
.meta {
	padding			: 10px;
	clear			: both;
	background		: #FFFFFF url(img/bg-meta.gif) repeat-x left top;
	color			: #5E5E5E;
}

.meta-date {
	padding			: 0px 10px 0px 15px;
	background		: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding			: 0px 10px 0px 15px;
	background		: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding			: 0px 10px 0px 15px;
	background		: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

p.tags {
	clear			: both;
}

#date_author {
	margin			: 0px 0px 20px 0px;
	color			: #BBBBBB;
}

/* box right */
.box-right {
	margin			: 0px;
	padding			: 10px;
	background		: #F1F1F1;
}

.box-right ul {
	margin			: 0px 0px 5px 0px;
	padding			: 0px;
	list-style		: none;
}

.box-right li {
	margin			: 0px;
	padding			: 5px;
	border-bottom	: 1px solid #DEDEDE;
}

.box-right li a {
	text-decoration	: none;
}


/*	============================================================================================ */
/*	COMMENTS																					 */
/*	============================================================================================ */
	
#commentform label {
	display			: block;
	margin			: 0px 0px 5px 0px;
}

#commentform input.text, #commentform textarea {
	width			: 500px;
	margin			: 0px 0px 10px 0px;
}

#commentform .text {
	height			: 22px;
	padding			: 6px 6px 0px 6px;
	border			: 1px solid #DADADA;
	background		: #FFFFFF url(img/bg-form-text.gif) repeat-x left top;
	color			: #5E5E5E;
}

#commentform textarea {
	height			: 150px;
	padding			: 6px 6px 0 6px;
	border			: 1px solid #DADADA;
	background		: #FFFFFF url(img/bg-form-text.gif) repeat-x left top;
	color			: #5E5E5E;
}

#commentform .button {
	width			: auto;
	height			: 30px;
	margin			: 0px;
	padding			: 0px 20px;
	border			: none;
	background		: #4A4F54;
	color			: #FFFFFF;
}

.commentlist {
	width			: 514px;
	margin			: 0px;
	padding			: 0px;
	list-style		: none;
}

.commentlist li {
	margin			: 0px;
	padding			: 20px 20px 10px 20px;
	border			: 1px solid #CCCCCC;
	background		: #F7F7F7;
	color			: #000000;
}

.commentlist cite {
	margin			: 0px 0px 20px 0px;
	padding			: 0px;
	display			: block;
	font-style		: normal;
}

.avatar {
	margin			: 0px 20px 0px 0px;
	float			: left;
}


/*	============================================================================================ */
/*	SEARCHFORM																					 */
/*	============================================================================================ */
	
#searchform #search {
	width			: 125px;
	height			: 22px;
	padding			: 6px 6px 0px 6px;
	float			: left;
	border			: 1px solid #DADADA;
	background		: #FFFFFF url(img/bg-form-text.gif) repeat-x left top;
	color			: #5E5E5E;
}

#searchform .button {
	width			: 40px;
	height			: 30px;
	margin			: 0px 0px 0px 10px;
	padding			: 0px 10px;
	border			: none;
	background		: #4A4F54;
	color			: #FFFFFF;
}


/*	============================================================================================ */
/*	FOOTER																						 */
/*	============================================================================================ */

#footer {
	width			: 975px;
	margin			: 15px auto;
	padding			: 10px 0px;
	border-top		: 1px solid #cbcbcb;
}

#footer p {
	margin			: 0px 0px 10px 0px;
}

#ratio {
	width			: 400px;
	float			: left;
}

#legal {
	width			: 400px;
	float			: right;
	text-align		: right;
}


/*	============================================================================================ */
/*	USEFUL																						 */
/*	============================================================================================ */

.clear {
	width			: 0px;
	height			: 0px;
	margin			: 0px;
	padding			: 0px;
	clear			: both;
}


/*	============================================================================================ */
/*	WORDPRESS CSS																				 */
/*	============================================================================================ */

.aligncenter, div.aligncenter {
   	margin			: 0px auto;
   	display			: block;
}

.aligncenter {
	margin-bottom	: 20px !important;
}

.alignleft {
   	margin			: 0px 20px 20px 0px;
   	float			: left;
}

.alignright {
   	margin			: 0px 0px 20px 20px;
   	float			: right;
}

.wp-caption {
	margin-bottom	: 20px;
	padding-top		: 4px;
   	text-align		: center;
   	border			: 1px solid #CCCCCC;
   	background-color: #F7F7F7;
}

.wp-caption img {
   	margin			: 0px;
   	padding			: 0px;
   	float			: none;
   	border			: none;
}

.wp-caption p.wp-caption-text {
  	margin			: 0px;
   	padding			: 0px;
}


/*	============================================================================================ */
/*	WIDGETS CSS																					 */
/*	============================================================================================ */

#calendar_wrap table {
	width			: 100%;
}

#calendar_wrap td {
	text-align		: center;
}

#wp-calendar caption {
	margin			: 0px 0px 10px 0px;
	background		: #DEDEDE;
}


/*	============================================================================================ */
/*	AUTHORS PAGE CSS																			 */
/*	============================================================================================ */

#authors {
	margin			: 0px 0px 5px 0px;
	padding			: 0px;
	list-style		: none;
}

#authors li {
	margin			: 0px;
	padding			: 5px;
	border-bottom	: 1px solid #DEDEDE;
	color			: #999999;
	font-size		: 18px;
	text-align		: right;
}

#authors li a {
	margin-right	: 10px;
	float			: left;
	color			: #77AE9A;
	font-size		: 18px;
	text-decoration	: none;
}

#authors li a:hover {
	color			: #999999;