
/* main layout */
body {
	background:#fff;
	background-image: url(http://www.leftchannel.com/blog/bg.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin-top:0;
	padding-top:0px;
 	padding-left:15px;
 	font:10px "times new roman",serif;
	text-align:left;
	color:#000;
	font-size: small;
	letter-spacing: .05em;
	  }
  
#page {
	width:810px;
	margin-left: 20px;
	padding:0;
	text-align:left;
	}
  
#header {
    width:810px;
    margin-left:0PX;;
    margin-top: 0px;
    padding-top: 50px;
    border-bottom:1px dashed #256ebf;
    margin-bottom: 20px;
	}
  
#description {
	margin-bottom:5px;
	padding:0px;
	text-align: right;
	border-width:0 1px 1px;
	font:78%/1.4em "Times New Roman",serif;
	letter-spacing:.2em;
	color:#777;
	}

#content {
	}

.narrowcolumn {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 520px;
	}
	
.post {
    border:1px dotted #256ebf;
    padding:25px;
	background-color: #fff;
	width: 500px;
	-o-box-shadow: 5px 5px 15px #E4E4E4;
	-icab-box-shadow: 5px 5px 15px #E4E4E4;
	-khtml-box-shadow: 5px 5px 15px #E4E4E4;
	-moz-box-shadow: 5px 5px 15px #E4E4E4;
	-webkit-box-shadow: 5px 5px 15px #E4E4E4;
	box-shadow: 5px 5px 15px #E4E4E4;
	
	}

/*post formatting*/	
.date-header {
	margin:1.5em 0 .5em;
 	text-align: right;
    color: #256ebf;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 10px;
    }

.post-title {
    margin-bottom: 4px;
    margin-top: 4px;
    padding:0 0 -2px;
    font-size:160%;
    line-height:1.2em;
    font: "Times New Roman",serif;
    letter-spacing: 2px;
    color:#256ebf;
    font-style: italic;
    font-weight: normal;
    border-bottom: thin dashed #256ebf;
    }
	
.post p {
    margin:0 0 .75em;
    line-height:1.6em;
    }

.post img {
    padding:0px;
    border:1px dashed #256ebf;
    }
  
.post blockquote {
    margin:1em 20px;
    }
    
.post blockquote p {
    margin:.75em 0;
    }
	
#footer {
	padding: 0;
	margin: 0 auto;
	width: 810px;
	clear: both;
	background: none;
	border-top: 1px dashed #256ebf;
	padding-top: 10px;
	border: none;
	text-align: center;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	}


/*headers*/
h2 {
    margin:1.5em 0 .75em;
    font:normal 78%/1.4em "Times New Roman",serif;
    text-transform:uppercase;
    letter-spacing:.2em;
    color:#000;
    }

h3 {
    margin-bottom: 4px;
    margin-top: 14px;
    padding:0;
    font-size:120%;
    line-height:1.2em;
    font: "Times New Roman",serif;
    letter-spacing: 2px;
    color:#256ebf;
    font-weight: normal;
    border-bottom: thin dashed #256ebf;
    }

h4 {
   font-size: .9em;
   color: #256ebf;
   border-bottom: 1px dotted #256ebf;
   padding-bottom: 3px;
   margin-bottom: 5px;
   margin-top; 10px;
   letter-spacing: 3px;
   }

h5 {
	padding: 0px;
	margin: 0px;
	width: 555px;
	display: block;
	font-weight: normal;
    }

/*links*/
a {
  color:#256ebf;
  text-decoration:none;
  }
  
a:hover {
  color:#fff;
  background:#256ebf;
  text-decoration:none;
  }
  
a img {
  border-width: 0;
  }
  
#border {
	border: thin dashed #256ebf;
	}

acronym, abbr {
	border-bottom: 1px dashed #333;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 9px;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}



small {
  margin:1.5em 0 .5em;
  text-align: right;
  color: #256ebf;
  letter-spacing: 3px;
  text-transform: uppercase;
	}


#sidebar h2 {
		font-family: "times new roman", serif;
		font-size: 10px;
		letter-spacing: 2px;
		text-tranform: uppercase;
		margin-bottom: 10px;
		border-top: 1px dashed #256ebf;
		padding-top: 10px;
	}


.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: 11px 'Times New Roman', Serif;
	line-height: 16px;
	letter-spacing: 1px;
	}

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

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}



.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 550px;
	}



.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.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;
}





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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;
	margin-right: -105px;
	}

.alignleft {
	float: left
	}
/* 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: "+ ";
	}

.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;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

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

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

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

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: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#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;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

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

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.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
{
	padding: 0px;
	width: 210px;
	float: right;
	}

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



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

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