/*
Theme Name: Gone fishing
Theme URI: http://designer-daily.com
Description: Blueish 2 columns template. Widget ready.
Version: 2.0
Author: Designer daily
Author URI: http://www.designer-daily.com
Tags:two columns,fixed width,easy customization, widget ready, valid CSS, valid XHTML, sidebar right

STRUCTURE*/
*
{
	margin: 0;
	padding: 0;
}
HTML, BODY
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1em;
	background: #016FAA;
}
#container
{
	width: 820px;
	margin: 0px auto 0;
}
#main
{
	position: relative;
	float: left;
	width: 800px;
	background: #016FAA url(images/bg-content.gif) repeat-y;
}
#main-content
{
	position: relative;
	float: left;
	width: 470px;
	margin: 0px 0 0px 20px;
	display: inline;
	padding: 0;
}
#header
{
	position: relative;
	float: left;
	width: 800px;
	height: 160px;
	background: #FFF url(images/bg-header.gif);
}
#infos-header
{
	width: 760px;
	height: 157px;
	margin: 5px 0 0 20px;
	background: #FFF url(images/header.jpg);
}
H1
{
	position: absolute;
	left: 40px;
	bottom: 40px;
	font-size: 1.2em;
	text-transform: uppercase;
}
H1 A:link, H1 A:visited
{
	color: #000;
	text-decoration: none;
}
H1 A:hover
{
	color: #B5C2CF;
}
#description
{
	position: absolute;
	left: 40px;
	bottom: 20px;
	font-size: 0.8em;
	color: #888;
}
/*ARTICLES*/
.post
{
	margin: 0 0 50px;
	font-size: 0.95em;
	text-align: left;
	line-height: 1.2em;
	padding: 0;
}
.post UL, .post OL
{
	margin: 10px 0 10px 40px;
}
.post H2
{
	font-size: 1.3em;
	margin: 0 0 5px;
	width: 460px;
	border-bottom: 1px solid #DDD;
	padding: 0 10px 10px 0;
}
.post H2 A:link, .post H2 A:visited
{
	color: #016FAA;
	text-decoration: none;
	font-weight: bold;
}
.post H2 A:hover
{
	color: #000;
	background: none;
}
.post A:link, .post A:visited, .post A:hover, .post A:active
{
	color: #6B7D8F;
	font-weight: bold;
}
/*.post A:hover, post A:visited
{
	color: #000;
}
*/.post P
{
	margin: 0px 0 15px;
}
BLOCKQUOTE
{
	background: #EEE;
	padding: 10px;
	margin: 5px 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.endofpost
{
	width: 460px;
	margin: 15px 0 30px;
	padding: 5px;
	clear:both;
	border-top: 1px solid #DDD;
	font-size: 0.8em;
	color: #AAA;
}
/*.postmetadata
{
	width: 460px;
	margin: 15px 0 30px;
	padding: 5px;
	border-top: 1px solid #DDD;
	font-size: 0.8em;
	color: #AAA;
}*/
.postmetadata
{
	width: 460px;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	color: #AAA;
}
.postmetadata A:link
{
	color: #888;
	text-decoration: none;
}
.postmetadata A:hover
/*.postmetadata A:hover, .postmetadata A:visited*/
{
	color: #000;
	background: #D1E5EF;
}
#signature
{
	margin: 30px 0 0;
	font-size: 0.8em;
	color: #999;
}
#signature A:link
{
	color: #777;
	font-weight: bold;
	text-decoration: none;
}
.post .commentnumber
{
	float: right;
	margin: 0 0 20px;
}
.post .commentnumber A
{
	text-decoration: none;
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 8px;
	border-top: 1px solid #DDD;
}
.post .commentnumber A:hover
{
	color: #000;
	border-top: 1px solid #000;
	background: none;
}
/*SIDEBAR*/
.sidebar-wrapper
{
	position: relative;
	float: right;
	display: inline;
	width: 270px;
	margin: 25px 30px 0 0;
	padding: 0;
	background: #E8EDEF;
	font-size: 0.9em;
}
#abonnements
{
	position: relative;
	float: right;
	width: 250px;
	margin: 5px;
	padding: 5px;
	background: #B5D1DF;
}
#searchform
{
	position: relative;
	float: right;
	margin-top: 5px;
}
#s
{
	background: #FFFFFF;
	border: 1px solid #FFF;
	width: 120px;
}
#searchsubmit
{
	background: transparent;
	border: none;
	color: #FFF;
}
IMG#rssfeed
{
	border: none;
}
#sidebar
{
	position: relative;
	float: right;
	width: 270px;
}
UL#sidebar
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
UL#sidebar LI
{
	list-style-type: none;
	line-height: 1em;
	margin: 5px;
	text-indent: -5px;
	padding: 10px;
}
UL#sidebar LI UL LI
{
	margin: 0;
	padding: 0;
}
UL#sidebar LI UL LI UL
{
	margin: 0 0 0 15px;
}
UL#sidebar LI UL LI UL LI
{
	list-style-type: disc;
}
#sidebar H2
{
	font-size: 0.7em;
	text-transform: uppercase;
	color: #83ABBF;
	margin: 10px 0 5px 5px;
	font-weight: normal;
}
#sidebar A, #sidebar A:visited
{
	color: #476C7F;
	text-decoration: none;
	padding: 0px;
}
#sidebar .textwidget
{
	text-indent: 0;
}
#sidebar #calendar TABLE#wp-calendar
{
	width: 100%;
	text-align: center;
}
/*PIED DE PAGE*/
#footer
{
	position: relative;
	float: left;
	width: 800px;
	height: 100px;
	color: #AAA;
	padding: 0px 0;
	font-size: 0.8em;
	text-align: center;
	background: #016FAA url(images/bg-footer.gif) no-repeat;
}
#footer A:link, #footer A:visited
{
	color: #888;
	font-weight: bold;
	text-decoration: none;
}
#footer A:hover
{
	color: #000;
	background-color: #D1E5EF;
}
/*COMMENTS*/
#comments
{
	margin: 0;
	padding: 0;
}
H3#comments
{
	margin: 10px;
	font-size: 0.9em;
}
TEXTAREA#comment
{
	margin: 10px;
	width: 350px;
}
#commentform INPUT
{
	margin: 0 10px;
	width: 200px;
}
OL.commentlist
{
	width: 430px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
OL.commentlist A:link, OL.commentlist A:visited
{
	text-decoration: none;
	color: #6B7D8F;
	font-weight: bold;
}
OL.commentlist A:hover
{
	background: #EFDFB3;
}
OL.commentlist LI
{
	margin: 0 0 5px;
	font-size: 0.9em;
	padding: 30px;
	background: #EEE;
	border: 1px solid #DDD;
}
#commentform LABEL
{
	font-size: 0.8em;
	color: #888;
}
/* Caption Styles */
.wp-caption {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-color:#E8EDEF;
border:1px solid #DDDDDD;
margin:6px;
padding-top:4px;
text-align:center;
}
.wp-caption img {
border:0 none;
margin:0;
padding:0;
}
.wp-caption-text {
font-size:11px;
line-height:17px;
margin:0 !important;
padding:0 4px 6px 4px;
}
/*IMAGES*/
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
{
	float: right;
}
.alignleft
{
	float: left;
}

/* AddThis link align right */
.addthis_container {
	clear:left;
	padding-top:1em;
}
