/*
Theme Name: Emily Eldrigde
Description: Theme for Emily Eldridge
Author: Eric Aichele
Author URI: http://ericaichele.com
Version: 1
*/

* { margin: 0; padding: 0; }

html, body { height:100%; }

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */

article, aside, figure, footer, header, nav, section { display: block; }

body {
	background-color: #FFFFFF;
	background-image: url(../images/Background-Test.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Georgia;
	font-size: 12pt;
	color: #9a9b9e;
}

/* Typography */

a { color: #2b6de1; text-decoration: none; }
a img { border: 0; }

h1, h2, h3, h4 { font-weight: normal; }
h1 { font-size: 14pt; }
h2 { color: #f4be0c; font-weight: bold; font-size: 16pt; margin: 25px 0; }
h2 a { color: #f4be0c; font-weight: bold; font-size: 16pt; margin: 25px 0; }
h3 { font-family: Arial; font-size: 13px; }
h4 { font-family: George; font-weight: bold; font-size: 14pt; color: #65c3d0; margin: 0 0 20px 0; }


#page-wrap {
	width: 1010px;
	margin: 50px auto 10px;
}

#header {
	position: relative;
	padding: 0px 0px 40px 324px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image:url(../images/Header-Image.jpg);
	background-repeat: no-repeat;
	width: 324px;
	height: 150px;
}

#nav {
	padding: 10px 0 10px 0;
	position: absolute;
	right: 0px;}

aside {
	float:left;
	width: 310px;
	padding: 149px 0 0 0;
}

/* Home and Portfolio Piece Pages */
#main-content, #portfolio-piece { padding: 129px 0 0 0; margin: 0 auto; }
#homepage-image { width: 715px; height: 548px; margin: 0 auto; }

/* Blog Pages */
#misc-content {	float: right; width: 630px; padding: 164px 0 0 0; }

.blog {
	
}

.post { margin: 0 0 30px 0; border-bottom: 1px solid #e6e6e6; }
.post p.posted, .blog p.labels { text-transform: uppercase; font-family: Arial; font-size: 10pt; margin: 0 0 10px 0; line-height: 1; }
.post p { margin: 0 0 20px 0; line-height: 150%; }
.post img { margin: 0 0 20px 0; }
.post h4 a { color: #f4be0c; font-weight: bold; font-size: 16pt; margin: 25px 0; }

.meta { text-transform: uppercase; font-family: Arial; font-size: 10pt; margin: 1px 0 10px 0; line-height: 1; float:left;}
.read-more { margin: 0 0 10px 0; text-transform: uppercase; font-family: Arial; font-size: 10pt; float: right;}

/* Main Portfolio Page Padding */
#portfolio-content { padding: 184px 0 0 0; margin: 0 auto; }
.portfolio-jump { display: block; line-height: 1.5; width: 200px; text-align: center; float: left; margin: 0 70px 50px 0; }
.end-piece { display: block; line-height: 1.5; width: 200px; text-align: center; float: left; margin: 0 0 50px 0; }
.portfolio-jump .section-title, .end-piece .section-title { display: block; font-weight: bold; }
.portfolio-jump, .end-piece span { color: #9a9b9e; }

/* Content Layouts for Contact and Press Pages */
#column-left { float: left; width: 470px; padding: 164px 0 0 0; }
#column-right {	float: right; width: 470px; padding: 164px 0 0 0; }

.exhibitions ul { list-style: none; margin: 0 0 30px 0; }
.exhibitions li { padding: 0 0 10px 0; font-size: 10pt; }
.exhibitions p { margin: 0 0 20px 0; }

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

/* Left Column Business for Word Press */
.widget {
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}

.widget h1 { margin: 0 0 7px 0; font-weight: 100;}
.widget ul { list-style: none; }
.widget li { margin: 0 0 5px 0; }
.widget p { line-height: 150%; font-family: Arial; }
.widget a { font-family: Arial; }
.widget img { margin: 0 0 20px 0; }


footer {
	width: 1010px;
	margin: 20px auto;
	letter-spacing: 3;
	text-align: center;
}


/*
#bg-wrapper {
	width: 100%;
	height: 100%;
	background-image:url(../images/Background-Right.jpg);
	background-repeat:repeat-y;
	background-position: right;
	position: absolute;
}
*/