
/***********************
* Style.css            *
***********************/
body
{
    font-size: 62.5%;
    font-family: 'Georgia' , Verdana, Arial, Sans-Serif;
    color: #fff;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    background-color: #1d1c1c;
    background-image: url(images/bg_pattern.jpg);
    background-repeat: repeat;
}

#page
{
    margin: 0px auto;
    padding: 0;
    width: 820px;
    text-align: left;
    overflow: hidden;
}
#wrapper
{
    background-image: url(images/bg_sprites.png);
    background-repeat: repeat-y;
    background-position: center;
    background-position: top;
    margin: 0px auto;
    overflow: hidden;
}


/***********************
	* Blocks               *
	***********************/
hr
{
    display: none;
}
/*
small
{
    font-family: 'Georgia' , Helvetica, Sans-Serif;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding-top: 52px;
}

small2
{
    font-family: 'Georgia' , Helvetica, Sans-Serif;
    font-size: 2.7em;
    line-height: 1.5em;
    color: #333;
    text-align: center;
    vertical-align: middle;
    padding-top: 60px;
    font-weight: bold;
    font-style: italic;
}
*/
.dateblue12
{
    background-image: url(images/post_head.png);
    background-repeat: no-repeat;
    width: 600px;
    height: 85px;
    text-align: center;
    vertical-align: middle;
}

.hidden
{
    display: none;
}

.clear
{
    clear: both;
}


/***********************
	* Alignment            *
	***********************/
.alignright
{
    float: right;
}

.alignleft
{
    float: left;
}

.aligncenter, div.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.center
{
    text-align: center;
}


/***********************
	* Headings             *
	***********************/
h1
{
    font-size: 3.3em;
    padding-top: 0;
    margin: 0;
}

h2
{
    font-size: 1.8em;
    margin: 0px 0 0;
}

.singlehead
{
    font-size: 3.3em;
    margin: 0px 0 0;
}

.commentsheader
{
    font-family: 'Georgia' , Verdana, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 2.8em;
    font-style: italic;
    margin-bottom: 10px;
}

h2.pagetitle
{
    font-size: 1.8em;
    margin-top: 0px;
    text-align: center;
}

h3
{
    font-size: 1.8em;
    padding: 0;
    margin: 30px 0 0;
}


