/*  
Theme Name: Retail Construction
Theme URI: http://www.thisclicks.com
Description: Retail Construction theme 
NOTE: This theme was created by thisCLICKS Interactive 
Version: 1.0
Author: thisCLICKS
Author URI: http://www.thisclicks.com/

*/


* {
   margin:0;
   padding:0;
}

html, body {
   font-family:helvetica,arial,verdana,sans-serif;
   font-size:12px;
   background:#312c1a;
}

img {
	border:0;
	behavior:url(wp-content/themes/retailconstruction/iepngfix.htc);
}

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

#header {
	position:relative;
	float:left;
	width:839px;
	height:160px;
	background:#312c1a url('images/bg-header.jpg');
}

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

#infos-header span {
	display:none;
}

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

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

h1 a:hover {
   color:#B5C2CF;
}

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

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

#main-content {
   position:relative;
   float:left;
   width:510px;
   margin:30px 0 10px 40px;
   display:inline;
   padding:0;
}

/* ARTICLES */

.post {
   margin:0 0 50px 0;
   font-size:12px;
   text-align:justify;
   line-height:1.5em;
   padding:0;
}

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

.post h2 {
   font-size:1.8em;
   margin:0 0 20px 0;
   padding:3px 0;
}

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

.post h2 a:hover {
   color:#666;
   background:none;
}
.post h3 {
	margin:12px 0 0 0;
}

.post a:link, .post a:visited {
   color:#630e0e;
   font-weight:bold;
   font-size:12px;
}

.post a:hover {
   color:#330000;
   
}

.post img {
	padding:0 14px 8px 0;
	float:left;
}

.post p {
	margin:8px 0 0 0;
}

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

.postmetadata {
   background:#e9eee7;
   width:460px;
   margin:15px 0 30px 0;
   padding:5px;
   border-top:1px solid #ddd;
   border-bottom:1px solid #ddd;
   font-size:12px;
   color:#666;
}

.postmetadata a:link, .postmetadata a:visited  {
	font-weight:bold;
   color:#630e0e;
   text-decoration:none;
}

.postmetadata a:hover{
   color:#330000;
   text-decoration:none;
}

#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:right;
   display:inline;
   width:200px;
   margin:25px 39px 0 0;
   padding:0;
}

#searchWrapper {
   position:relative;
   float:right;
   width:180px;
   margin:5px;
   padding:5px;
}

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

#s {
   background:#fff;
   border:1px solid #666;
   width:120px;
}

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

img#rssfeed {
   border:none;
   margin:6px 0 0 0;
}

#sidebar {
   position:relative;
   float:right;
   width:200px;
}

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

#sidebar li {
   margin:15px;
   list-style-type:none;
   line-height:1.5em;
}

#sidebar li ul li {
   margin:3px 3px 0 3px;
   padding:0;
}

#sidebar h2 {
   font-size:14px;
   text-transform:uppercase;
   color:#333;
   margin-top:10px;
   font-weight:bold;
}

#sidebar a, #sidebar a:visited {
   font-size:12px;
   line-height:normal;
   color:#630e0e;
   text-decoration:none;
   font-weight:bold;
   padding:5px;
}

#sidebar a:hover {
   font-size:12px;
   line-height:normal;
	color:#330000;
}



/* PIED DE PAGE */

#footer {
	position:relative;
	float:left;
	width:839px;
	height:100px;
	padding:10px 0;
	text-align:center;
	background:#312c1a url('images/bg-footer.gif') no-repeat;
	
	color: #4b4228;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
   color:#4b4228;
   font-weight:normal;
   text-decoration:none;
}

#footer a:hover {
   color:#fff;
}

#footer .text {
	margin:60px 0 0 0;
}

/* 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:390px;
   padding:10px;
}

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 20px 20px;
   font-size:0.9em;
}

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

