/**********************************************************************/
/* Template: bulletproof for Serendipity (http://www.s9y.org)         */
/* Authors: Matthias Mees, David Cummins and Don Chambers             */
/*                                                                    */
/* Stylesheet for the colorset 'purple'                               */
/*                                                                    */
/* http://s9y-bulletproof.com                                         */
/**********************************************************************/


.serendipity_xml_icon {
    background: url('img/conscolors_xml.png') no-repeat center;
    margin: 0;
    padding: 0 0;
    visibility: visible;
}

.serendipity_xml_icon img {
    visibility: hidden;
}

a {
	color: #c00;
	text-decoration: none;
}
a img { border: none; }
a:hover {
	color: #900;
	text-decoration: underline;
}

body {
	background-color: #090909;
}

#serendipity_comment_page
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
}

#wrapper { width:920px; margin:0 auto; padding:75px 30px 0 30px; text-align:left; background:#fff url(/src/img/background.png) repeat-y left top; min-height:100%; font-size: 13px; }

#serendipityLeftSideBar, #serendipityRightSideBar { color:#505050; overflow:hidden; }

#serendipityLeftSideBar
{
	width: 180px;
}
#serendipityRightSideBar { width: 225px; }
#serendipityRightSideBar .serendipitySideBarItem { margin:0;padding:0;text-align:right; }

#content { color:#505050; line-height:1.4em; letter-spacing:1px; width:515px;
}

#content h3 {
    font-size: 100%;
    margin: 10px 0 0 0;
}

.serendipity_commentsTitle {
    font-size: 100%;
    font-weight: bold;
}

#content h4 {
    font-weight: normal;
    font-size: 170%;
    margin: 5px 0 15px 0;	
}

.serendipity_entryFooter {
	font-size: 0.8em;
	margin: 3px 0 2em 0;
	padding: 0 1em 0 0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	background-color: #f9f9f9;
	text-align: right;
}

.serendipity_pageFooter {
    margin: 5px 0 10px;
}

/* pagination links */
div.pagination{
    margin-top: 1em;
}

.pagination a:link,
.pagination a:visited{
    border: 1px solid #EDBCF9;
    padding: 2px 6px;
}

span#thispage {
    background-color: #823995;
    border: 1px solid #823995;
    color: #ffffff;
    padding: 2px 6px;
}

.pagination a:hover,
.pagination a:active {
    background-color: #EDBCF9;
    border: 1px solid #823995;
}

.serendipitySideBarItem {
    margin: 0;
    padding: 0;
    overflow: hidden; 
}

.serendipitySideBarTitle {
	font-weight: normal;
	font-size: 130%;
	text-transform: capitalize;
	font-variant: small-caps;
    color: #30303f;
	padding: 3px 5px;
	border-bottom: 1px dotted #c00;
	margin: 0;
}

.serendipitySideBarContent { padding:0; margin:0; line-height:1.4em; }


#month,
.serendipity_weekDayName, 
#today {
    font-size: 100%;
}

#footer {
	display: none;
}

img.serendipity_entryIcon {
    float: left;
    border: 0px;
    margin: 0 5px 0px 0;
}

input#serendipityQuickSearchTermField {
	border: 1px solid #900;
	background: #fff;
	width: 80%;
	width: 126px;
}
.quicksearch_submit
{
	border: none;
	width: 15%;
	background: #FFFFFF url(img/quicksearch.png) no-repeat center center;
	text-indent: -9999px;
	cursor: pointer;
}

#sitenav #searchform input {
    border: 1px solid #823995;
}

blockquote {
    background: #f4edf5;
    color: #505050;
    border-left: 5px solid #823995;
    margin: 1em 2em 1em 4em;
    padding: 1em 1em 1em 2em;
}

blockquote p {
   margin: 0.5em 0;
   padding: 0;
}

.serendipity_comment_author_self comment_evenbox,
.comment_evenbox {
    line-height: 1.2em;   
    border: 1px dotted #c00;
    background: #dfdfdf;
}

.serendipity_comment_author_self comment_oddbox,
.comment_oddbox {
    line-height: 1.2em;
    border: 1px dotted #c00;
    background: #F5F4F8;
}

.serendipity_commentsTitle {
    font-weight: normal;
    font-size: 130%;
    letter-spacing: -1px;
    margin: 1em 0;
    padding: 0.5em 0;
}

.s9y_wrap {
    background: #fff;
    font-size: 69%;
}

#content h3.serendipity_date
{
	margin-top: 0;
}

/* edit link for all sidebar items */
.serendipity_edit_nugget {
    font-weight: bold;
    margin-top: 10px;
    text-align: right;
}

.serendipity_edit_nugget a {
    background: transparent url('img/configure.png') bottom left no-repeat;
    padding: 4px 0 0 20px;
}

.serendipity_image_center,
.serendipity_image_left,
.serendipity_image_right
{
	padding: 0 5px;
}
