/*
Theme Name: WPI Blog
Author: AnnMarie Nichols, Adam Epstein
Author URI: http://www.wpi.edu
*/

body
{
	background: url(http://epsteada.com/wp-content/themes/wpi/i/background.jpg) top left repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a { color: #900; text-decoration: none; }
a:hover { text-decoration: underline !important; }

#wrap
{
	margin: auto;
	width: 100%;
	background: url(http://epsteada.com/wp-content/themes/wpi/i/headerbg.gif) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}


#layout
{
	margin: auto;
	width: 868px;
	text-align: left;
}

* html #layout { width: 837px; }

#header
{
	width: 100%;
	float: left;
	padding-bottom: 18px;
}

* html #header { padding-bottom: 14px; }

#wpihome
{
    margin: 0px;
    padding: 10px 0px 10px 0px;
	float: left;
}

#wpihome img { border: 0px }

#banner
{
	width: 297px;
	height: 77px;
	padding-right: 0px;
	background: url(http://epsteada.com/wp-content/themes/wpi/i/banner.gif) bottom left no-repeat;
	float: right;
}

#container
{
	width: 834px;
	min-height: 750px;
	height: auto !important;
	height: 750px;
	padding: 0px 17px 20px 17px;
	background: url(http://epsteada.com/wp-content/themes/wpi/i/contentbg.gif) top left repeat-y;
	clear: both;
}

* html #container { width: 100%; }

#container
{
	_margin-top: 4px;
	*margin-top: 4px;
}

#container-bottom { clear: both; }


/* Photo and Blogger Attributes */

#photodisplay
{
	width: 663px;
	height: 220px;
	background: url(http://epsteada.com/wp-content/themes/wpi/i/photobged.jpg) top left repeat-y;
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	top: 0px;
	left: 0px;
}

#photoholder
{
	width: 300px;
	height: 220px;
	float: left;
	margin-right: 20px;
}

#photodisplay h1
{
	font-size: 1.3em;
	padding-top: 20px !important;
	margin: 0px !important;
}

#photodisplay h2
{
	font-size: 1.2em;
	margin: 10px 0px !important;
}

#photodisplay p
{
	font-size: 0.85em;
	line-height: 1.7em;
	padding-right: 15px;
}




/* Post Formatting Attributes */

.post
{
	padding: 0px 15px;
	width: 630px;
}

.post img
{
	margin: 0px 0px;
	padding: 6px;

}

h3.post-date
{
	color: #666;
	font-size: 0.65em;
	text-transform: uppercase;
	margin: 0px !important;
	padding: 0px !important;
}

h2.post-title
{
	margin: 5px 0px 10px 0px !important;
	padding: 0px !important;
	color: #900;
	font-size: 1.2em;
}

h2.post-title a
{
	color: #900;
	font-size: 1em;
	text-decoration: none;
}

.post-body p
{
	font-size: 0.85em;
	line-height: 1.4em;
	margin: 5px 0px 15px 0px !important;
	padding: 0px !important;
}

.post-body ul ol li, .post-body ol ul li li
{
	font-size: 0.85em;
	padding: 5px 0px;
}

.post-body ul ul ol
{
	padding-top: 5px;
}

.post-body ul li li ol 
{
	font-size: 1em;
}

p.postmetadata
{
	font-size: 0.7em !important;
	line-height: 1.3em;
}

p.postmetadata
{
	margin-top: 5px 0px 15px 0px;
	border-bottom: 1px solid #999;
	padding-left: 13px !important;
	padding-bottom: 15px !important;
	background: url(http://epsteada.com/wp-content/themes/wpi/i/postfooter.gif) 0px 3px no-repeat;
}

.post p a, .postmetadata a { color: #900; text-decoration: none; }
.post-footer img { border: 0px; }

.post-author
{
	background: url(http://epsteada.com/wp-content/themes/wpi/i/postfooter.gif) 0px 2px no-repeat;
	padding-left: 13px;
}

.post-footer span, .post-footer span span { color: #444; }

.prev-next
{
	text-align: center;
	margin-right: 175px;
}

.prev-next a
{
	font-weight: bold;
	text-decoration: none;
	color: #900;
}

#comments {
	margin: 20px 0;
	padding: 0px 125px 0px 15px;
}

#comments h2 {
	margin: 0px 0px 15px 0px;
	font-size: 0.95em;
	color: #900;
}

#comments li {
	margin: 0 0 20px;
	padding: 0 0 20px;
	font-size: 0.85em;
	line-height: 1.3em;
}

#comments li span {
	font-size: 0.85em;
}

#comments img.avatar {float:left; margin-right:5px;}

#comments li span a { color: #900; }

#commentform label {
	display: block;
	font-size: 0.85em;
}

#author, #email, #url, #comment
{
	width: 90%;
	margin: 0 0 10px;
	padding: 2px;
	border: 1px solid #ccc;
}

#searchsubmit, #submit
{
	padding: 2px;
	background: #eee;
	border: 3px double #666;
	border-top-color: #ccc;	
	border-left-color: #ccc;
	font-size: 0.85em;
	color: #333;
	text-align: center;
}


/* Container Footer Attributes */

#container-footer
{
	text-align: center;
	padding-top: 20px;
	margin-right: 175px;
	font-size: 0.7em;
}

#container-footer a { color: #900; }
#container-footer p.address { font-weight: bold; }
#container-footer p { margin: 3px !important; }


/* Sidebar Formatting Attributes */

#sidebar
{
	width: 171px;
	float: right;

}

* html #sidebar
{
	position: relative;
	top: 0px;
	left: -3px;

}

#sidebar h3
{
	color: #900;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	font-size: 0.9em;
}

#sidebar h3.lone
{
	color: #900;
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 0px 0px !important;
	font-size: 0.9em;
}

#sidebar h3.lone a
{
	color: #900;
	text-decoration: none;
	font-size: 1.4em;
}

.side-sec { background: url(http://epsteada.com/wp-content/themes/wpi/i/dots.gif) bottom left repeat-x; }
.search { padding-bottom: 12px; }

#sidebar h3.lone img { border: 0px; }

#sidebar h3.lone a:hover
{
	text-decoration: underline;
}

#sidebar p
{
	font-size: 0.7em !important;
	line-height: 1.4em;
	padding: 0px 10px 10px 10px;
	font-weight: bold !important;
	color: #444;
}

#sidebar ul
{
	list-style: none;
	margin: 0px;
	padding: 7px 10px 7px 20px;
	font-size: 0.8em;
}

#sidebar ul li { padding-bottom: 5px; }

#sidebar ul li a
{
	color: #333;
	text-decoration: none;
}

#sidebar ul li a:hover
{
	color: #900;
	text-decoration: underline;
}

.twit ul
{
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.twit ul li
{
	line-height: 1.3em !important;
	padding-bottom: 8px !important;
}

.twit ul li a
{
	color: #900 !important;
	text-decoration:
	margin: 0px !important;
	padding: 0px !important;
}

#sidebar .misc
{
	font-size: 0.7em !important;
	line-height: 1.4em;
	padding: 10px;
	background: url(http://epsteada.com/wp-content/themes/wpi/i/dots.gif) bottom left repeat-x;
	font-weight: bold !important;
	color: #333;
}

.side-sec form
{
	margin-top: 5px;
	margin-left: 10px !important;
}

.search input
{
    width: 145px;
}

#searchsubmit
{
	margin-top: 10px !important;
	width: 65px;
	font-size: 0.75em !important;
}