/* 
Theme Name: WorldpressMe
Theme URI: http://csspulp.com
Description: WorldpressMe based on wicketpixie by chris pirillo
Version: 1.1
Author: Zep3 and Chris Pirillo
Author URL: http://csspulp.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body {
	font-size: 10px;
	color: #000;
	text-align: center;
	font-family: Calibri, Helvetica, Arial, Verdana, sans-serif; 
	background: #4a5157 url("../images/bg.jpg") scroll repeat-x 50% 0;
}

td{
	font-size:1.2em;
	padding: 4px 20px 4px 0;
	border-bottom:1px solid #ddd;
	line-height: 1.5em;
	color: #000;
	vertical-align:top;
}

		#logo { font-family: Helvetica, Arial, Verdana, sans-serif; color: #fff0a5; }
		#logo a:link, #logo a:visited, #logo a:active { color: #fff0a5; }
		#logo a:hover { color: #fff;  text-decoration:none; }
		#description, #status p, #status a:link, #status a:active, #status a:visited { color: #9e6839; }
		.content a:link, .content a:visited, .content a:active { color: #808d99;}
		.content a:hover { color: #000; text-decoration:none;}
		.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { color: #333333; font-family: Helvetica, Arial, Verdana, sans-serif; font-weight: bold; }
		.content h1 a:link, .content h1 a:visited, .content h1 a:active, .content h2 a:link, .content h2 a:visited, .content h2 a:active, .content h3 a:link, .content h3 a:visited, .content h3 a:active, .content h4 a:link, .content h4 a:visited, .content h4 a:active, .content h5 a:link, .content h5 a:visited, .content h5 a:active, .content h6 a:link, .content h6 a:visited, .content h6 a:active { color: #333333; }
		.content h1 a:hover, .content h2 a:hover, .content h3 a:hover, .content h4 a:hover, .content h5 a:hover, .content h6 a:hover { color: #000;  text-decoration:none;}
		#sidebar a:link, #sidebar a:visited, #sidebar a:active { color: #333; }
		#sidebar a:hover { color: #000; text-decoration:none;}
		#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h3 a:link, #sidebar h3 a:visited, #sidebar h3 a:active, #sidebar h4, #sidebar h5, #sidebar h6 { color: #808d99; font-family: Helvetica, Arial, Verdana, sans-serif; font-weight: bold; }
		#sidebar h5 { font-family: Helvetica, Arial, Verdana, sans-serif; }


#wrapper {
	clear: both;
	width: 920px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
	background: url("../images/wrapper-bg.png") repeat-y 0 0;
}

/* @group topbar */

/* TOPBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#topbar {
	width: 950px;
	margin:auto;
	padding: 1px 0 19px;
}
#topbar ul li {
	float: left;
	line-height: 14px;
	text-transform: uppercase;
}

#topbar ul li a:link, #topbar ul li a:visited, #topbar ul li a:active {
	display: block;
	color: #666;
	text-decoration: none;
	padding: 1px 0 1px 31px;
}

#topbar ul li a:hover {
	color: #999;
	text-decoration: none;
}

#topbar-left {
	width: 500px;
	margin: 0 auto;
	float: left;
	padding-top: 7px;
}
#topbar-left ul{
	float: left;
}

#topbar-right {
	width: 350px;
	margin: 0 auto;
	float: right;
	padding-top:10px;
}
#topbar-right ul{
	float: right;
}

#searchform {
	float: left;
	width: 157px;
	height: 23px;
    padding: 2px 10px;
	border:none;
	background: url("../images/search.png") no-repeat 0 0;
}

#searchform input{
	float: left;
    width: 110px;
    height: 16px;
	border:none;
	color:#fff;
	background:#30353b;
}
/* @end */

/* @group header */

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#header {
	clear: both;
	float: left;
	width: 100%;
	height: 65px;
	padding: 10px 0 0;
}

#header-inner {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	float: left;
	width: 200px;
	padding:8px 0 0 0;
}

#logo a:link, #logo a:visited, #logo a:active {
	text-decoration: none;
}

#logo a:hover {
	text-decoration: none;
}

