/*
Theme Name: AEVS
Theme URI: http://www.amandavs.com/
Description: Theme for Amanda van Scoyoc, customized by Eli Van Zoeren.
Version: 1
Author: Eli Van Zoeren
Author URI: http://www.elivz.com/

This theme is based on the WP default theme by Michael Heilemann,

*/


/* Begin Typography & Colors */
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% sans-serif}table{border-collapse:collapse}caption,th,td{text-align:left}

body {
    background: #C1D3D9;
    color: #784C25;
    font: normal 14px/1.5em Helvetica, Arial, sans-serif;
}

/*	Begin Headers */
#header h1 {
    font: normal 3em/1em Helvetica, Arial, sans-serif;
    margin-bottom: 8px;
}

h2 {
    font: normal 1.5em/1em Helvetica, Arial, sans-serif;
    clear: both;
}

h2.pagetitle {
	margin-top: 30px;
}

h3 {
    font: normal 1.2em/1.25em Helvetica, Arial, sans-serif;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */

.entry p {

    padding-bottom: 1.5em;
}

a:link {
    color: #784C25;
    font-weight: bold;
    text-decoration: none;
}
a:visited, li a:visited {
    color: #784C25;
    font-weight: bold;
    text-decoration: none;
}
a:hover, a:active, li a:hover, li a.active {
    color: inherit;
    text-decoration: underline;
}

code {
  font-size: 1em;
  font-family: Profont, 'lucida console', 'Courier New', Monaco, monospace;
}

.commentlist li, #commentform input, #commentform textarea {
	font: normal 0.9em/1.667 Helvetica, Arial, sans-serif;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
}

#commentform p {
	font-family: Helvetica, Arial, sans-serif;
}

.commentmetadata {
	font-weight: normal;
}

.meta {
    font: normal 0.85em/1.765em Helvetica, Arial, sans-serif;
    color: #778B90;
	clear: left;
    margin-bottom: 1.5em;
}
.entry .meta, .narrow .meta {
    margin: 0;
}

.more-link {
    font: bold 0.85em/1.765em Helvetica, Arial, sans-serif;
    text-align: right;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
    line-height: 1.667em;
	letter-spacing: .07em;
}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#container {
    width: 884px;
    margin: 0 auto;
}

/* Adjust layout for sidebar, if neccessary */
#main {
  float: left;
  width: 100%;
}

#body.sidebar #main {
    margin-right: -300px;
}

.block {
    margin-bottom: 32px;
    padding: 0 0 0 16px;
    float: left;
    position: relative;
}

.block .block-content {
    padding: 16px;
    margin: 0;
    background: #96BECC;
    min-height: 68px; /* 100px - 32px padding: to leave room for the image-replacement title */
}
.block-content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .block-content {height: 1%;}
/* End hide from IE-mac */

.block .block-content.narrow {
    width: 236px;
}
.block .block-content.wide {
    width: 536px;
}
* html .block .block-content.wide {
    width: 532px;  /* Mystery hack for IE6 */
}
.block .block-content.full {
    width: 836px;
}
.block .block-content.full {
    width: 832px;
}

#squeeze {
    position: relative;
}
#body.sidebar #squeeze {
    margin-right: 300px;
}

#sidebar {
    margin: 0 0 1.5em 16px;
    width: 284px;
    float: left;
    z-index: 2;
    position: relative;
}

.alignleft {
	float: left;
	margin-right: 1.5em;
	}
	
.alignright {
	float: right;
	margin-left: 1.5em;
	}

#footer {
    padding: 0 0 0 16px;
    clear: both;
    color: #778B90;
}
#footer p {
    text-align: right;
}

#feed-icon {
    float: left;
    clear: left;
    line-height: 1.5em;
    margin-top: 1.5em;
}
/* End Structure */

/* Begin Homepage layout */
.top .block-content {
    height: 268px;
}
.bottom .block-content {
    height: 168px;
}
.first {
    margin-right: 16px;
}
.bottom img {
    margin: 0 5px;
}
* html .bottom img {
    margin: 0 4px;
}

