/*  
Theme Name: Blue paradise
Author: Ricardo De Sousa
Author URI: http://www.ricdes.com/
Theme URI: http://www.ricdes.com/wp-themes/
Description: Designed and Coded by Ricardo de Sousa /<a href="ricdes.com">ricdes dot com</a> <br /> Works with this plugins: <br /><ul style="list-style:none;"><li><a href="http://www.pfadvice.com/wordpress-plugins/show-top-commentators/">1. Subscribe to Comments 2.0</a></li><li><a href="http://www.pfadvice.com/wordpress-plugins/show-top-commentators/">2. Show Top Commentators</a></li><li><a href="http://wasabi.pbwiki.com/Related%20Entries">3. Related posts</a></li><li><a href="http://www.lesterchan.net/wordpress/readme/wp-postratings.html">4. Post Ratings</a></li></ul><br />Valid  XHTML 1.0 Transitional EN | Tested on Firefox 2.0.4 , IE 7 /6, Opera 9.20<br />Bugreport / Support: ricdes@ricdes.com.<br /><br /> This Theme is released under the "do with it whatever you want" licence. <br /><br /> I would be happy if you could keep the link to my site in the footer intact.
Version: 1.0
*/

/* We need this... */

body {
	background-color: #d3ecff;
	color: #000000;
/*	font: 12px Arial, Helvetica, sans-serif;*/
	font: 12px 'Bitstream Vera Sans', 'Arial', 'Helvetica', sans-serif;
	line-height:1.6;
	margin-bottom: 0;
	margin: 0;
	padding: 0;
}

h1{
	margin: 0;
	padding:0;
}
h2{
	margin: 0;
	padding:0;
}

img{
	border: 0;
	margin: 0;
	padding: 0;
}

/* for different commentars*/

/* needed*/
acronym, abbr, span.caps {
	cursor: help;
	}
	
/* Center everything */

div.cornertop{
	background-image: url(./images/corner_top.gif);
	background-repeat: repeat-y;
	width: 818px;
	height: 29px;
}

div.cornerbot{
	background-image: url(./images/corner_bot.gif);
	background-repeat: repeat-y;
	width: 818px;
	height: 29px;
	clear: both;
}

div.wrapper{
	margin: 0 auto;
	width: 818px;
	background-image: url(./images/bg_wrapper.gif);
	background-repeat: repeat-y;
}

div.wrapper2{
	padding-left: 18px;
	padding-right: 18px;
}

/* Headimg */

#head{
	background-image: url(./images/head.gif);
	background-repeat: no-repeat;
	height: 150px;
}

#head h1{
	padding-left: 10px;
	font-size: 24px;
	font-weight: bold;
}

#head a{
	color: #000;
	text-decoration: none;
}

#head h2{
	padding-left: 10px;
	font-size: 12px;
	color: #4e4e4e;
}

/* Content */ 

#content{
	margin-left: 25px !important;
	margin-left: 18px;
	width: 560px;
	float:left;
}

#content h1{
	font-size: 18px;
}

#content a{
	text-decoration: none;
	color: #0077CF;
}

#content a:hover{
	text-decoration: underline;
	color: #0077CF;
}

#content p img{
	margin-right: 10px;
	margin-bottom: 10px; 
	margin-left: 10px;
	float:left;
}

div.posts{
	padding: 5px 10px 15px 0px !important;
	padding: 5px 8px 15px 0px;
	border-bottom:#ddd 1px dashed;
	width: 550px;
	float:left;
}

/* Navigation */
/*menu */
#nav{
	margin-bottom: 17px;
	margin-top: 17px;
	height: 38px;
	width: 780px;
	background-image: url(./images/navbg.gif);
	background-repeat: no-repeat;
}

#nav a{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	clear: left;
}

#nav ul{
	display: inline;
}

#nav li{
	margin-left: 10px;
	margin-right: 20px;
	list-style: none;
	padding-top: 8px;
	float:left;
	height: 30px;
}

#nav li:hover{
	background-image: url(./images/navsep.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#nav li.current_page_item{
	background-image: url(./images/navsep_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* end menu */

/* Sidebar */ 

#sidebar{
	float: right;
	width: 210px;
	list-style: none;
}

#sidebar li a{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#sidebar ul{
	margin: 0;
	padding:0;
	list-style: none;
	display: inline;
}

