/*
Theme Name: Flu or Swine Flue
Theme URI: http://code95.com
Description: The place where people and information converge and create community.
Version: 1
Author: Waleed Ghalwash
Author URI: http://code95.com
Tags: community, news, industry, blog
*/

/*=== Setup ===*/
* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	direction:rtl;
	background: url(images/bgr.gif) #f7f6f6 repeat-x top;
	color: #404040;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: .75em;
	overflow-x:hidden;
}
a {
	color: #33707e;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
input, select, textarea {
	border: #cfcfcf 1px solid;
	color: #404040;
	font-size: 12px;
	padding: 3px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
table {
	width:100%;
	padding:0;
	margin:0;
	margin:auto;
	margin:20px 0;
}
th {
	color:#fff;
	background:#5EB7CB;
	padding:10px;
}
tr {
	border-bottom:solid 1px #ccc;
	padding:5px;
}
td {
	border-bottom:1px solid #F1F1F1;
	padding:5px 3px;
}
.colored1 {
	background:#C4E7EF;
}
li {
	list-style: none;
}
h2 {
	color: #222222;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 1em;
}
h3 {
	color: #333333;
	font-size: 1.2em;
	margin: 0 0 .8em;
}
h4 {
	font-size: 1em;
	margin: 0 0 1em;
}
p {
	line-height: 1.5em;
	padding: 0 0 1.3em;
}
/*=== Layout ===*/
#page {
	margin: 0 auto;
	width: 975px;
}
#page-bot {
	background: #E5E5E5 url(images/page-bot.gif) repeat-x top;
	height: 79px;
}
/*=== H eader ===*/
#header{
	height: 101px;
	margin: 0 0 1px;
}
/*- Logo -*/
#header h1 {
	background: url(images/logo_small.png) right center no-repeat;
	float: right;
	text-indent: -9999px;
	width: 220px;
}
#header h1 a {
	display: block;
	height: 101px;
	text-decoration:none;
}
#header h1 a:hover {
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Top Nav -*/
.topnav {
	font-size: 10px;
	font-weight: bold;
	height: 31px;
	overflow: hidden;
	width:975px;
	display:block;
}
.topnav li {
	background: url(images/topnav-sep.gif) no-repeat right;
	float: right;
	line-height: 30px;
}
.topnav li.first {
	background: none;
}
.topnav li.first a {
	padding: 0 7px 0 4px;
}
.topnav li a {
	color: #333333;
	display: block;
	float: left;
	padding: 0 7px 0 8px;
	text-decoration: none;
}
.topnav li a:hover,
.topnav li.active a {
	text-decoration: underline;
}	
/*- Nav1 -*/
#nav1 {
	background: url(images/nav1-sep.gif) no-repeat right top;
	font-size: 13px;
	height: 37px;
	width:975px;
}
#nav1 ul.sf-menu li {
	position: relative;
	background: url(images/nav1-sep.gif) no-repeat left top;
	float: right;
	line-height: 37px;
	padding: 0 0 0 1px;
	text-align: center;
	width:107px;
	display:block;
}
#nav1 ul.sf-menu li a {
	color: #333333;
	display: block;
	position: relative;
	float: right;
	text-decoration: none;
	width: 107px;
	cursor: pointer;
}
#nav1 ul.sf-menu li a:hover {
	text-decoration: none;
	background: #FEFEFE;
}
#nav1 ul.sf-menu li ul.children {
	border: 1px solid #000000;
	background: #272726 url(images/ul_children_bg.gif) repeat-y top right;
}
#nav1 ul.sf-menu li ul.children li {
	background: url(images/ul_children_li_bg.gif) no-repeat bottom right;
	width:155px;
}
#nav1 ul.sf-menu li ul.children li a {
	color: #bebebe;
	text-decoration: none;
	display:block;
}
#nav1 ul.sf-menu li ul.children li a:hover {
	text-decoration: none;
	background: none;
}
#nav1 ul.sf-menu li ul.children li ul.children {
	border: 1px solid #000000;
	border-left: none;
	background: #272726 url(images/ul_children_ul_children_bg.gif) repeat-y top left;
}
#nav1 ul.sf-menu li ul.children li ul.children li {
	background: url(images/ul_children_li_bg.gif) no-repeat bottom right;
}
#nav1 ul.sf-menu li ul.children li ul.children a {
	color: #bebebe;
	text-decoration: none;
}
#nav1 ul.sf-menu li ul.children
{
	margin:5px 0 0 0;
}
#nav1 ul.sf-menu li ul.children ul.children
{
	margin:-1px 0 0 27px;
}
/*=== All Columns ===*/
#columns {
	margin: 37px 0 0;
	padding: 0 0 15px;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 900px;
	min-height: 900px;
}
/*=== Center Column ===*/
#centercol {
	float: right;
	width: 660px;
}
/*=== Right Column ===*/
#rightcol {
	float: left;
	width: 305px;
}
#rightcol a {
	color: #404040;
	text-decoration: none;
}
/*=== Sub Columns ===*/
.subcols {
	background: url(images/subcols-bgr.gif) repeat-y left;
	height: 1%;
}
.col1, .col2 {
	float: left;
	width: 285px;
}
.col2 {
	float: right;
}
/*=== Post ===*/
/*- Post Title -*/
.post-title h1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
}
.post-title h1 span {
	color: #33707e;
}
.post-title h1.author {
	color: #888888;
	font-size: 14px;
	padding-top: 2px;
}
.post-title h2, .post-title h2 a  {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0 0 .45em;
	color: #222222;
	text-decoration: none;
}
/*- Post Date -*/
.post-date {
	margin: 0 0 1.25em;
}
.post-date a {
	color: #ffffff;
}
.post-date em {
	background: #5eb7cb;
	color: #ffffff;
	font-size: 1.25em;
	font-style: normal;
	padding: 3px 5px;
	line-height: 1.75em;
}
/*- Post Excerpt -*/
.post-excerpt {
	display: table;
	font-size: 13px;
	color: #666;
	height: 1%;
 /* margin: 0 0 1em; */
}
/*- Post Lists -*/
.post ul, .post ol {
	margin: 0 0 1.5em;
}
.post ul li {
	background: url(images/ico-list.gif) no-repeat right 6px;
	margin: 0 0 .4em;
	padding: 0 10px 0 0;
}
.post ol li {
	list-style: decimal;
	list-style-position: inside;
	margin: 0 0 .4em;
}
/*- Post Blockquote -*/
.post blockquote {
	border-left: 3px solid #cfcfcf;
	font-size: 13px;
	font-style: italic;
	margin: 0 0 1.5em;
	padding: 5px 0 0 10px;
}
/*- Post Author -*/
.post-author {
	margin: 0 0 1em;
}
.author-details {
	font-size: .85em;
}
.author-descr {
	display: table;
	height: 1%;
}
.more {
	float:left;
	display:block;
	margin:0 0 10px 10px;
	clear:both;
	padding:3px 5px;
	font-size:1.1em;
}
/*- Social Links -*/
.social-links {
	background: url(images/box-bgr2.gif) #f1f1f1 repeat-x top;
	height: 42px;
	padding: 0 18px;
	font-size:1.2em;
}
.social-links .fl {
	line-height: 42px;
}
.social-links .fl span {
	background: url(images/comment_count_bg.gif) no-repeat center left;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 4px 0 8px 0;
	width: 33px;
	margin-left: 6px;
	display: inline-block;
	line-height: 32px;
}
.social-links .fr {
	padding: 9px 0 0;
}
.social-links .fr span {
	line-height: 21px;
}
.social-links img {
	margin: 0 0 0 2px;
}
/*- Related Posts -*/
.post-rel {
	line-height: 1.5em;
}
.post-rel a {
	color: #33707E;
}
/*- Post Comments -*/
.post-comments .fl {
	width: 80px;
}
.post-comments .fr {
	width: 520px;
}
/*- Widget Title - */
.wtitle {
	background: url(images/box-bgr.gif) repeat-x top;
	overflow:hidden;
}
.wtitle h2 {
	line-height: 40px;
	margin: 0;
	padding: 0 18px 0 0 ;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box {
	background: #ffffff;
	border: 1px solid #cfcfcf;
	margin: 0 0 28px;
	padding: 1px;
}
.box .content {
	background: url(images/box-bgr.gif) #ffffff repeat-x top;
	height: 1%;
	padding: 18px;
}
.box.ads .content {
	padding-right: 15px;
	padding-left: 0;
	text-align: center;
}
#rightcol .box {
	margin: 0 0 10px;
}
/*- Box2 -*/
.box2 {
	background: #f9f9f9;
	border: 1px solid #cfcfcf;
	height: 1%;
	margin: 0 0 20px;
	padding: 18px;
	min-height: 115px;
}
.box2.alt {
	background: #FFFFFF;
}
.box2.alt {
	background: #FFFFFF;
}
.comm-name, .comm-date {
	line-height: 20px;
}
h1.cat_header {
	background:#40A0B4 url(images/bluestrip_bg.png) repeat-x scroll center center;
	border:1px solid #EEEEEE;
	color:#fff;
	margin-bottom:20px;
	padding:5px 10px;
	display:block;
	font-size:18px;
}
h1.cat_header a {
	float:left;
	color:#EFEFEF;
	font-size:0.6em;
	padding:5px 0 0 10px;
	text-decoration:none;
	display:inline;
}
/*- Box3 -*/
.latest_homepage {
	margin-left:-20px;
	display:block;
	width:680px;
}
.clear{
	clear:both;
}
.box3 {
	background: #ffffff;
	border: 1px solid #cfcfcf;
	padding: 1px;
	width:316px;
	float:left;
	margin:0 0 28px 20px;
	max-height:290px;
	min-height:290px;
	overflow:hidden;
}
.box3 .post-date em {
	background: #5eb7cb;
	color: #ffffff;
	font-size: 0.95em;
	font-style: normal;
	padding: 3px 5px;
	line-height: 1.75em;
}
.box3 .post-title h2, .box3 .post-title h2 a {
	font-size:22px;
}
.box3 .post-date {
	clear:both;
}
.box3 .content {
	background: url(images/box-bgr.gif) #ffffff repeat-x top;
	height: 1%;
	padding: 18px;
}
.box3.ads .content {
	padding-right: 15px;
	padding-left: 0;
	text-align: center;
}
#rightcol .box3 {
	margin: 0 0 10px;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 li {
	background: url(images/ico-list1.gif) no-repeat right 1.1em;
	border-bottom: 1px solid #e7e7e7;
	height: 1%;
	padding:0.7em 13px 0.7em 0;
}
.list1 li.last {
	border: 0;
}
#rightcol .list1 li a:hover {
	color: #33707e;
}
/*=== Styling Forms ===*/
input.btn {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}
select {
	padding: 1px;
}
/*- Search -*/
#search {
	float: left;
	height: 25px;
	padding: 31px 0 0;
}
#search input {
	background: url(images/search-bgr.gif) repeat-x top;
	border: 1px solid #000000;
	float: right;
	padding: 8px;
	width: 285px;
}
#search input.btn {
	background: none;
	border: 0;
	margin: 8px -30px 0 0;
	padding: 0;
	width: auto;
}
/*- Message -*/
.message div {
	margin: 0 0 18px;
}
.message input {
	padding: 9px 15px;
	width: 487px;
}
.message textarea {
	height: 114px;
	overflow: auto;
	padding: 9px 15px;
	width: 487px;
	font-family: Verdana;
}
.message .submit {
	float: left;
}
.message .btn {
	padding: 0;
	width: auto;
}
.message .notice {
	color: #a4a4a4;
	float: right;
	font-style: italic;
	padding: 10px 0 0;
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img {
	border: 1px solid #cfcfcf;
	display: block;
	margin: 0 0 .8em;
}
.pic.fl img {
	margin-left: 23px;
}
.pic.fr img {
	margin-left: 23px;
}
.th {
	display: block;
	margin: 0 0 .5em;
}
.th.fl div {
	margin-left: 10px;
}
.th.fl a {
	background: url(images/logo_thumb_40.png) center center no-repeat;
	display:block;
	width:40px;
	height:40px;
	margin-left: 10px;
}
.th.fl div {
	width:40px;
	height:40px;
	border: 1px solid #cfcfcf;
	display:block;
	background: center center no-repeat;
	background-image: url(images/logo_thumb_40.png);
}
.ads img, .ads.flickr .content img {
	margin: 0 0 0px 14px;
}
.ads.flickr .content img {
	border: 1px solid #cfcfcf;
}
.ads.flickr .ac img {
	border: 0;
	margin: 0;
}
/*=== Footer ===*/
#footer {
	color: #5f5f5f;
	font-size: 11px;
	line-height: 39px;
	margin: 0 auto;
	width: 975px;
}
#footer a {
	color: #33707e;
	text-decoration: none;
}
#footer a:hover {
	color: #5f5f5f;
	text-decoration: underline;
}
/*=== Misc. ===*/
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.hl, .hl2 {
	background: url(images/hl-dot.gif) repeat-x top;
	clear: both;
	height: 2px;
	overflow: hidden;
	width: 100%;
}
.hl2 {
	background: none;
	border-top: 1px solid #e7e7e7;
	height: 1px;
	margin: 0 0 .8em;
}
.fl {
	float: right;
	display:block;
}
.fr {
	float: left;
	display:block;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
/************ Custum homepage********************/
.head_index {
	background:url(images/header_index_bg.gif) center 25px no-repeat #F5F5F2;
	position:absolute; 
	height:400px; 
	width:100%; 
	top:172px; 
	right:0;
}
.index_data {
	width:100%;
	height:280px;
	display:block;
}
.bluestrip {
	width:100%;
	height:120px;
	border:solid 1px #fff;
	border-right:none;
	border-left:none;
	background:url(images/bluestrip_bg.png) repeat-x #40A0B4;
	display:block;
}
.blue-in, .data-in {
	width:975px;
	margin:auto;
}
.blue-in a {
	display:block;
	float:right;
	background:url(images/btn_bluestip1.png) no-repeat right top;
	height:120px;
	text-indent:-8000px;
	text-decoration:none;
}
.blue-in span {
	display:block;
	float:right;
	background:url(images/btn_bluestip1.png) no-repeat -535px top;
	height:120px;
	width:8px;
}
a.bs1 {
	width:430px;
	background-position: right top;
}
a.bs2 {
	width:230px;
	background-position: -305px top;
}
a.bs3 {
	width:305px;
	background-position: left top;
}
.index_left {
	float:left;
	width:300px;
	height:280px;
} 
.index_left a {
	background:url(images/index_left_btn.png) no-repeat left top;
	width:265px;
	height:60px;
	display:block;
	font-size:20px;
	padding:0 35px 0 0;
	color:#000;
	text-decoration:none;
	margin:8px 0;
	line-height:2.8em;
}
.index_left a:hover {
	background-position: left bottom;
	color:#fff;
}
.index_left a img {
	float:left;
	margin:4px;
}
.index_right {
	float:right;
	width:670px;
	height:254px;
	background:url(images/slider_bg.png) no-repeat left top;
	display:block;
	margin-top:10px;
	direction:ltr;
	position:relative;
	overflow:hidden;
}
/***********  plugins  ***********************/
div.sociable {
	margin:4px 0;
}
.wordtube {
	text-align:center;
	padding:30px 0;
	background:#f1f1f1;
	width:505px;
	margin:auto;
}
.wordtube:hover {
	background:#000000;
}
/* Easy Slider */
 /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:670px;
	height:261px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
	}	
