/*
Theme Name: UBC Persian Club
Version: 1.0
Description: Custom Theme for UBC Persian Club
Author: Payamo
Author URI: http://www.payamo.com
Template: headlines
*/
 
@import url("../headlines/style.css");

/*
* Customizing Themes/Colours
*/
#page-nav {
	background: #13a399;
	background: rgba(1,148,138,0.5);
	border-bottom: solid thin #0f9289;
}

.featured-banner {
	background-image: url("images/banner-featured.png") !important;
}
.post #share .banner {
	background-image: url("images/banner-share.png") !important;
}
#top {
	background: #01948a url("images/bg.jpg") no-repeat 50% 0% !important;
}
#logo {
	display:none;
}
body {
	background: #999999 repeat-x !important; /* url("images/bg-gradient.png") */
	background-position: 0px 50px  !important;
	
}
#header {
	padding: 10px 0px;
	height: 200px;
}

#page-nav {
	font-size: 12px;
	font-weight: bold;
}
#twitter-top {
	bottom: 10px;
	top: auto;
}
#twitter_div, #twitter_div ul {
	padding: 0px;
}
#twitter_div li{
	background: url("../headlines/images/ico-twitter.png") no-repeat;
	padding-left: 40px;
	border-bottom: 0px;
}
#twitter_div a, .block .widget_links a {
	color: #01948a;
}

/*
* Wp-Polls
*/
.wp-polls-ans, .wp-polls-ul, .pollbar {
	padding: 0px !important;
}
.wp-polls {
	padding: 10px 0px 0px 0px !important;
}
.wp-polls li {
	border-bottom: 0px !important;
	padding: 0px 20px !important;
}
.wp-polls h4 {
	padding: 0px 20px 10px 20px;
}


/*
* About Us - Executives
*/
#executives {
	padding: 0px;
}
#executives li  {
	display: inline;
	list-style-type: none;
	float: left;
	width: 50%;
	height: 100px;
	margin-bottom: 10px;
}
#executives li img {
	margin-right: 5px;
	float:left;
	width: 60px;
	height: 80px;
}

/*
* Extra Styling
*/
.entry img {
	border-radius: 5px;
	-moz-border-radius: 5px;-webkit-border-radius: 5px;
	background: #eee;
}
 
.post .thumbnail {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
 
#tabs, .box, .widget {
	-moz-box-shadow: 0  0 5px rgba(0,0,0,0.3); 
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3); 
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}