/*  
Theme Name: Free Magazine
Author URI: http://www.cssace.com/
Version: 1.0
Author: R.Bhavesh
Description: Premium Theme by <a href="http://cssace.com/">R.Bhavesh</a>.
*/

body {
	background:#ff;
	color: #444;
	font-size: 12px;
	font-family: verdana, Helvetica, Sans-Serif;
	margin:0;
}
body * {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	background: none;
}
hr {
	height: 5px;
	color: #fff;
	margin: 10px 0;
	border: none;
	border-top: 1px dashed #e6e2d8;
}
.imgleft {
	float:left;
	margin:0 12px 12px 0;
	border:1px solid #809098;
	padding:3px;
}
.imgright {
	float:right;
	margin:0 0 12px 12px;
	border:1px solid #809098;
	padding:3px;
}
.img_center {
	width:98%;
	background:#d5d5d5;
	padding:5px;
	margin:10px 0;
}
code {
	font-size:12px;
}
.gravatar {
	float:right;
	border:2px solid #999;
	margin:10px 10px 10px 15px;
	width:40px;
	height:40px;
	background: url(images/gravtar.png) no-repeat;
}
blockquote {
	margin: 0 0 0 5px;
	padding: 8px 25px 5px 40px;
	background: url(images/quote.gif) no-repeat;
	font-size: 15px;
	font-style: italic;
	font-family: Georgia, Times New Roman, Serif;
	color: #666666;
}
blockquote p {
	margin: 0 0 10px 0;
	padding: 0;
}
.clearboth {
	clear: both;
}
.left {
	float:left;
}
.right {
	float:right;
}
/* Links -----------------------------------------------------------------------*/
a {
	color: #cc0000;
	text-decoration: underline;
	outline:none;
}
a:hover {
}
/* Headings -----------------------------------------------------------------------*/
h1 {
	font-size: 32px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	padding:0;
	border-bottom:2px solid #ccc;
}
h3 .h1 { /*make homepage h3's for the first 2 stories look like H1 */
	font-size: 22px;
}
h1 a, h3 a {
	text-decoration: none;
	color:#ce3a09;
}
h1 a:hover, h3 a:hover {
	text-decoration: underline;
}
h2 {
	color: #000;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 10px 0;
	line-height: 150%;
	margin: 0;
}
h2 a {
	color: #ce3a09;
	text-decoration: underline;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	margin: 0 0 0 0;
	padding: 5px 0;
	font-size: 22px;
	color:#ce3a09;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar h3 {
	font-size: 22px;
}
h3 a {
	text-decoration: none;
}
h6 {
	color: #000;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0 0 10px 0;
	line-height: 150%;
	margin: 0;
}

/* HEADER -----------------------------------------------------------------------*/
#header {
	background:url(images/headerbg.png) repeat-x;
	height:125px;
}
#header-in {
	width: 960px;
	padding: 0;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
* html #header-in .logo-text {
	padding:0;
}
#header-in .logo-text {
	float:left;
	clear:both;
	margin: 0;
	padding:15px 0 0 0;
}
#header-in .logo-text a {
	display:block;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	float:left;
	text-transform:uppercase;
}
* html #header-in .logo-image {
	margin:12px 0 3px 0;
}
#header-in .logo-image {
	float:left;
	clear:both;
	margin:22px 0 3px 0;
}
#header-in .logo-image a {
	display:block;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	float:left;
	overflow:hidden;
	text-transform:uppercase;
	text-indent:-9009px;
	width:325px;
	height:24px;
	background:url(images/logo.png) no-repeat;
}
#header-in .logo-text a:hover {
	color: #585858;
}
#header-in .descriptiontext {
	margin: 0;
	padding:0;
	float:left;
	clear:both;
	color: #666;
	font:bold 12px Arial, Helvetica, sans-serif;
}
.hdate {
	float:left;
	padding:8px 0 0 0;
	margin:0;
	color:#a8a8a8;
	font-weight:bold;
}
.red {
	color:#cc0000;
}
/*nav start ----------------------------------------------- */
 
#navi {
	line-height: normal;
}
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	height: 26px;
}
#nav li {
	float: left;
	margin: 0;
	line-height:26px;
	margin-left:2px;
}
#nav .page_item a {
	display: block;
	text-decoration: none;
	padding:7px 12px 18px 12px;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#bbb;
}
#nav li.current_page_item {
	text-decoration: none;
	color:#fff;
	background:url(images/navbg.png) no-repeat center bottom;
	text-decoration: none;
}
#nav .current_page_item a {
	font-weight:bold;
	color:#fff;
}
#nav .current_page_item a {
	text-decoration: none;
}
#nav .current_page_item a:hover {
	text-decoration: none;
}
/* TOP SEARCH FORM -----------------------------------------------------------------------*/
#content .search404 {
	padding:9px 0 0 20px;
	margin:0 0 0 0;
	position:relative;
	height:20px;
	left:-310px;
	background-position:0 6px;
}
#content  .search404 input {
	background:none;
}
.category {
	float:left;
	width:48%;
	border-right:1px solid #ccc;
}
.archives {
	float:right;
	width:48%;
}