#description {
	float: right;
	width: 600px;
	font-size: 18px;
	padding-top: 40px;
	margin-right: 5px;
	line-height: 1.3em;
	text-align: right;
	color:#000;
	text-shadow:#aaa -1px -1px 2px;
	-webkit-text-shadow:#aaa -1px -1px 2px;
	-moz-text-shadow:#aaa -1px -1px 2px;
}
.feedcountdiv p{
   margin-top:5px;
}
.feedcount {
	float: right;
	width: 400px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 50px;
	line-height: 1.3em;
	text-transform: uppercase;
	text-align: right;
	color:#f1f1f1;
	text-shadow: 0px 1px 1px #000;
}
.subscribers {
    color:#f1f1f1;
    	text-shadow: 0px 1px 1px #000;
    padding:0px 2px 0px 2px;
}
/* @end */

/* @group nav */

/* NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav {
	clear: both;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url("../images/nav-bg.png") no-repeat 0 0;
}

#nav ul {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

#nav li {
	position:relative;
	top:12px;
	left:10px;
	float: left;
}

#nav li ul li{
	float: left;
	position:relative;
	top:0px;
	left:0px;
}


#nav li a:link, #nav li a:visited, #nav li a:active {
	display: block;
	padding: 10px 10px 10px 10px;
	font: 12px Arial, Tahoma, Verdana, Helvetica, Geneva, sans-serif;
	font-weight:bold;
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow:#000 0 1px 0;
	-webkit-text-shadow:#000 0 1px 0;
	-moz-text-shadow:#000 0 1px 0;	
}

#nav li a:hover, #nav li:hover > a {
	color: #fff;
	text-decoration: none;
	background: url("../images/nav-li-hover.gif") repeat-x 50% 0;
	text-shadow:#000 0 1px 0;
	-webkit-text-shadow:#000 0 1px 0;
	-moz-text-shadow:#000 0 1px 0;
}

#nav ul li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 175px;
	background: url("../images/subnav-bg.png") repeat 0 0;
	z-index: 999;
}

#nav ul li ul li {
	width: 175px;
}

#nav ul li:hover ul, #nav ul li.sfhover ul {
	left: -999em;
}

#nav ul li:hover ul, #nav ul li.sfhover ul {
	left: auto;
}

#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active {
	padding: 7px 13px 7px 15px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #999;
	text-transform: none;
}

#nav li ul li a:hover {
	color: #fff;
}

/* @end */

/* @group mid */

/* MID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#mid {
	float: left;
	width: 100%;
	background: url("../images/mid-bg.jpg") no-repeat 0 0;
}

#mid-inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* @end */


/* @group content */

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content {
	float: left;
	width: 640px;
	padding-top: 20px;
}

.content a:link, .content a:visited, .content a:active {
	text-decoration: none;
	color:#ff0000;
	font-weight:bold;
}

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

.content h1 {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	font-size: 1.8em;
	line-height: 1.2em;
}
.content h2 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-size: 1.4em;
	line-height: 1.6em;
	text-transform: uppercase;
}
.content h3 {
	margin: 1em 0 1em;
	font-size: 12px;
	line-height: 1em;
	text-decoration:underline;
}

.content h4 {
	margin-bottom: .25em;
	font-size: 1.4em;
	line-height: 1em;
}

.content h5 {
	margin-bottom: 1em;
	padding-bottom: 5px;
	font-size: 1.3em;
	line-height: 1em;
}

.content h6 {
	margin-bottom: .25em;
	color: #000;
	font-size: 1.2em;
	line-height: 1em;
}

.content h1 a:link, .content h1 a:visited, .content h1 a:active, .content h2 a:link, .content h2 a:visited, .content h2 a:active, .content h3 a:link, .content h3 a:visited, .content h3 a:active, .content h4 a:link, .content h4 a:visited, .content h4 a:active, .content h6 a:link, .content h6 a:visited, .content h6 a:active {
    text-decoration:none;
	border-bottom: 0;
}

.content h1 a:hover, .content h2 a:hover, .content h3 a:hover, .content h4 a:hover, .content h5 a:hover, .content h6 a:hover {
	text-decoration:none;
}

.content p {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	color: #000;
}

.content ul {
	margin: 0 0 1.4em 10px;
	list-style-type: none;
}

.content ul li {
	padding-left: 16px;
	list-style-type: none;
	background: url("../images/bullet.gif") no-repeat 0 7px;
}

.content ol {
	margin: 0 0 1.4em 30px;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	margin-bottom: .5em;
	font-size: 1.2em;
	line-height: 1.4em;
}

