/*  
	Theme Name: Inverse2
	Theme URI: http://inverse2.com
	Description: Basically basic
	Version: 1.0
	Author: blater
	Author URI: http://inverse2.com
*/


* {   margin:0;   padding:0; }

html, body {
   font-family:helvetica,arial,verdana,sans-serif;  font-size:1em;
   background:#ffff;  
}

#container {
	margin-left: 5%;
}


#infos-header {
  width:879px;
  height:157px;
  margin:35px 0 0 32px;
  background:url('/images/header.gif') no-repeat;
}

#inverse2Logo {
  position:relative;
  width: 99px;
  height: 95px;
  left: 729px;
  top: -8px;
  background: url('/images/inverse2Logo.gif') no-repeat;
}
#description {
   position:absolute;
   left:65px;
   bottom:72px;
   font-size:0.8em;
   color:slate;
}

/* used on the products page */
#col1 {
	margin: 0px; 
	padding:0px;
	float:left;
	width:400px;
}
#col2 {
	margin: 0px; 
	padding:0px;
	float:right;
	width:400px;
}


h1 {
   position:relative;
   left:87px;
   bottom: 91px;
   font-size:1em;
   text-transform:uppercase;
   color: black;
}

h1 a:link, h1 a:visited {
   color:black;
   text-decoration:none;
}

h1 a:hover {
   color:#B5C2CF;
}

#main {
	margin-top:20px;
	margin-left:10px;
	float:left;
	left: 10px;
	top: 410px;
}

#main h2 { color: white }

/* SIDEBAR */
#sidebar #searchform #s {
	width: 108px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}



.sidebar-wrapper {
   float:right; 
   height:500px; width:250px;display:inline;

   top: 0px;
   padding:0;
   margin-right:10px;
 
}


#sidebar {
   width:175px;
	float:right;
	display:inline;
	height:600px;
	margin-right:10px;
	padding: 2px;
	position: absolute;
	top:130px;
	margin-left:10.5%;
	left: 630px;
	
}

#sidebar img {
	margin-left: -50px;
	display:inline;
	width:220px;
}

#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;
}

#sidebar h2 {
   font-size:0.7em;
   text-transform:uppercase;
   color:#83ABBF;
   margin-top:5px;
   font-weight:normal;
}

#sidebar a, #sidebar a:visited {
   color:#476C7F;
   text-decoration:none;
   padding:5px;
   font-size:0.8em;
}

#sidebar a:hover {
   background:#6B7D8F;
   color:#FFF;
}


#searchform {
   position:relative;
   float:left;
   margin-top:5px;
   margin-left:12px;
}

#s {
   /* background:#DFEFFF;*/
   border:1px solid #D4D4D4;
   width:130px;
}

#searchsubmit {
   background:transparent;
   border:none;
   color:black;
}

img#rssfeed {
   border:none;
}







/* PAGE FOOTER */
#footer {
   position:relative;
   float:left;
   width:939px;
   height:100px;
   color:#aaa;
   padding:10px 0;
   font-size:0.8em;
   text-align:center;
/*   background:#EBF7FD 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;
}




a#btnDownload1 {
    display: inline;
    width: 70px;
    height: 37px;
    background-image: url(/images/btnDownload1_off.gif);
    margin: 0 auto;
}

a#btnDownload1:hover {
    background-image: url(/images/btnDownload1_on.gif);
}



/* ARTICLES */
.post {
   margin:0 0 50px 0;
   font-size:0.85em;
   text-align:justify;
   line-height:1.5em;
   width: 600px;
   padding:0;
   margin-left: 15px;
}

.post ul, .post ol {
   margin:10px 0 10px 40px;
}

.post h2 {
   color: white;
   font-size:0.9em;
   text-transform:uppercase;

   padding:3px 30px 3px 10px;
   margin-top:20px;
   margin-left: -10px;
   height: 35px;
   width:620px;
   background: url("/images/h2bg.gif") top left no-repeat;  /* #466d97;   6B7D8F;  */
}

.post h2 a:link, .post h2 a:visited {
   color:#FFF;
   text-decoration:none;
}

.post h2 a:hover {
   color:#B5C2CF;
   background:none;
}

.post a:link {
   color:#6B7D8F;
   font-weight:bold;
}

.post a:hover, post a:visited {
   background:#EFDFB3;
}

blockquote {
   background:#eee;
   padding:10px;
   margin:5px 0 5px;
   border-top:1px solid #ddd;
   border-bottom:1px solid #ddd;
}

code {
   line-height: 1em;
}

codequote {
   background:#eee;
   padding:10px;
   margin:5px 0 5px;
   border-top:1px solid #ddd;
   border-bottom:1px solid #ddd;
   font-family: courier;
   font-size: 1em;
}

.postmetadata {
   display: none;
   background:#eee;
   width:560px;
   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;
}


/* 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:#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;
}


.nocomments {
   display: none;
}

.para { margin-top:10px; margin-bottom:20px; }

.spacer {margin-bottom: 50px;}