/*  
Theme Name: Bill Sali
Description: Customized Theme
Author: SparkWeb Interactive
*/
@charset "UTF-8";

/* ----------  RESET  ------------ */

html, body, div, span,applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var,dd, dl, dt, li, ol, ul,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit;font-size: 100%;font-family: inherit;
}
a img, :link img, :visited img { border: 0px; }
table { border-collapse: collapse; border-spacing: 0px; }
ol, ul { list-style: none; margin: 0; padding: 0; }
a { outline-color: -moz-use-text-color; outline-style: none; outline-width: 0; }


/* ----------  MISC BLOG CONTENT SETTINGS  ------------ */
.alignleft { float: left; margin: 5px 10px 5px 0; }
.alignright { float: right; margin: 5px 0 5px 10px; }
.aligncenter, div.aligncenter { margin: 10px auto; text-align: center; display: block; }
img.alignleft { float: left; margin: 5px 10px 5px 0; }
img.alignright { float: right; margin: 5px 0 5px 10px; }
img.aligncenter { margin: 10px auto; text-align: center; display: block; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img { margin: 0; padding: 0; border: none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px;padding: 0 4px 5px; margin: 0; color: #111; }
.highlight { color: #222222; font-weight: bold; }


/* ----------  CLEARFIX  ------------ */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */







/* ----------  BASIC SETUP  ------------ */


body {
	background: #0B0042 url(images/bg.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	margin: 0;
}
p {
	margin-bottom: 1.2em;
}
h1 {
	font-size: 22x;
	font-weight: bold;
	margin: 0 0 9px 0;
	font-weight: normal;
	color: #0B0042;
}

h2 {
	font-size: 21px;
	margin: 0 0 7px 0;
	color: #0B0042;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	margin: 0 0 7px 0;
	color: #0B0042;
	font-weight: bold;
}
a {
	color: #0B0042;
	text-decoration: none;
}
a:hover {
	color: #B40000;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.clr {
	clear: both;
}
.alignright {
	float: right;
}




/* ----------  BASIC DESIGN  ------------ */

#wrapper {
	width: 950px;
	margin: 0 auto;
}
#header {
	height: 185px;
	background: url(images/apple.jpg) no-repeat;
	position: relative;
}
#topnav {
	width: 962px;
	height: 42px;
	background: url(images/bg-menu.gif) no-repeat;
}
#maincontent {
	padding: 38px 0;
	min-height: 500px;
}
#footer {
	padding: 10px 0 20px 0;
	text-align: center;
	color: #fff;
}


/* ----------  HEADER  ------------ */

#header h1 a {
	background: url(images/billsali.png) no-repeat;
	width: 382px;
	height: 100px;
	text-indent: -99999px;
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
}
#saliportrait {
	width: 166px;
	height: 185px;
	top: 0;
	right: 0;
	background: url(images/sali-portrait.jpg) no-repeat;
	position: absolute;
}






/* ----------  TOP NAV  ------------ */

#menu-top-menu {
	position: absolute;
	left: 0;
	top: 150px;
}
#menu-top-menu li {
	float: left;
}
#menu-top-menu li a {
	display: block;
	padding: 4px 22px;
	font-weight: bold;
	font-size: 19px;
	font-family: Georgia;
	color: #fff;
}
#menu-top-menu li a:hover, #menu-top-menu li.current_page_item a {
	color: #FFDE00;
	text-decoration: none;
}






/* ----------  MAIN CONTENT  ------------ */

#maincontent {
	background: #fff;
	padding: 15px;
}
#content {
	width: 630px;
	float: left;
}
#content ul li {
	list-style: disc outside;
	margin-left: 35px;
	padding-left: 1px;
	margin-bottom: 4px;
}
#content  ul {
	padding-bottom: 8px;
}



/* ----------  SIDEBAR  ------------ */

#sidebar {
	width: 230px;
	float: right;
	border-left: 1px dashed gray;
	min-height: 335px;
	padding-left: 15px;
}
.widget {
	margin-bottom: 18px;
}

