/*
Theme Name: S2U Theme based on Hybrid
Theme URI: http://social2u.com
Description: S2U Theme
Version: 0.1
Author: Fardeen GHULAM
Author URI: http://fardeen.biz
Tags: S2U
Template: hybrid
*/

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get default Hybrid CSS */
@import url('../hybrid/library/css/screen.css');

/* Get the plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get the meun CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get the  CSS */
@import url('../hybrid/library/css/drop-downs.css');

body 
{
	background: #333 url(images/bg_stripe.png) repeat;
}

/**
* Header
************************************************/
#header {
	display: block;
	margin-bottom: 18px;
}
	
#site-title {
	
	font-size: 2.3em !important;
	margin-bottom: 9px;
	line-height: 27px;
}

#site-title a 
{
	background: url(images/logoSocial2U.png) no-repeat;
	display : block;
	color: #5f97b1;
	width : 118px;
	height : 74px;
	text-indent : 999em;
	overflow : hidden;
}
	
#site-description {
	font-size: 1.1em;
	font-style: italic;
	color: #eee;
	margin-bottom: 17px;
	display : none;
}
	
#site-title, #site-description 
{
	font-family: Georgia, Times, "Times New Roman", serif;
}

/* Links */
a, a:visited 
{
	color: #0079AF;
	text-decoration: none;
}

a:hover, a:active 
{
	text-decoration: underline;
}

/*HOME PAGE*/
/* slider */
#sliderContainer
{
	margin : 0 0 30px 40px;
}
#slider
{
	border : 2px solid white;
}	

#slider ul, #slider li
{
	margin:0;
	padding:0;
	list-style:none;
}
	
#slider li
{ 
	width:870px; 
	height:250px;
	overflow:hidden; 
}	
	
p#controls
{
	margin:0;
	position:relative;
} 

#prevBtn, #nextBtn
{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:40px;
	height:100px;
	position:absolute;
	left:-40px;
	top:-175px;
}	

#nextBtn
{ 
	left:874px;
}		
												
#prevBtn a, #nextBtn a
{  
	display:block;
	width:40px;
	height:100px;
	background:url(images/btn_prev.png) no-repeat 0 0;	
}	
#nextBtn a
{ 
	background:url(images/btn_next.png) no-repeat 0 0;	
}		


#aboutUs
{
	float : left;
	width : 400px;
	color : #fff;
	margin : 0 0 0 40px;
}

#aboutUs a
{
	font-weight : bold;
	color: #3399CC !important;
}

#home
{
	float : left;
	width : 420px;
	margin : 0 0 0 60px;
}			

#home .byline
{
	display : none;
}			

#home .post-meta-data
{
	display : none;
}	

#home img
{
	display : none;
}		
	

#home .more-link
{
	clear : both;
	display : block;
	padding : 4px 0 0 0 ;
}	

.homeTitle
{
	background : url(images/borderBottom.gif) repeat-x bottom left;
	color : #fff;
	font-size : 1.5em;
	padding-bottom : 4px;
	text-transform : uppercase;
}		

#home .sticky {
	padding: 2px 9px 0 2px;
	color: #fff;
	background : transparent;
}

#home .sticky a {
	color: #3399CC !important;

}

#home .sticky h2 a {
	background:transparent url(images/bulletBig.gif) no-repeat scroll 0pt 8px;
	padding-left:9px;
}


#home .sticky p {
	margin-bottom : 4px;
}


#container
{
	margin : 0px;
}

#header 
{
	float : left;
	width : 500px;
}

#footer
{
	padding-top : 50px;
	text-align : right;
}

#navigation 
{
	margin : 0px 0 0 80px ;
	float : right;
}