#content .search404 .searchform {
	margin:0;
	padding:0;
	background:url(images/searchbg.png) no-repeat;
}
.clear { clear:both;}

/*-----------------------------*/
.searchform {
 	padding:0px;
 	height:31px;
	margin:0;
	float:right;
 	background:url(images/searchbg.png) no-repeat;
}
* html .searchform { margin-top:15px;}
.searchform .s {
	border: none;
	background: #fff;
	border:none;
	background:none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 0 15px;
	padding:2px 0 0 0;
	height:20px;
	width:240px;
	float: left;
}
.sgo {
	position:relative;
	top:4px;
	right:-5px;
}
* html .sgo { right:-3px;}

#searchform {
	padding:0 10px;
	margin:0;
}
/* MAIN CONTAINER -----------------------------------------------------------------------*/
#container {
	width:960px;
	margin: 0 auto;
	clear: both;
}
/* CONTENT -----------------------------------------------------------------------*/
#content {
	width: 64%;
	float: left;
	padding:18px 0;
}
#content p {
	margin: 0 0 12px 0;
	padding:0;
	line-height:19px;
	text-align:justify;
}
#content p a {
}
#content p a:hover {
	color: #cc0001;
}
#content a {
	color: #cc0001;
	text-decoration: none;
	border-bottom:none;
}
#content a:hover {
	text-decoration: none;
}
#content h2 {
	color: #000;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 10px 0;
	line-height: 150%;
	margin: 0;
}
#content h3 {
	margin: 0 0 0 0;
	padding: 5px 0;
	font-size: 22px;
	color:#ce3a09;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h4 {
	margin: 0 0 0 0;
	padding: 5px 0;
	font-size: 20px;
	color:#666;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h5 {
	margin: 0 0 0 0;
	padding: 5px 0;
	font-size: 18px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h6 {
	color: #000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0 0 10px 0;
	line-height: 150%;
	margin: 0;
}
#content h6.inhead {
	color: #000;
	font:25px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding:0;
	line-height: 150%;
	margin: 0 0 12px 0;
	border-bottom:1px solid #ccc;
}
#content h6.postcomment {
	color: #000;
	font:22px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding:0;
	line-height: 150%;
	margin: 0 0 12px 0;
	border-bottom:1px solid #ccc;
}

#content .post-date {
	font-size:11px;
	color:#666;
	padding:3px 0;
}
.posttitle {
	float:left
}
.title {
	position:relative;
	display:block;
	overflow:hidden;
	height:100%;
}
#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0;
	padding: 0 0 10px 25px;
}
#content ul {
	list-style: circle;
}
#content li {
	margin: 0;
	padding: 0;
}
#content ul li {
	list-style: disc outside;
	margin: 0 30px 0 20px;
	padding: 5px 0 0 0;
}
#content ol li {
	margin: 0 30px 0 0;
	padding: 5px 0 0 0;
}
#content .post-meta-top {
	display: block;
	margin: 0 0 15px 0;
	padding: 5px 0;
	font-size: 11px;
	color: #8E8F91;
	float:left;
}
#content .post-meta-bottom {
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	margin: 10px 0 25px 0;
	padding: 5px 0;
	height:100%;
	overflow:hidden;
	font-size: 11px;
	color: #535353;
	clear: both;
}
.post-meta-bottom a {
	color: #535353;
	text-decoration: none;
}
.post-meta-bottom a:hover {
	text-decoration: underline;
}
.cat {
	text-align: left;
	font:11px Arial, Helvetica, sans-serif;
}
.auth {
	font-size:11px;
}
.auth a, .comm a, .cat a {
	text-decoration: none;
	padding-bottom:2px;
	background:url(images/dotline.png) repeat-x bottom;
}
.auth a:hover, .comm a:hover, .cat a:hover {
	text-decoration: none;
	color:#666;
}
#content .trackbacklist {
	margin:8px 0 0 0;
	padding:0;
	list-style:none;
}
#content .trackbacklist li {
	margin:0 0 8px 0;
	padding:0 0 5px 0;
	list-style:inside;
	border-bottom:1px solid #ccc;
}
.post-ratings {
	font-size:12px;
	font-style:normal;
	padding-left:8px;
	display:block;
	margin:8px 0;
}
/* Previous/Next Page Navigation ----------------------------------------------------------------*/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 15px 0;
	padding: 2px 0;
	height: 22px;
}
.nav-previous {
	width: 249px;
	float: left;
	text-align: left;
	margin: 2px 0;
	padding-left:10px;
}
.nav-next {
	width: 249px;
	float: right;
	text-align: right;
	margin: 2px 0;
	padding:0 15px 0 0;
	padding-left:10px;
}
.page-nav a {
	text-decoration: none;
}
.nav-previous a {
	padding-left: 15px;
	font-size:11px;
	text-transform:uppercase;
	background:url(images/arrow-left.gif) no-repeat left;
}
.nav-next a {
	padding-right: 15px;
	font-size:11px;
	text-transform:uppercase;
	background:url(images/arrow-right.gif) no-repeat right;
}
/*Page navigatoin 2 ----------------------------- */

