/*  
Theme Name: lxforever
Theme URI: http://www.lxforever.com
Description: Theme for my blog at lxforever.com.
Version: 1.0
Author: Alexis Mason
Author URI: http://www.alexismason.com/
*/



/* Begin Typography & Colors */
body {
	background: #dadce0 url(images/bkrd.gif) repeat-y center;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #444;
	}
	
a:link, a:visited {
	color: #878787;
	text-decoration: none;
	border-bottom: 1px dotted #e5c4c4;
	}
	
a:hover, a:active {
	color: #e50000;
	text-decoration: none;
	border-bottom: none;
	}
	
h1#logo {
	padding-top: 69px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #e50000;
	letter-spacing: 4px;
	font-weight: normal;
	}
	
h1.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	color: #777;
	letter-spacing: 2px;
	font-weight: normal;
	}
	
h1#logo a, h1#logo a:link, h1#logo a:visited, h1#logo a:hover, h1#logo a:active {
	text-decoration: none;
	color: #e50000;
	border-bottom: none;
	font-weight: normal;
	}
	
h4#tagline {
	margin: 13px 0 0 0;
	padding: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	color: #b7b7b7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 3px;
	line-height: 10px;
	width: 610px;
	text-align: right;
	font-weight: normal;
	}
	
#main {
	margin: 0 auto;
	width: 610px;
	}
	
#container {
	width: 610px;
	margin: 28px 0;
	}
	
#col1 {
	float: left;
	width: 419px;
	padding-right: 45px;
	margin: 0;
	border-right: 1px dotted #ddd;
	} 
	
#col2 {
	float: right;
	width: 125px;
	padding: 0 0 0 20px;
	margin: 0;
	}

.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	}

.widecolumn {
	line-height: 1.6em;
	
	}

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

#footer {
	font-size: 9px;
	color: #888;
	text-align: center;
	margin: 80px 0 5px 0;
	letter-spacing: 2px;
	font-style: italic;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #e50000;
	padding: 0 0 3px 0;
	margin: 0;
	font-weight: bold;
	}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	color: #777;
	padding: 0;
	margin: 0;
	font-weight: bold;
	}

h3#comments {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #777;
	padding: 0;
	margin: 20px 0 0 0;
	font-weight: bold;
	}
	
h3 a,
h3 a:link,
h3 a:visited {
	color: #777;
	}
	
h3 a:hover,
h3 a:active {
	color: #777;
	border-bottom: 1px dotted #e50000;
	}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 12px;
	color: #b7b9bd;
	letter-spacing: 3px;
	padding-top: 5px;
	}
	
.credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #e50000;
	text-align: right;
	}

small {
	font-size: 9px;
	}
	
.postmetadata {
	font-style: italic;
	letter-spacing: 2px;
	font-size: 9px;
	margin-bottom: 26px;
	padding-bottom: 12px;
	border-bottom: 1px solid #cacaca;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

#col2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #878787;
	font-size: 12px;
	line-height: 16px;
	margin: 12px 0 0 0;
	padding: 0;
	}

#col2 h2.top {
	margin-top: 0;
	}

#wp-calendar caption, cite {
	}

#commentform input, #commentform textarea {
	font-size: 10px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #878787;
	}
	
.commentlist li {
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: italic;
	letter-spacing: 2px;
	font-size: 10px;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
	}

.commentlist p {
	font-weight: normal;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}
	
code {
	font-family: 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 9px;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

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

#wp-calendar caption {

	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

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

.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;
}
/* End Structure */



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

/*	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 {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

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

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}

.entry ul,
entry ol {
	margin: 5px 0 5px 10px;
	padding: 0;
	} 
	
ol.normal {
	margin: 5px 0 5px 10px;
	padding-left: 10px;
	list-style-type: decimal;
	}

.entry li {
	margin: 0 0 2px 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#col2 ul, #col2 ul ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#col2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 2px 0;
	padding: 0;
	line-height: 14px;
	}

#col2 ul select {
	margin: 0 0 12px 0;
	}

#col2 ul p {
	margin: 0 0 12px 0;
	letter-spacing: 2px;
	font-style: italic;
	font-size: 9px;
	color: #878787;
	}

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

#col2 ul ul ul, #col2 ul ol {
	margin: 0;
	}

ol li, #col2 ul ol li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

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



/* Begin Form Elements */
#searchform {
	margin: 12px 0 0 0; 
	text-align: left;
	}

#col2 #searchform #s {
	width: 80px;
	padding: 3px;
	color: #999;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 12px 1px 0 0;
	}

#col2 #searchsubmit {
	width: 30px;
	padding: 1px;
	color: #777;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

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

select {
	width: 100px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 10px;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 10px;
	}

#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: 10px 0 3px;
	padding: 10px 12px;
	list-style: none;
	color: #444;
	}

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

#commentform p {
	margin: 5px 0;
	}

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

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



/* Begin Sidebar */

#col2 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 {
	}

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: left;
	margin: 0 0 30px 0;
	font-size: 9px;
	font-style: italic;
	letter-spacing: 2px;
	color: #878787;
	}
	
.details {
	color: #878787;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 9px;
	padding: 3px 1px;
	letter-spacing: 1px;
	border-top: 1px dotted #dadada;
	margin: 20px 5px 10px 5px;
	border-bottom: 1px dotted #dadada;
	}
	
.sig {
	color: #e50000;
	font-style: italic;
	font-size: 9px;
	line-height: 9px;
	margin-bottom: 30px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.clearer {
	height: 1px;
	overflow: hidden;
	clear: both;
	margin-top: -1px;
	}

/*	

	L		X		X
	L		  X   X
	L			X
	L		  X   X
	LLLLLL	X		X

*/