/*  
Theme Name: WordPress Dream Theme 2.0
Theme URI: http://www.wordpressdreamtheme.com
Author: Ben Cope
Author URI: http://www.internetgenius.com/

	WP Dream Theme
	http://www.internetgenius.com

	This theme was designed and built by Ben Cope of Epic Web Strategies.

	The CSS, XHTML and design is copyright of Ben Cope:
	http://www.theinternetgenius.com.

	You may use or modify this theme for your own blog or website. You MAY NOT REDISTRIBUTE this theme in any form or fashion without permission from Ben Cope.

*/



/* -------------------[ MAIN PAGE ]------------------- */

body {
	font-size: 9pt;
	font-family: Verdana, "Lucida Grande", Tahoma, Arial, sans-serif;
	background: #333333 url(images/bodybg-wide.gif) repeat-y top center; 
	color: #2D2C28;
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 130%;
	}

#header {
    clear: both;
	width: 980px;
    padding: 0px;
	margin: 0 auto;
    /*background: url(images/header-bg4.gif) repeat-x;*/
	background-color:#000;
	height: 130px;
	}  

#headerwrap {
	width: 980px;
	margin: 0 auto;
	}


#header h1.blogtitle {
	width:600px;
	color: #CC0000;
	text-shadow: 0 1px 1px #000;
	text-align:left;
	font-size:36px;
	line-height:100%;
	padding: 20px 0 0 15px;
	margin: 0 auto;
	float: left;
	} 
	
#headerwrap .title {
	width: 600px;
	float:left;
}

#header p {
        width:600px;
        margin: 0 auto;
        text-align:left;
        color: #FFF;
		padding-left: 15px;
}   

#wrap {
	padding: 0px;
	clear: both;
	width: 100%;
	margin: 0 auto;
	}

#page {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;	
	background: #FFF;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

#contentleft {
	width: 600px;
	float:left;
	padding: 0px 0px 20px 0px;
	margin: 0;
	background-color: #FFF;
	} 

#content {
	width: 600px;
	float: right;
	margin: 0;
	padding: 0;
	}

#contentwide {
	width: 945px;
	margin: 0 auto;
	padding-top: 15px;
}
.homepage {
	margin-bottom: 10px;
	padding: 5px;
}

#salespage {
	width: 720px;
	margin: 0 auto;
	padding: 0;
}

#midcontent {
	font-size: 8pt;
	width: 170px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	}

.homeleft {
	font-size: 8pt;
	width: 269px;
	float: left;
	margin: 0px;
	padding: 0;
	}

.homeright {
	font-size: 8pt;
	width: 270px;
	float: right;
	margin: 0px;
	padding: 0px;
	}

#contentright {
	width: 348px;
	float:right;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	/*background:#efefef;*/
	border-left: 1px solid #c0c0c0;
	} 

#sidebar {
	font-size: 9pt;
	width: 339px;
	float: right;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	display: inline;
	} 
	
#subleft {
	font-size: 9pt;
	width: 154px;
	background-color:#f7f7f7;
	float:left;
	padding:0px 10px;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	margin:0px;
	display: inline;
	}

#subright {
	font-size: 9pt;
	width: 153px;
	background-color:#FFF;
	float:right;
	padding:0px 10px;
	margin:0px;
	display: inline;
	}

#footer, #narrowfooter {
	width: 960px;
    border-top:2px solid #666;
	font-size: 8pt;
	line-height: 190%;
    color:#999;
    clear: both;
    margin: 0px auto 0 auto;
    padding: 10px 10px;
    text-align: center;
	background: #000;
	}

#footer p {
        width:960px;
        padding: 0px;
        margin: 0 auto;
        }
		
.hppostmeta {
	width: 270px;
	font-size: 11px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #C0C0C0;
	font-weight: bold;
	}

