/*Theme Name: WorldOWeb
 * Description:This was my last blog theme.  Suitable for all audiences.It is Widget ready and includes search and RSS.
 * Pings are separated from comments
 * Can work with or without navi plugin.
 * Tags:black,two-columns,right-sidebar,flexible-width
 * Version: 2.2.4
 * Author: Tracy Ridge
 /* Author URI: http://worldoweb.co.uk*/

/* Begin css reset typography and colors */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
code {
	font: 0.9em 'Courier New', Courier, Fixed;
	padding: 10px;
	border: 1px solid #e7edf0;
	display: block;
	margin: 5px 15px 5px 15px;
}

body {

	background-image:url(images/007.jpg);
	background-repeat:repeat;
	color:#474A51;
	font-family:'Lucida Grande',Tahoma,Verdana,sans-serif;
	font-size:14px;
}
img,a img
{
	border:none;
	text-decoration:none;
	outline:none;
}
a {
	color: #0081C2;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #616161;
}
acronym, abbr, span.caps {
	cursor: help;
	font-size: 1.1em;
	letter-spacing: .07em;
}
acronym, abbr {
	border-bottom: 1px dashed #e7edf0;
}
small 
{	
	font-size: 0.8em;	line-height: 1.5em;
}
blockquote
{
	margin:15px;
}
/*
Headers
*/
.head 
{
	margin: 50px 0 0 20px;
	font-size: 34px;
}
.head a, .head a:hover
{
	color:#fff;
}
.description
{
	color:#28B7FF;
	margin-left:20px;
}
h1 {
	color: #474A51;
	font-family: Georgia, serif;
	font-size: 1.71em;
	font-weight: normal;
}
h1 a {
	text-decoration: none;
	border: none;
	color: #474A51;
}
h1 a:hover {
	color: #8f9195;
}
h2 {
	color: #474A51;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 1.43em;
}
h2 a {
	text-decoration: none;
	border: none;
	color: #474A51;
	outline: none;
}
h3 {
	color: #474A51;
	font-family: Georgia, serif;
	font-size: 1.29em;
}
h3 a {
	text-decoration: none;
	border: none;
	outline: none;
	color: #474A51;
}

/*Basic Layout*/
#page 
{
	text-align: left;	width: 100%;	margin: 0 auto;
	margin-top:25px;
}

#header 
{
	width: 100%;
	background:url(images/upgrade.jpg) #000 no-repeat top right;
	height:170px;
	float:left;
	border-top:solid thin #4a4a4a;
}
#main 
{
	width: 100%;
	background:url(images/main.gif) #fffffe repeat-x bottom;
	clear:both;
	float:left;
}
#content 
{
	float: left;
	margin:40px 0 40px 0;
	padding: 5px 40px;
	width: 55%;
	position:relative;
}
#sidebar {
	width: 30%;
	float: right;
	margin: 20px 0;
	display:inline;
}
#footer 
{
	width: 100%;		
	clear: both;	
	float:left;
	background-color:#000;
	border-bottom:thin solid #4a4a4a;
}
#footerbottom 
{
	height:25px;
	width:100%;
	color:#fff;
	float:left;
}
/*Header Area*/

#navbar {
	background-color:#000;
	height: 25px;	
	width:100%;	
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
#navbar ul 
{	
	margin: 5px 0 0 30px;
}

#navbar ul li 
{
	display: inline;
	margin-right:12px;
	font-size:16px;
}

#navbar li  a  , #navbar li a:visited  
{
	color:#e5f2f4;
}
#navbar li a:hover 
{
	color:#28b7ff;
}
#navbar li.current_page_item a , .current_page_item a:visited 
{
	color:#e5f2f4;
	text-decoration:underline;
}
#navbar li.current_page_item a:hover 
{
	color:#e5f2f4;
}

/* Main Content */


.post {
	margin: 0 0 50px 0;
	float:left;
	position:relative;
	width:100%;
}

.title 
{
	width: 80%;
	position:relative;
	clear:right;
	float:left;	
}
.time {
	float: right;
	width:45px;
	font-family:Georgia,serif;
	font-size:16px;
}
.written {
	position:relative;
	float: left;
	clear: both;
	width: 100%;
	color:#8F9195;
	line-height:1.5em;
}
.entry  {
	
	float: left;
	margin-top: 20px;
	line-height:1.4em;
	width:100%;
}
.entry ol li, .entry ul li  {
	margin:0 0 5px 25px;
	list-style:disc;
	border:0;
	padding:5px 0 0 0;
	}
.entry p, .entry h2
{
	margin-bottom:15px ;
}
.entry img {
	padding: 5px;
	border: 1px solid #E7EDF0;
}
.tags
{
	width:100%;
	border-top:double #E5F2F4 5px;
	line-height:1.5em;
	float:left;
	margin-top:10px;
}
/*
Comments
*/

#singlecomments
{
	float:left;
}

