/*  
Theme Name: Section 4 
Theme URI: http://livearchives.org/
Description: The default LiveArchive theme created by <a href="http://www.a-to-m.com">A to M</a>.
Version: 1.0
Author: Mike Fallows, destroyed by Ale Fernandez
Author URI: http://www.a-to-m.com/

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	 /
	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

#commentlist .comment {
	margin-bottom: 3px;
	border-width: 0px;
	border-style: solid;
        border-color: #666666;
	padding: 1px;
}

#commentlist table.comment {
	width: 95%;
}

#commentlist .head {
        font-size: 15px;
}
#commentlist .from {
        font-weight: bold;
        padding: 1px;
}
#commentlist .commands {
        text-align: center;
        font-size: 11px;
}
#commentlist .date {
        padding: 1px;
}
                                                                                
#commentlist .message_body {
	font-size: 14px;
        padding: 1px;
}
#commententry {
	margin-left: 20px;
	margin-right: 20px;
}

/* Begin Typography & Colors */
body {
	font-size: 1em; /* Resets 1em to 10px */
	font-family: Georgia, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fcfcfc;
	color: #333;
	}

#headerimg {
	background: url('images/LiveArchLogo-beta.gif') no-repeat;
	}
	
#page {
	text-align: left;
	}

#content {
	font-size: 1.1em;
	}

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

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

.widecolumn {
	line-height: 1.7em;

	}

.narrowcolumn .postmetadata {
	text-align: left;
	color: #999;
	}

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

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 1.2em;
}


h2 {
	font-family: Georgia, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold; color: #fdf;
	font-size: 4.3em;
	}
h2 {
	font-family: Georgia, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
color: #fff;
	4.0em;
	}

h4{ clear: both; font-family:georgia, lucida, verdana, helvetica, sans serif;
font-size:2.5em;}

#headerimg .description {
	text-indent: -9999px;
	font-size: 1em;
	color: #aaa;
	text-decoration: none;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg {
	color: #09F;
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #555;
	padding: 0 0 2px 0;
	}

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

.entry p a:visited {
	color: #CC3399;
	}

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

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	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: 0.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

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

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

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

a, h2 a:hover, h3 a:hover {
	color: #FF6633; /* #f96 */
	text-decoration: none;
	}

a:hover {
	color: #333;
	text-decoration: underline;
	}

.cosmos a {
	color: #f96;
	}

#wp-calendar #prev a {
	font-size: 0.9em;
	}

#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;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 0;
	padding: 0;
	max-width: 1150px;
	}

#header {
	height: 55px;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 15px 0;
	}

#headerimg {
	margin: 0 0 0 10px;
	height: 55px;
	}

.narrowcolumn, .widecolumn {
	float: left;
	padding: 0;
	margin: 0 0 0 185px;
	}

.post {
	clear: both; /* compensate for navigation aligns */
	margin: 0 0 10px 0;
	}

.narrowcolumn .post {
	float: left;
	width: 48%;
	max-width: 525px;
	}
	
.widecolumn .post, .pagetitle  {
	width: 100%;
	max-width: 525px;
	}
	
.navigation {
	clear: both;
	width: 48%;
	padding: 8px 0 16px 0;
	}

.narrowcolumn .postmetadata, .widecolumn .postmetadata {
	margin: 15px 0 10px 0;
	padding: 3px 0;
	}

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

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

#footer {
	padding: 0;
	margin: 0 0 0 180px;
	clear: both;
	border-top: 1px dotted #ccc;
	}

#footer p {
	color: #ccc;
	padding: 10px 5px;
	}
	
#footer p a {
	color: #ccc;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	text-indent: -9999px;
	}

h1 a {
	display: block;
	height: 35px;
	width: 150px;
	}
	
h2 {
	margin: 10;
	}

h2.pagetitle {
	margin-top: 10px;
	text-align: left;
	color: #999;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 30px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img, p a img {
	display: block;
	border: 1px solid #ccc;
	background: white;
	padding: 4px;
	margin-top: 8px;
	}

.entry p, #commentHolder p { /* add scrollbars to big images */
	width: 90%;
float:top;

	overflow: auto;
	}

/*	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.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.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;
	margin: 7px 0 8px 5px;
	list-style: none;
	text-indent: -10px;
	} 

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

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

.entry ol, .entry ul {
	padding: 0 0 0 5px;
	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 8px;
	}

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

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

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

#sidebar ul ul ul {
	display: none;
	margin: 0 0 0 2px;
	}

ol li {
	list-style: decimal outside;
	}

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 15px;
	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: 270px;
	padding: 2px;
	margin: 01px 5px 1px 0;
	}

#commentform textarea {
	width: 200px;
	padding: 1px;
	}

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



/* Begin Comments*/

