/* 
	Theme Name: WPHacks
	Theme URL: http://wphacks.com
	Description: Redesigned and Customized version
	Author: BlogDesignStudio
	Author URI: http://www.blogdesignstudio.com
	Version: 1.0
	
*/

body {
	background: #99DFF5 url(images/body_pat.gif) top repeat-x;
	width: 960px;
	color: #202020;
	font-size: 13px;
	font-family: Lucida Sans Unicode, Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}

#wrap {
	background: url(images/content_pat.gif) center top repeat-y;
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap2 {
	background: url(images/content_pat.gif) center top repeat-y;
	width: 1020px;
	margin: 0px auto 0px;
	padding: 0px;
	}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #1282B5;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}


/************************************************
*	Top Navbar      							*
************************************************/

#topnavbar {
	background: #1282B5;
	border:1px solid #3B3B3B;
	width: 958px;
	height: 28px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#topnavbar a, #topnavbar a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#topnavbar a:hover {
	background: url(images/menu_pat.gif);
	text-decoration: none;
	}
	
#topnavbar p {
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
	
.topnavbarleft {
	width: 610px;
	float: left;
	margin: 0px;
	color: #585757;
	padding: 6px 0px 5px 10px;
	text-transform: uppercase;
	text-align: left;
	}

.topnavbarleft a, .topnavbarleft a:visited {
	color: #FFFFFF;
	font-size: 13px!important;
	line-height:11px;
	text-decoration: none!important;
	padding: 5px 8px 0px 8px;
	font-weight:normal!important;
	}
	
.topnavbarleft a:hover {
	background: url(images/menu_pat.gif);
	text-decoration: none;
	padding: 5px 8px 6px 8px;
	}
	
.topnavbarright {
	width: 300px;
	float: right;
	margin: 0px;
	color: #585757;
	padding: 6px 10px 5px 0px;
	text-transform: uppercase;
	text-align: right;
	}

.topnavbarright a, .topnavbarright a:visited {
	color: #FFFFFF;
	font-size: 13px!important;
	line-height:11px;
	text-decoration: none!important;
	padding: 5px 8px 0px 8px;
	font-weight:normal!important;
	}
	
.topnavbarright a:hover {
	background: url(images/menu_pat.gif);
	text-decoration: none;
	padding: 5px 8px 6px 8px;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: #fff;
	border-left: 1px solid #3B3B3B;
	border-right: 1px solid #3B3B3B;
	width: 958px;
	height: 90px;
	color: #000000;
	font-size: 11px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#header a {
	font-family: Lucida Sans Unicode, Arial, Tahoma, Verdana;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	}

#header a:hover {
	color: #B60000;
	}
	
#header a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

.headerleft {
	width: 460px;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
.headerleft a img {
	border: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}

.headerright {
	width: 478px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 10px;
	}

.headerright a img {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}	


/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: url(images/menu_pat.gif);
	border-left:1px solid #046B9A;
	border-right:1px solid #046B9A;
	width: 958px;
	height: 31px;
	font-size: 11px;
	font-family: Lucida Sans Unicode, Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#navbar a, #navbar a:visited {
	color: #FFFFFF;
	font-size: 11px;
	line-height:12px;
	text-decoration: none;
	padding: 0px 0px 0px 3px;
	}
	
#navbar a:hover {
	background: url(images/menu_hover.gif) left repeat-x;
	color: #FFFFFF;
	text-decoration: underline;
	padding: 0px 0px 0px 3px;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a, #nav a:visited {
	color: #FFFFFF;
	display: block;
        font-weight: bold;
   	text-transform: uppercase;
        margin: 0px;
	padding: 10px 11px 9px 11px;
	}
	
#nav a:hover {
	color: #FFFFFF;
        margin: 0px;
	padding: 10px 11px 9px 11px;
	text-decoration: none;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 150px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #4776C5;
	width: 150px;
	float: none;
   	text-transform: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #6E94D2;
	border-left: 1px solid #6E94D2;
	border-right: 1px solid #6E94D2;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #799CD6;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	
/************************************************
*	SubNavbar      								*
************************************************/