/* End Homepage layout */


/* Begin Image Replacement */
#header h1 a {
    display: block;
    text-indent: -10000px;
    background: transparent url(images/title.gif) no-repeat top left;
    height: 42px;
    width: 254px;
    outline: none;
}

.block .title {
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -10000px;
    width: 20px;
    height: 100px;
    margin: 0;
    outline: none;
}

#blog .title {
    background: #96BECC url(images/blog.gif) no-repeat top left;
    height: 35px;
}
#main .title-Portfolio {
    background: #96BECC url(images/portfolio.gif) no-repeat top left;
}
#main .title-About {
    background: #96BECC url(images/about.gif) no-repeat top left;
}
#main .title-Contact {
    background: #96BECC url(images/contact.gif) no-repeat top left;
}
#search .title {
    background: #96BECC url(images/results.gif) no-repeat top left;
    height: 48px;
}
#comments .title {
    background: url(images/comments.gif) no-repeat top left;
}

#recent-posts .title {
    background: url(images/recent.gif) no-repeat top left;
}
#links .title {
    background: url(images/links.gif) no-repeat top left;
}
#about .title {
    background: url(images/about.gif) no-repeat top left;
}
#new-work .title {
    background: url(images/new-work.gif) no-repeat top left;
}
#portfolio .title {
    background: #96BECC url(images/portfolio.gif) no-repeat top left;
}
#exhibit .title {
    background: #96BECC url(images/exhibit.gif) no-repeat top left;
}
#portfolio .title {
    background: #96BECC url(images/portfolio.gif) no-repeat top left;
}

#feed-icon a {
    background: transparent url(images/feed-icon.gif) no-repeat;
    width: 49px;
    height: 16px;
    margin-top: 5px;
    text-indent: -10000px;
    outline: none;
    display: block;
}
/* End Image Replacement */


/* Begin Images */
p img {
	padding: 0;
	max-width: 536px;
}

img.alignnone {
	display: block;
	margin: 0 0 1.5em;
	}
	
img.aligncenter {
	display: block;
	margin: 0 auto 1.5em;
	}

img.alignright {
	padding: 0;
	margin: 0 0 1.5em 7px;
	float: left;
	}

img.alignleft {
	padding: 0;
	margin: 0 7px 1.5em 0;
	float: left;
	}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	padding: 0 0 1.5em 0;
	}

.entry ul li {
	margin-left: 1.5em;
	padding: 0;
	list-style-type: square;
	list-style-position: outside;
	}

	
#sidebar ul ul {
	padding: 16px;
	}

#sidebar ul ul li {
	margin-left: 1em;
	padding: 0;
	list-style-type: square;
	list-style-position: outside;
	}


.entry ol {
	padding: 0 0 1.5em;
	}

.entry ol li {
	margin-left: 1.5em;
	padding: 0;
	list-style-type: decimal;
	list-style-position: outside;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#search {
    float: left;
    clear: left;
}

input {
    z-index: 100;
}

#search input {
    background: #E4EDEF url(images/magnifier.png) no-repeat 2px center ;
    padding: 1px 1px 1px 20px;
    border: 1px solid #96BECC;
    color: #778B90;
}

select {
	width: 130px;
}

.textbox {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
    background: #E4EDEF;
    border: 1px solid #778B90;
    color: #778B90;
}

textarea.textbox {
	width: 534px;
	padding: 2px;
}

#submit {
	margin: 0;
    padding: 2px 1em;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
}

.commentlist li {
	margin: 0 0 1.5em;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #778B90;
}

.commentlist p {
	margin-bottom: 1.5em;
}

#commentform p {
	margin: 0.5em 0;
}

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

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #778B90;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #778B90;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	clear: both;
	text-align: center;
	margin: 0 0 1.5em;
	border-top: 1px solid #778B90;
}
/* End Various Tags & Classes*/
