/*
Theme Name: Cold Constructs 1.6
Theme URI: http://coldconstructs.com
Description: Static nav bar, clean layout, 2 columns, kinda shiny.
Author: Corey Birnbaum
Author URI: http://coldconstructs.com
*/
/* Begin Typography & Colors */
body {
  font-size: 62.5%; /* Resets 1em to 10px */
  text-shadow: 0 0 0 #000; /* Fixes bold-look on Webkit browsers */
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  background-image: url('images/lower_bg.jpg');
  background-attachment: fixed;
  background-color: #000000;
  color: #d6d6d6;
}

#bgLayer2 {
  background: url('images/upper_bg.png') repeat-x top center;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
}

#bgLayer3 {
  background: url('images/center_bg.png') no-repeat top center;
  background-attachment: fixed;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#page {text-align: left;}
#content {font-size: 1.2em}
.widecolumn .entry p {font-size: 1.05em;}
.narrowcolumn .entry, .widecolumn .entry {line-height: 1.4em;}
.widecolumn {line-height: 1.6em;}
.narrowcolumn .postmetadata {text-align: left;}
#footer {border: none; vertical-align: bottom;}
small {font-family: Arial, Helvetica, Sans-Serif; font-size: 0.9em;	line-height: 1.5em;}
h1, h2, h3, h4, h5 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;}
h1 {font-size: 3em;}
h2 {font-size: 1.6em;}
h2.pagetitle {font-size: 1.6em;}
#sidebar h2 {font-family: 'Lucida Grande', Verdana, Sans-Serif; font-size: 1.4em; margin:0;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.3em; color: white;}
h5 {font-size: 1.2em; color: white; padding-left:30px;}
h1, h1 a, h1 a:hover, h1 a:visited {border: 0; text-decoration: none; color: white;}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
  border: 2px;
  text-decoration: none;
  color: white;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited, #sidebar h2, #wp-calendar caption, cite {
  text-decoration: none;
  border: none;
	}

#title .description {
  font-size: 1.6em;
}

.entry strong {color:#e6e6e6}

.entry p a:visited {
	color: white;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #b6b6b6;
	}

code {font: 1.0em 'Courier New', Courier, Fixed; color:#e8e8e8;}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #dac11b;
	}

a:hover {
	color: white;
	text-decoration: none;
  border-bottom: 2px solid #dac11b;
	}

/* End Typography & Colors */



/* Begin Structure */

body {
  margin: 0;
  padding: 0;
}

#page {
  margin: 0 auto;
  padding-top: 80px;
  width: 960px;
}

#header {
  background: url('images/header_bg.png') repeat-x top;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 114px;
	}

#headerBlock {
  background: url('images/spacer.gif') repeat-x top;
  position: absolute;
  top: 0;
  width: 960px;
  height: 125px;
	}

#title {
  margin: 0 auto;
padding: 17px 0 0 0;
  width: 960px;
  height: 92px;
}

#logocontainer {
	float: left;
	padding-top: 10px;
}

.narrowcolumn {
	float: left;
	padding: 20px 10px 20px 10px;
	margin: 0;
	width: 700px;
	}

.widecolumn {
	padding: 20px 20px 20px 0;
	margin: 0 auto;
	width: 700px;
	}

.post {margin: 0;}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
border-bottom: 3px solid black;
font-family: Arial, Helvetica, Sans-Serif;
background-image: url('images/box_bg.png');
font-size: 0.9em;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-image: url('images/box_bg.png');
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
  clear: left;
  padding: 10px 10px 2px 10px;
}

#footer {
  background: url('images/grass.png') no-repeat bottom center;
  height: 70px;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  width: 760px;
  clear: both;
}

/* End Structure */



/* Begin Navigation */

#navcontainer {
float: right;
}

#navlist {
margin: 0;
}

#navlist ul, #navlist li {
width: 110px;
height: 73px;
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited {
background-image: url('images/nav_buttons_norm.png');
float: left;
margin: 0 0 0 10px;
text-decoration: none;
border: none!important;
}

#navlist a:link.current, #navlist a:visited.current {
background-image: url('images/nav_buttons_active4.png');
}

#navlist a:hover {
background-image: url('images/nav_buttons_hover2.png');
}
/* End Navigation */

/* Begin Twitter plugin*/
#twitterbar .aktt_tweets ul {color:#f9f9f9!important;}
#twitterbar .aktt_tweets ul li {margin-bottom:5px;}
/* End Twitter plugin */