#subnavbar {
	background: #585757;
	border:1px solid #3B3B3B;
	width: 958px;
	height: 40px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	}

#subnavbarleft {
	width: 940px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 5px;
        }

#subnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#subnav a {
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	line-height:14px;
        font-weight: bold;
        margin: 0px;
	padding: 7px 10px 8px 15px;
	text-decoration:none;
	}
	
#subnav a:hover {
	background: #99DFF5;
	color: #03496D;
	display: block;
	text-decoration: none;
        margin: 0px;
	padding: 7px 15px 8px 15px;
	}

#subnav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#subnav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 150px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #585757;
	width: 150px;
	font-size:11px;
	float: none;
	margin: 0px;
	padding: 6px 10px 5px 10px;
	border-top: 1px solid #FFFFFF;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #99DFF5;
	margin: 0px;
	padding: 6px 10px 5px 10px;
	}

#subnav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#subnav li:hover ul {
	left: auto;
	display: block;
	}
	
#subnav li:hover ul, #subnav li.sfhover1 ul {
	left: auto;
	}


/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}
	
#content2 {
	width: 960px;
	margin: 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}

#content p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	}
	
#content h1 {
	color: #202020;
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#content h1 a, #content h1 a:visited  {
	color: #3B3B3B;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

#content h1 a:hover {
	color: #1282B5;
	text-decoration: none;
	}
	
#content h4 {
	color: #202020;
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 8px 0px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#contentleft {
	float: left;
	width: 610px;
	margin: 20px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	display: inline;
	}
	
#contentleft2 {
	float: left;
	width: 640px;
	margin: 20px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	display: inline;
	}	

#contentleft p img {
	border: none;
	margin: 0px 10px 10px 0px;
	}
	
.archive {
	float: left;
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	}
	
.date {
	padding: 0px;
	margin: 0px;
	}
.date p {
	display: block;
	font-size:10px;
	color:#585757;
	margin: 8px 0px 0px 0px;
	}	

#contentleft ol {
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 15px 0px;
	}

#contentleft ol ol {
	margin: 0;
	}
	
#contentleft ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	}
	
#contentleft ul li {
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
#contentleft ul ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}

.pagenavi {
        margin-bottom: 10px;
        }

blockquote{
	margin: 10px 15px 10px 15px;
	padding: 20px 20px 5px 55px;
	color: #1282B5;
	font-style: italic;
	border-left: 3px solid #1282B5;
	background: #F6FDFF url('images/quote.png') no-repeat 0px 3px;
	display:block;
	overflow:auto;
	}

code {
	font:1.0em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	background:#F6FDFF;
	padding:6px 3px 6px 10px;
	margin: 2px 15px 2px 15px;
	border-left: 2px solid #1282B5;
	}

pre {
	font:1.0em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	background:#F6FDFF;
	padding:6px 3px 6px 10px;
	margin: 2px 15px 2px 15px;
	border-left: 2px solid #1282B5;
	}
	
#breadcrumb {
	float: left;
	width: 560px;
	font-size: 12px;
        background: #585757;
        color: #FFFFFF;
	margin: 0px 0px 20px 0px;
	padding: 5px 10px 5px 10px;
	border-bottom: 0px dotted #C0C0C0;
	}
#breadcrumb2 {
	float: left;
	width: 600px;
	font-size: 12px;
        background: #585757;
        color: #FFFFFF;
	margin: 0px 0px 20px 0px;
	padding: 5px 10px 5px 10px;
	border-bottom: 0px dotted #C0C0C0;
	}	

#breadcrumb a, #breadcrumb a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#breadcrumb a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
	
