/*
Theme Name: Leeds Rag Version 2.0
Theme URI: http://wwww.leedsrag.org.uk/ 
Description: The Leeds Rag Website
Version: 2
Author: Chris Davidson
Author URI: http://www.designedbychris.com
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";	



html {
	height: 100%;		
}

body {
	height: 100%;
	background:url(style/images/background.jpg) repeat scroll;
}


/********** Font Styling **************/ 


/* Headings */

h1 {
	font-size: 28px;
	color:#676965;
}

h2 {
	font-size: 20px;
	padding-bottom: 0px;
	color:#6f3b4e;
	margin-bottom: 8px;

}

h3 {
	color:#6f3b4e;
	font-size: 16px;
	margin: 0px 0px 5px 0px
}

h4 {
	color:#85be42;
	font-weight:bold;
	font-size: 14px;
	
}

h5 {
}


p {
	font-family:Tahoma, Geneva, sans-serif;
	line-height: 16px;
	font-size: 12px;
	color:#8B8B7C;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}

li a {
	text-decoration: none;
}

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

h3 a {
	color: #6f3b4e;
}

a:hover {
	text-decoration:underline;
	color: #2ca8d1;
}


/* Container Styling */

#site_container {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 170px;
}


/********** Top Header ***********/

#top_header {
	background: repeat-x url(style/images/top_header_background.png);
	height: 50px;
}

#top_header_container { /*Centers top header content*/
	width:950px;
	margin: 0 auto;
}

#top_hearder_menu {
	float: left;
	width: 665px;
	height: 100%;
	margin: 0px;
	padding: 0px; 
}

#top_menu li {
	float: left;
	margin: 9px 10px 0px 0px;
}

#top_menu a {
	color: #666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#top_menu a:hover {
	color: #09C;
}

#top_header_search {
	float: left;
	width: 220px;
	height: 100%;
	margin: 0px;
	padding: 0px; 

}

.header_section  {
	float: left;
	margin:0px 15px 0px 0px;
	width: 660px;
	height: 26px;
}

.header_section_end  {
	float: left;
	margin:0px 0px 0px 0px;
	width: 210px;
	height: 26px;
}

#social_links {
	margin-left: 572px;
	margin-top: 5px;
}

#social_links li a {
	float: left;
	margin: 0px 5px 0px 0px;


}


/* Search Form Styling */
#searchform {
	width: 815px;
	float: right;
}

.logoButton {
	width:23px;
	height:23px;
	float: left;
	margin:5px 10px 0px 0px;	
}

#searchform input {
	float: right;
	width:225px;
	height: 26px;
	margin:5px 5px 0px 15px;
	padding:0px 0px 0px 2px;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	border:thin #333;
	background: url(style/images/search_back.png);
}

#searchform button {
	float: right;
	width:26px;
	height:26px;
	border:none;
	margin-top: 5px;
	cursor:pointer;
	vertical-align:middle;
	background:url(style/images/search_button1.png) no-repeat scroll;
}


/********** Top Header End ***********/



/**********  Header ***********/

#header {
	padding-top: 50px;
	height: 115px;
	width:950px;
}


/* logo */

#rag_logo {
	float: left;
	width: 100px;
	height: 100px;
}

#rag_logo img {
	position: relative;
	bottom: 13px;
}

#rag_text {
	float: left;
	width: 885px;
	height: 40px;
	margin-top: 20px;
}


/**********  Header End ***********/

#home_container {
	float: left;
	width:950px;	
	height: 100%;
	
}

.homepageBlurb {
	width:930px;
	margin-bottom:15px; 
	padding:10px; 
	background:#f4f4f4;
	border:1px solid #E3E3E3
}

