/*
Theme Name: Suit and Tie
Version: 1.0.8
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
*/

/*-----------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers
-2.2 Header
-2.3 Navigation
--2.3.1 Drop-down navigation
-2.4 Featured-slider
-2.5 Blog and Page sub-header
-2.6 Content
-2.7 Sidebar
-2.8 Footer

3. WIDGETS

4. POSTS
-4.1 Typographic Elements
-4.2 Images
-4.3 Captions

5. COMMENTSAREA
-5.1 Comments
-5.2 Comments Form

6. GENERAL STYLES

-----------------------------------------------*/



/*-----------------------------*/
/* 1. SETUP */
/*-----------------------------*/



/* 2.4 Featured-slider */

#featured-slider  {
	width: 635px;
	height:295px;
	position: relative;
	overflow: visible;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#featured-slider .featured-slide {

    position: absolute;
    top:0;
    left:0px;
    z-index: 0;
    width: 635px;
    height:295px;
}

#featured-slider .text  {

}

#featured-slider .image  {
    position:absolute;
    right: 0;
    top:0;
    z-index: 99;
	width: 635px;
	text-align: center;
    height: 295px;
    
}

#featured-slider .image img  {
	z-index: 999;
    display: block;
}

#featured-slider h2  {
	
}

#featured-slider p  {
	
	
}

#featured-slider a:link, #featured-slider a:visited  {
	
}

#slider-nav  {

}

#slider-nav .left  {
    


}

#slider-nav .right  {
}