.wp-pagenavi {
	text-align:center;
	height:25px;
	font:bold 11px Arial, Helvetica, sans-serif;
	line-height:24px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding: 3px 8px 3px 8px;
	margin: 2px;
	text-decoration: none;
	color: #fff;
	line-height:24px;
	background-color: #ccc;
}
.wp-pagenavi a:hover {
	color: #ff;
	background-color: #eee;
}
.wp-pagenavi span.pages {
	padding: 3px 8px 3px 8px;
	margin: 2px 2px 2px 2px;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 3px 8px 3px 8px;
	margin: 2px;
	line-height:25px;
	font-weight: bold;
	color: #fff;
	background:#d82424;
}
.wp-pagenavi span.extend {
	padding: 3px 8px 3px 8px;
	margin: 2px;
	color: #000000;
	line-height:25px;
	background-color: #FFFFFF;
}
/* tagcloud  ----------------------------------*/

#tag_cloud a {
	font-size:12px !important;
	margin-right:10px;
	line-height:18px;
}
/* Comments ----------------------------------------------------------------*/
#comments-wrap {
}
.textarea {
	border:1px solid #ababab;
}
.Cbutton {
	border:none;
	background:#434343;
	font:bold 11px verdana, Helvetica, sans-serif;
	color:#fff;
	padding:4px;
}
/*	Headers	*/

#comments-wrap h6 {
	font-size: 20px;
}
/* COMMENTS -----------------------------------------------------------------------*/
.commentlist {
	clear:both;
	margin-bottom:20px;
}
.comright {
	width:410px;
	float:right;
}
.comleft {
	width:100px;
	float:left;
}
.commentmetadata {
	font-size:11px;
}
.commetmainauthor {
	background:#eee;
	clear:both;
	margin-bottom:15px;
	padding: 5px 10px 5px 10px;
	overflow:hidden;
	height:100%;
	border-top:1px dashed #ccc;
	border-bottom:1px solid #ccc;
}
.commetmain {
	border-bottom:1px dashed #ccc;
	padding: 5px 10px 5px 10px;
	overflow:hidden;
	height:100%;
	margin-bottom:15px;
	background:#f3f3f3;
}
.thecomment {
	margin: 0 0 20px 0;
	overflow: hidden;
}
.comment-body {
	margin: 0;
	padding:10px 10px 0 10px;
	background-position:0 10px;
}
.comment-metadata {
	background: #fff;
	padding: 10px;
	color: #ca5433;
	font-size:11px;
}
.comment-metadata a {
}
.comment-metadata a:hover {
	color: #FF8800;
}
.authorcomment {
	float:left;
	width:220px;
	padding: 0 0 20px 0;
	font-size:12px;
	display:block;
	overflow: hidden;
}
.authorcomment .comment-body {
	border: none;
}
.authorcomment .comment-metadata {
	background: #fff;
	padding: 11px 10px;
}
.authorcomment .comment-metadata a {
	color: #bb0505;
}
.authorcomment .comment-metadata a:hover {
}
/*	Comment Form	*/

#commentform {
}
/* SIDEBAR -----------------------------------------------------------------------*/


/*widget calendar css =================================================== */

#wp-calendar {
	width:100%;
}
#sidebar .widget_calendar h2, widgettitle {
	display:none;
}
#sidebar #calendar_wrap caption {
	margin:5px 0 3px 0;
	padding:8px 0 8px 10px;
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#8b0f0f;
	background:url(images/sheadbg.png) no-repeat;
	width:100%;
}
/* widget search css ===================================================  */	