.breadcrumb {
	width: 594px;
	background: #f7f7f7;
	font-size: 11px;
	margin: 0px 10px 20px 0px;
	padding: 5px 0px 3px 5px;
	border: 1px solid #CCC;
	border-top: none;
	}
	
#footerwrap {
	width: 960px;
	height: 148px;
	margin: 0 auto;
	border-top: 1px solid #c0c0c0;
	padding: 0px 10px;
	background-color:#FFFFFF;
	font-size: 8pt;
	line-height: 190%;
    color:#999;
    clear: both;
    margin: 0px auto 0 auto;
    padding: 0px 10px;
    text-align: center;
	background: #FFF;
	}

.footerpic {
	width: 186px;
	border-right: 1px solid #c0c0c0;
	float: left;
	text-align:center;
	padding: 10px 0px;
	}

.footerimg {
	border: 1px solid #c0c0c0;
}

/* -------------------[ HEADINGS ]------------------- */

h1, h2, h3, h4, h5, h6, h7 {
    line-height: 110%;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	text-align: left;
	color: #2D2C28;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

h1 {
	font-size: 16pt;
	}

h2 {
	font-size: 14pt;
	}

h3 {
	font-size: 12pt;
	}

h4,h5,h6,h7 {
	font-size: 10pt;
	}

h1.pagetitle {
	margin: 0 0 10px 0;
	}

h2#comments, h2#trackbacks, h2#respond {

        }


h2.sectionhead, #sidebar h2, #midcontent h2, h2.featurehead, .homeleft h2, .homeright h2, #subleft h2, #subright h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 16px;
	padding:2px 0px 0px 0px;
	font-size: 9pt;
	letter-spacing: 0;
	margin: 0px 0px 5px 0px;
	border-bottom: 3px solid #666666;
	text-transform:uppercase;
	color: #333;
	}

.homeleft h2 span, .homeright h2 span, h2.sectionhead span {
	background-color:#
	;
	padding:3px 6px 1px 6px;
	}

h2.featurehead {
	border-bottom: 3px solid #274db3;
	color:#FFF;
	padding:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:10px 0px 0px 0px;
	}

h2.featurehead span {
	background-color:#274db3;
	padding: 3px 6px 1px 8px;
	}

#sidebar h2.widgettitle, #subleft h2.widgettitle, #subright h2.widgettitle, #sidebar h2 {
	color:#000;
	}

.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 10px;
}
.post h1 {
	padding-top: 10px;
}

/* -------------------[ Magazine Home Page Styles ]------------------- */

ul.home-left {
	width:49%;
	padding:0;
	float:left;
	margin:0 0 15px;
	list-style-type:none;
	background: #FFF url(images/postbg.gif) top repeat-x;
}

ul.home-right {
	width:49%;
	padding:0;
	float:right;
	margin:0 0 15px;
	list-style-type:none;
	background: #FFF url(images/postbg.gif) top repeat-x;
}

ul.home-bottom {
	clear:both;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	}

ul.home-left li, 
ul.home-right li, 
ul.home-bottom li {
	margin:0;
	padding:0;
	}

ul.home-right li.homepost, 
ul.home-left li.homepost, 
ul.home-bottom li.homepost {
	font-size:9pt;
	margin:0;
	padding:0;
	list-style-type:none;
	/*border:1px solid #ddd;*/
	border-top:0;
	}

ul.home-right li.homepost .entry, 
ul.home-left li.homepost .entry, 
ul.home-bottom li.homepost .entry {
	padding: 10px 10px 0;
	}

ul.home-right .bottom,
ul.home-left .bottom,
ul.home-bottom .bottom {
	clear:both;
	font-size: 8pt;
	padding: 5px 10px;
	border-bottom: 1px dotted #C0C0C0;
	margin: 10px 0 0;
	}

li.homepost img.post-thum, 
li.homepost img.thumbnail {
	width:60px;
	height:60px;
	float:right;
	margin: 0 0 10px 10px;
	}

