/*
Theme Name: Apartment One Six
Theme URI: http://apartmentonesix.com/
Description: My platform for world domination
Version: 1.0
Author: Peter Butler
Author URI: http://apartmentonesix.com/
*/

/* @group General */

body {
	background: #fff url(images/page_bg.png) repeat-x;
	color: #333;
	font-size: 62.5%;
	font-family: "Myriad Pro", "Lucida Grande", Lucida, Verdana, sans-serif;
}

p, .entry ul, .entry ol {
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	color: #d00000;
	text-decoration: none;
}

a:hover {
	color: #810000;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 3em;
}

h3 {
	font-size: 2.8em;
	padding-top: 20px;
	padding-bottom: 10px;
	
}
del{
	text-decoration: line-through;
}
/* @end */

/* @group Structure */

#wrapper {
	width: 900px;
	margin: auto;
}

#content {
	width: 600px;
	float: left;
}

/* @end */

/* @group Header */

#header {
	
}

#header .logo {
	float: left;
}

#header ul.pages {
	font-family: "Myriad Pro", "Lucida Grande", Lucida, Verdana, sans-serif;
	float: right;
	text-align: justify;
	margin-top: 120px;
	color: #fff;
	font-size: 1.6em;
	line-height: 1.5em;
}

#header ul.pages li {
	float: right;
	padding: 0 8px;
}

#header .pages a {
	color: #fff;
}

#header .pages a:hover {
	color: #000;
}

/* @end */

/* @group Post */

.post h2, .page h2 {
	font-size: 3.5em;
	clear: both;
	margin: 10px 0 0;
}

.post h2 a, .page h2 a {
	color: #000;
}

.post, .page {
	position: relative;
	/margin-bottom: 100px;
}

.post a.more {
	float: right;
	font-size: .6em;
	padding-top: 10px;
}

.post .postinfo {
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
}

.postinfo span {
	padding: 0 10px;
	border-right: 2px solid #333333;
}

.postinfo span.readmore, .postinfo span.subscribe {
	border: none;
	padding-right: 0;
}

.postinfo span img {
	position: relative;
	top: 2px;
}

.post .thumbnail {
	display: none;
	float: left;
	margin-right: 10px;
	width: 130px;
	height: 130px;
	overflow: hidden;
	border: 1px solid #cccccc;
}

.post p, .page p, .entry ul, .entry ol {
	font-size: 1.6em;
	line-height: 1.6em;
	margin-bottom: 15px;
	text-align: justify;
}

.post .tags, .post .categories, .post .relatedposts {
	float: left;
	width: 178px;
	padding: 10px;
	min-height: 100px;
}

.postinfo span.date {
	padding-left: 0;
}

.postinfo.home {
	text-align: right;
}

.post .tags, .post .categories {
	
}

/*.post .tags{
	width: 140px;
}*/

.post .tags li, .post .categories li, .post .relatedposts li {
	font-size: 1.4em;
}

.postmetadata {
	float: left;
	background: #f1f1f1;
	border: 1px solid #ccc;
	margin: 20px 0;
}

.entry {
	margin-bottom: 30px;
}

.entry ul, .entry ol {
	font-size: 1.4em;
	padding: 10px 5px;
	padding-left: 20px;
}

.entry ul li {
	padding: 5px 0;
	list-style-type: square;
}

.entry ol li {
	list-style-type: decimal;
}

.entry .alignleft {
	float: left;
	padding: 5px;
	text-align: center;
}

.entry .alignright {
	float: right;
	padding: 5px;
	text-align: center;
}
.aligncenter{
	display: block;
	text-align: center;
	margin: 10px auto
}
.entry .wp-caption {
	background: #f1f1f1;
	border: 1px solid #cccccc;
	margin: 5px;
}

.entry .wp-caption-text {
	font-size: 1em;
	padding: 5px;
	margin: 0px;
}

/* @end */

/* @group Sidebar */

#sidebar {
	width: 240px;
	float: right;
	text-align: right;
	font-family: "Myriad Pro", "Lucida Grande", Lucida, Verdana, sans-serif;
}

#sidebar h3 {
	display: none;
	margin-top: 20px;
	color: #d00000;
}

#sidebar ul li.widget {
	margin: 20px 0;
}

#sidebar ul li ul li {
	font-size: 1.6em;
	font-weight: bold;
}

#sidebar ul li ul.children {
	font-size: .6em;
}

#sidebar ul li ul.children a {
	color: #666;
}

#sidebar ul li ul li a:hover {
	color: #445;
}

#sidebar ul li a {
	color: #333;
}

#sidebar #searchform input#s {
	font-size: 1.6em;
	padding: 3px;
}

#sidebar #searchform input#searchsubmit {
	font-size: 1.5em;
	padding: 5px;
	padding-bottom: 3px;
	color: #fff;
	font-weight: bold;
	background: #810000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	border style: inset;
}

#sidebar #searchform input#searchsubmit:active {
	border style: inset;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#sidebar ul li#execphp-382039921 strong {
	font-weight: bold;
}

/* @end */

/* @group Footer */

#footer {
	padding-top: 50px;
	padding-bottom: 20px;
	clear: both;
}

#footer .copy {
	float: left;
}

#footer .quotes {
	width: 600px;
	float: right;
	text-align: right;
}

/* @end */

/* @group Comments */

h3#comments {
	clear: both;
	padding-top: 50px;
}

#respond {
	margin-top: 50px;
	clear: both;
}

#commentform {
	float: left;
}

#commentform p {
	display: inline-block;
	width: 190px;
	padding: 5px 0;
	margin: 0 3px;
}

#commentform p label {
	display: block;
	font-size: 2em;
	font-family: "Myriad Pro", "Lucida Grande", Lucida, Verdana, sans-serif;
}

#commentform p input, #commentform p textarea {
	width: 180px;
	border: 1px solid #ccc;
	font-family: "Myriad Pro", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.4em;
	padding: 5px;
}

#commentform p.comment_content {
	width: 600px;
	float: left;
	margin: 0px;
}

#commentform p.comment_content textarea {
	width: 590px;
	font-size: 1.4em;
}

.commentlist .comment-author.vcard {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	font-size: 1.6em;
	color: #000;
	height: 20px;
}

.commentlist ul.children li {
	padding: 0px;
	background: inherit;
	padding-left: 10px;
	padding-top: 10px;
	border-top: 1px dotted #999;
}

.commentlist .comment-author.vcard cite {
	float: left;
}

.commentlist .comment-author.vcard cite a,
.commentlist .comment-author.vcard .commentmetadata a {
	color: #000;
}

.commentlist .comment-author.vcard cite a:hover,
.commentlist .comment-author.vcard .commentmetadata a:hover {
	color: #333;
}

.commentlist .comment-author.vcard .commentmetadata {
	float: right;
	font-size: .6em;
}

.commentlist li {
	margin: 10px 0;
	padding: 10px;
}

.commentlist li.thread-alt {
	background: #f1f1f1;
}

.commentlist p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 1em;
}

.commentlist .reply {
	text-align: right;
}
p.subscribe-to-comments label{
	font-size: 16px !important;
}
p.subscribe-to-comments{
	display: block !important;
	float: right;
	width: 360px !important;
	text-align: right;
	margin: 10px 0;
	position: relative;
	top: 7px;
}
input#subscribe{
	float: right;
	margin-right: 7px;
	margin-left: 5px;
	margin-top: 2px;
}
/* @end */