@charset "utf-8";

/* ------------------------- ERIC MEYER CSS RESET MODIFIED ------ */
/*
Theme Name: Dark Purple
Theme URI: http://www.morgandavison.com
Description: Dark Purple Paisley
Version: 1.0
Author: Morgan Davison
Tags: purple color, 960 width, two columns, widgets
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin-bottom: 1em;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* -------------------------------------- GENERAL ---------------------------- */
.center {
	margin: 0 auto;
}
.textaligncenter {
	text-align: center;
}
.textalignleft {
	text-align: left;
}
.textalignright {
	text-align: right;
}
.alignleft {
	float: left;
	margin: 0 10px 8px 0;
}	
.alignright {
	float: right;
	margin: 0 0 8px 10px;
}	
.aligncenter {
	margin: 10px auto;
}
.clearfloat {
	clear: both;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
/* -------------------------------------- TYPOGRAPHY ------------------------- */
html {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
h1 {font-size: 2.0em;}
h2 {font-size: 1.9em;}
h3 {font-size: 1.7em;}
h4 {font-size: 1.5em;}
h5 {font-size: 1.3em;}
h6 {font-size: 1.1em;}

h1, h2, h3, h4, h5, h6 {
	color: #484848;
}
a {
	color: #6F3E61;
}
a:visited {
	color: #8F6282;
}
h2 a:link, h2 a:visited {
	color: #333;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}

/* ------------------------------------- GENERAL ----------------------------- */
body {
	background: #2e1627 url(images/main_bg.jpg) 50% top no-repeat;
	background-attachment: scroll;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}

/* ------------------------------------- MAIN -------------------------------- */
#main {
	background: #fff;
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	width: 960px;
	margin-top: 100px;
	line-height: 1.2em;
}

/* HEADER */
#header {
	background: url(images/logo.png) no-repeat;
	width: 193px;
	height: 191px;
	position: relative;
	top: -100px;
	margin: 0 auto -100px;
}
#header a {
	display: block;
	width: 193px;
	height: 191px;
}



/* NAV */
#nav {
	background: url('images/nav.png') no-repeat;
	width: 881px;
	height: 62px;
	margin: 0 auto;
	clear: both;
	padding: 0 20px;
}
#nav ul li {
	display: inline;
	font-size: 14px;
	line-height: 1.3em;
	margin-right: 0px;
}
#nav ul li a:link, #nav ul li a:visited {
	display: -moz-inline-stack;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	padding: 20px;
	color: #333;
}
#nav ul li a:hover, #nav ul li.current_page_item a {
	background-image: url('images/nav_current.png');
	border: 1px solid #6F4562;
	/*padding: 19px;*/
	padding: 19px 19px 22px 19px;
}

/* CONTENT */
#content {
	padding: 20px;
	overflow: hidden;
}
#mainarea {
	width: 670px;
	float: left;
	margin-right: 30px;
}
div.wp-caption {
	text-align: center;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border: 1px solid #CFC2CB;
	background-color: #EFEFEF;
	padding: 3px;
}
div.wp-caption img {
	margin: 3px 0;
}
p.wp-caption-text {
	margin-bottom: .5em;
}
.blogpost {
	clear: both;
	margin-bottom: 45px;
	padding-bottom: 40px;
	overflow: hidden;
}
.singleblog {
	overflow:hidden;
}
ul.meta {
	margin: 0 0 25px 0;
}
ul.meta li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	margin-right: 10px;
	padding-left: 12px;
	text-transform: uppercase;
}
ul.meta li:first-child {
	border: none;
	padding-left: 0;
}
.blogpost, .menusearch {
	border-bottom: 1px solid #CFA8C2;
}
ul.meta li {
	border-left: 1px solid #CFA8C2;
}

/* SPECIFIC ITEMS */
img.wp-image-57 {
	margin: 10px;
}
.googlemap {
	margin-bottom: 1em;
}

/* SIDEBAR */
#sidebar {
	float: left;
	width: 220px;
}
#sidebar li h3 {
	font-size: 1.3em;
  line-height: 1.4em;
  margin: 5px 0 5px 0;

}
#sidebar ul {
	margin: 0;
}

#sidebar ul li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 25px;
}

/* Sidebar Search Form */

#sidebar ul li#search-3 {
	margin-bottom: 25px;
}
.hidden {
	display: none;
}	
#sidebar ul li#search-3 form #s {
	padding: 7px 29px 7px 7px;
	width: 182px;
}
#sidebar ul li#search-3 form #searchsubmit {
  display: none;
}
#sidebar ul li#search-3 form #s {
	background: #f7f1f5 url('images/search.png') no-repeat right;
	border: 1px solid #9F959C;
}
#sidebar ul li#search-3 form #s:focus { 
	background: #f0dae9 url('images/search.png') no-repeat right;
	border: 1px solid #c487b1;
}

/* Sidebar Lists (eg. Meta, Archives, Categories) */
#sidebar ul li ul {
	padding: 15px 5px 15px 8px;
	background-color: #F7F1F5;
  border: 1px solid #9F959C;
}
#sidebar ul li ul li {
	list-style-position: outside;
	margin: 0 0 5px 20px;
	list-style: url('images/bullet.png');
}
/* remove styles for the menu widget as they are styled in the jquery stylesheet */
#sidebar li.widget_accordion h3 {
	font-size: 1.3em;
  line-height: 1.2em;
  margin: 0;
}
#sidebar ul li.widget_accordion ul {
	padding: 0;
	background-color: transparent;
  border: none;
	margin: 0;
}
#sidebar ul li.widget_accordion ul li {
	margin: none;
	list-style: circle;
	list-style-position: outside;
	line-height: 1.1em;
}