ul.home-right li.title, 
ul.home-left li.title, 
ul.home-bottom li.title {
	margin:0;
	padding:0 10px;
	list-style-type:none;
	border:1px solid #666;
	background:#666;
	clear:both;
	}

ul.home-right li.title h2.feat-title,
ul.home-left li.title h2.feat-title,
ul.home-bottom li.title h2.feat-title {
	letter-spacing:0px;
	font-size: 11pt;
	padding:5px 0;
	margin: 0;
	float:left;
	width:98%;
	line-height:1.3em;
	color: #FFF;
	}
.feat-title a, .feat-title a:link, .feat-title a:visited {
	color: #FFF;
	text-decoration: none;
}
.feat-title a:hover {
	color: #FFF;
	text-decoration: underline;
}

ul.home-right  li.title .moreposts,
ul.home-left  li.title .moreposts,
ul.home-bottom  li.title .moreposts {
	text-align:right;
	float:right;
	width:26%;
	font-size:9pt;
	font-weight:bold;
	padding:7px 0 3px;
	margin:0;
	line-height:1.3em;
	}

ul.home-bottom  li.title .moreposts {
	padding:5px 0;
	}

li.homepost h3 {
	padding:0;
	margin: 0;
	letter-spacing:0px;
	font-size:11pt;
	line-height:1.3em;
	}

li.homepost p {
	margin-bottom:0;
	}

/*- RSS -*/
#rss {
	float: right;
	font-size: 12px;
	padding: 0px 15px 10px 0;
	text-align: right;
	width: 360px;
	}

#rss a{
	color: #b3b3b3;
	}

#rss ul{
	list-style-type:none;
	float: left;
	margin: 13px 0 0;
	width: 240px;
	}

#rss li{
	margin: 0 0 3px;
	padding: 0 0 5px;
}
#rss img{
	float: right;
}


/* -------------------[ LINKS ]------------------- */

a, a:link, a:visited {
	color: #274db3;
	text-decoration: none;
	padding: 0;
	font-size: bold;
	}

a:hover, a:active {
	color: #C00;
	text-decoration:underline;
	}

.homeleft h2 span a, .homeright h2 span a {
	color: #FFF;
	}

.homeleft h2 span a:hover, .homeright h2 span a:hover {
	color:#FFFF66;
	text-decoration: none;
	}

.entry a, .entry a:link, .entry a:visited, .postinfo a, .postinfo a:link, .postinfo a:visited, .postinfo2 a, .postinfo2 a:link, .postinfo2 a:visited {
	text-decoration: underline; 
	}

#footer a {
	color: #999;
	text-decoration: underline;
	}

#footer a:hover {
	background: transparent;
	color: #FFFF66;
	text-decoration: underline;
	}

h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited {
	color: #274DB3;
	text-decoration: none;
	}
.entry h2 a, .entry h2 a:link, .entry h2 a:visited {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	color: #C00;
	text-decoration:underline;
	}
     
	
/* -------------------[ IMAGES ]------------------- */

img.alignright {
	float: right;
	clear: right;
	margin: 0 0 5px 10px;
	background: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	}

img.alignleft {
	float: left;
	clear: left;
	margin: 0 10px 5px 0px;
	background: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	}

img.aligncenter, img.centered, img.center { 
	display: block; 
	margin: 0 auto 15px auto;  
	float: none; 
	clear: both;
	border:1px solid #ccc;
	padding:2px;
	background:#fff;
}

img.post-thum, img.thumbnail {
	float:left;
	margin: 10px 10px 15px 0px;
	border:1px solid #ccc;
	padding:1px;
	background:#fff;
}

/* -------------------[ SIDEBAR ]------------------- */


#sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

#subright ul, #subleft ul {
	list-style-type: square;
	margin: 0px;
	padding: 0 0 0 5px;
	}

.homeleft ul li, .homeright ul li {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
	}

