/*
Theme Name: Michael Scott Version 1
Theme URI: http://pixhibit.com/wordpress/themes/michaelscott
Description: The main Michael Scott
Version: 1.0
Author: Michael Scott
Author URI: http://pixhibit.com
*/

@import url('reset0100.css');

html,
textrea {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	line-height: 1.5;
	color: #404646;
}

a:link,
a:visited {
	color: #404646;
	border-bottom: 3px solid #fff;
	text-decoration: none;
}
.post .entry a:link,
.post .entry a:visited,
p a:link,
p a:visited {
	font-weight: bold;
	border-color: #ccc;
}
a:hover,
a:focus,
a:active {
	border-color: #dd78de !important;
}
.postimage a:link,
.postimage a:visited,
.postimage a:hover,
.postimage a:focus,
.postimage a:active {
	border: none;

}
.postimage {
	margin-bottom: 1em;
	text-align: center;
}
h1, #tagline {
	color: #8c8c93;
	font-weight: normal;
	line-height: 1;
}
h1 {
	font-size: 400%;
	margin-left: -73px;
}
h1 a:link,
h1 a:visited {
	color: #8c8c93;
	text-decoration: none;
	border: none;
}
h1 a:active,
h1 a:hover,
h1 a:focus {
	border: none;
}
#tagline {
	margin-left: -70px;
	font-size: 120%;
}
#header{
	width: 640px;
	margin: 50px auto 0 auto;
}
.content{
	width: 640px;
	margin: 70px auto 0 auto;
}
h2, h3, h4 {
	font-size: 120%;
	font-weight: bold;
}
h2 .date,
h3 .date,
h4 .date {
	font-weight: normal;
	color: #8c8c93;
	font-size: 75%;
}
h2 a,
h3 a {
	text-decoration: none;
}
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited {
	border-bottom: 3px solid #fff;
}
.entry p,
.comment p{
	margin-bottom: 1em;
	text-align: justify; 
}
.post {
	clear: both;
	margin-bottom: 70px;
	line-height: 1.7;
}
.single .post {
	margin-bottom: 30px;
}
#sidebar .content {
	padding: 5px 0;
}
#sidebar,
#respond {
	background-color: #dd78de;
	padding-bottom: 25px;
}
#sidebar,
#footer,
#respond {
	width: 100%;
	color: #fff;
	font-size: 90%;
}
.widget h2,
#respond h3 {
	font-weight: normal;
	font-size: 200%;
	line-height: 1;
	margin-bottom: 5px;
}
#sidebar a:link,
#sidebar a:visited,
#sidebar a:hover,
#sidebar a:focus,
#sidebar a:active,
#respond a:link,
#respond a:visited,
#respond a:hover,
#respond a:focus,
#respond a:active,
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:focus,
#footer a:active {
	border: none;
	color: #fff;
}
.widget li {
}
.clear {
	clear: both;
}
#footer p {
	width: 640px;
	margin: 0 auto;
}
.section3col .widget {
	width: 33%;
	float: left;
}
.section1col .widget {
	clear: both;
	margin-top: 40px;
	float: left;
}
.widget {
	margin-bottom: 5px;
}
#footer {
	padding: 10px 0;
	text-align: center;
	background-color: #222;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.navigation {
	width: 100%;
	padding: 0 0 50px 0;
}
.navigation a {
	text-decoration: none;
	border-bottom: 3px solid #fff;
}
.navigation a:link,
.navigation a:visited,
.navigation {
	color: #999;
}
.navigation a:hover,
.navigation a:focus,
.navigation a:active {
	border-color: #dd78de;
}

form {
	margin: 20px 0;
}
form .row {
	clear: both;
	width: 100%;
	margin-bottom: 5px;
}
label {
	width: 200px;
	float: left;
}
form .input {
	line-height: 1;
}
input.boxinput,
textarea {
	border: 2px solid #a434a3;
	padding: 3px;
}
input.boxinput {
	width: 290px;
}
input.submit {
	margin-left: 200px;
}
textarea {
	width: 290px;
}
.help {
	font-size: 90%;
	font-style: italic;
	width: 298px;
	margin-left: 202px;
}
.fullwidthrow .help {
	width: 100%;
	margin-left: 0;
}


#respond h3 {
	padding-top: 20px;
}
#comments {
	width: 640px;
	margin: 0 auto;
}
#comments h3 {
	font-weight: bold;
}
#comments h4 {

}
.commentcount {
	font-weight: normal;
	color: #a2a2a9;
}
.commentauth {
	font-size: 80%;
	font-weight: normal;
}
.commentauth a,
div.tags a {
	text-decoration: none;
	color: #8c8c93;
}
li.comment {
	margin-top: 40px;
}
.archive dt {
	margin-top: 30px;
}
ul.twitter li {
	margin-bottom: 10px;
	padding: 0 20px 0 0;
	float: left;
	width: 230px;
	height: 8em;
}
.photoMeta,
.mapMeta {
	color: #8c8c93;
}
.postmapouter {
	width: 640px; 
	height: 640px;
	border: 1px solid #AAA;
	background: #FFF url('images/map-bg.png') bottom left no-repeat;
}
.postmap {
	width: 476px;
	margin: 11px;
	height: 476px;
	border: 1px solid #AAA;
}
.postmap a {
	display: none;
}
.code {
	font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
}
pre.code,
p.code,
blockquote{
	text-align: left;
	margin: 1em 30px;
	padding: 0 10px;
	border-left: 3px solid #ccc;
}
div.post ul,
div.post ol {
	margin: 1em 50px;
}
div.post ul {
	list-style-type: disc;
}
div.post ol {
	list-style-type: lower-roman
}

