/*   
Theme Name: alchemy
Author: erica
*/


/* Import a basic layout */
@import url('styles/2c-r.css');

/* Reset default browser styles 
@import url('styles/reset.css');

/* Rebuild default browser styles 
@import url('styles/rebuild.css'); */

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
margin:0;
padding:0;
background:#004a80;
font-family:Arial, Helvetica, sans-serif;
color:#666;
font-size:85%;
}

#wrapper {
margin:auto;
width:900px;
}

/* =Header
-------------------------------------------------------------- */

#header {
text-align:center;
}

#blog-title {
background:url(http://emotionalalchemy.com/pics/emotional-alchemy-header-trans.png) no-repeat top center;
}

#blog-title a {
display:inline-block;
width:340px;
height:40px;
}

#blog-title span {
display:none;
}

#branding {
	margin: 0 0 1.5em 0;
}


/* =Menu
-------------------------------------------------------------- */

#access {
}
.skip-link {
	display: none;
}

.menu {
text-align:center;
}

.menu ul {
	list-style: none;
	margin: -20px 0 0 0;
padding:0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: inline-block;
text-decoration:none;
color:#cecece;
padding:8px;
}

.menu a:hover {
color:#b8860b;
}


/* =Content
-------------------------------------------------------------- */

#container {
background:#fff url(http://emotionalalchemy.com/pics/japanese-screen.jpg) repeat-y;
min-height:400px;
}

#content {
float:left;
margin-left:160px;
width:480px;
}

.post {
	margin: 0 0 3em 0;	
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}

#sidebar {
float:right;
background:#fef4e9;
width:200px;
padding:20px;
font-size:0.9em;
}

#sidebar ul {
list-style-type:none;
padding:0;
margin:10px 0;
}

#sidebar a {
color:#004a80;
text-decoration:none;
}

#sidebar a:hover {
color:#B8860B;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}

/* =Temporary styles until the
		directory can read @import
		
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
		
-------------------------------------------------------------- */

.clear {
clear:both;
}


#home {
width:560px;
margin:40px auto;
height:300px;
padding:0 0 0 70px;
}


#homeleft {
float:left;
}

#home a {
display:block;
text-decoration:none;
}

#home span {
display:none;
}

#homeleft a {
background:url(http://emotionalalchemy.com/pics/alchemy1-trans.png) no-repeat;
height:150px;
width:280px;
}

#homeleft p {
float:left;
color:#cecece;
width:275px;
padding:0;
margin:10px 0;
font-size:18px;
}

#homeright a {
background:url(http://emotionalalchemy.com/pics/circle1-trans.png) no-repeat;
height:300px;
width:280px;
}

#homeleft a:hover {
background:url(http://emotionalalchemy.com/pics/alchemy2-trans.png) no-repeat;
}

#homeright a:hover {
background:url(http://emotionalalchemy.com/pics/circle2-trans.png) no-repeat;
}

#homeright {
float:right;
}


#footer {
color:#fff;
text-align:center;
}

#footer a {
color:#fff;
}




















