/* Cleaned CSS: */


#lj_controlstrip {
    background-color: #efefef;
    background-image: url("//www.dreamwidth.org/palimg/controlstrip/bg.gif/ptefefefc9c9c9");
}

#lj_controlstrip {
    color: #555555;
    border-bottom: 1px solid #bbbbbb;
}

#lj_controlstrip_statustext {
    color: #555555;
}

#lj_controlstrip a {
    color: #dc3616;
}

#lj_controlstrip_user,
#lj_controlstrip_actionlinks,
#lj_controlstrip_search,
#lj_controlstrip_login,
#lj_controlstrip_loggedout_userpic {
    border-right: 1px solid #bbbbbb;
}

#lj_controlstrip_login td {
    border-bottom: 0;
}

#lj_controlstrip td td {
    border-bottom: 0;
}
/* user css */

/* /*	Template: (#53) Linus and Lucy	 */
/*	Date: November 12, 2008	*/
/*	S2 Style: Mix It	*/
/*	Available at http://community.livejournal.com/thefulcrum/	*/
/*	Made by Liz a.k.a. grrliz.livejournal.com	*/

* {margin: 0px; padding: 0px; }

html {font-size: 100%; /* IE hack */ }

body {
	background: #efefef;
	color: #555555;
	font-family: georgia, palatino, "palatino linotype", times, "times new roman", serif;
	font-size: 70.5%;
	text-align: center;
	}

