/*
Theme Name: Architect-Blue
Description: Based on The Essayist (http://www.squarefour.net).
Version: 1.4
Author: Jeff Chapman
Author URI: http://www.kyokuyoko.com 
Tags: blue, paper, blueprint, two-columns, fixed-width, threaded-comments, right-sidebar
*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #1F1F1F;
	background:url('images/background.jpg');
}
ol, ul {
	list-style: none; 
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a {
	text-decoration:none;
	color: black;
}

a:hover {
	text-decoration: none;
	color: rgb(89,41,12);
}

em, i {
	font-style:italic;
}

bold, strong {
	font-weight:bold;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

th {
	font-weight:bold;
	text-align:center;
}


.container {
	width:850px;	
	margin:0 auto;
}

#nav {
	display: none;
}

/* #nav a {
	color:#fff;
}


#nav ul#custom-pages {
	float:left;
	width:850px;	
}

#nav li {
	float:left;	
}

#nav li a {
	display:block;
	padding-right:20px;
}

#nav li ul li a:hover {
  background-color: #fff;
	color:#000;
  text-decoration: none;
	border-bottom:1px #fff solid;
}

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
}

#nav li:hover ul {
  left: auto;	
}

#nav li:hover {
  position: static;
}
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
}
	
#nav li li a {
  width: 150px;
  height: 24px;
	display:block;
  line-height: 24px;
  color: #fff;
  border-bottom: 1px solid #131f27;
  background: #5C5A58;
  margin: 0;
  padding:6px 20px 6px 20px;
}


#nav #rss {
	float:right;
	display:inline;
}

#nav img.icon {
	position:relative;
	top:2px;
	padding-left:5px;
} */

.container #content {
	font-family: Corbel,Gill Sans,sans-serif;
	clear:both;
	background: rgb(135,181,215);
	width: 850px;
	float: left;
}

.container .navigation {
	display: none;
	clear:both;
	margin:10px 0;
}

.navigation .alignleft {
	float:left;
}

.navigation .alignright {
	float:right;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 1em 1em;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 1em 1em 0;
	display: inline;
}
	
a img.alignright {
	float:right; 
	margin:0 0 1em 1em
}

a img.alignleft {
	float:left; 
	margin:0 1em 1em 0
}

a img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
}

#footer {
	clear:both;	
	background-color:#1e1b16;
	margin-top:30px;
	color: #e1d8b4;	
	width: 850px;
	margin: 0 auto;
}

#footer #breaker {
	display: none;
	background-color:#36322a;
	height:20px;	
	border-bottom:1px #444038 solid;
}

#footer .section {
	float:left;
	width:290px;	
	font-size:0.8em;
	margin:10px 0;
	padding:0 15px;
	line-height:22px;	
	min-height:155px;
}

#footer #credits {
	font-size:0.7em;
	font-style:italic;
	padding:10px 20px;
	text-align:center;
}

#footer li.left {
	display:inline;
}

#footer a {
	color:#e1d8b4;
	font-weight:bold;
}

#footer a:hover {
	text-decoration:underline;
}

#footer .footer h3 {
	font-size:1.8em;
	color:#f3c36f;
	margin-bottom:20px;
}

#footer .footer img {
	margin-right:11px;
	margin-bottom:10px;
	border:5px #fff solid;
}

input.button {		
	height:38px;
	width:150px;
	border:0;
}

input.cancel {
	background-color:brown;
	color:#fff;
}

input.submit {
	background-color:#76A52A;
	color:#fff;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}



.container #header {
	width: 100%;
	background: url(images/white-ruler-marks.png) no-repeat bottom;
	background-color: rgb(24,59,89);
	height: 200px;
}

.container #header H1 {
	width: 80%;
}

.container #header #title {
	position: relative;
	top: 90px; 
	left: 45px;
	background: url(images/the365thdegree-logo.png) no-repeat;
	width: 580px;
	float: left;
	height: 85px;
}

.container #header #title a {
	color: #000;
	height: 60px;
	display: block;
	padding: 0;
}