h1, h2, h3
{
    font-family: 'Georgia' , Verdana, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 1.8em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description
{
    text-decoration: none;
    color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited
{
    color: white;
    font-style: italic;
    font-size: 1.8em;
    text-align: center;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite
{
    text-decoration: none;
}


/***********************
	* Links                *
	***********************/
a, h2 a:hover, h3 a:hover
{
    color: #eb008b;
    text-decoration: underline;
}

a:hover
{
    color: #fff;
    text-decoration: none;
}


/***********************
	* Lists                *
	***********************/
html > body .entry ul
{
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: none;
    padding-left: 10px;
    text-indent: -10px;
}

html > body .entry li
{
    margin: 7px 0 8px 10px;
}


/***********************
	* Misc                 *
	***********************/
code
{
    font: 1.1em 'Courier New' , Courier, Fixed;
}

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

acronym, abbr, span.caps
{
    cursor: help;
}

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

blockquote
{
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

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



/***********************
* Header               *
***********************/
#headerimg .description
{
    font-size: 1.2em;
    text-align: left;
}

#header
{
    background-image: url(images/header.png);
    background-repeat: no-repeat;
    margin: 0;
    padding: 10px;
    height: 180px;
    width: 820px;
}

#header p.home_link 
{
    float:left;
}

#header p.home_link a
{
    display:block;
    height:160px;
    text-indent:-9999px;
    width:350px;
}

/***********************
	* Nav bar              *
	***********************/



#nav
{
    margin-left: 628px;
    width: 120px;
    text-align: center;
}


#nav ul
{
    list-style: none;
    padding:25px 0 0 32px;
    text-align: center;
	overflow: hidden;
	margin: 0;
	width: 120px;
}

#nav li
{
	float:left;
	text-align:center;
	width:100px;
}

#nav a
{
    font: 1.8em 'Georgia' , san-serif;
    font-style: italic;
    color: #fff;
    text-decoration: underline;
}

#nav a:hover
{
    color: #f580c5;
    text-decoration: none !important;
}


/***********************
* Content              *
***********************/
#content
{
    font-size: 1.2em;
}


/***********************
	* Narrow Column        *
	***********************/
.narrowcolumn
{
    float: left;
    padding: 0 0 0px 0px;
    margin: 0px 0 0;
    width: 600px;
}

.narrowcolumn .postmetadata
{
    text-align: center;
    padding-top: 0px;
    padding-bottom: 30px;
}

.narrowcolumn .entry, .widecolumn .entry
{
    text-align: center;
    line-height: 1.4em;
    font-size: 1.2em;
}


/***********************
	* Wide Column          *
	***********************/
.widecolumn
{
    line-height: 1.6em;
    padding: 10px 0 20px 0;
    margin: 5px 0 0 150px;
    width: 650px;
}

.widecolumn .entry p
{
    font-size: 1.05em;
}

.widecolumn .post
{
    margin: 0;
}
.widecolumn .postmetadata
{
    margin: 30px 0;
}

.widecolumn .attachment
{
    text-align: center;
    margin: 5px 0px;
}

.widecolumn .smallattachment
{
    text-align: center;
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px;
}


/***********************
	* Entry                *
	***********************/
.entry p a:visited
{
    color: #b85b5a;
}

.entry ol
{
    padding: 0 0 0 35px;
    margin: 0;
}

.entry ol li
{
    margin: 0;
    padding: 0;
}

.entry ul li:before, #sidebar ul ul li:before
{
    content: "\00BB \0020";
}


/***********************
	* Post                 *
	***********************/


/*
	post colors 
*/

/* blue */

.Allan a
{
	color: #39E5E8!important;
}

.Allan .date
{
    background-image: url(images/post_head2.png);
}

.Allan h2,
.Allan .entry
{
	border-bottom: solid 1px #39E5E8!important;
	margin:0 auto;
	padding:0 0 10px;
	width:570px;
}

/* pink */

.Leia a
{
	color: #EB008B!important;
}

.Leia .date
{
    background-image: url(images/post_head.png);
}

.Leia h2,
.Leia .entry
{
	border-bottom: solid 1px #EB008B!important;
	margin:0 auto;
	padding:0 0 10px;
	width:570px;
}

/* green */

.Laureline a
{
	color: #B3D334!important;
}

.Laureline .date
{
    background-image: url(images/post_head3.png);
}

.Laureline h2,
.Laureline .entry
{
	border-bottom: solid 1px #B3D334!important;
	margin:0 auto;
	padding:0 0 10px;
	width:570px;
}

/* yellow */

.Ruby a
{
	color: #FCFE00!important;
}

.Ruby .date
{
    background-image: url(images/post_head4.png);
}

.Ruby h2,
.Ruby .entry
{
	border-bottom: solid 1px #FCFE00!important;
	margin:0 auto;
	padding:0 0 10px;
	width:570px;
}

/* darker blue */

.iris a
{
	color: #00ADEF!important;
}

.iris .date
{
    background-image: url(images/post_head5.png);
}

.iris h2,
.iris .entry
{
	border-bottom: solid 1px #00ADEF!important;
	margin:0 auto;
	padding:0 0 10px;
	width:570px;
}

/*
	month display
*/

.date
{
    background-repeat: no-repeat;
    width: 600px;
    height: 85px;
    text-align: center;
	margin: 0 auto;
}

span.month
{
    font-family: 'Georgia' , Helvetica, Sans-Serif;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    /*vertical-align: middle;
    padding-top: 52px;*/
	padding-top:10px;
	display:block;
}

.Ruby .month
{
	color:#666;
}

span.day
{
    font-family: 'Georgia' , Helvetica, Sans-Serif;
    font-size: 2.7em;
    color: #333;
    text-align: center;
    /*vertical-align: middle;
    line-height: 1.5em;
    padding-top: 60px;*/
    font-weight: bold;
    font-style: italic;
	display:block;
	margin:0 auto;
}

.post
{
    margin: 0 0 0 0px;
    text-align: center;
    background-color: #242323;
}

.post hr
{
    display: block;
}
.postmetadata
{
    clear: both;
}

.postmetadata ul, .postmetadata li
{
    display: inline;
    list-style-type: none;
    list-style-image: none;
}

.alt
{
    background-color: #242323;
}

/***********************
	* Images               *
	***********************/
a img
{
    border: none;
}

p img
{
    padding: 0;
    max-width: 100%;
}

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;
}

/***********************
		* Image Captions       *
		***********************/

.wp-caption
{
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img
{
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text
{
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}



/***********************
* Sidebar              *
***********************/
#sidebar
{
    font: 1em 'Georgia' , Verdana, Arial, Sans-Serif;
    padding-top: 42px;
    margin-left: 15px;
    width: 200px;
    float: left;
    min-height:620px;
}

#sidebarbox1,
#sidebarbox4
{
    width: 200px;
    /*background-image: url(images/mag.gif);
    background-repeat: no-repeat;*/
    font: 1.8em 'Georgia' , Verdana, Arial, Sans-Serif;
    font-style: italic;
    text-align: left;
    color: #fff;
    margin: 0px 0 30px;
	background-color:#222121;
}

#sidebarbox1txt1,
#sidebarbox4txt1
{
    width: 200px;
    height: 30px;
    font: 1.1em 'Georgia' , Verdana, Arial, Sans-Serif;
    font-style: italic;
    text-align: center;
    padding-top: 8px;
    color: #fff;
    margin-left: 0px;
}

#sidebarbox1txt2,
#sidebarbox4txt2
{
    width: 200px;
    text-align: center;
}

#sidebarbox1txt2 a,
#sidebarbox4txt2 a
{
    font: 0.8em 'Georgia' , Verdana, Arial, Sans-Serif;
    color: #e50087;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    padding-top: 0px;
    margin-left: 0px;
}

#sidebarbox1txt2 a:hover,
#sidebarbox4txt2 a:hover
{
    font: 0.8em 'Georgia' , Verdana, Arial, Sans-Serif;
    color: #fff;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    padding-top: 0px;
    margin-left: 0px;
}

#sidebarbox2
{
    width: 200px;
    height: 150px;
    background-image: url(images/contact2.gif);
    background-repeat: no-repeat;
    color: #fff;
    margin-left: 0px;
}

#sidebarbox2txt1
{
    width: 200px;
    height: 30px;
    font: 2.1em 'Georgia' , Verdana, Arial, Sans-Serif;
    font-style: italic;
    text-align: center;
    padding-top: 8px;
    color: #fff;
    margin-left: 0px;
}

#sidebarbox2txt2
{
    width: 200px;
    height: 30px;
    font: 1.2em 'Georgia' , Verdana, Arial, Sans-Serif;
    text-align: center;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

#sidebarbox2txt2 a
{
    font: 1.1em 'Georgia' , Verdana, Arial, Sans-Serif;
    color: #e50087;
    font-style: italic;
    text-decoration: underline;
    text-align: center;
    padding-top: 0px;
    margin-left: 0px;
}

#sidebarbox2txt2 a:hover
{
    color: #fff;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    padding-top: 0px;
    margin-left: 0px;
}


#sidebarbox3,
#sidebarbox5
{
    width: 200px;
    height: 138px;
    background-image: url(images/contact.gif);
    background-repeat: no-repeat;
    color: #fff;
    margin: 0 0 30px;
}

#sidebarbox3txt1,
#sidebarbox5txt1
{
    width: 200px;
    height: 30px;
    font: 2.1em 'Georgia' , Verdana, Arial, Sans-Serif;
    font-style: italic;
    text-align: center;
    padding-top: 8px;
    color: #fff;
    margin-left: 0px;
}

#sidebarbox3txt2,
#sidebarbox5txt2
{
    width: 200px;
    height: 30px;
    font: 1.1em 'Georgia' , Verdana, Arial, Sans-Serif;
    text-align: center;
    padding-top: 10px;
    margin-left: 0px;
    margin-top: 0px;
}

#sidebarbox3txt2 a,
#sidebarbox5txt2 a
{
    font: 1.1em 'Georgia' , Verdana, Arial, Sans-Serif;
    color: #e50087;
    font-style: italic;
    text-decoration: underline;
    text-align: center;
    padding-top: 0px;
    margin-left: 0px;
}

#sidebarbox3txt2 a:hover,
#sidebarbox5txt2 a:hover
{
    color: #fff;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    padding-top: 0px;
    margin-left: 0px;
}






#sidebar #searchform #s
{
    width: 108px;
    padding: 2px;
}

#sidebar #searchsubmit
{
    padding: 1px;
}

#sidebar h2
{
    font-family: 'Georgia' , Verdana, Sans-Serif;
    font-size: 1.2em;
    margin: 5px 0 0;
    padding: 0;
}

#sidebar form
{
    margin: 0;
}


#sidebar ul, #sidebar ul ol
{
    margin: 0;
    padding: 0;
}

#sidebar ul li
{
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select
{
    margin: 5px 0 8px;
}

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

#sidebar ul ul ul, #sidebar ul ol
{
    margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li
{
    list-style: decimal outside;
}

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

mall, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike
{
    color: #fff;
    font-style: italic;
}

/***********************
	* Search               *
	***********************/
#searchform
{
    margin: 10px auto;
    padding: 5px 3px;
    text-align: center;
}

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

select
{
    width: 130px;
}


/***********************
	* Calendar             *
	***********************/
#wp-calendar
{
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
}

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

#wp-calendar caption
{
    font: bold 1.3em 'Georgia' , Verdana, Arial, Sans-Serif;
    text-align: center;
    text-align: center;
    width: 100%;
}

#wp-calendar th
{
    font-style: normal;
    text-transform: capitalize;
}

#wp-calendar td
{
    padding: 3px 0;
    text-align: center;
}

#wp-calendar td.pad:hover
{
    /* Doesn't work in IE */
    background-color: #fff;
}

#wp-calendar #prev a, #wp-calendar #next a
{
    font-size: 9pt;
}

#wp-calendar #next a
{
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a
{
    padding-left: 10px;
    text-align: left;
}



/***********************
* Comments             *
***********************/

.comments
{
    background-color: #242323;
}

h3.comments
{
    padding: 0;
    margin: 40px auto 20px;
    background-color: #242323;
}
.commentlist
{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    text-align: justify;
}
/*
.commentlist li, #commentform input, #commentform textarea
{
    font: 0.9em 'Georgia' , Verdana, Arial, Sans-Serif;
}*/

.commentlist li
{
    font-weight: bold;
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    list-style: none;
}

.commentlist li .avatar
{
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
}

.commentlist cite, .commentlist cite a
{
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}

.commentlist p
{
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
    margin: 0px 5px 0px 0;
    background-color: #333333;
    padding-left: 10px;
    padding-right: 10px;
}

#commentlistspeech1
{
    width: 520px;
}

#commentlistspeech2
{
    width: 520px;
    height: 13px;
}

#entercomment
{
    width: 600px;
    height: 317px;
    /*padding-top: 1px;
    margin-top: -12px;*/
	margin:10px 0 0;
}

.Allan #entercomment
{
	background: transparent url(images/reply_bg2.png) no-repeat scroll 0 0;
}

.Leia #entercomment
{
	background: transparent url(images/reply_bg.png) no-repeat scroll 0 0;
}

.Laureline #entercomment
{
	background: transparent url(images/reply_bg3.png) no-repeat scroll 0 0;
}

.Ruby #entercomment
{
	background: transparent url(images/reply_bg4.png) no-repeat scroll 0 0;
}

.iris #entercomment
{
	background: transparent url(images/reply_bg5.png) no-repeat scroll 0 0;
}

.Ruby #entercomment,
.Ruby #entercomment h3,
.Ruby #entercomment input
{
	color:#333333!important;
}

#entercomment h3
{
	/*margin:15px 0 0;*/
	font-size:2.5em;
	padding:25px 0 0;
	margin: 0;
}

#commentform
{
	margin: 0;
}

#commentform fieldset
{
	border:medium none;
	width:360px;
	margin:0 auto;
	padding:0;
}

#commentform fieldset ul 
{
	list-style-type: none;
	width:360px;
	margin:0;
	padding:10px 0 0;
}

#commentform fieldset ul li
{
	height:1.7em;
	margin:0 0 5px;
}

#commentform fieldset ul li.input1
{
	background: transparent url(images/bg_input1.gif) no-repeat scroll 60px 0;
}

#commentform fieldset ul li.input1 input
{
	border: none;
	background: none;
	display:block;
	float:left;
	width:270px;
}

#commentform fieldset ul li.input2
{
	background: transparent url(images/bg_input2.gif) no-repeat scroll 60px 0;
	height:auto;
	overflow:hidden;
	width: 360px;
}

#commentform fieldset ul li.input2 textarea
{
	border: none;
	background: none;
	display:block;
	float:left;
	height:100px;
	width:265px;
	margin:0 0 5px;
	overflow: auto;
}

#commentform fieldset ul li label
{
	display:block;
	float:left;
	padding:2px 0 0;
	width: 65px;
}

#commentform fieldset ul li input
{
}

#commentform fieldset ul li.input3 input 
{
	background: none;
	border:none;
	color:#FFFFFF;
	cursor:pointer;
	float:right;
	text-decoration:underline;
}

/*
#commentform #submit
{
    margin-top: 1px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 128px;
}

#commentform p
{
    font-family: 'Georgia' , Verdana, Arial, Sans-Serif;
    text-align: left;
    padding-left: 130px;
    padding-top: 0px;
    vertical-align: top;
    margin-top: -6px;
    margin-bottom: -0px;
}

#commentform1
{
    font-family: 'Georgia' , Verdana, Arial, Sans-Serif;
    text-align: left;
    padding-left: 100px;
}

#commentform input
{
    margin: -20px 124px 0px 0px;
    width: 270px;
    float: right;
}

#commentform textarea
{
    margin: 8px 124px 6px 4px;
    width: 270px;
    height: 80px;
    padding: 2px;
    float: right;
}
*/
.nocomments
{
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata
{
    margin: 0;
    display: block;
    font-weight: normal;
}

.alt
{
    margin: 0px;
    padding: 10px;
}


/***********************
* Footer               *
***********************/
#footer
{
    border: none;
    padding: 5px;
    margin: 0 auto;
    width: 820px;
    clear: both;
}

#footer p
{
    margin: 0 12px 0 0;
    padding: 20px 0;
	float:left;
    text-align: center;
}

#footer ul
{
    list-style: none;
    margin: 0;
}

#footer li
{
    float: left;
    padding: 0 9px;
}

#footer a
{
   /* color: #000;*/
    font-size: 0.8 em;
}

#wordpress
{
    float: right;
}

#wordpress a
{
    display: block;
    background: transparent url(./images/sticker.png) no-repeat top center !important;
    width: 62px;
    height: 62px;
    margin: 10px;
    text-decoration: none;
}

#wordpress a:hover
{
    background: transparent url(./images/sticker.png) no-repeat bottom center !important;
}