#nextBtn, #slider1next{ 
	left:696px;
	}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a, #slider1next a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
	}	
	
/* numeric controls */	

ol#controls{
	margin:-45px 0 0 20px;
	padding:0;
	height:28px;	
	}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	}
ol#controls li a{
	float:left;
	height:20px;
	line-height:20px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 6px;
	text-decoration:none;
	}
ol#controls li.current a{
	background:#5DC9E1;
	color:#fff;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

#slider li img {
	background:url(images/slide_image_bg.png) no-repeat center center;
	width:190px;
	height:190px;
	padding:10px;
	float:right;
	margin:25px;
}
#slider h3.diduknow {
	font-size:18px;
	color:#000;
	margin:40px 0 0 25px;
	padding:70px 0 0 0;
	background:url(images/diduknow.png) no-repeat right top;
	width:385px;
	text-align:right;
	direction:rtl;
}
h3 b {
	color:#5EB7CB;
}
/* // Easy Slider */

/* survey*/

.sub_radio {
	display:none;
	padding:20px;
	background:#f0f0f0;
}
.radio_group {
	padding:20px;
	background:#f9f9f9;
	margin:20px 0
}
.results_sbmit {
	background:#5EB7CB;
	color:#FFFFFF;
	font-weight:bold;
	margin-right:270px;
	padding:10px;
}
#r1, #r2, #r3 {
	padding:20px;
	background:#fff;
	margin:20px 0;
	border:dashed 1px #ccc;
	margin:20px;
	font-size:1.2em;
	padding-left:160px;
	background:url(images/r2.jpg) 10px center  no-repeat;
	display:block;
}
#r1 {
	background-image:url(images/r1.jpg);
}
#r2 {
	background-image:url(images/r2.jpg);
}
#r3 {
	background-image:url(images/r3.jpg);
}