#subright ul li, #subleft ul li, #sidebar ul li {
	list-style-type:none;
	background: transparent url(images/bullet.gif) no-repeat 0 2px;
	padding: 0 0 0 15px;
	border: 0;
	margin: 0 0 1px;
	}


#sidebar ul li ul, #subright ul li ul, #subleft ul li ul {
	list-style-type: square;
	margin: 0px;
	padding: 0 0 0 5px;
	}

#sidebar ul li ul li, #subright ul li ul li, #subleft ul li ul li {
	list-style-type:none;
	background: transparent url(images/bullet.gif) no-repeat 0 2px;
	padding: 0 0 0 15px;
	border: 0;
	margin: 0 0 1px;
	}

#sidebar p, #subright p, #subleft p {
	padding: 0 5px;
	}

#subright .widget, #subleft .widget {
	margin-bottom: 15px;
	}

#sidebar object,
#sidebar embed {
	width: 340px; height: 274px;
	background: #FFF;
	margin: 0px; padding: 0px;
}

#sidebar .widget {
	margin-bottom:15px;
}

/* ---------[ Sidebar Subscribe ]--------- */

#sidebar #sidebar-subscribe {
	padding: 0px 0px 10px;
	}

a#rss-sub, a#rss-sub:link, a#rss-sub:visited {
	height:60px;
	width:320px;
	background: url(images/rss-sub.gif) top left no-repeat;
	display:block;
	padding:0;
	margin: 0;
	}
a#rss-sub:hover, a#rss-sub:active {
	background: url(images/rss-sub.gif) bottom left no-repeat;
	}

.email-sub {
	margin-bottom:10px;
}

.email-sub form {
	padding: 70px 0 0 0;
	margin:10px 0 0;
	background: url(images/email-sub.gif) top left no-repeat;
	}

.email-sub input#sub {
	padding: 5px 5px 0;
	background: #fff;
	border:1px solid #ccc;
	width:185px;
	color:#999;
	height:21px;
	font-size: 10pt;
	float:left;
	clear:left;
	margin:0 5px 0 0;
	}

.email-sub input#subbutton {
	padding: 0;
	background: transparent url(images/submit.gif) top left no-repeat;;
	border:0;
	height:28px;
	width:60px;
	cursor:pointer;
	float:left;
	clear:right;
	margin:0;
	}

.email-sub input#subbutton:hover {
	background: transparent url(images/submit.gif) bottom left no-repeat;;
	}

/* -------------------[ SOCIAL PROFILE LINKS ]------------------- */

#sidebar #sidebar-subscribe #socialprofiles ul {
	height: 70px;
	margin: 0;
	padding: 0px;
	font-size: 12px;
	list-style-type:none;
	margin-left: 2px;
}

#sidebar #sidebar-subscribe #socialprofiles ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 70px;
	width: 48px;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	background: none;
	line-height: 70px;
	margin-right: 7px;
}
#sidebar #sidebar-subscribe #socialprofiles ul li a {
	padding: 0px;
	color: #002045;
	text-decoration: none;
	display: block;
	width: 48px;
	overflow:hidden;
	text-indent: -9999px;
}
#sidebar-subscribe #socialprofiles ul li a:hover {
	text-decoration: underline;
}
#sidebar #sidebar-subscribe #socialprofiles .twitter {
	background: url(images/twitter.png) 0px 3px no-repeat;
}
#sidebar #sidebar-subscribe #socialprofiles .facebook {
	background: url(images/facebook.png) 0px 3px no-repeat;
}
#sidebar #sidebar-subscribe #socialprofiles .linkedin {
	background: url(images/linkedin.png) 0px 3px no-repeat;
}
#sidebar #sidebar-subscribe #socialprofiles .rss {
	background: url(images/rss.png) 0px 3px no-repeat;
}
#sidebar #sidebar-subscribe #socialprofiles .youtube {
	background: url(images/youtube.png) 0px 3px no-repeat;
}
#sidebar #sidebar-subscribe #socialprofiles .myspace {
	background: url(images/myspace.png) 0px 3px no-repeat;
}