.postarea {
	float: left;
	width: 580px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

.postarea2 {
	background: #FFFFFF;
	float: left;
	width: 580px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	}
	
.postarea3 {
	float: left;
	width: 620px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

.entrymeta {
	float:left;
	width:470px;
        }

.entrymetasingle {
	float:left;
	width:580px;
        }

.commentbar {
	float:right;
	background:url(images/i_com.gif) left no-repeat;
	width:104px;
	height:36px;
	text-align:center;
	}

.commentbar a {
	color: #585757;
	font-size:11px;
	line-height:25px;
	}

.pushcontent {
        padding: 3px 5px 1px 5px;
        clear:both;
        }

#contentleft .postarea .pushcontent ul li {
	padding:0 0 5px 15px;
	background:url(images/arrow.gif) left top no-repeat;
	}

#contentleft .postarea .pushcontent ul li:hover {
	padding:0 0 5px 15px;
	background:url(images/arrow_hover.gif) left top no-repeat;
	}

.postsubscribe { 
        background: #FFFFFF url('images/RSS_inside.jpg') no-repeat left top;
        background-position: 1px 7px;
        border-top: 0px solid #7EB7E4;
        padding: 15px 5px 4px 15px;
        margin: 0px 0px 0px 0px;
	font-size:16px;
	line-height:23px;
	color:#444;
	        }

.postsubscribe a {
	color:#da7400;
	}

.leavecomment {
        padding-left: 40px;
        }

a.more-link {
        background: url(images/arrow-rt.gif) 100% 70% no-repeat;
        padding-right:14px; 
        }

a.more-link:active {
	background: url(images/arrow_white-rt.gif) 100% 70% no-repeat;
	}

a.even-more-link {
        background: url(images/arrow_white-rt.gif) 100% 70% no-repeat;
        padding-right:14px; 
        }

a.even-more-link:active {
	background: url(images/arrow_white-rt.gif) 100% 70% no-repeat;
	}

.infosingle {
	background: url(images/menu_pat.gif);
	font-size:9pt;
	font-family: Lucida Sans Unicode, Arial, Tahoma, Verdana;
	color: #046B9A;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 5px 0px;
         text-align: center;
		 font-size:11px;
		 letter-spacing:-1px
	}

.infosingle a {
	color: #FFFFFF!important;
	text-decoration: none;
	}

.infosingle a:hover {
	text-decoration:underline;
	}
	
.infohome {
	background: url(images/menu_pat.gif);
	font-size:10pt;
	font-family: Lucida Sans Unicode, Arial, Tahoma, Verdana;
	color: #046B9A;
	font-weight: bold;
	margin: 0px 0px 30px 0px;
	padding: 5px 0px 5px 0px;
        text-align: center;
				 font-size:11px;
	}

.infohome a {
	color: #FFFFFF!important;
	text-decoration: none;
	}

.infohome a:hover {
	text-decoration:underline;
	}

.tweetthis {
	background-image: url(images/tweetthis.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0px 2px 21px;
}

.digg a {
	background-image: url(images/digg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0px 2px 21px;
}

.delicious a {
	background-image: url(images/delicious.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0px 2px 21px;
}
	
.stumbleupon a {
	background-image: url(images/stumbleupon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0px 2px 21px;
}

.print a {
	background-image: url(images/print.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0px 2px 21px;
}

.email a {
	background-image: url(images/ico-email.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0px 2px 21px;
}

.relatedposts {
	background: #CFECFB url(images/related_pat.jpg) left top repeat-x;
	float: left;
	width: 560px;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	border:1px solid #8FB9D0;
	}

.relatedposts ul {
        list-style-type:none;
	margin:0;
	padding:0;
	}

.relatedposts ul li {
        list-style-type:none;
        background: url(images/arrow_rel.gif) left top no-repeat;
        padding: 0;
	margin:0;
        }

.relatedposts ul li:hover {
        list-style-type:none;
        background: url(images/arrow_rel_hover.gif) left top no-repeat;
	}

.relatedposts ul li a {
        padding: 0 0 2px 15px;
	}
	
.adsense {
	background: #FFFFFF;
	float: left;
	width: 580px;
	margin: 0px 0px 5px 0px;
	padding: 10px 10px 10px 10px;
	}
	
.comments {
	background: #FFFFFF;
	float: left;
	width: 580px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0 0px 0;
	}
	
/************************************************
*	Sidebar 		    	        	        * 
************************************************/

#sidebar {
	float: right;
	width: 320px;
	margin: 10px 10px 0px 0px;
	padding: 0px;
	line-height: 20px;
	display: inline;
	}
	
#sidebar p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}

#sidebar a {
	color:#585757;
	text-decoration:none;
	}

#sidebar a:hover {
	color:#309DCF;
	}

#sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar h2 {
	border:0;
	font-size:14px;
	letter-spacing:0px;
	padding:5px 10px 5px 10px;

	margin:0;
	margin-bottom:10px;
	color:#FFFFFF;
	background:url(images/tab_pat.gif) left top repeat-x;
	height:25px;
	}
	
#sidebar h3 {
	color: #202020;
	font-size: 18px;
	font-family: Times New Roman, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0;
	}
#sidebar ul li ul {
	list-style-type: none;
	margin: 10px;
	padding: 0;
	}