a, a:link, a:visited, a:active {color: #DC3616; font-weight: normal; text-decoration: underline; outline: none;}

blockquote {margin: 1em 3em; padding: 1em; border: 3px double #bbbbbb; background: #f3f3f3;}

input, textarea, select {}

h1, h2, h3 {font-family: "century gothic", helvetica, verdana, sans-serif; text-transform: uppercase;}

font {font-family: inherit !important; color: inherit !important;}


/* ----------------------------------------- */
/* ---------- PAGE STRUCTURE --------------- */
/* ----------------------------------------- */

/* -- don't touch the stuff below -- */
#page, #header, #content, #footer {position: relative; top: 0;}
#alpha, #beta, #gamma {display: inline; float: left; position: relative; top: 0;}
#footer {margin: -1px 0 0 0; /* HACK - removes space between content and footer */}
#page-inner, #header-inner, #content-inner, #alpha-inner, #beta-inner, #gamma-inner, #footer-inner {position: static;}
#header-inner, #alpha-inner, #beta-inner, #gamma-inner {overflow: hidden; /* hide content that is larger than the element dimensions */}
#alpha-inner[id] { overflow: visible; } /* FF MAC & PC will clip pager-top when accessing page anchor */
/* -- don't touch the stuff above -- */


#page {margin: 0px auto; padding: 0px;}

#container {width: 960px; margin: 0px auto; margin-top: 20px; margin-bottom: 20px; background: url("https://p.dreamwidth.org/456078aaa2a4/-/img.photobucket.com/albums/v388/grrliz/other/layouts/fulcrum/53_content.gif") top center repeat-y; font-size: 1.2em; line-height: 1.75em; text-align: left;}

#header {margin-bottom: 2em; padding: 10px 30px 0px 30px; background: url("https://p.dreamwidth.org/2f7a811ce895/-/img.photobucket.com/albums/v388/grrliz/other/layouts/fulcrum/53_header.gif") top center no-repeat transparent; text-align: center;}

#alpha {display: inline; width: 630px;}
	.layout-tw #alpha {float: right; padding-right: 30px;}
	.layout-wt #alpha {float: left; padding-left: 30px;}

#beta {display: inline; width: 240px; text-align: center;}
	.layout-tw #beta {float: left; padding-left: 30px;}
	.layout-wt #beta {float: right; padding-right: 30px;}

#footer {clear: both; padding: 20px 20px 10px 20px; background: url("https://p.dreamwidth.org/c5f6a0828da3/-/img.photobucket.com/albums/v388/grrliz/other/layouts/fulcrum/53_footer.gif") bottom center no-repeat;}


/* ---------------------------- */
/* ---------- HEADER ---------- */
/* ---------------------------- */

#header-content {}

ul.nav {width: 100%; padding: 1em 0; border-bottom: 1px dotted #bbbbbb; text-align: center; text-transform: lowercase; list-style-type: none;}
	ul.nav li {display: inline; margin: 0px 10px; padding: 0px; }
	ul.nav a, li.view {color: #555555; text-decoration: none; letter-spacing: 0.1em;}
	ul.nav a:hover {text-decoration: underline;}

#header-name {padding: 1em 0 0 0; color: #DC3616; font-size: 1.6em; font-family: futura, "century gothic", helvetica, verdana, sans-serif; letter-spacing: 0.1em; text-transform: uppercase;}
	#header-name a {text-decoration: none;}

#header-description {padding: 0 0 1em 0; border-bottom: 1px dotted #bbbbbb; font-family: futura, "century gothic", helvetica, verdana, sans-serif; letter-spacing: 0.1em; text-transform: uppercase;}


/* ----------------------------- */
/* ---------- ENTRIES ---------- */
/* ----------------------------- */


/* previous and next links */
.stream-header {display: none;}
.stream-footer {clear: both; display: block; width: 100%; padding: 1em 0 0 0; border-top: 1px dotted #bbbbbb; text-align: center; text-transform: lowercase; list-style-type: none;}
	.stream-footer a {color: #555555; text-decoration: none; letter-spacing: 0.1em;}

/* entry container */
.asset {margin: 0px 0px 30px 0px;}

.asset-header {}
	.asset-header ul.asset-meta-list {border: 0px;}
	.asset-header img {}
	.lj-view-entry .asset-header {padding: 0; }

/* entry subject */
h2.page-header2 {padding: 1em 0 0 0; border-top: 3px double #bbbbbb; font-size: 15px; font-family: futura, "century gothic", helvetica, verdana, sans-serif; letter-spacing: 0.1em; text-transform: uppercase; text-align: center;}
h2.page-header2 a, .lj-view-tags h2 {color: #DC3616; text-decoration: none;}

.lj-view-tags h2.page-header2 {padding: 1em 0; border-bottom: 1px dotted #bbbbbb; font-weight: normal;}


/* entry body, meta, tags */
.asset-content {padding-top: 1em;}

/* entry text */
.asset-body {overflow-x: hidden;}
	.asset-body a {text-decoration: underline; font-weight: bold;}
	.asset-body ol, .asset-body ul {margin: 1em 3em;}
	.asset-body dt {padding: 5px 0px; border-bottom: 3px double #bbbbbb; font-weight: bold; text-transform: uppercase;}
	.asset-body dd {margin-left: 30px; padding: 10px; border: 1px solid #bbbbbb; border-top: 0px;}

/* userpic */
.user-icon {display: inline; float: right; padding-top: 1em; text-align: center;}
.user-icon img {margin: 0px 0px 0px 10px; padding: 5px; border: 1px dotted #bbbbbb; background: #f3f3f3;}

.ljuser {display: inline !important;}
.ljuser a img {margin: 0px; padding: 0px; background: transparent !important; color: #DC3616; font-weight: normal; text-decoration: none;}


/* mood, music, location */
.lj-currents ul {margin-top: 0.5em; padding-top: 0.5em; border-top: 1px dotted #bbbbbb; font-family: georgia, palatino, "palatino linotype", times, "times new roman", serif; text-decoration: none; text-transform: lowercase; letter-spacing: 0; font-weight: normal; list-style-type: none;}
.lj-currents span.entryMetadata-label {margin-top: 0.5em; padding-top: 0.5em; font-size: 1em; font-family: futura, "century gothic", helvetica, verdana, sans-serif; letter-spacing: 0.1em; text-transform: uppercase; font-weight: normal; list-style-type: none;}
.lj-currents ul li a {text-decoration: none;}
.lj-currents ul li a:hover {text-decoration: underline}

/* --- tags --- */
.asset-tags {text-transform: lowercase;}
.asset-tags-header {display: block; float: left; width: 3em; /* matches .asset-tags-content width */ height: 100% !important; padding: 0px 5px 5px 0px; font-size: 1em !important; color: #555555; font-size: 1em; font-family: futura, "century gothic", helvetica, verdana, sans-serif; letter-spacing: 0.1em; text-transform: uppercase; font-weight: normal; list-style-type: none;}
.asset-tags ul {font-family: georgia, palatino, "palatino linotype", times, "times new roman", serif; text-decoration: none; text-transform: lowercase; letter-spacing: 0; font-weight: normal; list-style-type: none;}
.asset-tags-list {margin: 0 0 0 3em;  list-style-type: none;}
.asset-tags-list li {display: inline; padding-right: 5px;}
.asset-tags-list a {white-space: normal !important; text-decoration: none;}
.asset-tags-list a:hover {text-decoration: underline}


/* comments bar */
ul.asset-meta-list {clear: both; margin-top: 0.5em; padding: 0.5em 0; border-top: 1px dotted #bbbbbb; border-bottom: 1px dotted #bbbbbb; text-align: center; list-style-type: none;}
ul.asset-meta-list li.item {display: inline; margin: 0px 5px; padding: 0px;}
li.asset-meta-comments {}
li.asset-meta-comments a {color: #555555; font-size: 10px; font-family: futura, "century gothic", helvetica, verdana, sans-serif; letter-spacing: 1px; text-transform: uppercase; text-decoration: none;}
li.asset-meta-comments a:hover {text-decoration: underline;}



.prevnext, .prev, .next {padding: 5px 0px;}


/* date and time */
div.asset-header ul {margin: 0; padding: 0; letter-spacing: 0.1em;}
div.asset-header ul.asset-meta-list li.item {display: block; padding: 0 0 0.5em 0; border-bottom: 1px dotted #bbbbbb; text-align: center;}



/* ----------------------------- */
/* ---------- SIDEBAR ---------- */
/* ----------------------------- */

.widget {margin-bottom: 15px; padding: 1em; border: 3px double #bbbbbb;}

.widget-header {color: #DC3616; font-family: futura, "century gothic", helvetica, verdana, sans-serif; font-weight: normal; letter-spacing: 0.1em; text-align: center; text-transform: uppercase;}
	.calendar-widget .widget-header,
	.about-me-widget .widget-header,
	.customtext-widget .widget-header {border-bottom: 1px dotted #cdcdcd;}
.widget a {color: #dc3616; text-decoration: none;} /* **Carol changes*/
.widget a:hover {}

.widget ul {margin: 0px; padding: 0px; list-style-type: none;}

.widget ul {border-bottom: 1px dotted #cdcdcd;}
.widget li.item {margin: 0px; padding: 0px; }
.widget li.item a {display: block; margin: 0px; padding: 3px 0px; border-top: 1px dotted #cdcdcd;}

.about-me-widget {}
.about-me-widget .widget-header a {color: #DC3616;}
.about-me-widget .widget-content {padding-top: 0.5em;}
.about-me-widget dd.profile-username {text-transform: uppercase;}

.calendar-widget {}
	.calendar-widget table {width: 100%; font-size: 11px; text-align: center; }
	.calendar-widget th, 
	.calendar-widget td {margin: 0px; padding: 0px; border: 1px solid #ccc;}
	.calendar-widget p {margin: 0px; padding: 0px;}
	.calendar-widget tr:first-child td {border: 0px;}
	.calendar-widget tr:first-child a, 
	.calendar-widget tr:first-child a:hover {font-weight: bold;}
	

.archive-widget ul li.item {padding: 3px 0px; border-top: 1px dotted #cdcdcd;}
.archive-widget ul li.item a {display: inline; margin: 0px; padding: 0px; border: 0px;}

.customtext-widget .widget-content {padding-top: 0.5em; line-height: 180%;}

.powered-widget {display: none;}

/* leave this turned off otherwise it will credit someone else with the design */
.designed-widget {display: none;}



/* ----------------------------------- */
/* ---------- COMMENTS PAGE ---------- */
/* ----------------------------------- */

/* Comments ---------------------------------------*/
#comments {padding: 0px;}

div.comments-inner h2 {margin: 0px; padding: 1.5em 0 0 0; font-size: 1.4em; font-weight: normal;}

.comment {position: relative; min-height: 130px; margin-bottom: 3em; padding:0px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.comment-odd {}
.comment-even {background: #ffffff;}

.comments-nav {margin: 0px 0px 20px 0px; text-align:center;}

.comment-meta {padding: 5px 0px;}
.comment-meta .user-icon {position: relative; float: right; display: inline; padding-bottom: 10px;}

/* --- reply, freeze, screen, etc ---  */
.comment-links {margin-top: 0.9em; color: #555555; font-size: 10px; font-family: futura, "century gothic", helvetica, verdana, sans-serif; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; text-align: right; }
	.comment-links a {text-decoration: none;}
.comment-subject {font-weight: bold;}
.comment-date {margin-top: 0.9em; margin-bottom: 0.9em;}

/* Fix height in IE */
.comment {height: 1%;}

/* Quick Reply  ---------------------------------------*/
.quickreply {margin-top: 1em; width:90%; padding-top: 5px; padding-bottom: 10px;}

#commenttext, #subject {width: 90%;}
#comment-form {width: 500px;}



/* ------------------------------ */
/* ---------- ARCHIVES ---------- */
/* ------------------------------ */

/* Calendar/Archive ---------------------------------------------------------------------- */

ul.year {text-align: center; padding: 0px;}
ul.year li {display: inline; padding: 0px 5px;}
        
table.yeartable {width: 100%; margin-left: auto; margin-right: auto;}
table.yeartable td.yeardate, table.yeartable td.yearday {padding: 5px; border: 1px solid #bbbbbb;}
table.yeartable td.yearday {background-color: #ebebeb; text-align: center;}
td.yearmonth, td.yeardate a {font-size: 12px; font-family: futura, "century gothic", helvetica, verdana, sans-serif; letter-spacing: 0.1em; text-transform: uppercase;}
	td.yearmonth a {text-decoration: none;}
td.yeardate a {font-size: 1.5em; text-decoration: none;}

dd.viewsubjects {margin: 0 0 .75em .75em;}


.lj-view-archive .asset-header, .lj-view-month .asset-header {margin: 0px; border: 0px; padding: 0px;}
.lj-view-archive .asset-body, .lj-view-month .asset-body {margin: 0px; border: 0px; padding: 10px 0px;}

.lj-view-month widget table {margin: 0px !important;}

.lj-view-tags #alpha ul {margin: 10px 0px 10px 20px;}
.lj-view-tags #alpha ul li {padding: 2px 0px;}


/* -------------------------- */
/* ---------- MISC ---------- */
/* -------------------------- */


/* Sponsored Plus ---------------------------------------*/

#ad-5linkunit {
    clear: both;
}

#ad-leaderboard {
        margin-bottom: 10px;
}


/* Utility Code --------------------------------------------------- */

/* clear floats, inspired by positioniseverything.net/easyclearing.html */
.comment-body:after,
#page-inner:after,
#header-inner:after,
#header-photo:after,
#content-inner:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#delta-inner:after,
#footer-inner:after,
.widget .user-pic:after {
content: ".";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0.1px;
}

/* float in post bodies around enclosures */
#content-inner,
.asset-body {
height: 1%;
}

/* Win IE < 7 */
* html #header-name a { word-wrap: break-word; }


/* ---------------------------------------- */
/* ---------- CONTEXTUAL POP-UPS ---------- */
/* ---------------------------------------- */

div.ContextualPopup div.Inner {padding: 5px; border: 1px solid #bbbbbb; background: #f3f3f3 !important; color: #555555 !important; text-align: left;}
div.ContextualPopup div.Inner a, div.ContextualPopup div.Inner a:visited {color: #DC3616 !important; font-weight: bold !important; text-decoration: none !important; font-weight: normal;}
div.ContextualPopup div.Inner a:hover {color: #555555 !important; text-decoration: underline;}
div.ContextualPopup .Relation, div.ContextualPopup .Content .OnlineStatus {color: #555555 !important; font-weight: bold !important;}


/* ---------------------
PLEASE PASTE ANY FURTHER 
CSS OVERRIDES BELOW HERE 
--------------------- */

 */