.homepageBlurb h3 {
	text-align:center;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.seeAll {
	display: inline;
	background: #f5f5f5;
	padding: 4px;
	margin-left: 5px;
	border: 1px solid #ebebeb;
}

.inline {
	display: inline;
}

/***** Slider Styles *******/

#featured_content {
	float: left;
	width: 950px;
	height: 320px;
	overflow: hidden;
	position: relative;	
	padding:5px 0;
	background:#f4f4f4;
	border:1px solid #E3E3E3
}

.featured_left {
	float: left;
	margin-top: 10px;
	background: url(style/images/featLeft.png);
	width: 10px;
	height: 305px;
}

.featured_right {
	float: left;
	margin-top: 10px;
	background: url(style/images/featRight.png);
	width: 10px;
	height: 305px;
}


#sliderHolder {
	float: left;
	width: 500px;
	height: 300px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}
#slider img {
	position: relative;
	bottom: 25px;
	display: block;
}

#latest_news {
	float: left;
	width: 200px;
	padding-top: 15px;
}

#latest_news h2, #upcoming_events h2, #fundometer h2 {
	color: #a6c938;
}	

#upcoming_events {
	float: right;
	margin-top: 15px;
	width: 190px;
	margin-right: 5px;
}

#upcoming_events ul li, .sidebar_box .event_box ul li {
	display: block;
}

#upcoming_events ul li a, .sidebar_box .event_box ul li a {
	padding: 6px 3px;
	display: block;
}

#upcoming_events ul li a h4, .sidebar_box .event_box ul li a h4 {
	color: #7a7f6b;
	font-size: 12px;
}

#upcoming_events ul li a:hover, .sidebar_box .event_box ul li a:hover {
	background-color: #CBF14C;
	color: #5c5b5b;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.socialButton {
	margin-top: 45px;
	width: 25px;
	height: 25px;
	float: left;
	border: 1px solid #efefef;
	border-left: none;
	-moz-box-shadow: -2px 2px 4px #ededed;
	-webkit-box-shadow: -2px 2px 4px #ededed;
	box-shadow: -2px 2px 4px #ededed;
}

#fb_stream {
	float: left;
	margin: 20px 15px 10px 0;
	width: 419px;
	height:350px;
	padding: 5px;
	background-color: #f7f7f7;
	border:1px solid #E3E3E3;
}

#twitter {
	float: left;
	margin-top: 20px;
	padding: 5px 15px;
	margin-bottom: 10px;
	width: 419px;
	height: 350px;
	background:#f7f7f7;
	border:1px solid #E3E3E3;
	
}

#fundometer {
	clear:both; 
	width:100%; 
	margin:15px 0 25px 0;
}

#sponsors {
	float: left;
	margin-top: 15px;
	width: 145px;
	height: 320px;
	margin-left: 15px;
}


#event_calendar {
	margin: 20px 0px 0px 15px;
}
	

.front_topic {
	float: left;
	height: 100%;
	width: 210px;
	margin: 25px 35px 30px 0px;
	padding: 0px;
}

.front_topic img, .front_topic_end img {
	margin-bottom: 5px;
}

.front_topic_end {
	float: left;
	height: 100%;
	width: 210px;
	margin: 25px 0px 30px 0px;
	padding: 0px;
}


#sidebar {	
	float: left;
	width: 240px;
	margin-top: 5px;
	margin-bottom: 25px;
}

.sidebar_box {
	width: 220px;
	padding: 10px;	
	float:none; 
	margin: 15px 0px 0px;
	background:#f4f4f4;
	border:1px solid #E3E3E3;
}

li.ec3_widget_list {
	margin-bottom: 30px;
}

.widgettitle {
	margin-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}


/* Latest News Styles */


#first ul {
	margin: 0px 0px 10px 0px;
}

#first li p {
	margin: 3px 0px 0px 0px;
}

.article_title  {
	color: #626656;
	font-size: 12px;
	margin: 10px 0px 3px 0px;
}

#latest_news p {
	color:#999;
	font-size: 12px;
}

