/*
Theme Name: South End Capital
Theme URI: http://www.southendcapital.com/
Description: Custom theme for South End Capital Corporation
Author: Hip Web Design
Author URI: http://www.makeyouhip.com/
*/

/*
##################################
GLOBAL
##################################
*/

body {
	background: #292929;
	color: #ffffff;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 12pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

a:link, a:visited {
	color: #10996d;
	text-decoration: none;
}

a:hover {
	color: #179726;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

h3 {
	font-size: 13pt;
	color: #535353;
}

small {
	font-size: 8pt;
	color: #767676;
}

/*
##################################
HEADER
##################################
*/

#header {
	background: url('images/header-bg.jpg') repeat-x;
	height: 125px;
	width: 100%;
	margin: 0;
	padding: 0;
}

#logo {
	width: 297px;
	height: 48px;
	margin: 0 auto;
	padding-top: 25px;
}

#nav {
	width: 1000px;
	margin: 30px auto 0 auto;
	padding: 0;
	text-align: center;
	font-size: 8pt;
	text-transform: uppercase;
}

#nav ul.sf-menu {
	display: table;
	margin: 0 auto;
	padding: 0;
}
	
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
	}
	
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 2.7em; /* match top ul list item height */
	z-index: 99;
	}
	
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
	}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
	}

#nav ul li {
	display: inline;
	padding: 8px 0px 7px 0px;
	margin: 0;
	list-style: none;
	position: relative;
}

#nav ul ul {
	width: 150px;
	margin: 0 0 0 -1px;
	padding: 0px 0 15px 0;
	background: #252525;
	-moz-border-radius: 0 0 15px 15px;
	-khtml-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	text-align: left;
	border: 1px #000000 solid;
	border-top: 0;
}

#nav li li {
	position: relative;
	display: block;
	padding: 8px 0px 7px 0px;
	z-index: 98;
	text-indent: inherit;
	background: url('images/hover-2-bg.jpg') repeat-x;
}

#nav li li a {
	padding:  5px 25px;
}

#nav li a {
	color: #ffffff;
	padding: 8px 25px 7px 25px;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
	}

#nav li:hover {
	background: url('images/hover-bg.jpg') repeat-x;
}

#nav ul ul li:hover {
	background: url('images/depth-bg.jpg') repeat-x;
}

#nav li.current_page_item, #nav li.current_page_parent {
	background: url('images/current-bg.jpg') repeat-x;
}

#nav li.current_page_parent li.current_page_item {
	background: url('images/hover-2-bg.jpg') repeat-x;
}

/*
##################################
PAGE
##################################
*/

#page {
	width: 100%;
	padding: 50px 0px;
	margin: 0;
	background: #171717;
}

#content {
	width: 950px;
	margin: 0 auto;
	color: #000000;
	line-height: 1.2em;
}

.post {
	-moz-border-radius: 0 0 15px 15px;
	-khtml-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	background: #ffffff;
	padding: 5px 25px 10px 25px;
	margin: 0;
}

.entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.title {
	color: #ffffff;
	-moz-border-radius: 15px 15px 0px 0px;
	-khtml-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	background: #373737;
	padding: 15px 25px 15px 25px;
	margin: 0;
}

#home-img {
	float: left;
	width: 343px;
}

#home-img img {
	padding: 12px;
	background: #373737;
}

#home-entry {
	float: right;
	width: 545px;
}

#home-content {
	-moz-border-radius: 0 0 15px 15px;
	-khtml-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	background: #ffffff;
	padding: 5px 25px 10px 25px;
	margin: 0;
}

#home-title {
	font-weight: bold;
	font-size: 12pt;
}

.edit {
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-size: 8pt;
	padding: 10px;
	background: #1e1e1e;
	border: 1px #141414 dashed;
}

.edit a {
	color: #585858;
}

.post ul {
	margin: 0 0 0 25px;
	padding: 0;
}

.post li.download {
	margin: 0;
	padding: 5px 5px 5px 5px;
	list-style-image: url('images/download-icon.jpg');
	list-style-position: inside;
}

/*
##################################
FOOTER
##################################
*/

#footer {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 8pt;
	color: #151515;
	background: #272727 url('images/footer-bg.jpg') repeat-x;
}

#footer-content {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0px;
}

#footer a {
	color: #151515;
}

#footer a:hover {
	color: #77e29f;
}

/*
##################################
FORMS
##################################
*/

.contact-box {
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #ebebeb;
	border: 1px #dedede solid;
	padding: 10px 25px;
	text-align: left;
}

.submit {
	width: 100px;
}

.contact-box img.captcha {
	border: 0;
	padding: 0;
	background: 0;
}

.contact-box table {
	margin: 0;
	padding: 0;
}

/*
##################################
IMAGES
##################################
*/

img {
	border: 0;
	z-index: 99;
}

.post img {
	padding: 10px;
	background: #efefef;
	border: 1px #d5d5d5 solid;
}

.wp-caption img {
	background: 0;
	border: 0;
	margin: 0 auto;
	padding: 0;
}

.wp-caption {
	padding: 10px 2px 10px 10px;
	background: #efefef;
	border: 1px #d5d5d5 solid;
}

.wp-caption-text {
	padding-top: 10px;
	padding-right: 10px;
	margin: 0;
	font-size: 8pt;
	color: #656565;
	font-weight: lighter;
	line-height: 1.1em;
	text-align: center;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

/*
##################################
SCROLLABLE
##################################
*/

div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 100%; 
    height: 90px; 
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float: left;
	width: 900px;
	text-align: center;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('images/scroll-bg.jpg') repeat-x;
	height: 90px; 
	padding: 35px 0px;
	font-style: italic;
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}
