/*
Theme Name: Orange Dream
Theme URI: http://www.free-wordpress-theme.net/
Description: A free grunge style magazine WP theme---Use the Options Panel to customize the sections of this theme---To add an image to the gallery, add a custom field to the corresponding post, with the name "slide" and having as value a link to the desired image. Do the same to add a thumbnail to the post, except the custom field will be named "thumbnail". Need help? Ask for support at <a href="http://www.free-wordpress-theme.net/">Free Wordpress Themes</a>
Version: 1.1
Author: V
Author URI: http://www.wordpress-solutions.net/
Tags: 3 columns layout, ads ready, widget ready, fixed width.	
*/


/*============================================================
	General Specifications
==============================================================*/

* :focus { outline: 0; }

body {
  	font-size: 12px;
	font-family: Georgia, Arial, Verdana, Sans-Serif;
	background: #005885;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	background: #005885;
	text-align: left;
	margin: 0px auto;
	padding: 20px 20px 5px 20px;
	width: 960px;
	overflow: hidden;
	}

.depth-1 {
	border: 1px solid #000;
    	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 15px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Palatino Linotype', Arial, Georgia, Verdana, Sans-Serif;
	}

h1.main, h1.main a, h1.main a:hover, h1.main a:visited {
	font-size: 34px;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	color:#005885;
	}

h2.title, h2.title a, h2.title a:hover, h2.title a:visited{
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color:#ffffff;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#3e3e3e;
	}

h2, h2 a, h2 a:hover, h2 a:visited {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#3e3e3e;
	}

h3, h3 a, h3 a:hover, h3 a:visited {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#3e3e3e;
	}

h4, h4 a, h4 a:hover, h4 a:visited {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#3e3e3e;
	}

h5, h5 a, h5 a:hover, h5 a:visited {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#3e3e3e;
	}

h6, h6 a, h6 a:hover, h6 a:visited {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#3e3e3e;
	}

a, a:visited{
	color: #858585;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: none;
	}

code {
	font: 12px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 10px;
    	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	width: 460px;
	margin: 15px 30px 0 10px;
	padding: 1px 15px;
	background:#d1dea5;
	color: #000;
	border: 1px dashed #fff;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

.navigation {
	width: 500px;
	float: right;
  	display: block;
	text-align: center;
	margin-top: 0px;
	margin: 10px;
    	font-weight: bold;
    	}

#search{
	width: 200px;
	height: 50px;
	float: left;
	}

#notfound {
	float: left;
	margin: 0 0 0 130px;
	}

#searchform {
    	float: left;
	width:200px;
	background: url(images/header.png) bottom no-repeat;
	color: #000;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
    	margin: 20px 5px 10px 0;
	padding: 2px 2px 1px 2px;
	}

#submit {
	float: left;
	width: 35px;
	height: 35px;
	background: url(images/go.png) top no-repeat;
	margin: 12px 20px 0 5px;
	padding: 0;
	border: none;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/*==========================================================
	Header
============================================================*/

#header {
	background: url(images/header.png) top no-repeat;
	width: 960px;
	height: 130px;
	margin: 0px;
	padding: 0;
	float: left;
	}

#description {
	width: 350px;
	height: 80px;
	float: left;
	margin: 60px 0 0 80px;
	padding: 0;
	color: #005565;
	text-align: center;
	}

#searchh {
	float: left;
	width:180px;
	background: none;
	border: none;
	font-family: Georgia, Verdana, Sans-Serif;
	color: #a1a995;
	font-size: 12px;
	text-align: center;
	margin: 30px 0 0 40px;
	padding: 3px;
	}

#rss{
	position: absolute;
	margin: 30px 0 0 830px;
	}

/*===================================================================
	Menu bar (pages menu)
=====================================================================*/

#menu_bar {
	background: url(images/menu.png) top no-repeat;
	width:960px;
	height: 30px;
	float: right;
	font-size: 11px;
	font-weight: bold;
	text-transform: Uppercase;
	margin-top: 0px;
	padding: 0px 0px;
	overflow: hidden;
	}

ul#navlist {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	float:left;
	width: 100%;
	}

ul#navlist li {
	display:inline;
	list-style-type: none;
	}

ul#navlist li a {
	font-family:georgia;
	text-align:center;
	color: #ffffff;
	margin: 0;
	padding: 10px;
	display:block;
	float:left;
	text-decoration: none;
	border-right: 1px solid #b64119;
	}

ul#navlist li a:hover {
	background: #005885 left repeat-x;
	color: #fdbe7c;
	}