/* -------------------[ Middle Content ]------------------- */

.homeleft ul, .homeright ul {
	list-style-type: square;
	margin: 0px;
	padding: 0 0 0 5px;
	}

.homeleft ul li, .homeright ul li {
	list-style-type:none;
	background: transparent url(images/bullet.gif) no-repeat 0 2px;
	padding: 0 0 0 15px;
	border: 0;
	margin: 0 0 1px;
	}

.homeleft ul li ul, .homeright ul li ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 0 5px;
	}

.homeleft ul li ul li, .homeright ul li ul li{
	list-style-type:none;
	background: transparent url(images/bullet.gif) no-repeat 0 2px;
	padding: 0 0 0 15px;
	border: 0;
	margin: 0 0 1px;
	}

#midcontent p, .homeleft p, .homeright p {
	padding: 0 5px;
	}

/* -------------------[ Comment Form ]------------------- */

.allcomments {
	border-top:5px solid #999;
	background: #CCC;
	border-bottom:5px solid #999;
	margin-bottom:20px;
	}

#commentform {
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	padding: 15px 15px 1px;
	margin: 0;
	}

#commentform label {
	display:block;
	margin: 0;
	}

#commentform input {
	width: 170px;
	padding: 1px;
	margin: 0px 5px 10px 0;
	}

#commentform textarea {
	width: 400px;
	padding: 0;
	margin: 0px 0px 10px 0; 
	}

#commentform #submit {
	margin: 0 0 20px 0;
	}

#commentform p {
	margin: 5px 0;
	}


/* -------------------[ COMMENTS ]------------------- */


ol.commentlist {
	padding: 0;
	margin: 0 0 1px;
	}

ol.commentlist li {
	border-top:1px solid #FFF;
	display: block;
	list-style: none;
	padding: 15px 15px 1px;
	margin: 0;
	}

ol.commentlist li.commenthead {
	display: block;
	list-style: none;
	padding: 5px 15px;
	margin: 0;
	}

ol.commentlist li.commenthead h2 {
	margin: 0;
	}

ol.tblist {
	border-top:1px solid #FFF;
	list-style: none;
	padding: 15px;
	margin: 0 0 1px;
	}

ol.tblist li {
	display: block;
	list-style: none;
	background:transparent url(images/hotbullet.gif) 0px 2px no-repeat;
	padding-left:15px;
	margin: 0 0 5px;     
	}


/* -------------------[ MISCELLANEOUS ]------------------- */


table {
	border: 0;
	}

.post ul, .singlepost ul, .post ol, .singlepost ol {
	margin: 15px 30px;
	padding: 0;
	}

.post ul li, .singlepost ul li, .featurepost ul li {
	list-style-type:none;
	background: transparent url(images/bullet.gif) no-repeat 0 2px;
	padding: 0 0 2px 15px;
	border: 0;
	margin: 0;
	}

.post ol li, .singlepost ol li {
	list-style-type:decimal;
	background: transparent;
	padding: 0 0 2px 0px;
	line-height: 1.4em;
	border: 0;
	margin: 0 0 0 20px;
	/*height: 1em;*/
	}

/*.entry ol li {
	list-style-type: square;
	line-height: 1.4em;
	margin: 0 0 0 20px;
	height: auto;
}
*/
p {
	margin-top: 0px;
	margin-bottom: 15px;
	}
p#breadcrumbs {
	margin:0;
}

.featurepost p {
	margin-top: 0px;
	margin-bottom:15px;
}

.homeleft p, .homeright p {
	margin-bottom: 0px;
	padding:0px;
	margin-top: 5px;
	}
	
.homeleft .hppostmeta p, .homeright .hppostmeta p {
	margin-bottom: 10px;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted #999;
	}

