/*  
Theme Name:memi_08
Theme URI:http://www.owenkelly.net
Description:A demonstration of a theme for a memi
Version:0.8
Author:Owen Kelly
Author URI:http://www.owenkelly.net

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

/* =================== Begin Main-Layout ================== */
*{
	font-family: arial,verdana,sans-serif;
	font-size:small;
	margin:0;
	padding:0;
}

body {
	width:920px;
	position: absolute;
	left:50%;
	margin-left: -460px;
	padding: 20px 0;
	color: #333;
	background-color:#edebe3;
}

#page {
	border: 1px solid #4349cc;
	clear: both;
	background: #fde542;
	padding-top: 36px;	
	text-align:justify;
	width:920px;
	}
	
#headband {
	width:920px;
	margin:0 0 20px 0;
	background:#fff;
	padding-top:20px;
}

#container{
	width: 920px;
	background-color:white;
}

#content {
	position:relative;
	display:block;
	float:left;
	width:640px;
	min-height:920px;
	margin:0 40px;
	font-size:100%;
	background:white;
	}
	
#frameholder {
	height:800px;
}
	
#sidebar {
	display:block;
	float:left;
	width:160px;
	margin:0 40px 0 0;
}

#footer {
	clear:both;
	width:920px;
	clear:left;
	display:block;
	height:40px;
	padding-top:40px;
}

/* ======================= Begin Footer ====================== */
#footer #poweredby {
	font-family:arial,verdana,sans-serif;
	color: #888;
	font-weight: normal;	
	padding: 10px 0 0 10px;
	width: 830px;
	position:absolute;
	left:40px;
	border-top: 1px solid #888;
}

#footer #poweredby2, #footer #poweredby3 {
	font-family:arial,verdana,sans-serif;
	color: #4477cc;
	font-weight: normal;	
	padding-top: 12px;
	text-decoration:none;
}

/* ======================== Begin Page ======================= */

#page p {
	font-family: arial,verdana,sans-serif;
	color:#444;
	font-weight: normal;
	margin-bottom:1em;            
}
#page a:link {
	font-family: arial,verdana,sans-serif;
	color:#4349CC;
	font-weight:normal;
	text-decoration:none;
}
#page a:visited {
	font-family: arial,verdana,sans-serif;
	color:#4349CC;
	font-weight:normal;
	text-decoration:none;
}
#page a:hover {
	font-family: arial,verdana,sans-serif;
	color:#0000FF;
	font-weight:normal;
	text-decoration:none;
}

/* ======================= Begin Content ===================== */
#headband h2, #content h2,#content h3,#content h4,#content h5,#content h6 {
	font-family: Tahoma, Verdana, sans-serif;
	color:666;
	font-weight:bold;
	}
	
#headband h2 {
	display:block;
	color:#666;
	font-size: 180%;
	padding:20px 40px;
}


#content h4 {	
	display:block;
	font-size:120%;
	margin-top:5px;
	margin-bottom:5px;
}
		
#content .post h4.postmetadata {	
	color:#CC9943;
	display:block;
	margin-bottom:10px;
	}

#content .post h4.blogmetadata {	
	color:#CC9943;
	display:block;
	margin-bottom:30px;
	}

#content h3 a:link, #content h3 a:visited {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 100%;
	color:#a6a6a6;
	font-weight:bold;
	text-decoration:none
}

#content h3 a:active, #content h3 a:hover {
	color:#4A73CD;
}

#content h2 a:link, #content h2 a:visited, #content h2 a:active, #content h2 a:hover {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 100%;
	color:#4A73CD;
	font-weight:bold;
	text-decoration:none
}

#content p.image-caption {
	font-style:italic;
	text-align:right;
	margin:10px 0 0 0;
	color:#A6A6A6;
}

/* ====================== Begin Post ===================== */
#content .post{
	margin: 0px 0 0 0;
}

#content .post h3 a:link, #content .post h3 a:visited, #content .post h3 a:active, #content .post h3 a:hover {
	font-size:100%;
}

#content .post h3 {
	font-size:140%;
	color:#666;
	margin-top:20px;
	margin-bottom:5px;
}

#content .post h4 {
	font-size:90%;
	color:#444;
	margin-top:0;
	margin-bottom:0.8em;
}

#content .post .postmetadata {
	font-family: Tahoma, Verdana, sans-serif;
	font-size:100%;
	font-weight:bold;
	color:#A6A6A6;
	
}#content .post .postmetadata a {
	font-weight:bold;
}