.tabs {
	float: left;
	width: 285px;
	height: 300px;	
}

.tabNavigation li {
		    display: inline;
		}
ul.tabNavigation {
	float: left;
	}
		
ul.tabNavigation li A.selected,
ul.tabNavigation li A:hover {
background-color: #333;
color: #fff;
		    
		}
		
#calendar {
	margin: 15px 0px 15px 0px;
}

.event ul li {
	margin-bottom: 15px;
}


/*Footer: Position & Basic Style */


#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0px;
	background: #383535;
	height: 170px;
	width: 100%;
}

#footer_content {
	width: 950px;
	margin: 0 auto;
}

/* Footer Sections Positioning */

.footer_section  {
	float: left;
	margin:20px 25px 0px 0px;
	width: 270px;
}

.footer_section_end {
	float: right;
	margin: 20px 0px 0px 0px;
	width: 270px;
}


/*Footer Styling */

#footer p {
	color: #fff;
}

#footer li a {
	color:#85be42;
	font-weight:bold;
	font-size: 14px;
}

h2 span {
	color: #FFF;
	border-bottom: none;
}

/* Footer Login */

.footer_section input {
	width:178px;
	height: 26px;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 2px;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	border:thin #333;
	background: url(style/images/login_back.png);
} 

.footer_section small {
	color: #fff;
}

.footer_section p {
	margin: 5px 0px 0px 0px; 
}

.lost_pass {
	margin-left: 5px;
}

#wp-submit { /*Login Button */
	margin: 0px 0px 0px 0px;
	float: left;
	width: 80px;
	height: 26px;
	text-align: center;
	color: #fff;
	background: url(style/images/login_back_button.png) no-repeat scroll;
}

#rememberme {	
	width: 20px;
	margin-bottom: 0px;
}

#login_error a {
	color: white;	
}


/* Bottom information */

#footer_info {
	clear:both;
	text-align: left;
	padding-top: 20px;
}

#footer_info p, #footer_info a {
	color: #999;	
}

#footer_info a:hover {
	color: #fff;
}


/* Post Layout */

.post {
	float: left;
	width: 650px;
	margin-right: 35px;
	margin-top: 20px;
	margin-bottom: 25px;
	padding: 0 0 20px 0;
}

#empty {
	float: left;
	width: 450px;
	height: 193px;
}

#access {
	background: #B3EC00;
	float: left;
	margin-top: 10px;
	width: 806px;
	padding-left: 10px;
	padding-right: 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	padding:0 7px;
	line-height:40px;
}

#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	height:auto;
	line-height: 1em;
	padding:10px;
	width: 160px;
	background-color: #b2db34;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#CBF14C;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color:#666;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

#menu {
	float: right;
}

.menu_left {
	float: left;
	width: 9px;
	height: 43px;
	margin-top: 10px;
}
.menu_right {
	float: right;
	width: 9px;
	height: 43px;
	margin-top: 10px;
}

/* MISC CLASSES */

.inline {
	display: inline;
}

.fundingbar {
	height:25px;
	margin-top:15px;
	float:left; 
	border-left:1px solid #6AA004; 
	border-bottom:1px solid #6AA004
	-moz-box-shadow: 0 0 1px #3a3333;
	-webkit-box-shadow: 1px 3px 3px #dadada;
	box-shadow: 1px 3px 3px #dadada;
	background-color: #b4e129;
}

#main_content {
	width: 685px;
	float: left;
	margin-bottom: 30px;
}

#footerstaydown {
	min-height: 100%;
	position: relative;
}

p.twitter-message{
	padding-bottom: 3px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 4px;
}

.twitter-timestamp {
	color: #6AA004;
}

a.twitter-link, a.twitter-user {
	color: #666;
}

.twitter-see-more {
	background: #F0F0F0;width:100%;margin-top:0;padding:4px;display:block;text-align:center;width:97%;
}

.tooltip {
	background: green;
}