.container #header #title a span {
	display: none;
}

/* .container #header #title {
	clear:both;
} */

.container #header #title #subtitle {
	text-transform: uppercase;
	font-size: medium;
	text-align: left;
	margin: 5px 0 18px 0;
	letter-spacing:2px;
	font-family: Corbel,Gill Sans,sans-serif;
	clear: left;
	color: white;
	line-height: 100%;
}

.container #header #rss {
	float:right;
	text-align: right;
	width: 180px;
	margin: 30px 20px 20px auto;
}

.container #header #rss IMG {
	padding-left: 10px;
}

.container #header #twitter {
	float:right;
	width:450px;
	line-height:22px;
	margin:25px 0 35px 0;
	text-align:right;	
}

.container #header #twitter #time {
	font-size:11px;
	font-style:italic;
}

.container #header #twitter #message {
	font-size:14px;
}

#posts  {
	background-color: rgb(115,165,205);
	width: 100%;
}

#posts #left {
	width: 600px;
	min-height:175px;
	padding:35px 10px 35px 46px;
	background: white;
	float: left;
}

#posts #left .date {
	float:left;	
	font-family: Georgia,sans-serif;
	width:50px;
	height:51px;
	text-align:center;
	color:#848282;
	line-height:26px;
}

#posts #left .date .background {
	background:url('images/date_background.png') no-repeat top center;
}

#posts #left .date .day {
	font-size:24px;
	font-weight:bold;
}

#posts #left .date .month {
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:3px;
}


#posts #left .date-small {
	float:left;
	width:50px;
	font-family:'Georgia';
	height:32px;
	text-align:center;
	color:#848282;
	line-height:15px;
}

#posts #left .date-small .background {
	background:url('images/date_background_small.png') no-repeat top center;
}

#posts #left .date-small .day {
	font-size:12px;
	font-weight:bold;
}

#posts #left .date-small .month {
	font-size:9px;
	text-transform:uppercase;
	letter-spacing:2px;
}

#posts #left .post {
	margin: 0px 0 40px 0;
}

#posts #left .post .detail {
	float: left;
	margin: 0 15px 0 20px;
	width: 500px;
}

#posts #left .post .detail h1.title {
	font-size: 2.4em;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px rgb(189,178,145) solid;
	width: 100%;
	padding-bottom: 2px;
}

#posts #left .post .detail h4.subtitle-author {
	font-size:12px;
	font-family:'Georgia',serif;
	float:left;	
	width:45%;
	line-height:18px;
	font-style:italic;
	display: block;
}

#posts #left .post .detail h4.subtitle-category {
	font-size:12px;
	font-family:Corbel,Gill Sans,sans-serif;
	float:right;
	padding: 1px 2px;
	line-height:18px;
	background-color: rgb(219,211,184);
	color: rgb(89,41,12);
	display: block;
	text-transform: capitalize;	
}

#posts #left .post .detail div.comments {
	font-size:12px;
	font-family:Georgia,sans-serif;
	float:right;
	margin-right: 1em;
	padding-top: 2px;
}

#posts #left .post .detail .article {
	clear:both;
	font-size:14px;
	margin-top:10px;	
	line-height:22px;
}

#posts #left .post .detail .article a {
	text-decoration: underline;
}

#posts #left .post .detail .article a:hover {
	background-color: rgb(219,211,184);
}

#posts #left .post .detail-small {
	float:left;
	margin: 0 15px 0 20px;
	width: 500px;
}

#posts #left .post .detail-small h1.title {
	font-size:1.5em;
	font-weight:bold;
	font-variant:small-caps;
	margin-bottom:5px;
}
#posts #left .post .detail-small H2 {
	font-size: large;
	font-weight: bold;
}


#posts #left .post .detail-small h4.subtitle {
	font-size:12px;
	float:left;
	width:498px;
	line-height:18px;
	font-family:'Georgia','sans-serif';
	font-style:italic;
}

#posts #left .post .detail-small div.comments {
	font-size:12px;
	float:right;
	font-family:'Georgia','sans-serif';
	font-style:italic;
}