#sidebar li {
	}

#sidebar li ul li {
	padding:0 0 5px 15px;
	background:url(images/arrow.gif) left top no-repeat;
}
#sidebar li ul li:hover {
	padding:0 0 5px 15px;
	background:url(images/arrow_hover.gif) left top no-repeat;
}

.video {
	background: #FFFFFF;
	float: left;
	width: 300px;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	}
	
.sidefeature {
	background: #FFFFFF;
	float: left;
	font-size: 11px;
	width: 300px;
	margin: 0px;
	padding: 10px 10px 0px 10px;
	line-height: 16px;
	}
	
.sidefeatureleft {
	float: left;
	width: 115px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.sidefeatureright {
	float: right;
	width: 180px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.ad {
	float: left;
	width: 300px;
	margin: 0 0 5px 20px;
	padding: 0;
	}

.ad a {
	margin:0 19px 19px 0;
	display:inline;
	float:left;
	border:3px solid white;
	}

.ad1 {
	float: left;
	width: 300px;
	margin: 0 0 5px 20px;
	padding: 0;
	}

.ad1 a {
	margin:0 19px 19px 0;
	display:inline;
	float:left;
	border:3px solid white;
	}
	
.posts {
	background: #CFECFB url(images/related_pat.jpg) left top repeat-x;
	float: left;
	width: 320px;
	margin: 0px 0px 20px 0px;
	padding: 0;
	}
	
.posts2 {
	background: #CFECFB url(images/related_pat.jpg) left top repeat-x;
	float: left;
	width: 280px;
	margin: 0px 0px 20px 0px;
	padding: 0;
	}
	
	
.posts ul li ul {
	width:290px;
	padding: 0;
	}

.posts ul li {
	width:320px;
	}

.posts ul li ul li {
	width:290px;
	}

#sidebar li#recent-comments {
	border:0px solid #4776C5;
	background:#FFFFFF;
	padding:1px 1px 0;
	}

#sidebar li#recent-comments h2 {
	border:0;
	font-size:10pt;
	letter-spacing:0px;
	border-bottom:1px solid #fff;
	padding:5px 10px;
	margin:0px 0px 5px 0px;
	color:#FFFFFF;
	}

#sidebar li#recent-comments li {
	margin:0;
	background:#FFFFFF;
	padding:5px 10px;
        min-height: 55px;
	border-bottom:1px solid #E8EDF1;
	}
	
.recent_comments {
	background: #FFFFFF;
	float: left;
	width: 320px;
        min-height: 70px;
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-size:11px;
	}

ul.recent_comments li {
	border-bottom:1px solid #E5E5E4;
	margin-bottom:5px;
	width:280px;
	}

.recent_comments a {
	color:#309DCF!important;
	border-bottom:1px dotted #309DCF!important;
	}

.recent_comments a:hover {
	border-bottom:none!important;
	}

.alexa {
	background: #FFFFFF;
	float: left;
	width: 300px;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 5px 10px;
	}

.newsletter {
	background: #3B3B3B;
	float: left;
	width: 320px;
	margin: 0px 0 20px 0px;
	padding: 0;
	}

.newsletter p {
	color:#E67700;
	}

.newsletter img {
	margin: 0px 0 0px 0px;
	}

.feedcounter {
	margin:0 0 0 10px;
	width:140px;
	height:56px;
	float:left;
	}