table.info {float:right; border:2px solid #000; padding:3px; margin:10px;background-image: url('images/authcomment_bg.png');}
table.info th {padding:3px; background-image:#3E3E3E;color:#fff;}
table.info tr {border-top:1px solid #3E3E3E;}

table.general {border:2px solid #000;}
table.general thead th {font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	border-bottom: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #000000;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #0b202f),color-stop(1, #2c516b));
	background-image: -moz-linear-gradient(center bottom,#0b202f 0%,#2c516b 100%);
}
table.general tbody td {padding: 6px 6px 6px 12px;color:#FFF;border-top: 1px solid #1E3F53;text-align:center;}
table.general tbody td.no {min-width:50px;background: url('images/gfx_nay.png') no-repeat center center;}
table.general tbody td.yes {min-width:50px;background: url('images/gfx_aye.png') no-repeat center center;}
table.general tbody tr {background-image: url('images/box_bg.png')!important;}
table.general tbody tr.alt {background-image: url('images/authcomment_bg.png')!important;}

/* Begin Contact page */
#contacter {
  margin-left: 150px;
  margin-bottom: 40px;
}

#tab a {
  color: #ffffff;
  padding: 10px 30px 10px 30px;
  border: 2px solid black;
  background-image: url('images/box_bg.png');
}

#tab a:hover {
  border: 2px solid black;
  background: #000000;
}

#tab a.selected {
  font-size: 1.3em;
  text-decoration: none;
  font-weight: bold;
  border: 3px solid black;
  padding: 12px 30px 12px 30px;
}
/* END contact page */


/* Begin Headers */
#headerTwitter {
  background: url('images/sbHeader_twitter.jpg') no-repeat center;
  width: 190px;
  height: 30px;
  margin:0 auto;
  border-left:5px solid black;
  border-right:5px solid black;
}
#headerLinks {
  background: url('images/sbHeader_links.jpg') no-repeat center;
  width: 190px;
  height: 30px;
  margin:0 auto;
  border-left:5px solid black;
  border-right:5px solid black;
}
#headerCart {
  background: url('images/sbHeader_cart.jpg') no-repeat center;
  width: 190px;
  height: 30px;
  margin:0 auto;
  border-left:5px solid black;
  border-right:5px solid black;
}
#headerPages {
  background: url('images/sbHeader_pages.jpg') no-repeat center;
  width: 190px;
  height: 30px;
  margin:0 auto;
  border-left:5px solid black;
  border-right:5px solid black;
}

#centerHeader {
  background: url('images/centerHeader.jpg') no-repeat center;
  width: 100%;
  height: 30px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 1em;
  padding-top: 10px;
  display: block;
}


h1 {
	padding-top: 20px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	text-shadow: 0 0 0.3em #000;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	padding: 7px 0 0 10px;
	text-shadow: 0 0 0.4em #000;
	}
h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h4 {
  padding: 0;
  margin-left: 20px;
  margin-top: 30px;
}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	}
img { border: none; }
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.bordered {
border: 5px solid black;
}

img.noborder {
	border: none!important;
	display: block;
text-decoration: none;
}

.alignright {padding: 0;
	margin: 0 0 2px 7px;float: right;}
.alignleft {padding: 0;
	margin: 0 7px 2px 0;float: left}
.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
#postgallery {border-left: 5px solid #1f3e50; border-right: 5px solid #1f3e50; background-image: url('images/authcomment_bg.png'); margin:10px auto; padding:6px; width:86%;}
#postgallery img {border-style:none!important; width:110px;vertical-align:middle;margin:5px 3px;}
/* End Images */
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	}

#sidebar ul li {
	list-style-type:square;
	margin-bottom: 5px;
	margin-left:20px;
	}
li.categories {list-style:none;}  /* outermost list item */

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
  margin: 0;
  padding-left: 20px;
  padding-bottom: 10px;
}

#sidebar #searchform #s {
  color: #333333;
  width: 140px;
  padding: 2px;
  border: 1px solid black;
  background: #ffffff url('images/field-bg-top.gif') repeat-x top;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {

  width: 170px;


  padding: 2px;
  margin: 5px 5px 1px 0;
  background-color: #dddddd;
	}


#commentform textarea {

  width: 100%;

  padding: 2px;
  background-color: #dddddd;
  height: 95px;
  border: 2px solid black;
	}

#commentform #submit {
  margin: 0;
  border: 2px solid #dac11b;
  float: right;
	}

/* End Form Elements */



/* Begin Comments*/
.authcomment {
border-right: 3px solid black;
background-image: url('images/authcomment_bg.png');
}

.commentlist {
  padding: 0;
  text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px 30px;
	padding: 5px 10px 3px;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
  border: 2px solid black;
  background-image: url('images/box_bg.png'); margin-top: 30px;
  float:right;
  width: 220px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Various Tags & Classes */
#twitterbar {margin-right:10px;}
#shopbar {margin-left:10px; margin-top:-50px;}
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;

	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 4px solid #395a6f;
	font-style: italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
border: 2px dotted black;
width: 95%;
}


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.toc {
  border: 2px solid #d6d6d6;
  background-image: url('images/authcomment_bg.png');
  float: right;
  font-size: .9em;
  margin: 0 0 10px 10px;
  width: 200px;
}

.toc ol {
  margin: 5px;
  padding-left: 10px;
  font: italic 1em 'Lucida Grande', Verdana, Arial, serif;
}
.toc ol li a {
font: normal 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  border:none!important;
  text-transform:capitalize;
  font-weight: bold;
}
.toc ol li ol li {
  margin: 0;
  list-style-type: lower-alpha;
}
.toc ol li ol li a {
font: normal 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-transform:none!important;
  font-weight:normal!important;
}

.toctop {
  border: 2px solid black;
  background-image: url('images/authcomment_bg.png');
  padding: 5px;
  margin: 10px auto;
  text-align: center;
  width: 450px;
}

.flashmovie {
border: 4px solid black;
margin-left: 100px;
text-align:center;

}
/* End Various Tags & Classes*/


/* Classes for the blog */
img.header {
  border: 4px solid black;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
span.desc {
  display: block;
  margin:0 auto;
  width:70%;
  text-align: center;
  font-size: 0.8em;
  font-style: italic;
}
/* End blog classes */
p.retweet {margin:8px 0 0 0; padding:0;}