#commentHolder {clear: both;
	float: right;
	width: 400px;
	margin: 25px 10px 10px 0;
	border: 1px #ccc;
	padding: 8px;
	background: #eee;
	}


.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
width:400px;
margin:10 10 10 10 ; 	padding: 0;
	text-align: left;
	}

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

.commentlist p {
width:70;	
margin: 10px 5px 10px 10px;
	}

#commentform p {font-family:georgia, serif;
	margin: 5px 0; 
	}

#commentform textarea { width: 70%; margin: 20px 20px 20px 20px; border:black thin;}

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

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

textarea { width:400px;}

/* Begin Sidebar */
#sidebar {
	position: absolute;
	padding: 5px 0 10px 0;
	margin: 0 0 0 0;
	width: 170px;
	border-right: 1px ridge #ccc;
	background: #eee;
	}

#sidebar  a {
	color: #555;
	}
	
#recent-comments a {
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar #keycloud-widget-all-keywords {
	font-size: 1.2em;
}
/* 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;
	}


/* End Various Tags & Classes*/


/* Home page tag cloud */
ul#tagcloud { padding:0; margin: 10px 10px 30px 10px; text-align:center; list-style:none; }
ul#tagcloud li { display:inline; font-size:9px; color:#ccc; background: none; padding: 0px; margin: 15px; line-height: 4em;}
ul#tagcloud li a, ul#tagcloud li a:link { text-decoration:none; }
ul#tagcloud li a:hover { text-decoration:underline; }
ul#tagcloud li.t1 a { color:#FFCC99; font-size: 120%; }
ul#tagcloud li.t2 a { color:#CC9966; font-size: 160%; }
ul#tagcloud li.t3 a { color:#996633; font-size: 190%; }
ul#tagcloud li.t4 a { color:#990000; font-size: 210%; }
ul#tagcloud li.t5 a { color:#993300; font-size: 230%; }
ul#tagcloud li.t6 a { color:#CC0000; font-size: 250%; }
ul#tagcloud li.t7 a { color:#CC3300; font-size: 270%; }
ul#tagcloud li.t8 a { color:#CC6600; font-size: 290%; }
ul#tagcloud li.t9 a { color:#FF6600; font-size: 310%; }
ul#tagcloud li.t10 a { color:#FF9900; font-size: 330%; }
/* End Home page tag cloud */


/* Comment Quicktags */

#comment_quicktags {
	margin-left: 1%;
	}

#comment_quicktags input.ed_button {
	background: #F4F4F4;
	border: 1px solid #D6D3CE;
	color: #000000;
	margin: 1px;
	width: auto;
	}

#comment_quicktags input:focus.ed_button {
	background: #FFFFFF;
	border: 1px solid #686868;
	}

#comment_quicktags #ed_strong {
	font-weight: bold;
	}

#comment_quicktags #ed_em {
	font-style: italic;
	}
	
/* End Comment Quicktags */	


/* Advanced Search form */

#ctas_form {
	text-align: left;
}

#ctas_form fieldset ul {
	list-style: none;
	margin: 5px 15px;
	padding: 0;
}

#ctas_form fieldset {
	border: 1px solid #777;
	margin: 15px 0;
	padding: 15px;
}

#ctas_form legend {
	font-size: 1.1em;
	font-weight: bold;
}

#ctas_form fieldset li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ctas_form fieldset li:before { /* for the default theme */
	content: '';
} 

#ctas_form input {
	border: 1px solid #777;
	background-color: #f9f9f9;
	color: #444;
}

#ctas_form input:focus {
	background-color: #fff;
	color: #444;
}

#ctas_footer p {
	font-size: 0.9em;
	text-align: center;
	margin-top: 25px;
	border-top: 1px solid #888;
}

#ctas_month1, #ctas_month2, #ctas_year1, #ctas_year2 {
	text-align: center;
}

/* End Advanced Search form */

/* Embedded content */

object {
	background: #eee;
	}

#commentlist .comment {
	margin-bottom: 3px;
	border-width: 0px;
	border-style: solid;
        border-color: #666666;
	padding: 1px;
}

#commentlist table.comment {
	width: 95%;
}

#commentlist .head {
        font-size: 15px;
}
#commentlist .from {
        font-weight: bold;
        padding: 1px;
}
#commentlist .commands {
        text-align: center;
        font-size: 11px;
}
#commentlist .date {
        padding: 1px;
}
                                                                                
#commentlist .message_body {
	font-size: 14px;
        padding: 1px; width:40px;
}
#commententry {
	margin-left: 20px;
	margin-right: 20px;
}

