/*  
Theme Name: Blue paradise
Author: Ricardo De Sousa
Author URI: http://www.ricdes.com/
Theme URI: http://www.ricdes.com/wp-themes/
Version: 1.0
*/

/* We need this... */

body {
	background-color: #d3ecff;
	color: #000000;
	font: 12px 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/header2.jpg');
	background-repeat: no-repeat;
	height: 150px
}

#head h1{
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

#head a{
	color: #fff;
	text-decoration: none;
}

#head h2{
	padding-left: 10px;
	font-size: 12px;
	color: #eee;
}

/* 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:40px;
	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: 0 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{
	background-image: url('images/comment.png');
	background-repeat: no-repeat;
	background-color: #D3ECFF;
	border: 0 none;; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:0px; background-position-y:50%
}

div.commentdivalt{
	background-image: url('images/comment_alt.png');
	background-repeat: no-repeat;
	background-color: #A2D7FF;
	border: 0 none;; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:0px; background-position-y:50%
}

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-repeat: no-repeat;
	margin-bottom: 10px;
	height: 12px;
	margin-top: 0px !important;
	margin-top: -10px !important;
	border: 0 none;; background-position-y:50%
}

div.commentdivbot{
	background-image: url('images/comment_bot.png');
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-top: 0px !important;
	margin-top: -5px !important;
	height: 12px;
	border: 0 none;; background-position-y:50%
}

/* 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;
}
table {
    width: 100%;
    border: none;
    caption-side: bottom;
}
th, tfoot td {
    border: thin solid white;
    text-align: center;
    font-weight: small;
}
tbody td {
    font-size: 80%;
}
caption {
    font-size: 80%;
    text-align: right;
}
td, th, caption {
    padding: 5px;
}
