/*
Theme Name: Emily Mah Custom 2 Column Fluid Template 
Theme URI: http://www.orphicworkshop.com
Description: This is a blank Wordpress theme with a fluid width, laid out in 2 columns with the menu on the right
Author: Orphic Workshop
Author URI: http://www.orphicworkshop.com


/*-----------Block Level Elements--------------*/

Body {

	background:#cd4f65  /*--url(images/body_bg.jpg)--*/ repeat-x;
	
}

#page {
	max-width: 100%;
	min-width: 650px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 150px;
	background-image: url(images/header_bg.jpg);
}

#headerimg {
	margin: 0 0 0 28%;
	background:url(images/header_img.jpg) no-repeat;
	height: 150px;
	width: 750px;
}

#title {
	padding-top: 50px;
	padding-left: -70px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-weight: bold;
}
#title a{
	color:#FFF0F5;
	text-decoration: none;
}
#description {
	padding: 25px 0 0 70px;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#cccccc;
	font-size:22px;
	font-weight: bold;
	
}
#navigation {
        
}
#wrapper {
	min-height: 700px;
	width: 100%;
	background: #FFF0f5;

}

#content {
	float: left;
	width: 65%;
	background: #fff0f5;
	padding: 1%;
	overflow:visible;
}
#content a{
	color:#cd4f65;
}
#content a:hover{
	color:#f08080;
}
#content a:visited{
	color:#f08080;
}

#sidebar {
	float:left;
	width: 28%;

	background: #FFF0f5;
	padding: 1%;
        text-decoration: none;
}

#footer {
	padding: 15px 0 0 0;
	height: 135px;
	width: 100%;
	clear: both;
	font:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#FFF0f5;
	background-image: url(images/footer_bg.jpg);
}
#footer a{
	color:#FFF0f5;
	text-decoration:none;
}
#footer a:hover{
	color:#cccccc;
	text-decoration:none;
}

/*-------------Headings-------------*/

h1 {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-weight: bold;
	color: #cd4f65;
	
}

h2 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	color: #cd4f65;
}

h3 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #666666;
}

h4 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #666666;
}

h5 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

}

.post {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #cd4f65;
				
}

.post p {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;

}

.post a {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #cd4f65;
	text-decoration: none;
	

}
.post a:hover{
	color: #666666;

}

.post ul {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
	
}

.post li {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
	
}

.entry {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;

}

.entrytext .postmetadata {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
}

.postmetadata alt {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
}

.postmetadata a {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
}

.navigation {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {
list-style:none;
}

#sidebar ul h2 {
font-size:16px;
}

#sidebar ul li {
margin-bottom: 18px
}

#sidebar ul ul {
}

#sidebar ul ul li {
}

#sidebar ul ul ul {
}

#sidebar p {
}

#sidebar a {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
        color: #cd4f65;
        text-decoration: none;
        
}
#sidebar a:hover {
	color: #f08080;
}

#sidebar a:visited {
	color: #f08080;
}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}