#content .post .utwtags, #content .post .utwtags a {
	font-weight:bold;
}

/* ======================== Begin Entry ====================== */
.entry {
	line-height:150%;
	color:#626262;
	margin:5px 0 0 0;
	}
	
/*      ##### end Entry ##### */

/* ########## Begin Entry Text ########## */

.entrytext{
	line-height:150%;
	color:#626262;
	margin:0 0 10px 0;
	}
	
.entrytext p{
	font-family: arial,verdana,sans-serif;
	font-weight: normal;
	line-height:125%;
}
.entrytext-tweets p{
	font-family: arial,verdana,sans-serif;
	font-weight: normal;
	line-height:100%;
}
.entrytext ul {
	padding-left:20px;
	padding-right:10px;
	padding-bottom:10px;
	list-style-type:none;
}
	

/*      ##### end Entry Text ##### */

/* ########## Begin Single Entry ########## */

#content .post .singleentry h3 {
	color:#666;
	font-size: 140%;
	margin-top:20px;
	margin-bottom:20px;
}
#content .post .singleentry p{
	font-family: arial,verdana,sans-serif;
	color:#626262;
	font-weight: normal;
	line-height:125%;
	margin-bottom:10px;
}

#content .post .singleentry ul {
	padding-left:40px;
	padding-right:10px;
	list-style-type:none;
}
	
#content .post .singleentry ol {
	padding-left:40px;
	padding-right:10px;
	list-style-type:decimal;
}

#content .post .singleentry li{	
	font-family: arial,verdana,sans-serif;
	color:#626262;
	font-weight: normal;
	text-align: left;
	line-height:125%;
	padding-left:5px;
	padding-bottom:10px;
}

#content .post .singleentry_metadata{
	margin-top:40px;	
}

#content .post .main_bar {
	color:#333;
	background-color:#FFF3B3;
	border-left: 10px solid #fde542;
	font-size: 100%;
	font-weight:normal;
	width:630px;
	padding:10px;
	margin: 30px 0 20px -2px;
}

#content ol.related {
	padding-left:20px;
	padding-bottom:10px;
}

#content ol.related li a {
	font-weight:bold;
}

#content ol.related li p{
	font-weight:normal;
}

/* ======================= Begin Images ====================== */

#content img {
	margin:0;
	}

#content img.align-left {
	float:left;
	padding: 0 0 5px; 0;
	margin: 10px 10px 15px 0;
	}
	
#content img.align-right {
	float:right;
	padding: 0 0 5px; 0;
	margin: 10px  0 15px 10px;                   
	}

/* ====================== Begin Excursion ==================== */
div.excursion {
	margin-bottom:12px;
	background-color:#D3E3FF;
	padding-left: 6px;
	padding-right: 6px;
}

.excursion a:link, .excursion a:visited, .excursion a:active {
	font-family: arial,verdana,sans-serif;
	color:#626262;
	font-weight: normal;
}
/* ====================== Begin Comments ===================== */
body#commentspopup {
	width:800px;
	position: absolute;
	left:0%;
	background:#FFEBC2 url(images/bottom-right.jpg) bottom right no-repeat fixed;
	color:#626262;
}

body#commentspopup div#page {
	width:480px;
	margin-left:80px;
	background:#fff;
	border:0 solid #000;
	font-size:100%;
	padding:0 24px 24px 24px;
	text-align:left;
}

body#commentspopup div#popupimage{
	width:528px;
	margin-left:80px;
	padding:0;
	display:block;
}

body#commentspopup div#page h2 {
	font-family: Tahoma, Verdana, sans-serif;
	color:#A6A6A6;
	font-weight:bold;
	font-size: 225%;
	margin-bottom:1em;
}
	
#commentlist li, #commentform input, #commentform textarea {
	font-size:0.85em;
	}
	
#commentlist cite, #commentlist cite a {
	font-weight:bold;
	font-style:normal;
	}

.commentmetadata {
	font-weight:normal;
	}

#commentlist {
	padding-left:24px;
	text-align:justify;
	}

#commentlist li {
	margin:0 0 15px 0;
	padding:5px 0 0 0;
	list-style:decimal;
	font-weight:bold;
	}

#commentlist p {
	font-weight:normal;
	line-height:140%;
	text-transform:none;
	margin:10px 0 10px 0;
	}

#commentform p {
	margin:5px 0;
	}

.commentmetadata {
	margin:0;
	display:block;
	}
	
