/*

Theme Name:		Assist2Sell
Author: 		Ali Khan

*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-l.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}


body {
	background: #c4c4c4 url(images/bg.png) repeat-x;
}

.header {
	height: 100px;
	margin: 0 0 20px 0;
}

a.logo {
	text-indent: -9999px;
	background: url(images/header.png) no-repeat;
	height: 100px; 
	width: 268px;
	float: left;
	display: block;
	cursor: pointer;
}


/* Homepage */

#home_left {
	width: 730px;
	background: url(images/featured.png) no-repeat;
	height: 330px;
	float: left;
	margin: 10px 0;;
}

#home_right {
	background: url(images/quicksearch.png) no-repeat;	
	width: 230px;
	margin: 10px 0;
	height: 330px;
	float: left;
}

#home_right form {
	padding: 50px 0 0 35px;
	font-family: Helvetica, arial, sans-serif;
	color: #565656;
}

#home_video {
	margin: 50px 50px 0 0;
	float: right;
}

#featured {
    margin: 40px 0 0 20px;
    float: left;
}

/* Text */

h1, h1.entry-title, h2, h3, h4, h5 {
	color: #810000;
}

h1.entry-title {
	text-align: right;
}

p {
	margin: 0 0 5px 0;
}

p#copyright {
	color: #565656;
}

/* Backpages */

.aside {
	padding: 10px 0 0 40px;
}

.aside ul.sf li {
	float: none;
}

/* Navigation */

.menu, .header .SimpleSideNav {
	float: left;
	margin: 0 0 0 85px;
}

.menu ul.nav li a, .header .SimpleSideNav ul.sf li a {
	height: 100px;
	border-right: 1px solid #810000;
	padding: 0 25px;
	display: block;
	line-height: 100px;
}

.menu ul.nav li a, .menu ul.nav li a:visited, .header .SimpleSideNav ul.sf li a, .header .SimpleSideNav ul.sf li a:visited {
	color: #fff;
	font-size: 22px;
	font-weight: lighter;
}

.nav li:hover, .nav li.nav-hover, .nav a:focus, .header .SimpleSideNav ul.sf li:hover, .header .SimpleSideNav ul.sf li.nav-hover, .header .SimpleSideNav ul.sf li a:focus {
	background: #810000;
	text-decoration: none;
}

.menu ul.nav li a:hover, .header .SimpleSideNav ul.sf li a:hover {
	text-decoration: none;
}

/* Misc */

.search_button {
	float: left;
	width: 180px;
	margin: 10px;
}

.aside a, .aside a:visited {
	color: #002C75;
}

.srp-tabs ul {
    list-style-type: none;
    text-align: center;
}

.srp-tabs ul li {
    display: inline;
    margin: 0 10px;
}

.srp-tabs ul li a, .srp-tabs ul li a:visited {
    color: #002C75;
    text-decoration: none;
}

.srp-tabs ul li a:hover {
	text-decoration: underline;
}

/* Slideshow */

#slideshow {
	height: 311px;
}

#slideshow IMG {

    z-index:8;
    opacity:0.0;
    position: absolute;	
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}