/*  
Theme Name: Cassedy and Fahrbach
Theme URI: http://designer-daily.com
Description: Blueish 2 columns template. Widget ready. 
Version: 1.0
Author: Designer daily
Author URI: http://designer-daily.com
*/


* {
   margin:0;
   padding:0;
}

html, body {
   font-family:helvetica,arial,verdana,sans-serif;
   font-size:1em;
   background:#005495;
   color:#555555;
   min-height:600px;
  height:auto !important;
  height:600px
}

#container {
   width:1000px;
   margin:5px auto 0 auto;
}

#header {
   position:relative;
   float:left;
   width:1000px;
   height:276px;
   background:#FFFFFF 
   /*background:#005495 */
   /*url('images/bg-header.gif');*/
}

.header-table {
   font-family:times new roman,times,sans-serif;
   /*font-family:times new roman;*/
   font-size:1.5em;
   font-style:italic;
   color:#005495;
}

/*#infos-header {
   width:760px;
   height:157px;
   margin:45px 0 0 40px;
   background:#005495 url('images/header.jpg');
}*/

h1 {
   position:absolute;
   left:50px;
   bottom:40px;
   font-size:1em;
   text-transform:uppercase;
}

h1 a:link, h1 a:visited {
   color:#FFF;
   text-decoration:none;
}

h1 a:hover {
   color:#005495;
}

#description {
   position:absolute;
   left:50px;
   bottom:20px;
   font-size:0.8em;
   color:#005495;
}

#main {
   position:relative;
   float:left;
   width:1000px;
   background:#FFFFFF url('images/bg-content.gif') repeat;
}

#main-content {
   position:relative;
   float:right;
   width:650px;
   margin:0 30px 0 0;
   display:inline;
   padding:0;
}

/*
img {margin: 10px;
	}
*/
	


p {
	padding: 15px;
	width: 70%;
}

/* ARTICLES */

.post {
   margin:0 0 50px 0;
   font-size:0.85em;
   
   line-height:1.5em;
   padding:0;
}

.post ul, .post ol {
   margin:10px 0 10px 40px;
}

.post h2 {
   font-size:1.5em;
   
   margin:0 0 20px 0;
   width:500px;
   padding:30px 30px 3px 10px;
}

.post h2 a:link, .post h2 a:visited {
   color:#005495;
   text-decoration:none;
}

.post h2 a:hover {
   text-decoration: underline;
}

.post a:link {
   color:#005495;
   font-weight:bold;
}

.post a:hover, post a:visited {
}

blockquote {
   background:#eee;
   padding:10px;
   margin:5px 0 5px;
   border-top:1px solid #ddd;
   border-bottom:1px solid #ddd;
}

/**.postmetadata {
   background:#eee;
   width:460px;
   margin:15px 0 30px 0;
   padding:5px;
   border-top:1px solid #ddd;
   border-bottom:1px solid #ddd;
   font-size:0.8em;
   color:#aaa;
}

.postmetadata a:link {
   color:#888;
   text-decoration:none;
}

.postmetadata a:hover, .postmetadata a:visited {
   color:#000;
   background:#D1E5EF;
}**/

#signature {
   margin:30px 0 0 0;
   font-size:0.8em;
   color:#999;
}

#signature a:link {
   color:#777;
   font-weight:bold;
   text-decoration:none;
}

/* SIDEBAR */

.sidebar-wrapper {
   position:relative;
   float:left;
   display:inline;
   wi dth:150px;
   margin:25px 39px 0 0;
   padding:0;
   background:#fcba63;
}

/*#abonnements {
   position:relative;
   float:right;
   width:250px;
   margin:5px;
   padding:5px;
   background-color:#B5C2CF;
}

#searchform {
   position:relative;
   float:right;
   margin-top:5px;
}

#s {
   background:#DFEFFF;
   border:1px solid #FFF;
   width:120px;
}

#searchsubmit {
   background:transparent;
   border:none;
   color:#FFF
}

img#rssfeed {
   border:none;
}*/

/*Sidebar Original*/

#sidebar {
   pos ition:relative;
   fl oat:right;
   widt h:270px;
   min -height:600px;
   mar gin-bottom:300px;
}

#sidebar ul {
   list-style-type:none;
   margin:0;
}

#sidebar li {
   margin: 5px;
   list-style-type:none;
   lin e-height:1.5em;
}
/*
#sidebar li ul li {
   margin:3px;
}

#sidebar h2 {
   font-size:0.7em;
   text-transform:uppercase;
   color:#83ABBF;
   margin-top:10px;
   font-weight:normal;
}

#sidebar a, #sidebar a:visited {
   color:#476C7F;
   text-decoration:none;
   padding:5px;
}

#sidebar a:hover {
   background:#005495;
   color:#FFF;
}

*/

/* PIED DE PAGE */

#footer {
   position:relative;
   float:left;
   width:1000px;
   height:213px;
   color:#aaa;
   padding:90px 0;
   font-size:0.8em;
   text-align:center;
   background:#005495 url('images/bg_footer.gif') no-repeat;
   color:#005495;
   z-index:auto;
}

#footer a:link, #footer a:visited {
   color:#888;
   font-weight:bold;
   text-decoration:none;
}

#footer a:hover {
   color:#000;
   background-color:#D1E5EF;
}

/* COMMENTS */

h3#comments {
   margin:10px;
   font-size:0.9em;
}

textarea#comment {
   margin:10px;
   width:350px;
}

#commentform input {
   margin:0 10px;
   width:200px;
}

ol.commentlist {
   background:#EEE;
   width:430px;
   padding:10px;
}

ol.commentlist a:link, ol.commentlist a:visited {
   text-decoration:none;
   color:#005495;
   font-weight:bold;
}

ol.commentlist a:hover {
   background:#EFDFB3;
}

ol.commentlist li {
   margin:0 0 20px 20px;
   font-size:0.9em;
}

#commentform label {
   font-size:0.8em;
   color:#888;
}

