/*   
Theme Name: Summer Skin
Theme URI: 
Description: A simple flowery theme, both simple and elegant.
Author: Morning Bell Media
Author URI: http://MorningBellMedia.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/3c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


.bio {border:1px solid #333333; background:#eeeeee; padding:10px; font-size:.8em;}


/* =Sticky Footer 
---------------------------------*/

body, html, #wrapper {
	height: 100%;
}
#main {
	height: auto;
}

/* =Global Elements
-----------------------------------*/
* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	color:#6c6c6c;
	font-size:12pt;
}
a:link {
    color:#c48bce;
}
a:visited {
    color:#c48bce;
}
a:active,
a:hover {
    color: #8c2079;
}

h2 {
    color:#000;
}

/* =Header
-----------------------------------*/
#header {
	height:200px;
	width:100%;
	background: #fff url(images/header_bg.png) repeat-x;
}

#blog-title a {
	background:transparent url(images/logo.png) no-repeat bottom left;
	position: relative;
	left: -40px;
	top: 58px;
	display:block;
	text-indent:-9000px;
	width:536px;
	height:57px;
	
}

#blog-description {
	display:none;
	margin-bottom:22px;
}

#swirl-top { 
	position:absolute;
	right:0px;
	top:0px;
	z-index:100;
	background: transparent url(images/swirl_top.png) no-repeat;
	height:304px;
	width:266px;
	margin-bottom:-304px;
}

/* =MENU
----------------------------------*/
#access {
	border:none;
	height:30px;
	margin-bottom:-30px;
	float:right;
}


/*** THEMATIC SKIN ***/
.sf-menu {
    border:none;
	float:right;
	padding:35px 270px 0 0;

}
.sf-menu a {
	color:#c48bce;
	font-size:18pt;
	font-family:georgia;
	border:none;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#c48bce;
}
.sf-menu li {
	background:		transparent;
}
.sf-menu li li {
	background:		transparent;
}
.sf-menu li li li {
	background:		transparent;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     transparent;
	outline:		0;
    border:none;
	text-decoration:none;
}

.sf-menu a:hover {
	text-decoration:underline;
}





/* =Main Content
---------------------------------------*/
#main {
    clear:both;
    padding:66px 0 22px 90px;
}

#nav-above {
    display:none;
}

.meta-nav {
	display:none;
}
.paged #nav-above {
    display:none;
    padding:0 0 44px 0;
}

.entry-title {
    font-family:Arial,sans-serif;
    font-size:26px;
    color:#8c2079;
}

.entry-title a {
    color:#8c2079;

}
.entry-title a:active,
.entry-title a:hover {
    color: #c48bce;
}
.entry-meta {
    color:#c48bce;
    font-size:11px;
    font-style:italic;
    line-height:8px;
}
.entry-meta .author {
}

.entry-date {
	font-style:italic;
}
.entry-meta .n {
    font-size:11px;
    font-style:italic;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#c48bce;
    text-decoration:underline;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #8c2079;
}
.entry-meta abbr {
    text-transform:none;
	font-style:italic;
}

/* =Post footer
--------------------------------------------------------- */

.comments-link {
	float:right;
	text-align:right;
	font-size:17pt;
	font-style:none;
	font-family:Georgia, arial, serif;
}

.comments-link  a{
	color:#c48bce;
}

.comments-link  a:hover{
	color:#8c2079;
}

#post-divider {
	height:5px;
	width:36px;
	background: transparent url(images/divider.png);
	margin:auto;
	
}

#comments-list ol li {
    background:#fff;
}


#comments-list li.alt {
    background:#fff;
}


#comments-list li.bypostauthor {
    background:#dadada;
}



.form-section label {
	color:#9f2489;
	font-size: 16px;
	font-weight:bold;
}

.required {
	display:none;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #8c2079;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:45%;
	text-decoration:underline;
	text-align:right;
}

.nav-center {
	width:10%;
	float:left;
	text-align:center;
	color:#c48bce;
	font-size:50px;

}
.nav-next {
	float: left;
	width:30%;
	text-align:left;
	text-decoration:underline;
}
#nav-above,#nav-below {
	width: 100%;

}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:none;
    padding:0 0 44px 0;
}

/* =Sidebar
------------------------------------------*/
.aside {
	padding-top:20px;
		width:380px;
}

.aside li {
	line-height:22px;
	list-style:none;
}

.aside a{
	color:#6c6c6c;
	font-size:120%;
	text-decoration:none;
}

.aside a:hover{
	color:#8c2079;
	text-decoration:underline;
}

.xoxo h3{
	color:#c48bce;
	font-size:15pt;
}
 #topsidebar {
	float: right;
	width:380px;
}

#primary {
	border:none;
	position:relative;
	right:-35px;
}

#secondary {
	position:relative;
	left:-10px;
	
}

input#s{
	width:155px;
}


/* =Comments 
-------------------------------------------*/

.form-section {

}
.form-label{
	color:#8c2079;
	font-size:20pt;
}
.form-input{
}
#author, #email, #url {
	border:none;
	border-bottom:1px solid #6c6c6c;
}

/* =Footer
----------------------------------------*/
#footer {
	border:none;
	/*position:relative;
	left:400px;
	bottom:-170px;
	margin-top:-121px;*/
	/*width:450px;
	clear:both;
    padding:0 0 0 80px;*/
	background: transparent url(images/swirl_bottom.png) bottom left no-repeat;
	height: 171px;
	margin-top: -171px;
	clear: both;
	padding-top:60px;

}

.push {
	height: 171px; 
	clear: both;

}

.push {

}

#siteinfo {
    color:#6c6c6c;
    font-size:12px;
    line-height:18px;
    padding:2px 15px 30px 0;
	width:70%;
    border-top:1px solid #ccc;
	text-align:right;
	margin-left:250px;
	position: relative;
	top:120px;
}

#siteinfo a{
	color:#c48bce;
}

#siteinfo a:hover{
	color:#8c2079;
}

#swirl-bottom {
	/*background: transparent url(images/swirl_bottom.png);
	width:230px;*/
}