.feedcounter p {
	margin:0;
	font-size:14px;
	}

.feedcountadjust {
	padding: 12px 0px 0px 0px;
	}

.feedcounter a {
	color:#fff!important;
	display:block;
	font-size:19px;
}

.subs a {
	padding:0;
	margin:0;
	float:left;
	background:url(images/RSS.jpg) no-repeat;
	width:60px;
	height:64px;
	}

.pageblock {
	background: #FFFFFF;
	float: left;
	width: 300px;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	}


/************************************************
*	Left Sidebar                    	        * 
************************************************/
#l_sidebar {
	background: #FFFFFF;
	float: left;
	width: 155px;
	margin: 0px;
	padding: 0 0 10px 0;
	line-height: 20px;
	display: inline;
	}
	
#l_sidebar p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	}
	
#l_sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#l_sidebar h2 {
	border:0;
	font-size:14px;
	letter-spacing:0px;
	padding:5px 10px 5px 10px;
	margin:0;
	margin-bottom:10px;
	color:#FFFFFF;
	background:url(images/tab_pat.gif) left top repeat-x;
	height:25px;
	}

#l_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
/************************************************
*	Mini Right Sidebar                       	    * 

************************************************/

#r_sidebar {
	background: #FFFFFF;
	float: right;
	width: 155px;
	margin: 0px;
	padding: 0 0 10px 0;
	line-height: 20px;
	display: inline;
	}

#r_sidebar p {
	padding: 10px 10px 15px 10px;
	margin: 0px;
	}
	
#r_sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#r_sidebar h2 {
	border:0;
	font-size:14px;
	letter-spacing:0px;
	padding:5px 10px 5px 10px;
	margin:0;
	margin-bottom:10px;
	color:#FFFFFF;
	background:url(images/tab_pat.gif) left top repeat-x;
	height:25px;
	}

#r_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	

	
/************************************************
*	Footer      								*
************************************************/

#footer {
	background: #585757;
	width: 960px;
	height: 40px;
	margin: 10px auto 0px;
	padding: 10px 0px 0px 0px;
	}
	
#footer p {
	color: #CDCECE;
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

#footer .alignleft {
	float:left;
        margin-left: 20px;
	}

#footer .alignright {
	float:right;
        margin-right: 20px;
	margin-top:5px;
	}

.sitemap { 
        background: url(images/sitemap.gif) no-repeat left center; 
        padding-left: 18px; 
        margin: 0px 5px 0px 5px;  
	}

.rss { 
        background: url(images/rssfooter.gif) no-repeat left center; 
        padding-left: 18px; 
        margin: 0px 5px 0px 5px;
	} 

	


/* Page Navigation  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.pageNav { padding: 10px 0 10px 0; margin:20px 0 0 0; height:50px; }
.pageNav a, .pageNav a:visited { display:inline-block; text-align:center; line-height:22px; height:24px; width:30px; background: #585757; font-size: 12px; color:#ccc; text-decoration:none; margin:0 1px 0 0; border:1px solid #585757;}
.pageNav a:hover { background: #046B9A; text-decoration: none; color:white; }
.pageNav span { display:inline-block; text-align:center; line-height:22px; height:24px; width:130px; background:#585757; margin-right:5px;color:#ccc;border:1px solid #585757;}
.pageNav .on { display:inline-block; text-align:center; line-height:22px; height:24px; width:30px; background: url(images/pagenav_active.gif); color:white; margin-right:1px; border:1px solid #046B9A; }

a.dotts, a:hover.dotts {width:22px; line-height:22px; height:24px; text-align:center; display:inline-block; float:none; background:none; border:none;color:#333; }
.pageNav a.lastpage {background: #3a3a3a;width:35px;}
.pageNav a:hover.lastpage {background: #046B9A; width:35px;}


/* DomTab in Sidebar */

div.domtab {
	margin:0;
	padding:0;
	}

.domtab ul.domtabs {
	float: left;
	clear:both;
	margin: 0 0 10px 0;
	padding:0;
	width:320px;
	height:45px;
	background:url(images/tab_pat.gif) left top repeat-x;
	}

