/*  
Theme Name: Steve Weisman
Theme URI: http://www.steveweisman.com
Description: Custom layout for SteveWeisman.com
Author: Amanda Coughlin
Author URI: http://www.amandacoughlin.com
*/


/* ------------		GENERAL		------------------------------*/

body {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Verdana, Helvetica, 'Sans-serif';
	font-size: 12px;
	background-color: #dde3d5;
	background-image: url('images/bg4.gif');
}

a:link {
	color: #003366;
	text-decoration: underline;
}

a:visited {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	color: #96021a;
	text-decoration: none;
}

a:active {
	color: #003366;
	text-decoration: underline;
}

#page-wrapper {
	width: 900px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}


/* ------------		HEADER		------------------------------*/

#header {
	padding: 5px 0 10px 0;
	background-color: #dde3d5;
	width: 100%;
}

#menu-wrapper {
	text-align: left;
}

#menu {
        FONT-SIZE: 93%; 
		BACKGROUND: url('images/menu/bg.gif') #dae0d2 repeat-x 50% bottom; 
		FLOAT: left; 
		WIDTH: 100%; 
		LINE-HEIGHT: normal
}
#menu UL {
        PADDING-RIGHT: 10px; 
		PADDING-LEFT: 10px; 
		PADDING-BOTTOM: 0px; 
		MARGIN: 0px; 
		PADDING-TOP: 10px; 
		LIST-STYLE-TYPE: none
}
#menu LI {
        PADDING-RIGHT: 0px; 
		PADDING-LEFT: 9px; 
		BACKGROUND: url('images/menu/left.gif') no-repeat left top; 
		FLOAT: left; 
		PADDING-BOTTOM: 0px; 
		MARGIN: 0px; 
		PADDING-TOP: 0px
}
#menu A {
        PADDING-RIGHT: 15px; 
		DISPLAY: block; 
		PADDING-LEFT: 6px; 
		FONT-WEIGHT: bold; 
		BACKGROUND: url('images/menu/right.gif') no-repeat right top; 
		FLOAT: left; 
		PADDING-BOTTOM: 4px; 
		COLOR: #765; 
		PADDING-TOP: 5px; 
		TEXT-DECORATION: none
}
#menu A {
        FLOAT: none
}
#menu A:hover {
        COLOR: #333
}
#menu #current {
        BACKGROUND-IMAGE: url('images/menu/left_on.gif')
}
#menu #current A {
        BACKGROUND-IMAGE: url('images/menu/right_on.gif'); 
		PADDING-BOTTOM: 5px;
		COLOR: #333
}


/* ------------		CONTENT		------------------------------*/

#content {
	text-align: left;
	background-color: #ffffff;
}

#page{
	width: 70%;
	padding: 10px 24px;
	float: left;
	background-color: #ffffff;
}

#blog{
	width: 70%;
	padding: 10px 24px;
	float: left;
	background-color: #ffffff;
}

#content h1 {
	font-family: Georgia, 'Times New Roman'; 
	font-variant: small-caps;
	color: #96021a;
	font-size: 24px;
}

#page h2 {
	color: #003366; 
	font-style: italic;
	font-size: 14px;
	margin: 0;
	padding: 18px 0 5px 0;
}

#blog h2 {
	font-size: 18px;
	margin: 0;
	padding: 18px 0 5px 0;
	font-family: Georgia, 'Times New Roman'; 
	color: #96021a;
}

#blog h2 a:link { text-decoration: none; color: #96021a; font-weight: bold; }
#blog h2 a:visited { text-decoration: none; color: #96021a; font-weight: bold; }
#blog h2 a:hover { text-decoration: underline; color: #003366; font-weight: bold; }
#blog h2 a:visited{ text-decoration: none; color: #96021a; font-weight: bold; }

#content img.alignleft {
	padding: 5px 10px 5px 0;
}

.entry p {
	padding-left: 15px;
	line-height: 22px;
}

.entry ul {
	line-height: 18px;
}

.entry img {
	border: 0;
}

.entry img.alignright {
	margin: 0 0 15px 5px;
}

.entry img.alignleft {
	margin: 0 15px 0 5px;
}

.page-edit {
	float: right;
	font-size: 9px;
}

.post-sociable {
	line-height: 10px;
	font-size: 10px;
}

.post-meta {
	line-height: 18px;
	font-size: 10px;
}

.post-tags {
	line-height: 18px;
	margin-bottom: 45px;
	font-size: 10px;
}

.tags {
	text-transform: lowercase;
}


/* ------------		SIDEBAR		------------------------------*/

#sidebar {
	padding: 10px 5px 5px 15px;
	width: 20%;
	float: left;
}

#sidebar a { text-decoration: none; }

#sidebar h2 {
	font-variant: small-caps;
	color: #96021a;
	font-style: normal;
	font-size: 12px;
}

#sidebar ul {
	list-style: none;
	margin: 0;
}

#sidebar li {
	list-style:none;
	margin: 0;
	padding: 0;
}

#sidebar ul ul {
	margin-left: 8px;
	padding-left: 0;
	list-style-type: none;
}

#sidebar li li {
	padding-bottom: 5px;
}


/* ------------		FOOTER		------------------------------*/

#footer {
	background-color: #dde3d5;
	margin-top: 18px;
	text-align: center;
	font-size: 10px;
	border-top: 1px solid #333333;
	padding: 10px 0 18px 0;
}


/* ------------		STUFF FOR FAQ-TASTIC  -------------------------*/

.faq alink, a:visited, a:hover, a:active {
	font-weight: normal;
}

.faq h3 {
	line-height: 18px;
	font-weight: normal;
}

.faq li {
	margin-bottom: 4px;
	font-weight: normal;
}

.faq-catname { display: none; }
.faq-title { margin-left: 20px !important; }