/* HOMEPAGE BOTTOM */
.extraswrap {
	margin-top: 10px;
	overflow: hidden;
	border-top: 1px solid #CFA8C2;
	padding-top: 30px;
}
.extras {
	float: left;
	margin: 0 0 0 20px;
	width: 285px;
}

/* style Twitter widget */
ul.twitter {
	margin: 0;
}
ul.twitter li.twitter-item {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #F7F1F5;
	border: 1px solid #9F959C;
	list-style: none;
	margin-bottom: 20px;
	padding: 8px 10px;
}
ul.twitter li.twitter-item span abbr {
	border-bottom: none;
	display: block;
	font-size: 0.8em;
	font-style: italic;
	margin-top: 3px;
}

/* style Blog Items widget */
ul.bloglist {
    margin: 0;
}
ul.bloglist li {
    clear: both;
    font-size: 1em;
    line-height: 1.3em;
    list-style: none;
    margin-bottom: 17px;
    overflow: hidden;
}
ul.bloglist li img {
    border: none;
    float: left;
    margin-right: 7px;
}
ul.bloglist li .posttitle, ul.bloglist li .postdate {
    display: block;
    font-size: 0.9em;
}
ul.bloglist li .posttitle {
    font-weight: bold;
    margin-top: 2px;
}
ul.bloglist li .postdate {
    font-size: 0.8em;
    font-style: italic;
    font-weight: normal;
}
ul.bloglist li a:link, ul.bloglist li a:visited {
    display: block;
    padding: 2px;
    overflow: hidden;
}
ul.bloglist li a:hover, ul.bloglist li a:active, ul.bloglist li a:focus {
    text-decoration: none;
		background-color: #DFC3DA;
}

/* ----------------------------------- COMMENTS ----------------------------- */
/* Comments */
h4#comments {
	clear: both;
	margin: 45px 0 5px 0;
	}

.commentlist li {
	font-size: inherit;
}

.commentlist li .avatar { 
	float: right;
	}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 0.95em;
	}
	
.commentlist p {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 5px 10px 0;
	text-transform: none;
	}

.commentmetadata {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0;
	}
	
.commentlist .reply {
	font-size: 0.8em;
	font-weight: bold;
	}

.commentlist {
	margin: 0 0 20px 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 10px;
	list-style: none;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.comms-navigation, .navigation {
	clear: both;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	}

.children {
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* Comment Form */
#respond h4 {
	clear: both;
	margin: 45px 0 10px 0;
	}

form p {
	padding-bottom: 10px;
	margin: 5px 0;
	}
	
form p label {
	display: inline-block;
	margin-right: 10px;
	text-align: right;
	width: 5em;
	}
	
form p label[for="comment"] {
	vertical-align: top;
	}
	
input, textarea {
	padding: 3px;
	}
	
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	overflow: auto;
	}
	
input#submit {
	padding: 5px 3px;
	}
	
.worksearch {
    clear: both;
    margin: 0 0 45px 0;
    padding: 0 0 40px 0;
    width: 690px;
}

p.wp-caption-text {
    font-size: 0.8em;
    font-style: italic;
}

blockquote {
    font-size: 0.9em;
    margin: 15px 0 15px 15px;
    padding: 0 15px;
}

pre {
    font-family: "Courier New", Courier, monospace;
    font-size: 0.9em;
    margin: 10px 0 20px 0;
}

code {
    background-color: #efefef;
    color: #000;
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
    margin: 0 3px;
    padding: 0 3px;
}

address {
    font-size: 0.9em;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.5em;
    margin-bottom: 15px;
}

ul.bloglist {
    margin: 0;
    }
	
ul.bloglist li {
    clear: both;
    font-size: 1em;
    line-height: 1.3em;
    list-style: none;
    margin-bottom: 17px;
    overflow: hidden;
    }
	
ul.bloglist li img {
    border: none;
    float: left;
    margin-right: 7px;
    }
	
ul.bloglist li .posttitle, ul.bloglist li .postdate {
    display: block;
    font-size: 0.9em;
    }

ul.bloglist li .posttitle {
    font-weight: bold;
    margin-top: 2px;
    }
	
ul.bloglist li .postdate {
    font-size: 0.8em;
    font-style: italic;
    font-weight: normal;
    }

ul.bloglist li a:link, ul.bloglist li a:visited {
    display: block;
    padding: 2px;
    overflow: hidden;
    }
	
ul.bloglist li a:hover, ul.bloglist li a:active, ul.bloglist li a:focus {
    text-decoration: none;
    }
		
/* Comment List */
.commentlist li .avatar { 
	border: 2px solid #f2e9ea;
	}

.commentlist cite a:link, .commentlist cite a:visited {
	color: #333;
	}
	
.commentlist .commentmetadata a:link:first-child, .commentlist .commentmetadata a:visited:first-child {
	color: #333;
	}	

.thread-even {
	/*background-color: #F9F9F3;*/
	background: #eeeeee url(inc/accordion/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% 0 repeat-x;
	}
	
.thread-alt {
	/*background-color: #F6F6EC;*/
	background: #FEF8F6 url(inc/accordion/images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% 0 repeat-x;
	}
.depth-1 {
	border: 1px solid #999999;
	}

.even, .alt {
	border-left: 1px solid #999999;
	}


/* ------------------------------------- FOOTER ------------------------------ */
#footer_image {
	background: url(images/footer_flowers.png) 50% 100% no-repeat;
	width: 1134px;
	height: 200px;
	margin: -150px auto 0;
	position: relative;
	z-index: -1;
}
#footer {
	color: #6F5367;
	padding: 10px 0 0 30px;
	margin: 0 auto;
	width: 960px;
}