* html acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding-left: 10px;
	border-left: 5px solid #999;
	color: #333;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	text-align: center;
	margin: 0;
	padding: 10px 0;
	color: #000;
	}

.navigation .alignright {
	float: right;
	margin: 0;
	}
	
.navigation .alignleft {
	float: left;
	margin: 0;
	}

.entry {
	padding: 10px 0 0 0;
	margin: 0;
	}

.postinfo {
	margin: 0px;
	font-size: 8pt;
	padding: 0px 0px 0px 0px;
	}

.postinfo2, .postdate {    
	font-size: 8pt;
	margin: 10px 0 0 0px;
	}

.post {
	margin: 0 0 10px 0;
	padding: 0 5px 10px;
	line-height: 130%;
	background: url(images/dot.gif) bottom left repeat-x;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

hr {
	display: block;
	clear: both;
	}

a.more-link {
	padding-right:17px;
	background: transparent url(images/hotbullet.gif) 100% 80% no-repeat;
	}
        
   

/* -------------------[ Search ]------------------- */

#searchform {
	text-align:right;
	float:right;
	margin: 0;
	padding: 6px 0 0; 
	}

#searchform #s {
	padding-left:2px;
	font-size:8pt;
	width: 120px;
	margin-right: 1px;
	}

#searchform #submit {
	font-size:8pt;
	}

/*- Sidebar Tabs -*/
#side-tabs {
	margin:15px 0;
}

#side-tabs ul.tabs {  
	list-style-type:none;
	margin: 0;
	padding: 0;
	clear:both;
	font-size: 9pt;
	background:transparent;
	border-bottom: 1px solid #ddd;
	height: 24px;
	}

#side-tabs ul.tabs li {
	border:0;
	background:transparent;
	float: left;
	display: inline;
	margin: 0 4px 0 0;
	height: 25px;
	padding: 0;
	} 

#side-tabs ul.tabs li a, 
#side-tabs ul.tabs li a:link, 
#side-tabs ul.tabs li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	display: block;
	border: 1px solid #ddd;
	padding: 0 5px;
	background: #eee url(images/gradientbg1.png) repeat-x;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	} 

#side-tabs ul.tabs li a:hover, 
#side-tabs ul.tabs li a:active {
	background: #FFF url(images/gradientbg2.gif) repeat-x;
	color: #333;
	}

#side-tabs ul.tabs li a.on {
	background:#fff;
	border-bottom: 1px solid #fff;
	color: #333;
	z-index: 9; 
	}

#side-tabs form {
	margin: 0 !important;
	padding: 0 !important;
	}

#side-tabs select {
	margin: 0;
	padding: 0;
	width:160px;
	}

#side-tabs .cat_content {
	background:#fff;
	border: 1px solid #ddd;
	border-top: 0;
	padding: 10px;
	}

#side-tabs .cat_content li {

	}
/* -------------------[ Feature Post ]------------------- */

.featurepost {
	margin: 0 0 10px 0;
	padding: 0 5px 10px;
	line-height: 130%;
    background: url(images/dot.gif) bottom left repeat-x;
	background-color: #E7F4FA;
	}


.featurepost h1, {
	margin: 0;
	padding: 0;
	}

.featurepost h2 {
	padding:10px 0px;
	}

.featurepost h2 a, .featurepost h2 a:link, .featurepost h2 a:visited {
	color:#274db3;
}

.featurepost h2 a:hover {
	color:#CC0000;
}

.featured-img{
	margin: 10px 10px 0 5px;
	width:200px;
	height:150px;
	float:left;
	display:inline;
	border: 1px solid #CCC;
	background:url(images/footerpic.gif) no repeat;
}

/* ---------------[ Tables ]--------------- */

.entry table {
	margin-bottom:15px;
        padding:auto;
        border:auto;
        }

.entry tr, .entry td, .entry th {
	margin:auto; padding:auto; border:auto;
        }

