/*
Theme Name: BasicTheme
Theme URI: http://pharrout.com/
Description: A minimalist / template theme
Version: 1.0
Author: Ross A. Catrow
Date: July 2007
*/

/* Zeros ==================================================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}


/* General ================================================================== */
body {
	background: #662d91;
	color: #000;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: .7em;
}
p {
	margin: 1.5em 0;
	line-height: 1.8em;
}
ul, ol {
	margin: 1em 0 1em 0;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
ol li, ul li {
	margin-bottom: .5em;
	margin-left: 3.5em;	
}
li {
	line-height: 1.8em;
}
a {
	text-decoration: none; 
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline; 
	color: #000;
}
a img {
	border: none;
}
blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}
h1 {
	font-size: 2.8em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0 2px 0;
	font-size: 1.65em;
	padding-bottom: 10px;
	color: #662d91;
}

h2#thankYou{
    font-weight:bold;
}

h2 a, h2 a:visited {
	color: #662d91;
}
h2 a:hover {
	text-decoration: none;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0 2px 0;
	font-size: 1em;
	padding-bottom: 10px;
	color: #662d91;
	text-transform: lowercase;
	font-weight: bold;
}
h3 a, h3 a:visited {
	color: #662d91;
}
h3 a:hover {
	text-decoration: none;
}
textarea {
	width: 100%;
	border: solid 1px #000;
}
.button {
	background: #666;
	color: #000;
	border: solid 1px #000;
	padding: 3px;
	margin: 10px 0 10px 0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
strong {
	font-weight: bold;
}
.highlight {
	color: #662d91;
}

form{
	margin-bottom:20px;
}

/* Site wide width ========================================================== */
#site {
	width: 625px;
	margin: 100px auto 100px auto;
    background-color:#fff;
    padding: 35px 85px 35px 85px;
}

/* Structure ================================================================ */

#allThePosts{
    border-top:1px dashed #d6d6d6;
    padding:10px 0 0 0;
    margin:30px 0 0 0;
}

#insidePagePosts{
    border-top:1px dashed #d6d6d6;
    padding:10px 0 0 0;
    margin:-10px 0 0 0;
}

#desc {
	margin-top:0.2em;	
}
#desc a:link, #desc a:visited  {
	display: inline;
	padding: 0px 0em 0em 0em;
	background-color: #fff;
	color: #666;
	text-decoration: none;
}
#desc a:hover {
	background-color: #eee;
	color: #666;
}
#desc a:active {
	background-color: #fff;
}

#contentContainer {
	background: url(images/contentContainer-background.gif) repeat;
}
	
#content {
	float: left;
	width:428px;
	width: 338px;
    background-color:#f5f5f5;
    padding: 30px 45px 30px 45px;
}
#header {
	position: relative;
	color: black;
	font-weight: normal;	
	margin-bottom: 15px;
}
#header a {
	color: black;
	text-decoration: none;
}
#header a:hover {
	text-decoration: none;
}
#header h1 {
	position: relative;
	left: -58px;
	background: url(images/logo.gif) no-repeat;
	text-indent: -9999px;
	width: 195px;
	height: 176px;
	margin: 0;
}
#name {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	font-size: 1.1em;
}
#sidebar {
	width: 197px;
	float: right;
	background-color: #ebebeb;
}
#lindsay {
	width: 197px;
	height: 157px;
	background: url(images/lindsay/picture-lindsay1.jpg) no-repeat;
}
#sidebarContent {
	margin: 5px;
	border: dashed 1px #d6d6d6;
	padding: 30px;
}	

#sidebar form {
	margin: 0 0 0 0px;
}

#sidebar input#s {
	width: 60%;
	background: #eee;
	border: 1px solid #999;
	color: #000;	
}

#sidebar ul {
	color: #ccc;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#sidebar ul li {
	margin: 10px 0 0 0;
}

#sidebar ul ul {
	font-variant: normal;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#sidebar ul ul li {
	border: 0;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 3px;
}

#sidebar ul ul li a {
	color: #000;
	text-decoration: none;
}

#sidebar ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

/* posts ================================================================ */
.post .meta {
	margin-bottom: 1em;
	font-size: .8em;
	font-style: italic;
}
.post .meta a {
	color: #666;
	font-style: italic;	
}
.post .entry {
	margin-bottom: 1em;
}
.post {
	margin-bottom: 3em;
}
.post .feedback {
	text-align: right;
}

/* comments ================================================================ */
#comments {
	margin-top: 3em;
}
#commentlist li {
	margin-bottom: 3em;
}
#commentlist cite {
	font-size: .8em;
	color: #666;
	font-style: italic;
}


/* This is for the video page because there are some 
different margins and paddings and widths to contain 
the large youtube videos. */

#site.page-47{
	padding-right:35px;
	width:775px;
}
.page-47 #content{
	width:488px;
}