
p.whiteline {
    margin-top: 0em;
    margin-bottom: 1em;
}

p.break {
    margin-top: 0em;
    margin-bottom: 0em;
}

/* templates/default/style_fallback.css  */
/* This is the templates/default/style_fallback.css file.
   It emits CSS rules that all templates should have.
   Classes are declared on top of the file, so if you
   want to make changes in your own template, you
   should override the rules on the bottom of your
   style.css template. 
   IT IS NOT ADVISED TO CREATE YOUR OWN style_fallback.css FILE! */

/* Default image classes for left/right/usual layout */
.serendipity_image_center {
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.serendipity_image_left {
  float: left;
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.serendipity_image_right {
  float: right;
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

/* Default listing without spacers */
.plainList {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

/* Messages: Centered, important, notice */
.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

/* Embedded images with comments inside the s9y image manager */
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid #ddd;
    background-color: #efefef;
    margin: 3px;
    padding: 3px;
    text-align: center;
}

.serendipity_imageComment_center {
    margin: auto;
}

.serendipity_imageComment_left {
    float: left;
}

.serendipity_imageComment_right {
    float: right;
}

.serendipity_imageComment_img,
.serendipity_imageComment_img img {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.serendipity_imageComment_txt {
    border-top: 1px solid #ddd;
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: 8pt;
    text-align: center;
}

/* END OF style_fallback.css *//* templates/FFXI/style.css  */
/* templates/FFXI/style.css  */

body
{
    color: #000;
    margin: 0px 0px 20px 0px;
	background-color: #333;
}

a
{
	text-decoration: none;
}

a:link,
a:visited
{
	color: #700;
}


a:active
{
	color: #CCC;
}

a:hover
{
	color: #F00;
	text-decoration: underline;
}

h3, h4
{
    margin: 0;
}

/* STRUCTURE */

#headerpane
{
	text-align: center;
	width: 95%;
	background-color: #666;
	margin: 25px auto auto;
	/*border-color: #999 #222 #000 #999;*/
	border-color: #999;
	border-width: 1px 1px 0px 1px;
	border-style: outset;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#mainpane
{
	line-height: 140%;
	text-align: left;
	padding: 0px;
	width: 95%;
	background-color: #666;
	margin: auto;
	/*border-color: #000 #222 #000 #999;*/
	border-color: #999;
	border-width: 0px 1px 0px 1px;
	border-style: outset;
}

#footerpane
{
	text-align: center;
	padding: 0px;
	width: 95%;
	background-color: #666;
	margin: auto auto 25px;
	/*border-color: #999 #222 #222 #999;*/
	border-color: #999;
	border-width: 0px 1px 1px 1px;
	border-style: outset;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

#content
{
    width: 100%;
    color: #CCC;
}


/* BANNER */

#serendipity_banner
{
	font-family: Times, 'Times New Roman', Palatino, serif;
	color: #996;
	background-color: #666;
	text-align: left;
	width: 100%;
	height: 76px;
	margin: auto;
}

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited,
#serendipity_banner h1
{
    font-family: Times, 'Times New Roman', Palatino, serif;
    color: #996;
    font-size: xx-large;
    font-weight: normal;
    padding-left:10px;
    padding-top: 5px;
    margin: 0px;
    text-decoration: none;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited,
#serendipity_banner h2
{
    color: #333;
    padding-left: 10px;
    font-size: small;
    font-weight: normal;
    margin: 0px;
    text-decoration: none;
}

/* CALENDAR */

table.serendipity_calendar a
{
    font-weight: bold;
    text-decoration:none;
}

table.serendipity_calendar a:hover
{
    text-decoration: underline;
}

table.serendipity_calendar td
{
    font-size: x-small;
    padding: 2px;
}

td.serendipity_weekDayName
{
    font-size: x-small;
    font-weight:bold;
}

td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:visited
{
    border: 0;
    text-decoration: none;
}

td.serendipity_calendarHeader a:hover
{
    border: 0;
    text-decoration: underline;
}

/* SIDEBARS */

#serendipityLeftSideBar,
#serendipityRightSideBar
{
	background-color: #666;
	display: block;
	width: 180px;
	padding: 3px;
	
	vertical-align: top;
}

.serendipitySideBarTitle
{
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	padding-bottom: 5px;
	/*font-variant: small-caps;*/
}

div.serendipitySideBarItem
{
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: normal;
	padding: 3px 3px 3px 5px;
	border-color: #999;
	border-width: 2px;
	border-style: inset;
	background-color: #CCC;
	margin: 0px 0px 5px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.serendipitySideBarContent input
{
    width: 150px;
}

input,
textarea
{
    font-size: x-small;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ENTRIES */

div.serendipity_Entry_Date
{
    padding-left: 0px;
    width: auto;
}

.serendipity_date
{
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    font-size: small;
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
}

.serendipity_title,
.serendipity_Admin_title
{
	color: #000;
	/*font-family: Georgia, 'Times New Roman', serif;*/
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	padding-left: 7px;
	border-color: #999;
	border-width: 2px 2px 0px 2px;
	border-style: inset;
	background-color: #CCC;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.serendipity_entry,
.serendipity_admin
{
	padding: 10px 15px 5px 7px;
	background-color: #CCC;
	color: #000;
	/* font-family: Times, 'Times New Roman', Palatino, serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	clear: both;
	border-color: #999;
	border-width: 0px 2px 2px 2px;
	border-style: inset;
	margin: 0 0 10px 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

div.serendipity_entryFooter
{
	clear: both;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: xx-small;
    border-top: 1px solid #666;
    text-align: left;
    margin-bottom: 25px;
    line-height: normal;
    padding: 3px;
}

/* STATIC PAGES */

.staticpage_author,
.staticpage_metainfo
{
	clear: both;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: xx-small;
    text-align: left;
    line-height: normal;
    padding: 3px;
}

/* COMMENTS */

.serendipity_comment
{
	font-family: Times, 'Times New Roman', Palatino, serif;
	margin-right: 10px;
	margin-left: 10px;
	color: #000;
	padding: 3px;
	padding-bottom: 0;
	font-size: small;
	border-width: 2px;
	border-style: inset;
	border-color: #999;
	background-color: #CCC;
}

.serendipity_commentsLabel
{
    font-weight: bold;
    color: #000;
    width: 10%;
    vertical-align: top;
}

.serendipity_commentsTitle
{
    display: block;
    width: 100%;
    color: #000;
    font-size: x-small;
    font-weight: bold;
    padding-left:8px;
}

.serendipity_commentDirection
{
	font-family: Times, 'Times New Roman', Palatino, serif;
	color: #000;
	font-size: small;
}

/* ADMIN */

.serendipity_admin td
{
    padding: 10px;
}

/* MISC */

div.serendipityPlug,
div.serendipityPlug a
{
    font-size: 11px;
    text-decoration: none;
    border: 0px;
    text-align: center;
}

/** EMBEDDED IMAGES w/ s9y IMAGE MANAGER **/

.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right
{
    border: 1px solid black;
    background-color: #CCC;
    margin: 3px;
}

.serendipity_imageComment_center
{
    margin: 0px;
}

.serendipity_imageComment_left
{
    float: left;
}

.serendipity_imageComment_right
{
    float: right;
}

.serendipity_imageComment_img,
.serendipity_imageComment_img img
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: center;
}

.serendipity_imageComment_txt
{
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: xx-small;
    text-align: center;
}

img.serendipity_entryIcon
{
    float: right;
    border: 0px;
}

.serendipity_admin_list_item_even
{
    background-color: #CCC;
}

.serendipity_admin_list_item_uneven
{
	background-color: #CCC;
}
.serendipity_admin_filters
{
	font-size: 10px;
	margin-bottom: 10px;
	padding: 2px;
	border-width: 1px;
	border-color: #000;
	border-style: solid;
}

.serendipity_admin_filters_headline {
    border-bottom: 1px solid;
}

.serendipity_admin_sortorder {
    font-size: 10px;
    text-align: center;
}

.serendipity_admin_sortorder input,
.serendipity_admin_sortorder select,
.serendipity_admin_filters input,
.serendipity_admin_filters select {
    font-size: 10px;
}

.serendipity_center
{
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: small;
}

.serendipity_msg_important
{
    color: #F00;
}

.serendipity_msg_notice
{
    color: #FFF;
}


/* FFXI SPECIFIC */

img.ffxi_title
{
    float: right;
    border: 0px;
}

.ffxiFinePrint
{
	font-family: Times, Palatino, serif;
	font-size: 9px;
	font-weight: normal;
	color: #000;
}

/*
	CSS Style Sheet for:
	serendipity_plugin_ffxicharacterstat  
	ffxicharacterstats.css
*/

div.wrapper {
	border-style: ridge;
	border-width: 4px;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 10px 0px;
	background-color: #CCC;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.category {
	text-align: left;
	border-style: outset;
	border-width: 2px;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 8px 0px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

table.category,
table.stats {
	table-layout: auto;
	border-collapse: collapse;
	empty-cells: hide;
	border-spacing: 0;
	width: 100%;
}

td.spacer {
	text-align: center;
	width: 5%;
}

td.craftSpacer {
	text-align: center;
	width: 15%;	
}

td.label,
td.value,
td.craftLabel,
td.craftRank,
td.craftLevel {
	text-align: left;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000;
	width: 50%;
}

td.value {
	color: #700;
	width: 45%;
}

td.craftLabel {
	width: 30%;
}

td.craftRank {
	color: #700;
	width: 50%;
}

td.craftLevel {
	color: #700;
	width: 5%;
}