#sidebar h3{
	font-size: 14px;
}

#sidebar a{
	text-decoration: none;
	color: #0077CF;
}

#sidebar a:hover{
	text-decoration: underline;
	color: #0077CF;
}

div.footertext{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

span.prev{
	padding-left: 10px;
	float:left;
}

span.next{
	margin-right: 10px;
	padding-right: 10px;
	float:right;
}

/* Search form */

#searchform {
	width: 200px;
	text-align: center;
}

#searchform #s{
	color: #000;
	background-color: #DFF1FF;
	border: 1px solid #CAE2F4;
	width: 100px;
}
#searchform input{
	width: 70px;
}

#searchdiv{
	
}

form#commentform{
	width: 200px;
}

/* Date in Posts */

.the_date {
	display:block;
	text-align: center;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	background: url(./images/calendar.png) no-repeat;
	width:52px;
	height:50px;
	margin-right: 5px;
}

.date_m {
	display:block;
	font-size: 10px;
	margin:-2px;
	padding:0;
	font-weight: bold;
	text-align:center;
}

.date_d {
	display:block;
	font-size:1.4em;
	margin: 0;
	padding: 5px 0 1px 0;
	text-align: center;
}

/* User Icon */

div.author{
	float:left;
	display: block;
	margin-bottom: 10px;
}


/* 
Comment comic speakbubbles
alt = alternate (Bubble color 2)
*/ 

div.commentdiv{
	padding: 10px 10px 0px 10px;
	background-image: url(./images/comment.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #D3ECFF;
	border: 0;
}

div.commentdivalt{
	padding: 10px 10px 0px 10px;
	background-image: url(./images/comment_alt.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #A2D7FF;
	border: 0;
}

div.commentdiv ul{
	padding: 0px;
	margin-top: 10px;
	margin-left: 20px;
}

div.commentdivalt ul{
	padding: 0px;
	margin-top: 10px;
	margin-left: 20px;
}

a.commentalt{
	background-color: #A2D7FF;
}

a.comment{
	background-color: #D3ECFF;
}

/* Rounded bottom corners... */

div.commentdivbotalt{
	background-image: url(./images/comment_alt_bot.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	height: 12px;
	margin-top: 0px !important;
	margin-top: -10px;
	border: 0;
}

div.commentdivbot{
	background-image: url(./images/comment_bot.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-top: 0px !important;
	margin-top: -5px;
	height: 12px;
	border: 0;
}

/* Comment inputboxes */

input#author{
	border: 1px solid #8D9DAA;
	background-color: #D3ECFF;
}

input#email{
	border: 1px solid #8D9DAA;
	background-color: #D3ECFF;
}

input#url{
	border: 1px solid #8D9DAA;
	background-color: #D3ECFF;
}

textarea#comment{
	border: 1px solid #8D9DAA;
	background-color: #D3ECFF;
	width: 550px;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:745px; height:32px; margin: 5px 0px;font-size:13px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:13px;font-weight:normal;text-decoration:none; color:black; width:138px; height:31px; border:0px solid #000; border-width:0px 0 0px 0px; background-image:url(./images/bg_menu.png); padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#fff url(./images/bg_menu.png);}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#fff url(./images/bg_menu.png)}
.menu ul ul :hover > a.drop {background:#fff url(./images/bg_menu.png);}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#fff;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#fff;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:0px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:url(./images/bg_menu.png); color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 0px 0px 0px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:black; font-weight: bold;background:url(./images/bg_menu.png);}
.menu :hover > a, .menu ul ul :hover > a {color:black;font-weight: bold;background:url(./images/bg_menu.png);}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: red;
  background: url(./images/bg_menu.png);
  border-left: 0px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background-image:url(./images/bg_menu.png);
}

.menu ul .current_page_item ul a {
  color: red;
  font-weight: normal;
  background-image:url(./images/bg_menu.png);
}

.menu ul .current_page_item ul a:hover {
  font-weight: bold;
  background-image:url(./images/bg_menu.png);
}

.menu .current_page_item a:hover {
  background-image:url(./images/bg_menu.png);
}