#posts #left .post .detail-small .article {
	clear:both;
	font-size:14px;
	position:relative;
	top:10px;	
	line-height:22px;
}

#posts #right {
	width:180px;		
	float: right;
}

.container .sidebar {
	width: 164px;
	margin: 8px;
}

.container .sidebar h3 {
}

.container .sidebar ul {
	margin:10px 0;
	font-size:0.9em;
	line-height:22px;
}

.container .sidebar li {
}

.container .sidebar ul ul {
	margin: 0px 0 0 15px;
}

.container #search-bar {
	margin: 30px 0 1em 0;
	width: 150px; 
	height: 40px;
}

.container #search-bar #input {
	float: left;
}

.container #search-bar #icon, .container #search-bar #bar {
	float: left;
}

.container #search-bar #input input.field {
	border: 3px #ebe4d9 solid;
	line-height: 1em;
	font-size: 15px;
	background-color:#f9f8f1;
	width: 125px;
	float: left;
}

.container #search-bar #icon {
	position: relative;
	left: 5px;
	top: 6px;
}

.container #search-bar #date {
	float:right;
	line-height:45px;
	font-weight:bold;
	font-style:italic;
	color:#737372;
}
.container .sidebar H3 {
	margin: 1.25em 0 0.5em 0;
	font-weight: bold;
	text-align:center;
	text-transform:capitalize;
	width: 155px;
}

.sidebar .widget_archive, .sidebar .widget_recent_entries, .sidebar .widget_categories {
	width: 155px;
	margin-top: 1em;
	line-height: 1em;
	border-bottom: 1px solid gray;
	text-align: center;
}

.sidebar #calendar_wrap {
	margin:10px 0;
}

.sidebar #calendar caption, .sidebar #wp-calendar caption {
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}

.sidebar table#wp-calendar {
	border-spacing:1px 1px;
}

.sidebar table#wp-calendar td {
	padding:6px;
	text-align:center;
	background-color:#D2CDB0;
}

.sidebar table#wp-calendar td#today {
	background-color:#fff;
}

#footer li li { 
	background:url('images/star_icon_white.png') no-repeat center left;
	padding-left:15px;
}

#footer #calendar_wrap {
	margin:10px 0;
}

#footer #calendar caption {
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}

#footer table#wp-calendar {
	border-spacing:1px 1px;
}

#footer table#wp-calendar td {
	padding:6px;
	text-align:center;
	background-color:#3F392F;
}

#footer table#wp-calendar td#today, #footer table#wp-calendar td#today a {
	background-color:#fff;
	color: #000;
}

#archive h2.pagetitle {
	font-size:2.0em;
	font-weight:bold;
	margin:10px 0 20px 0;
}

/* --- ARTICLE STYLES --- */

.article img {
}

.article h1,
.article h3,
.article h4,
.article h5,
.article h6 {
	margin:20px 0;
}

.article h1 {
	font-size:2.0em;	
}
.article h2 {
	font-size:1.5em;
	margin: 0.5em 0;
}
.article h3 {
	font-size:1.4em;
}
.article h4 {
	font-size:1.2em;
}
.article h5 {
	font-size:1.0em;
}

.article h6 {
	font-size:0.8em;
}

.article P {
	margin-bottom: 0.75em;
}

.article ol {
	list-style-type:decimal;
}

.article li, #extra #comments .comment div li {
	margin-left:45px;
}

.article ul, #extra #comments .comment div ul {
	list-style-type:square;
}

.article table {
	border-spacing:5px 5px;
}

.article table th {
	background-color:#F1EFE8;
	font-weight:bold;
	text-align:center;
	font-size:0.8em;
	padding:2px 10px;
}

.article table td {
	font-size:0.8em;
}


/* --- STYLES FOR SINGLE POST PAGES --- */

.container #single #post {
	border:4px #dad7cd solid;
	background-color:#fff;
	clear:both;
}

