/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme.

You need to use .custom before every style e.g. 

.custom a {color:#555555;}
.custom #tabs {background:#000000;width:460px}

*/


/*>>>>> Custom Styles by Tariq Ali <<<<<*/


.entry {font-size:13px;}

#header #banner_header {
float:left;
margin-left:100px;
margin-top:10px;

}

.writer {
background-color:#f2f2f2;
border:solid;
border-color:#CCCCCC;
border-width:1px;
padding:10px;
float: left;

}

.writer img {
float:left;
margin-right:10px;
border:solid;
border-color:#CCCCCC;
border-width:1px;
padding:2px;

}

.writer .aName {
font-size:14px;
font-weight:bold;
}


.writer .writer-photo{
float:left;
margin-right:5px;

}

.writer p {
padding:0;
margin:0;
}

.writer .aInfo {
margin-top:10px;
font-weight:bold;
clear: both;
}

.writer .twitter img{
float: right;
border: none;
}

.post p.taggg
{
	line-height:20px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-left:3px;
	font-size:11px;
}


#recent_articles .article h2 a:link,
#recent_articles .article h2 a:visited  {
	color: #003399;
	font-size: 16px;
}



.post-tools
{
	float:left;
	width:619px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	margin-bottom:10px;
}

.post-tools .print {
	float: left;
	padding-left:3px;
	margin-top:5px;
}

.print ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;

}
.print ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0 5px;
	padding: 1px;	

}

.print span {
	vertical-align:top;
	padding-right: 5px;
	
}
.print img	 {
	
	padding-right: 5px;
	float: none;
	border: 0;
	margin: 0;
	padding: 0;
}

.print a:hover{
	text-decoration:none;
}

/* >>>>>>>> Sociable <<<<<<<<< */

div.sociable { 
	margin-top:5px;
	margin-right: 10px;
	float:right;
}

.sociable_tagline {float:left;}

span.sociable_tagline { position: relative;}
span.sociable_tagline span { display: none; width: 14em;}
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 3px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

/*.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
*/
/* >>>>>>>> / Sociable <<<<<<<<< */


/* >>>>>>>> Footer <<<<<<<<< */
#footer-logo {
	background-color: #545454;
	background-image: url(/img/logo-footer.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: ;
	height: 57px;
	width:980px;
    margin: 0 auto 0 auto;

}

#footer-logo a {
    color:#fff;
    text-decoration:none;
    line-height:40px;
    margin-left:15px;
    vertical-align:middle;
}





/* >>>>>>>> / Footer <<<<<<<<< */

#adbox  {
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #cbd1d2;
}




/* >>>>>>>> Text Ads <<<<<<<<< */

.text_ads_premium {
    font-size:11px;
  	text-decoration: none;
    border: 1px solid #cccccc;
    padding: 10px;
    background-color: #EFF7F1;
}

.text_ads_premium .text_ads_title{
    font-size:11px;
    font-weight:bold;
   	text-decoration: underline;
   	color: #000000;
 }

.text_ads_premium ul li {
    list-style-type: none;
    display: block;
   	background-color: #fff;
	border-bottom: 1px solid #bcc5c7;
    padding: 5px;
    margin-bottom: 0px;
    color: #4F5357;
}

.text_ads_premium p {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.text_ads_premium a:link {
   	text-decoration: none;


}

.text_ads_premium a:hover{
   	text-decoration: underline;

}

.text_ads_premium ul li:hover{
   	background-color: #EFF7F1;
   	text-decoration: none;
}



#searchform  {
	float: right;
	display: block;
	height: 28px;
	width: 210px;
	padding: 8px 0 0 35px;
	margin: 0 0 0 0;
	text-decoration: none;
	font-weight: bold;
}


#searchform input#s  {
	color: #4f5357;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	height: 18px;
	width: 150px;
}
#searchform input#searchsubmit {
	color: #ccc;
	border: none;
	background: url(grey_yellow/submitbutton.jpg) no-repeat left top;
}

/* >>>>>>> RSS FEED and Twitter Button <<<<<<<<< */

#header #subscribe_bttn  {
	float: right;
	margin: 35px 0 0 5px;
}