.commenthead {
	font-size:1.5em;
	margin-top:1.5em;
	margin-bottom:0.5em;
	}

/* ======================= Begin Sidebar ===================== */
#sidebar h2 {
	color:#333;
	background-color:#FFF3B3;
	border-left: 10px solid #fde542;
	font-size: 100%;
	font-weight:normal;
	width:130px;
	padding:10px;
	margin: 0 0 0.5em 0;
}
#sidebar ul {
	list-style-type:none;
}

#sidebar ul li ul{
}

#sidebar ul li ul li {
	font-family: Rockwell, "Times New Roman", "MS Serif", serif;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	text-transform: lowercase;
	padding:0 10px 5px 10px;
	display:block;
	width:140px;
	border-bottom:1px solid #ddd;
}

#sidebar ul li span.current-status a:link {
	color:#4A73CD;
}

#sidebar ul li.linkcat {
	border-bottom:0;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:hover, #sidebar a:active {
	font-family: Rockwell, "Times New Roman", "MS Serif", serif;
	font-weight:normal;
	text-decoration:none;
	text-transform: lowercase;
}
#sidebar a:link, #sidebar a:visited {
	color:#666;
}
#sidebar a:hover {
	color:#000;
}
#sidebar a:active {
	color:#4A73CD;
}

div.execphpwidget, div.ctc, li.widget {
	margin: 0 0 60px 0;
}

table#wp-calendar{
	margin-left:2px;
	width:100%;
}

/* ==================== Begin Form elements ================== */
.sideform{
	width:640px;
}
#searchform {
	width:640px;
	margin:2px 0;
	padding:8px 0
	}

#sidebar2 #searchform #s {
	width:128px;
	padding:0px
	}

#sidebar2 {
	width:128px;
	padding:1px
	}
#searchsubmit {
	width:64px;
	padding:1px;
	text-align:right;
	}

.entry form { 
	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
	}

/* =========== Begin Miscellaneous Tags and Classes ========== */
.blockcode {
	font:1em 'Courier New', Courier, monospace;
	line-height:120%;
	text-align: left;
	margin:12px 0;
	padding:0px 16px 0px 16px
	}
	
code {
	font:1em 'Courier New', Courier, monospace;
	}

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

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

blockquote {
	color:#262626;
	line-height:120%;
	margin:12px 0;
	padding:0px 16px 0px 16px
}

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

.center {
	text-align:center
	}

a img {
	border:none
	}

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

.spacer10 {
	line-height: 0px;
	height: 10px;
}

.spacer40 {
	line-height: 0px;
	height: 40px;
}

.spacer160 {
	line-height: 0px;
	height: 460px;
}

/* ==================== Depracated ================== */
	
.spacer {
	line-height: 0px;
	height: 0.8em;
}

.spacer160 {
	line-height: 0px;
	height: 0.8em;
}

.spacerfour {
	line-height: 0px;
	height: 4em;
}

.spaceronehundred {
	line-height: 0px;
	height: 44em;
}

.spacerfour p{
	line-height: 0px;
	font-family: Tahoma, Verdana, sans-serif;
	color:#A6A6A6;
}

.spacerbig {
	line-height: 0px;
	height: 7.0em;
}

.spacer-page-bottom {
	line-height: 0px;
	clear:both;
	width:960px;
	height:40px;
}

/* ======================== PLUG-INS  ======================== */

/* ======================= Begin Breadcrumb NavXT ===================== */
#page .breadcrumb {
	color:#888;
	font-weight:bold;
}

#page .breadcrumb a {
	font-weight:bold;
}

/* ======================= Begin CTC ===================== */

.ctc{
margin-left:2px;
}

/* ======================= Begin srg clean archives ===================== */
ul.postspermonth {
	list-style: none;
}

/* ======================= Begin WP-Snap ===================== */
#snap_nav {
}

#page ol.snap_nav {
	display: block;
	background-color:#FFF3B3;
	border-left: 10px solid #fde542;
	width:630px;
	padding:4px 5px;
	margin: 0 0 20px 0;
	float: left;
	clear: both;
	list-style: none;
}
	
#page ol.snap_nav li {
	font-size: 24px;
	font-weight:bold;
	color:#aaa;
	padding: 0 0 0 10px;
	display: block;
	float: left;
}

#page ol.snap_nav li a {
	font-size: 24px;
	font-weight:bold;
	color:#0000ff;
	margin:10px 0 40px 0;
}

#page ol.snap_nav li.snap_selected a {
	color:#666;
	cursor: pointer;
}