.content blockquote p {
	margin: 0 0 1.4em 10px;
	padding: 0 15px;
	font-style: italic;
	line-height: 1.5em;
	color: #000;
	border-left: 5px solid #eee;
}

.content strong, .content b {
	font-weight: bold;
}

.content em, .content i {
	font-style: italic;
}

 #content .alignright {
	color:#828ea2;
}
 #content .alignright a{
	color:#828ea2;
}

.page {
	margin: 0 20px 1.4em;
}

#content img {
    border: 1px solid #ddd;
	padding:2px;
	max-width: 490px;
}

#content img[align $='left'], #content .alignleft {
	float: left;
	margin: 0 12px 8px 0;
}

#content img[align $='right'], #content .alignright {
	float: right;
	margin: 0 0 8px 12px;
}


#content .hilite {
	color: #000;
	font-weight: bold;
	background-color: #eee;
}


/* @end */

/* @group sidebar */

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidebar {
	float: right;
	width: 240px;
	margin-right: 20px;
	padding-top: 20px;
	color: #333;
}

#sidebar1, #sidebar2, #sidebar3, #sidebar4, #sidebar5, #sidebar6 {
	overflow: hidden;
}

#sidebar1 {
	width: 100%;
}

#sidebar1 {
	margin-bottom: 28px;
	background: url("../images/sidebar-box-bottom.gif") no-repeat 0 100%;
}

#sidebar1 .widget {
	padding: 20px 20px 6px;
	background: url("../images/sidebar-box-top.gif") no-repeat 0 0;
}

#sidebar1 .widget img {
	margin-bottom: 1.4em;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	font-weight: bold;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
}

#sidebar h3 {
	margin-top: 0;
	font-size: 1.3em;
	text-transform: uppercase;
}

#sidebar .widget h3 img {
	float: right;
	display: inline;
	width: 16px;
	height: 16px;
	margin: -3px 0 0 10px;
}

#sidebar h5 {
	margin-bottom: 0;
	padding-bottom: 0;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	border-bottom: none;
}

#sidebar p, #sidebar li {
	margin-bottom: 0.8em;
	color: #666;
	text-transform: uppercase;
	line-height: 12px;
	font-family: Arial, Tahoma, Verdana, Helvetica, Geneva, sans-serif;
	font-weight:bold;
	text-decoration: none;	
}

#sidebar ul {
	margin-left: 0;
}

#sidebar li {
	margin: 0;
	padding: 3px 2px 3px 5px;
	border-bottom:1px dotted #ccc;
}

#sidebar ul li ul li{
	margin: 0;
	padding:3px 2px 3px 10px;
	color: #666;
	font-size: 1.0em;
	line-height: 1.1em;
}


#sidebar img {
	display: block;
}

#sidebar .widget_archive li, #sidebar .widget_categories li, #sidebar .widget_meta li {
	margin-bottom: .25em;
}

#sidebar select {
	color: #333;
	margin-bottom: 16px;
	padding: 2px 2px 2px 5px;
	background: #fff;
	border-top: 1px solid #bbb;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ccc;
}

#sidebar #myprofiles li {
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
	vertical-align: middle;
}

#sidebar #myprofiles li img {
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 16px;
}

/* @end */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 28px 30px 40px;
	text-align: left;
	color: #cacbcd;
	background: url("../images/footer-bg.png") no-repeat 0 0;
}

#footer-credits, #footer-meta {
	width: 49%;
}

#footer-meta {
	text-align: right;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #ccc;
}

#footer p {
font-size:11px;
}

#footer ul {
	margin-bottom: 10px;
}

#footer ul li {
	display: inline;
	margin-left: 5px;
	padding-left: 10px;
	font-size: 1.1em;
}

#footer ul li.first {
	border-left: none;
}

/* @end */

/* @group widgets */

/* WIDGETS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.widget {
	padding-bottom: 2em;
}

#sidebar .widget_rss h3 img {
	width: 14px;
	height: 14px;
}

#sidebar .widget_tag_cloud {
	padding-bottom: 3.4em;
}


/* @end */

/* @group miscellaneous */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.feed {
	padding: 1px 0 1px 15px;
	background: url("../images/icon-feed.png") no-repeat 0 50%;
}

.valid {
	padding: 1px 0 1px 15px;
	background: url("../images/icon-tick.png") no-repeat 0 50%;
}

.wp-pagenavi {
		text-align: center;
}	

/* @end */