/*=====================================================================
	Blog page
=======================================================================*/

#pbody {
	background: #ffffff;
	width:960px;
	margin-top:0px;
	float: left;
	}

#content {
	width:563px;
	margin:10px 0 0 22px;
	float:left;
	overflow: hidden;
	}


/*==========================================================================
	The actual Blog post look
============================================================================*/

.post {
	background: #ffffff;
	border: 1px solid #d0e4b2;
	width:561px;
	float: left;
	margin: 0 0 10px 0;
	text-align: justify;
	font-size:14px;
	padding: 0px;
	}

.ptitle{
	background: #005885 bottom repeat-x;
	border-bottom: 1px solid #d0e4b2;
	width: 541px;
	float: left;
	padding: 5px 10px;
	}

.entry {
	float: left;
	padding: 0 5px;
	margin: 0;
	}

.date, .com, .more {
	height: 18px;
	padding: 7px 5px 3px 5px;
	margin: -10px 0 0 5px;
	float: right;
	font-size: 12px;
	color: #858585;
	}

.post hr {
	display: block;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.attachment {
	text-align: center;
	margin: 15px 0px;
	}

.clear {
	clear: both;
	}

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 20px;
	list-style-type: disc;
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
	text-indent: 5px;
	}

.entry li {
	margin: 5px 0 5px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

/*==============================================================
	Tabs
==============================================================*/

#mostpop{
	background: #d0e4b2 url(images/title.png) bottom repeat-x;
	width:383px;
	height: 30px;
	float: left;
	margin-top: -2px;
	}

#home-tabs {
	width:383px;
	float:left;
	padding-bottom:5px;
	margin-bottom:5px;
	}

#home-tabs ul.tabs {
	display: block;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	text-align: center;
	z-index: 5500;
/*\*/	vertical-align: middle;/*\*/
	}
		
#home-tabs ul.tabs li {
	width: 118px;
	display: block;
	float: left;
	background: none;
	border-left: 1px solid #fdf6e5;
	margin-left:-1px;
	white-space: nowrap;
	padding: 8px 0;
	z-index: 6000;
	}
		
#home-tabs ul.tabs li.selected {
	background: url(images/page.jpg) top right no-repeat;
	z-index: 9998;
	}
		
#home-tabs div.tabContent {
	clear: both;
	padding: 10px 0px 0px 0px;
	margin: 0;
	display: none;
	}
		
#home-tabs div.tabContent.tabContentActive {
	display: block;
	}
		
#home-tabs div.tabContent ol {
	margin-top: 0;
	margin-bottom: 5px;
	}
		
#home-tabs div.tabContent ol li {
	_padding-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	}

#home-tabs div.tabContent ul {
	margin-top: 0;
	margin-bottom: 5px;
	}
		
#home-tabs div.tabContent ul li {
	_padding-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	}
		

/* Most Popular Module */

#mostPopWidget, #tabsContainer {
	position: relative;
	top: 1px;
	_top: 0;
	left: 0px;
	_left: 0;
	_height: 14px;
	_padding-top: 6px;
	display: block;
	}

#mostPopWidget ul.tabs {
	font-size: 10px;
	_position: absolute;
	top: 0;
	}
					
#mostPopWidget ul.tabs li {
	position: relative;
	top: 0; 
	padding-left: 4px;
	padding-right: 5px;
	_padding-bottom: 2px;
	}
		
#mostPopWidget ul.tabs li.selected {	
	_padding-bottom: 3px;
	}	
				
#mostPopWidget ul.tabs li:first-child {
	border-left-width: 1px;
	padding-left: 4px;
	}
					
#mostPopWidget  ul.tabs li a {
	color: #831600;
	font-size: 12px;
	font-weight:bold;
	}

#mostPopWidget ul li {
	padding-left:2px;
	margin-left:10px;
	list-style-type:none;
	}

#mostPopWidget ul li a{
	font-weight:bold;
	}

/*===================================================
	Sidebar
=====================================================*/

.twitter{
	padding: 5px;
	width: 373px;
	}

#newsletter{
	background: url(images/header.png) bottom no-repeat;
	float: left;
	margin: -5px 0 5px 50px;
	}

#ok{
	margin: -10px 0 0 5px;
	float: left;
	width: 30px;
	height: 30px;
	background: url(images/go.png) top no-repeat;
	padding: 0;
	border: none;
	}

#sidebar{
	width: 347px;
	float:right;
	padding: 0;
	margin: 10px 22px 0 0;
	font-family: georgia;
	font-size: 12px;
	}