#page ol.snap_titles {
	clear: both;
	display: block;
	border: 0;
	list-style: none;
}

/* ============== Begin Contextual Related Posts ============= */

#content div.relatedposts ul {
	padding-left:12px;
	padding-right:12px;
	list-style-type:none;
}

/* ======================== Begin UTW ======================== */
#content .utw-tag-title {
	font-family: Tahoma, Verdana, sans-serif;
	font-size:100%;
	font-weight:bold;
	padding-right:0.2em;
	color:#A6A6A6;
}
#content .utwtags a {
	line-height:180%;
}                                                          
#content .utwtags img {
	padding-left:0.1em;
	padding-right:0.1em;
}                                                          

/* ===================== Begin Share This ==================== */
#content .singleentry .akst_link {
	margin:0 2em 0 0;
}

/* ===================== Begin In Series ===================== */
#content div.series_toc {
	width:646px;
	margin-top:-12px;
	margin-bottom:24px;
	background: #FFEE88;
}
                                                                                        
#content div.series_toc h3 {
	color: #FFEE88;
	background: #A6A6A6;
	width:634px;
	padding:6px 0 6px 12px;
}

#content div.series_links{
	height:1em;
}
/* ===================== Begin Gregarious ===================== */
#content div.diggWrap {
	margin:4em 0 1em 0;
}

/* ===================== Begin Clipmarks ===================== */
.CM_CTB_Post_Text {
	font-family: arial,verdana,sans-serif;
	color:#626262;
	font-weight: normal;
	margin-top:-48px;            
	margin-bottom:1em;            
}
.CM_CTB_Border_Outer { 
   	margin: 1em; 
	font-family: arial,verdana,sans-serif;
	color: #333333; 
	background: #FFFFFF;
	margin:0;
	padding:0 0 1em 0;
	width:640px
	clear: left; 
}
.CM_CTB_Content_Wrap { 
	background: #FFEE88;
	padding:0 0 1em 0;
}
.CM_CTB_Content_Wrap li { 
	margin-left:1.25em;
	margin-right:1.25em;
	padding-left: 0px; 
}
.CM_CTB_Source { 
	border-bottom: solid 1px #dcdcdc; 
	white-space: nowrap; 
	margin-bottom: 8px; 
	background-color: #eeeeee ;
	background-image: url(http://clipmarks.com/images/source-bg.gif); 
	background-repeat: repeat-x; 
	height: 24px; 
	line-height: 24px; 
	vertical-align: middle; '
	padding-bottom: 4px; 
	color: #666666; 
	font-size: 10px; 
}
.CM_CTB_Source img { 
	vertical-align: middle; 
	margin: 0px 4px; 
	display: inline; 
	border: none; 
	float:none; 
}
.CM_CTB_Source a { 
	font-size: 11px; 
}
.CM_CTB_Content_Item { 
	text-align: left; 
	padding:0 2em 0 2em;
	margin: 4px 0px 8px 0px; 
	background: transparent;
	border: none; 
}
.CM_CTB_Content_Hr { 
	height: 2px; 
	font-size: 2px; 
	background: #dcdcdc; 
	border-bottom: solid 1px #f5f5f5; 
	margin: 2px 4px; 
}
.CM_CTB_Post_Footer { 
	margin: 0px 6px 6px 4px; 
}
.CM_CTB_Post_Footer table { 
	font-size: 11px;
	border-spacing: 0px;
	padding: 0px; 
}
.CM_CTB_Post_Footer table td a img { 
	border-width:0px;
	padding:0px;
	margin:0px; 
}
.CM_CTB_WP_Equiv_H1 { 
	margin: 4px 0px; 
	color: #000000; 
	font-size: 20px; 
}


/* ======================= END USED CSS ====================== */


/*  OLD STUFF UNUSED STUFF OLD STUFF UNUSED STUFF OLD STUFF UNUSED STUFF OLD STUFF UNUSED STUFF OLD STUFF UNUSED STUFF

h2.linklisthead {
	color:#FFF;
	background-color:#A6A6A6;
	font-size: 100%;
	font-weight:bold;
	width:116px;
	padding-left:12px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:2em;
	margin-bottom:0.5em;
}

img.sidehead {
	margin-top:2em;
}

.postheadingmultipage {
	font-family: Tahoma, Verdana, sans-serif;
	font-size:1.5em;
	font-weight:bold;
}

code {
	text-align:left;
}                                                                                              

*/