.container #single #post h2.title {
	color: black;
	margin: 25px;
	font-size: xx-large;
	font-weight: bold;
}
.container #single .article h2 {
	font-size:1.5em;
	margin: 0.5em 40px;
}

.container #single #user-bar {
	background-color:#f1efe8;
	min-height:45px;
	height:auto !important;
	height:2em;
	line-height: 1em;
	padding: .5em 20px;
	margin: 0 0 0 25px;
}

.container #single #user-bar #user {
	float:left;
	width:780px;
}

.container #single #user-bar #comment-no {
	float:right;
	_position:relative;
	_top:15px;
}

.container #single #post .article {
	padding:15px;
	clear:both;
	font-size:1.2em;
	line-height:1.5em;
	font-family:Corbel,Gill Sans,sans-serif;
}

.article blockquote, #extra #comments blockquote {
	font-style:italic;
	clear:both;
	color:#666666;
	font-size:0.9em;
	font-family:'Georgia';
	margin:0 30px;
}

.container #single .article p {
	margin:1em 40px 0.75em 40px;
	line-height: 1.25em;
	overflow:hidden;
	font-size: medium;
}

.detail-small .article p {
	margin:1em 20px 0 20px;
	overflow:hidden;
}

.article pre, #extra #comments pre, #extra #comments code {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	background-color:#F5F5F5;
	border:1px #DADADA solid;
	font-size:12px;
	font-family:'Courier New', 'Courier';
	padding:5px;
	margin:10px 0;
}

#extra #comments .comment div li {
	padding:0;
}

.container  .pagination {
	float:right;
	padding:10px 0 10px 10px;
}


#extra {
	margin:10px 0;
	clear:both;
}
#extra #comments {
	padding: 1em 40px 0 40px;
}

#extra label {
	width:85px;
	float:left;
}

#extra input.field {
	border: 1px solid #D4D4D4;
	width:250px;
	height:22px;
	font-size:16px;
}

#extra textarea {
	border: 1px solid #D4D4D4;
	width:480px;
	height:160px;
}

#extra #comment-reply div {
	margin:20px 0;
}

#extra #comments h3 {
	font-size: 1.5em;
}

#extra #left {
	border-right:3px solid #E0D9B8;
	width:600px;
	margin: 0 0 0 45px;
}

#extra #right {
	width:225px;
}

#extra #left, #extra #right {
	float:left;
	min-height:295px;
}

#extra #reply-back {
	text-align:right;
	width:567px;
}

#extra .no-comments {
	margin:10px 0;
}

#extra #feed-links {
	min-height:280px;
	line-height:35px;
	margin-left:35px;
	width: 567px;
}

#extra #feed-links p {
	margin:0px 0 10px 0;
}

#extra #comments {
	font-size:1em;	
}

#extra #comments ul li {
	padding:25px;
	margin:15px 0;
	line-height:1.5em;
}

#extra #comments ul li p {
	margin:10px 0 15px 0;
	clear:both;
}

#extra #comments .comment-meta {
	display:block;
}
#extra #comments .comment-author cite {
	line-height:30px;
	float:left;
}

#extra #comments ul li .comment-meta a {
	font-size:0.7em;	
	font-style:italic;	
	
}

#extra #comments ul li .text {
	line-height:28px;
}

#extra #comments ul li.even {
	background-color:#EFEFE0;
	border:3px solid #CFCFB5;
}

#extra #comments ul li.odd {
	background-color:#fff;
	border:3px solid #CFCFB5;
}

#extra #comments li.even img.avatar {
	border:5px #fff solid;
}

#extra #comments li.odd img.avatar {
	border:5px solid #CFCFB5;
}

#extra #comments ul.children li.even img.avatar {
	border:5px #fff solid;
}

#extra #comments ul.children li.odd  img.avatar {
	border:5px solid #CFCFB5;
}

#extra #comments blockquote {
}

#extra #comments .comment-author {
	margin-bottom:5px;	
	font-size:24px;
}

#extra img.avatar {
	float:left;
	height:48px;
	width:48px;
	margin-right:10px;
}