#sidebar #search {
	padding:2px;
	overflow:hidden;
	height:100%;
	background:none;
	margin:0;
	width:100%;
	float:left;
	clear:both; 
}
#sidebar input {
 	color:#333;
	border:1px solid #ccc;
	margin-bottom:3px;
}
#search br {
	display:none;
}
#sidebar {
	float: right;
	width:34%;
	background:url(images/sidebarbg.png) repeat-y left top;
}
#sidebar-in {
	background:url(images/sidebar_top.png) no-repeat left top;
	padding:0 0 0 32px;
	overflow:hidden;
	height:100%;
}
#sidebar-in h2 {
	padding:15px 0 5px 20px;
	font-size: 14px;
	font-weight:bold;
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #cc0000;
}
.sidebar_mini {
	width:140px;
}
.widget_categories {
	background: url(images/h_categories.png) no-repeat;
	background-position:0 15px;
}
.widget_archives {
	background: url(images/h_archives.png) no-repeat;
	background-position:0 15px;
}
.widget_recent_comments {
	background: url(images/h_recentcomments.png) no-repeat;
	background-position:0 15px;
}
.widget_links {
	background: url(images/h_links.png) no-repeat;
	background-position:0 17px;
}
.widget_meta {
	background: url(images/h_meta.png) no-repeat;
	background-position:0 15px;
}
.widget_recent_entries {
	background: url(images/h_recentpost.png) no-repeat;
	background-position:0 15px;
}
.widget_pages {
	background: url(images/h_pages.png) no-repeat;
	background-position:0 15px;
}
.widget_ratings_highest_rated {
	background:url(images/h_recentpost.png) no-repeat;
	background-position:0 15px;
}
.widget_ratings_most_rated {
	background:url(images/h_recentpost.png) no-repeat;
	background-position:0 15px;
}
.widget_tag_cloud {
	background:url(images/i_tags.png) no-repeat;
	background-position:0 15px;
}
.more-link {
	font-size:11px;
	margin-bottom:11px;
	font-weight:bold;
	float:right;
}
/* RSS FEED -----------------------------------------------------------------------*/
#rss {
	padding:15px 0 0 0;
	position:relative;
	font:12px Arial, Helvetica, sans-serif;
	background:url(images/sepretor_hr.png) repeat-x bottom;
}
.rss {
	background:url(images/rss.png) no-repeat;
	padding: 0 0 8px 22px;
	display:block;
	margin:0 0 3px 0;
	text-decoration:none;
}
.rss a {
	text-decoration:none;
}
.rss a:hover {
	color:#cc0000;
}
#sidebar .newsletter {
	height:32px;
	width:262px;
	padding:0 0 10px 35px;
	background:url(images/i_mail.png) no-repeat;
	overflow:hidden;
	height:100%;
}
#sidebar .newsfield {
	width:178px;
	margin-top:3px;
	border:1px solid #ccc;
	padding:3px;
	color:#666;
	float:left;
}
#sidebar .subscribe {
	background:#282826;
	padding:4px 3px;
	border:none;
	color:#fff;
	font-size:11px;
	float:right;
	margin-top:-12px;
	text-transform:lowercase;
	text-align:center;
	width:70px;
}
#sidebar  .subscribe:hover {
	background:#666;
}
#sidebar  .rssfeed {
	position:absolute;
	top:0;
	right:0;
}
/* sponserd -----------------------------------------------------------------------*/