.entry td, .entry th {
	padding:8px;
	vertical-align:top;
}

.entry th {
	font-weight:bold;
	background:#E5DFCF;
}

.entry td {
	border:1px solid #E5DFCF;
}

.bulletimage {
	padding: 2px;
	border: 1px solid #CCC;
	margin-right:10px;
}

/* MISC */

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.th{
	border: 1px solid #c0c0c0;
	float: left;
	margin: 5px 10px 0 0;
	padding: 2px;
}

#sidebar img {
	border: none;
	padding: 0px;
}

#subleft .hl, #subright .hl {
	color: #274db3;
}

.akpc_pop {
	margin-bottom: 0px;
}

div.sociable {
	margin-bottom: 0px;
}

/* Easy Slider */

#slider-wrap {
	margin:0 auto;
	text-align:left;
	width:600px;
	height:300px;
	overflow:hidden;		
	margin:10px auto 15px;
	padding:20px 0 0;
	background:#000;
	position:relative;
	z-index:1;
	}

#slider-wrap #slider {
	overflow:hidden;
	width:600px;
	height:300px;
	background:#000;
	}

#slider-wrap #slider ul, 
#slider-wrap #slider li {
	margin:0;
	padding:0;
	list-style:none;
	}

#slider-wrap #slider li { /* define width and height of list item (slide) - entire slider area will adjust according to the parameters provided here */ 
	width:600px;
	height:300px;
	overflow:hidden;
	background:#000;
	}

#slider-wrap #slider li .feat-content {  
	width:598px;
	height:298px;
	overflow:hidden;
	display:block;
	z-index:2;
	border:1px solid #000;
	background:#000;
	position:relative;
	text-align:center;
	}

#slider-wrap #slider li .entry {
	border:0;
	z-index: 3;
	color:#fff;
	margin:0 auto;
	width:578px;
	padding: 10px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:0;
	background:#000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	font-size:9pt;
	text-align:left;
	}

#slider-wrap #slider li .entry p {
	margin: 0;
	}

#slider-wrap #slider li .entry h2.post-title,
#slider-wrap #slider li .entry h2.post-title a, 
#slider-wrap #slider li .entry h2.post-title a:link,
#slider-wrap #slider li .entry h2.post-title a:visited,
#slider-wrap #slider li .entry h2.post-title a:hover,
#slider-wrap #slider li .entry h2.post-title a:active  {
	font-size:12pt;
	line-height: 1.1em;
	margin:0;
	color:#fff !important;
	margin: 0;
	letter-spacing:0;
	}

#slider-wrap ol#controls {
	position:absolute;
	top:0;
	left:0;
	width:598px;
	background:#000;
	list-style-type:none;
	margin:0 auto;
	clear:both;
	padding:1px;
	font-size:8pt;
	font-weight:bold;
	height:20px;
	line-height:20px;
	z-index:5;
	}

#slider-wrap ol#controls li {
	margin:0; 
	padding:0;
	float:left;
	list-style:none;
	}

#slider-wrap ol#controls li a,
#slider-wrap ol#controls li a:link,
#slider-wrap ol#controls li a:visited {
	float:left;
	height:20px;
	line-height:20px;
	background:#000;
	color:#fff;
	padding:0 7px;
	text-decoration:none;
	margin: 0 1px 0 0;
	}

#slider-wrap ol#controls li a:hover,
#slider-wrap ol#controls li a:active,
#slider-wrap ol#controls li.current a,
#slider-wrap ol#controls li.current a:link,
#slider-wrap ol#controls li.current a:visited,
#slider-wrap ol#controls li.current a:hover,
#slider-wrap ol#controls li.current a:active {
	background:#555;
	color:#fff;
	}

#slider-wrap ol#controls li a:focus, 
#slider-wrap #prevBtn a:focus, 
#slider-wrap #nextBtn a:focus {
	outline:none;
	}

	
/* // Easy Slider */

.linklove {
	display: none;
}