
/*----- Common Plea CSS Base ---*/
body { 	margin: 0 0 0 0; padding: 0; text-align: center; background-color:#FFF; 
} 

body { font: normal 11px/13px Futura, 'Trebuchet MS', sanserif; }

img
{
	border: 0;
}

.extended { background:white; height:497px; overflow:hidden; z-index: 1; width: auto; }
 
/* 
for longer pages the height of #page OR 
.extended needs to be set (and the latter as an attribute of #mainframe) 
- scrollbar appearance knocks positioning off 
*/ 

.leftside { position:absolute; top:0px; left:0px; z-index: 1;}
.rightside { position:absolute; top:0px; right:0px; z-index: 1;}

a { color:#c00; }

#one { float: left; width:266px; }
#two { float: left; width:267px; }
#three { float: left; width:267px; }
.menu-col { padding:20px 10px; text-align:center; }
#full { text-align:center; width:800px; padding: 40px 0 30px 0;}
#one img, #two img, #three img, #text-plain img, #text-alt img, #sample img { padding:0; }

#right-column { width:248px; float:right;  z-index: 4; margin:0; padding:0; } 
#left-column { float:left; z-index: 2; width: 442px; } 
#left-column img { padding:0; margin:0;  z-index: 3; }

#right-column, #left-column
{
	font-family: Helvetica, Arial, sans-serif;
	padding:10px 20px 5px 20px; text-align:left;
	color: #333333;
	background-color: white;
	border: 0;
}

.post
{
	padding-bottom: 10px;
}

.post h2
{
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin-bottom: 5px;
}

.post h2 a
{
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: black;
}

.post h2 a:hover
{
	text-decoration: underline;
}

.post p
{
	margin-top: 0;
	line-height: 1.4em;
	margin-bottom: 12px;
	font-size: 12px;
}

a.home-return
{
	text-transform: uppercase;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}

a.home-return:hover
{
	text-decoration: underline;
}

form#search-form p
{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	color: black;
	margin-bottom: 0;
}

a.feed-link
{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: black;
}

#sidebar h2
{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
	margin: 20px 0 0 0;
}

#sidebar ul#tags_list
{
	list-style-type: none;
	margin: 0 0 0 -3px;
	padding: 0;
}

#sidebar ul#tags_list li
{
	float: left;
	height: 17px;
	background: url('../images/tag-right.png') top right no-repeat;
}

#sidebar ul#tags_list li a
{
	display: block;
	padding: 3px 8px;
	background: url('../images/tag-left.png') top left no-repeat;
	height: 17px;
	color: #666666;
}

#sidebar ul.raquo
{
	list-style-image: url('../images/raquo.png');
	margin: 0 0 0 15px;
	padding: 0;
}

#sidebar ul a
{
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}

#sidebar ul a:hover
{
	text-decoration: underline;
}

#sidebar ul li
{
	margin: 3px 0;
}

#sidebar img
{
	margin: -1px 0 0 0;
	padding: 0;
	vertical-align: middle;
}

#sidebar span.sub
{
	font-size: 10px;
}

form#search-form input
{
	font-size: 16px;
	color: black;
	background-color: #e6e6e6;
	border: 1px solid #999;
	padding: 3px;
	width: 225px;
	margin-top: -10px;
}

/*----- Chyrp Native Code ------*/
div#controls {
    background-color: #131313;
    border-bottom: .1em solid #0f0f0f;
    padding: 0 0 .3em 0;
    width: 100%;
}
div#controls ul {
    margin: 0 auto;
    padding: .4em;
    width: 660px;
}
div#controls ul li {
    background: none;
    display: inline;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
div#controls ul li a:link,
div#controls ul li a:visited {
    color: #bbb;
    border: none;
    padding: .1em .6em;
}
div#controls ul li a:hover {
    color: #fff;
}
div#controls ul li.close a:link,
div#controls ul li.close a:visited {
    color: #e35533;
}
div#controls ul li.close a:hover {
    color: #ff6039;
}

.clear {
    clear: both;
}
.right {
    float: right;
}
.left {
    float: left;
}

/* Miscellaneous */
    /* Emoticons module. */
    img.smiley {
        margin: 0 0 -.3em;
    }

    /* Tags module. */
    .tag {
        font-family: "palatino linotype", palatino, georgia, "times new roman", times, serif;
    }
    .tags_select {
        display: inline-block;
        margin-top: .5em;
    }
    .tags_select a {
        padding: .1em .4em;
        border: .1em solid #DDDDA8;
        background: #FFFFCA;
        text-decoration: none;
        border-top-width: 0;
        border-left-width: 0;
        color: #555;
    }
    .tags_select a.tag_added {
        background: #111;
        border-top-width: .1em;
        border-bottom: 0;
        border-left-width: .1em;
        border-right: 0;
        border-color: #000;
    }

/* Debugger */
#debug {
		display: none;
    background: #ffffdd;
    color: #666;
    padding: .4em .75em .5em .75em;
    border-top: .1em solid #ddd;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 33%;
    overflow-y: scroll;
    overflow-x: hidden;
}
#debug h5 {
    margin: 0;
    font-size: 1.1em;
    color: #a3a39a;
}
#debug h5 .sub {
    color: #b3b3aa;
}
#debug ol.queries li {
    margin: 0 0 1em;
}
#debug pre {
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 .5em;
    xoverflow-x: scroll;
    word-wrap: break-word;
}
#debug .toggle {
    font-weight: bold;
    color: #666;
    float: right;
}


