@charset "utf-8";
/* CSS Document */

/* CSS 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, small, strong,
b, u, i, center,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Style CSS */

html{
    background-image: url('../images/bg_dark.gif');
}

a {
text-decoration: none;
color: #DB2B2C;
}

a:hover{
text-decoration: none;
color: #00a0e6;
}

h1{
font-family: Georgia;
font-size: 21px;
font-weight: normal;
color: #00a0e6;
}

h2{
font-family: Georgia;
font-size: 13pt;
font-weight: bold;
color: #e26628;
}

h3{
font-family: Arial;
font-size: 10px;
color: #575756
}

h4{
font-family: Arial Black;
font-size: 28px;
letter-spacing: -.08em;
}

#wrapper {
/*background: gray;*/  
margin: auto;
overflow: hidden;
height: 100%;

}

#menubar{
margin: auto;
width: 1030px;
height: 267px;
background-image: url(../images/header.jpg);
}


#menubar ul{
margin: auto;
width: 1000px;
padding-left: 210px;
padding-top: 233px;
color: #575756;
}

#menubar ul li{
font-family: Arial, Helvetica, San-serif;
font-size: 12px;
display: inline;
}

#menubar ul li a {
color: #575756;
display: block;
float: left;
padding-left: 2px;
padding-right: 17px;
}

#menubar ul li a span {
display: block;
line-height: 34px;
padding: 0 8px 0 11px;
}


#menubar ul li a:hover{
color: #fff;
background-image: url('../images/link_left_orange.jpg');
background-repeat: no-repeat;
background-position: left;
}

#menubar ul li a:hover span{
background-image: url('../images/link_right_orange_hires.jpg');
background-repeat: no-repeat;
background-position: right;
}

#divider {
background-image: url(../images/top_divider.gif);
width: 100%;
height: 10px;
}

#content {
background-image: url(../images/bg_content.jpg);
}

#bottom_divider{
width: 100%;
height: 10px;
background-image: url(../images/bottom_divider.jpg);
background-repeat:repeat;
}

#footer{
height: 140px;
text-align: center;
font-family: Arial;
font-size: 11px;
padding-top: 5px;
color: #575756;
margin: auto;
background-image:url(../images/bg_footer.jpg);
}

.hiddenPic{
display:none;
}

#social_links{
	
}

#social_links ul li{
	display:inline;
}

#social_title{
font-family: Arial Black;
font-weight: bolder;
font-size: 36px;
letter-spacing: -.1em;
color:#575756;
}

.comment_link{
font-size: 24px;
letter-spacing: -.06em;
}