.commentlist a
{
	text-decoration:none;
	color:#0081C2;
}

#singlecomments li
{
	list-style-image:none;
	margin:20px 0 20px 0;
	float:left;
	width:100%;
}
.avatar {
	
	float: left;
	padding: 5px;
	margin-right: 5px;
}
.author {
	text-transform: capitalize;
	font-size: 16px;
	color: #11398d;
	font-weight: bold;
}
.author small
{
	font-weight:normal;
}

.commentdata {
	
	float:right;
	width:558px;
	margin-bottom:10px;
	
}
.byuser
{
	background-color:#E7EDF0;
}

.odd
{
	background-color:#ececec;
}
.bypostauthor 
{
	background-color:#e5f2f4;
}

#comments
{
	margin-top:10px;
	float:left;
	width:100%;
}

/*
Pings
*/
#pings
{
	float:left;
	margin:20px 0 0 0;
	width:100%;
}
.pinglist
{
	float:left;
}
.pinglist li{
	list-style:none;
}
.pinglist a
{
	text-decoration:none;
	color:#0081C2;
}
/*Recommended By Wordpress*/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/*
Navigation
*/
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 80px;
	font-size:1.4em;
}
.alignleft {
	float: left;
	text-decoration: none;
	border: none;
}
.alignright {
	float: right;
	text-decoration: none;
	border: none;
}
.alignleft a,.alignright a {
	border: none;
	text-decoration: none;
	outline: none;
}
img.centered {
	margin-left: auto;
	margin-right: auto;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.center 
{
	text-align: center;
}

/*
Form
*/
#respond
{
	float:left;
	width:100%;
	margin:20px 0;
}
#commentform textarea {
	margin-top: 5px;
	width: 80%;
	padding: 2px;

}
#commentform img
{
	padding:0;
	margin:0;
}
#commentform #submit {
	margin: 5px 0 0 0;
	padding: 5px;
}
#author, #email, #url, #atf_twitter_id
{
	height:30px;
	margin-bottom:15px;
}
#commentform label
{
	line-height:1.4px;margin-bottom:15px;
}
#respond h2
{
	margin-bottom:10px;
}

/*Begin Sidebar*/
.widgets
{
	float:left;
	margin-bottom:10px;
	width:210px;
	word-spacing: 0.1em;
	line-height: 1.6em;
	padding: 7px;
	font-size: 12px;
	color:#333;

}
.widgets a
{
	border-bottom:none;
	text-decoration:none;
	color:#616161;
	outline:none;
}
.widgets a:hover
{
	color:#28B7FF;
}
#sidebar h2 {
	margin: 5px 0 15px 0;
	text-align: center;
	color: #0081C2;
	font-weight: lighter;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
}
#rss img {
	position: relative;
	display: inline;
}
#searchsubmit
{
	background:url(images/search.gif) no-repeat;
	float:right;
	width:47px;
	height:47px;
	border:none;
	position:relative;
}
#s {
	width: 135px;
	height:25px;
	position:relative;
}
select {
	width: 130px;
}
#search {
	margin-bottom:50px;
}
#search h1
{
	font-size:28px;
	font-family:Arial, Helvetica, sans-serif;
}
#searchform {
	padding: 5px 5px 5px 5px;
	text-align: left;
}

#categories li {

	list-style: none;
	margin-bottom:4px;
}

.recentpoststitle   {
	margin-bottom:4px;
}

/*start footer*/

.footercolumn {
	float: left;	
	margin: 20px;	
	width:280px;
	padding:10px;
}
.footercolumn a {
	color: #fffffe;
	text-decoration: none;
	border: none;
	line-height:1.6em;
}
.footercolumn a:hover {
	color:#8F9195;
}

#tagCloud h3, #archive h3 {
	 color:#0091C2;	
}
.twitter
{
	margin-bottom:10px;
}	
/*
Css for changes to plugins goes here
*/
.wp-pagenavi
{
	float:left;
	width:100%;
	margin-top: 10px;
	display:block;
	height:30px;
	line-height:4.0em;
}
/*Personal settings for pagenavi plugin.  Copy and paste this to page-navi.css file if used*/
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 5px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0081C2;
	color: #0066cc;
}
.wp-pagenavi a:visited {
	padding: 5px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ddd;
	color: #aaa;
		}
.wp-pagenavi a:hover {	
	border: 1px solid #0081C2;
	color: #fff;
	background-color:#0081C2;
	}
.wp-pagenavi a:active {
	padding: 5px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0081C2;
	color: #333;
	background-color:#fff;
	
	}
.wp-pagenavi span.pages {
	padding: 5px; 
	margin: 2px;
	color: #fff;
	border: 1px solid;
	background-color:#0081C2;
}
.wp-pagenavi span.current {
	padding: 5px; 
	margin: 2px;
	font-weight: bold;
	color: #000000;
}
.wp-pagenavi span.extend {
	padding: 5px; 
	margin: 2px;	
	color: #000000;
	
}