.thanx {
	height:46px;
	margin-bottom:4px;
	display:block;
	clear:both;
	background:url(images/thanx_bg.png) right center no-repeat;
	padding-right:200px;
}
#twitter-1 {
	background:url(images/twitter_bg.jpg) right top no-repeat Transparent;
	height:192px;
	border:none;
}
#twitter-1 .wtitle, #twitter-1 .content {
	background:none;
}
#twitter-1 .hl {
	width:215px;
}
#twitter-1 .content {
	width:200px;
	padding:0 10px 0 0;
	height:112px;
	overflow:hidden;
}
li.twitter-item {
	font-size:1.2em;
	border:none;
	border-bottom:solid 1px #eee;
	background:none;
	padding:0;
	clear:both;
	display:block;
	padding-bottom:5px;
	margin-bottom:5px;
	height:auto
}
span.twitter-timestamp {
	color:#5EB7CB;
	direction:ltr;
	font-size:10px;
	clear:both;
	display:block;
	height:11px;
}
a.twitter-link {
	display:block;
	float:left;
	font-size:11px;
	color:#79DCF9;
}

#wpsb .wpsb_form_txt { width:50%; }
#wpsb p { padding:0;}
.wpsb_form_btn { margin:1.2em 0 0 0;}
#wpsb .content form { background:url(images/email_bg.png) left bottom no-repeat; }






/******* advertisment ********/
.ad728 {
	width:728px;
	height:90px;
	border:solid 1px #000;
	float:left;
	margin-top:5px;
}
.ad468 {
	width:468px;
	height:60px;
	border:solid 1px #000;
	float:left;
	margin-top:20px;
}
#ad300-1 {
	margin-top:10px;
}
#text-10 {
	clear:both;
}