.widget {
	width: 99%;
	background: #ffffff;
	border: 1px solid #005885;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	}


#sidebar h2 {
	background: #005885 bottom repeat-x;
	border-bottom: 1px solid #d0e4b2;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 0;
	margin: 0;
	font-size:20px;
	text-align: center;
	}

#sidebar a, #sidebar a:visited{
	color: #000000;
	}

#sidebar a:hover{
	color: #000;
	}

#sidebar li{
	list-style-type: none;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

#sidebar ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

#sidebar ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}
	
#sidebar ul li {
	height:100%;
	line-height:14px;
	}

#sidebar p {
	padding: 7px 10px;
	margin:0;	
	}

#sidebar table {
	width:100%;
	text-align:center;
	}	

#sidebar ul li {
	list-style-type: none;
	}

.ads_small {
	margin: 2px 0 0 0;
	}

.ads_small img {
	padding: 0px;
	}

/*-------------------Side1--------------------*/

#side1{
	width: 170px;
	float: left;
	padding: 0;
	margin: 0 5px 0 0px;
	overflow: hidden;
	}

#side1 a, #side1 a:visited{
	color: #000000;
	}

#side1 ul li a:link, #side1 ul li a:visited {
	color: #000000;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display:block;
	}

#side1 ul li a:hover {
	background: #ffffff;
	color: #000;
	}

#ad200 /* banner in the sidebar*/ {
	width:200px;
	margin: 5px 0 0 3px;
	}

/*-------------------Side2--------------------*/

#side2{
	width: 170px;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
	color: #01212b;
	}

#side2 ul li a:link, #side2 ul li a:visited {
	color: #000000;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display:block;
	}

#side2 ul li a:hover {
	background: #ffffff;
	color: #000;
	}

/* Calendar */

#wp-calendar {
	width: 90%;
	margin: 0px;
	padding: 0px;
	empty-cells: show;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	width: 90%;
	margin-left: 0px;
	padding-top: 10px;
	text-align: center;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	}


/*================================================================
    Begin Comments
==================================================================*/

#replies {
	float: left;
	padding: 0;
	margin: 0 0 0 10px;
	}

#respond{
	float: left;
	padding: 0;
	margin: 0px;
	}

h3.comments{
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	margin: 0 10px;
	padding: 15px 15px 0 15px;
	color: #f4792c;
	}

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	float: left;
	}

.commentlist cite {
	float: left;
	background: url(images/cite.png) top right no-repeat;
	float: left;
	width: 140px;
	padding: 10px 5px;
	display:block;
	font-style:normal;
	margin: 0 -1px 0 0;
	color: #faa518;
	}	

.commentlist cite img {
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	}

.commentlist .time {
	background: url(images/date.png) bottom left no-repeat;
	padding-left:20px;
	}

.commenttext {
	float: left;
	background: #fdd59d;
	float: left;
	width: 330px;
	padding: 0 15px;
	display:block;
	font-style:normal;
	margin: 5px 0 0 0px;
	}

#commentform input {
    	background: #f1f7f0;
	color: #000;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 15px;
	}

#commentform {
    	margin: 5px 10px 0 0;
	color: #d2d2d2;
	}

#commentform textarea {
    	background: #f1f7f0;
	color: #000;
	width: 400px;
	padding: 2px;
	margin: 5px 0 10px 5px;
	}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#commentform #submit {
	margin: -5px 0 10px 15px;
	background: url(images/title.png) bottom no-repeat;
	border-bottom: 1px solid #99cc67;
	border-right: 1px solid #99cc67;
	border-left: 1px solid #ecfad1;
	border-top: 1px solid #ecfad1;
	}

#commentform p {
	margin: 5px 10px;
    	font-weight: normal;
	line-height: 14px;
	text-transform: none;
    	font-family: Georgia,'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/*=======================================================================
	Footer
=========================================================================*/

#footer {
	background: url(images/footer.png) bottom no-repeat;
	width:940px;
	float:left;
   	padding: 10px 10px 20px 10px;
	text-align: center;
	}

#credits{
	width: 940px;
	padding: 10px 10px 0 10px;
	float: left;
	text-align: center;
	clear: both;
	}

/*===============================================================
    Begin Images
=================================================================*/

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
  display: block;
   	float: right;
   	}

.alignleft {
    display: block;
   	float: left;
	}

a img {
	border: none;
	}


/*=================================================================
    Captions
===================================================================*/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}