.domtab ul.domtabs li {
	float:left;
	display:block;
	width:auto;
	padding: 0;
	margin: 0 0 0 2px;
	font-weight:bold;
	}

.domtab ul.domtabs li:hover {
	background:url(images/tab_hover.gif) left repeat-x;
	}

.domtab ul.domtabs li a {
	display: block;
	padding:10px 6px 10px 6px;
	cursor:pointer;
	color:#fff!important;
	font-size:15px;
	line-height:15px;
	padding:10px 6px 10px 6px;
	font-weight:normal;
	margin-right:1px;
	background:none;
	}

.domtab ul.domtabs .active {
	background:url(images/tab_hover.gif) left repeat-x;
	color:white;
	line-height:15px;
	padding:10px 6px 10px 6px;
	}

div.domtab div {
	clear:both;
	}
		
div.domtab div ul {
	display:block;
	float:left;
	width:310px;
	margin-bottom:20px;
	}

div.domtab div ul li ul {
	width:260px;
	}

div.domtab div ul li {
	padding: 0 0 5px 15px;
	margin-left:10px;
	width:290px;
	background: url(images/arrow.gif) left top no-repeat;
	float:left;
	clear:both;
}
div.domtab div ul li ul li {
	padding: 0 0 0 15px;
	margin:0;
	background:url(images/arrow.gif) left top no-repeat;
	clear:both;
}
div.domtab div ul li:hover {
	background:url(images/arrow_hover.gif) left top no-repeat;
}
div.domtab div ul li a:visited {
			text-decoration:none;
}
#sidebar div.domtab div ul li a:hover {

	}

ul.children {
margin:0 0 10px 0;
list-style-type:none;
}
ul.children li.comment {
list-style-type:none;
margin:0;
}

/************************* SIDEBAR DOMtabz END ********************************/




/* Twitter CSS ++++++++++ */
li#twitter-tools {
padding:0;
float:left;
width: 320px;
list-style-type:none;
}
li#twitter-tools ul {
width:290px;
padding:0 15px 0 15px;
font-size:11px;
color:#767676;
font-family: Lucida Sans Unicode, Arial, Tahoma, Verdana;
margin-bottom:10px;
}
li#twitter-tools ul li {
background:none;
margin:0;
padding:0px 0 7px 0;
width:290px;
}
li#twitter-tools ul li a {
padding:0;
font-family: Lucida Sans Unicode, Arial, Tahoma, Verdana;
color:#0087AE;
}
li#twitter-tools ul li, li#twitter-tools ul li:hover {
padding:0;
margin:0 0 5px 0;
background:none;
}
li#twitter-tools ul li a:hover {
text-decoration:underline;
padding:0;
}
li#twitter-tools h2 {
background:url(images/twit_t.jpg) left top no-repeat;
float:left;
font-size:19px;
text-transform:none;
letter-spacing:0;
color:#0087AE;
width:295px;
padding:70px 10px 0 15px;
margin:0 0 5px 0;
}
.aktt_tweets {
width:300px;
}
.aktt_more_updates a {
font-size:11px;
background:url(images/twit_b.jpg) left top no-repeat;
padding:0 12px 30px 0;
text-indent:140px;
float:left;
width:288px;
height:45px;
}
.aktt_more_updates a:hover {
background:url(images/twit_b.jpg) left top no-repeat!important;
}


#aktt_tweet_form fieldset {
float:left;
width:300px;
}
#aktt_tweet_form fieldset input {
width:290px;
padding:3px;
}
#aktt_tweet_form fieldset p {
float:right;
margin-bottom:5px;
}
#aktt_tweet_form fieldset #aktt_tweet_submit {
width:90px;
padding:1px;
cursor:pointer;
}


/* Author info CSS ++++++++++ */
.parisinfo {
margin-bottom:20px;
border:1px solid #9C9C9C;
background:#F9F9F9;
padding:10px;
}
.parisinfo p {
padding:0!important;
}
.parisinfo h4 {
margin-bottom:0!important;
}
.parisinfo .avatar {
float:left;
margin:0 10px 0 0;
}