#sidebar .Sponsors {
	margin:10px 10px;
	clear:both;
	overflow:hidden;
	height:100%;
	width:100%;
}
#sidebar .ads {
	float:left;
	margin:0 15px 10px 0;
}
#wp-calendar {
	width:100%;
}
#sidebar-in a {
	color: #cc0001;
	line-height:18px;
	margin: 0;
	text-decoration: none;
}
#sidebar-in a:hover {
	text-decoration: none;
	background-position:0 6px;
}
#sidebar-in ul {
	list-style-type: none;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#sidebar-in ul, #sidebar ul li {
	margin: 0;
	padding: 0;
}
#sidebar-in ul li ul {
}
#sidebar-in ul li ul li {
	margin: 0;
	padding:0;
	background:url(images/bullet-arrow.gif) no-repeat;
	background-position:0 8px;
	border-bottom: 1px dashed #ccc;
	padding: 3px 18px;
}
#sidebar-in ul li ul li a {
	color: #666;
	line-height:18px;
	margin: 0;
	text-decoration: none;
}
#sidebar-in ul li ul li a:hover {
	text-decoration: none;
}
#sidebar-in ul li ul li ul li {
	bac1kground: none;
	margin:0;
	padding: 0 0px;
	border-bottom:none;
}
#sidebar ul li ul li ul li a {
	color: #666;
	padding: 5px 3px 5px 10px;
	margin: 0;
	background:url(images/bullet-arrow2.gif) no-repeat;
	background-position:0 8px;
	text-decoration: none;
}
#sidebar-in ul li ul li ul {
	border: none;
	padding: 0;
	margin: 0;
}
#sidebar-in ul li ul li ul li a:hover {
	background-position:0 8px;
}
/*Widget */
.recentcomments {
	padding:5px 0 5px 15px !important;
	font-weight:bold;
	background-position:0 5px !important;
}
.recentcomments a {
	font-weight:normal;
}
.recentcomments a:hover {
	background:none !important;
}
.recomments ul {
	list-style-type: none;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.recomments ul, recomments ul li {
	margin: 0;
	padding: 0;
}
.recomments ul li ul {
}
.recomments ul li ul li {
	margin: 0;
	padding:0;
	background:url(images/bullet-arrow.gif) no-repeat;
	background-position:0 8px;
	border-bottom: 1px dashed #ccc;
	padding: 3px 18px;
}
.recomments ul li ul li a {
	color: #666;
	line-height:18px;
	margin: 0;
	text-decoration: none;
}
.recomments ul li ul li a:hover {
	text-decoration: none;
	background-position:0 6px;
}
.recomments ul li ul li ul li {
	bac1kground: none;
	margin:0;
	padding: 0 0px;
}
.recomments ul li ul li ul li a {
	color: #666;
	padding: 5px 3px 5px 28px;
	margin: 0;
	background:url(images/bullet-arrow2.gif) no-repeat;
	background-position:0 8px;
	text-decoration: none;
}
.recomments ul li ul li ul {
	border: none;
	padding: 0;
	margin: 0;
}
.recomments ul li ul li ul li a:hover {
	background-position:0 8px;
}
/*  Tabber  Style start -------------------- */
 .tabberlive .tabbertabhide {
	display:none;
}
.tabber {
}
.tabberlive {
	margin-top:1em;
}
.tabbernav {
	margin:0;
	padding: 3px 0;
	border-bottom: 1px solid #d9d9d9;
	font: bold 12px Verdana, sans-serif;
}
.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}
.tabbernav li a {
	padding:3px 5px 3px 27px;
	margin-left: 8px;
	position:relative;
	top:-1px;
	border-bottom: none;
	background: #fff;
	text-decoration: none;
}
.tabbernav li a:link {
	color: #666;
}
.tabbernav li a:visited {
	color: #667;
}
.tabbernav li a:hover {
	color: #000;
	background: #ededed;
	border-color: #ededed;
}
.tabbernav li.tabberactive a {
	border: 1px solid #d9d9d9;
	border-bottom: 1px solid #fff;
	background-color:#fff;
	color: #cc0000;
}
.post_active {
	position:absolute;
	top:-18px;
	left:8px;
}
.rcomment {
	position:absolute;
	top:-18px;
	left:115px;
}
.tabbernav li.tabberactive a:hover {
	color: #000;
	background: white;
	border-bottom: 1px solid white;
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding:5px;
	border-top:0;
	position:relative;/* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height *//* height:200px; *//* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	display:none;
	font-weight:normal;
}
.tabberlive .tabbertab h3 {
	display:none;
	font-weight:normal;
}
/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:auto;
}
/* FOOTER -----------------------------------------------------------------------*/
#footer {
	height:65px;
	margin:10px auto 0 auto;
	clear:both;
	color:#787878;
	font-size:11px;
	background:#ececec url(images/footerbg.png) repeat-x top;
}
#footer-in {
	width:960px;
	margin:0 auto;
	padding:10px 0;
}
#footer-in .copyright {
	float:left;
	text-align:left;
	font-size:11px;
	line-height:18px;
}
.copyright a {
	color: #787878;
	text-decoration:none;
}
.copyright a:hover {
	text-decoration:none;
}
#footer-in .designby {
	float:left;
	text-align:left;
	color: #666;
}
.designby a {
	color: #666;
	text-decoration:none;
}
.designby a:hover {
	text-decoration:none;
}
ul#bfooter {
	margin: 0 0 0 0;
	padding:0;
	float:right;
	text-align: right;
}
ul#bfooter li {
	padding: 5px 8px 5px 12px;
	list-style:none;
	float:left;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
ul#bfooter li a {
	text-decoration:none;
}
ul#bfooter li a:hover {
	color: #cc0000;
}
/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
