/*
Theme Name: Amy Simon
Theme URI: http://wordpress.org/
Description: Amy Simon Wordpress theme
Version: 1
Author: Michael Burak
Author URI: http://burakccg.com/
Tags: blank, custom header, fixed width, two columns, widgets

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:url(images/body_tall.gif) repeat-x #111111;
	color: #333;
}
	
a {color:#FF0000; text-decoration:none;}
a:hover {color:#666666; text-decoration:underline;}

img {behavior:url(iepngfix.htc);}
a img, img {border:none;}

td {vertical-align:top;}

ul, ol {margin:0px; padding:0px;}
li { list-style:none; margin-left:5px;}


#page {

}

#header {background:url(images/top_bot_bg.gif) repeat-x bottom left;}
#header h1 { display:none;}
#header .description {
	font-size: 1.2em;
	display:none;
}
#pageNavigation { padding:10px; padding-bottom:8px;font-size:1.5em; text-align:center; border-bottom:1px dashed #333;}
#pageNavigation a { color:#FFFFFF; }


#content {
	font-size: 1.2em;
	/*border:1px dashed #333;*/
	border-bottom:none;
	border-top:none;
	color:#f1f1f1;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#resumeDiv span {font-weight:bold; font-size:1.2em;}
#footer {
	background:url(images/top_bot_bg.gif) repeat-x top left;
	padding-top:20px;
	color:#FFFFFF;
	
	}
#footer .login {float:right;}
#footer .login a {color:#111111;}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 4em;
	}
h1 a, h1 a:hover {}

h2 {
	font-size: 1.6em;
	}
h2 a, h2 a:hover {}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

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

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {

	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {

	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {

	}

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



