/* CSS Document - Fabulously Me */

/************************************************************/
/* Main Colors for Skin                                     */
/************************************************************/

body {
	margin: 0px;
	background-color: #dd7393;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
} 

input, select, checkbox, textarea {
	color: #F6F6E4;
	border: 1px solid #c53b60;
	font-size: 11px;
	font-weight: normal;
	background-color: #c53b60;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
} 

A {
	color: #bd9f6d;
	font-weight: bold;
	text-decoration: underline;
} 

A:hover
{
	color: #000040;
} 

/************************************************************/
/* Basic Layout                                             */
/************************************************************/

#container {
	background-color: #ffffff;
	/*border-top: 1px solid #F6F3D3;*/
	/*border-bottom: 1px solid #F6F3D3;*/
	width: 750px;
	margin: auto;
	padding: 0px;
}

#container2 {
	background-color: transparent;
	padding: 0px;
}

#banner {
	width: auto;
	padding: 0px;
	height: 128px;
	background: #ffffff url('/skins/fabulously_me/header_01.gif') top left no-repeat;
}

#content {
/*	background-color: #FFCC99;*/
	width: 499px;
	float: left;
	text-align: left;
	padding: 0px 0px 5px 0px;
}

#sidebar_b {
	float: left;
	width: 221px;
	overflow: hidden;
	background: #ffffff url('/skins/fabulously_me/header_02.gif') top left no-repeat;
	padding-top: 220px;
	padding-left: 5px;
}

#sideblogs {
	background: transparent;
	margin-left: 5px;
	margin-bottom: 15px;
}

.postdiv {
}

.clear {
	clear: both;
}

/************************************************************/
/* Banner                                                   */
/************************************************************/

.deco1 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
/*
	padding-top: 115px;
	padding-left: 255px;
*/
	color: #213468;
}

/************************************************************/
/* Blog                                                     */
/************************************************************/

.catheader{
	background-color: transparent;
	color: #bd9f6d;
	text-align: left;
        margin-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
	width: auto;
} 

.postdate {
	text-align: left;
	padding: 0px;
	margin-left: 5px;
	font-weight: bold;
	font-size: 16px;
	width: auto;
} 

.combody, .post {
	color: #000000;
	/*text-align: justify;*/
	padding-left: 5px;
	margin: -8px 0px 15px 5px;
        /*border-top: 1px solid #bd9f6d;*/
} 

.tracktitle, .comtitle, .posttitle {
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
	text-align: left;
	color: #c41745;
	margin-left: 5px;
} 

.posted {
	text-align: right;
	padding: 5px 10px 10px 10px;
	font-size: 10px;
	font-weight: bold;
	color: #e05186;
} 

.quote {
	margin: 5px 30px;
	color: #8D1B48;
	border: 2px dotted #8D1B48;
	padding: 3px;
	font-style: italic;
	font-size: 10px;
}

.postdiv {
	line-height: 0px;
}

blockquote {
	text-align: left;
	font-size: 11px;
	padding: 2px;
        margin: 10px;
	list-style-position: inside;
	border: 1px solid #c53b60;
        background-color: #f6f6e4;
        color: #c53b60;
}

blockquote A {
	color: #c53b60;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
}
/************************************************************/
/* Sideblogs                                                  */
/************************************************************/
.sideblogtitle {
	padding: 2px;
	font-size: 14px;
	text-align: left;
	color: #c53b60;
	text-transform: lowercase;
}

#sideblog_left, #sideblog_right {
	width: 258px;
}

#sideblog_left {
	float: left;
}

#sideblog_right {
	float: right;
}

.sideblogcontent {
	text-align: left;
	font-size: 11px;
	padding: 4px;
	list-style-position: inside;
	border: 1px solid #c53b60;
        margin-top: -5px;
	margin-bottom: 10px;
        background-color: #c53b60;
        color: #ffffff;
}

/************************************************************/
/* Sidebar(s)                                               */
/************************************************************/
.sidetitle {
	padding: 2px;
	font-size: 14px;
	text-align: left;
	color: #c53b60;
	text-transform: lowercase;
}

.sidecontent {
	text-align: left;
	font-size: 11px;
	padding: 4px;
	list-style-position: inside;
	border: 1px solid #c53b60;
        margin-top: -10px;
	margin-bottom: 10px;
        background-color: #f6f6e4;
        color: #c53b60 /*#f2f3d3*/;
}

.sidecontent A {
	color: #c53b60;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
}

.sidecontent input, .sidecontent select, .sidecontent checkbox, .sidecontent textarea {
	color: #213468;
	border: 1px solid #c53b60;
	font-size: 11px;
	font-weight: normal;
	background-color: #F6F6E4;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
} 



/************************************************************/
/* Calendar                                                 */
/************************************************************/

.cal_sidebox {
margin: 0;
color: #f2f3d3;
margin-bottom: 10px;
}

.calendarBG {
 background-color: #c53b60;
}

.calendarBlank { 
 background-color: #f2f3d3;
}

.calendarHeader { 
 text-transform: lowercase;
 color: #f2f3d3; 
 text-align: center;
 font-size: 14px;
 background-color: #c53b60; 
}

.calendarMonthLinks {
 font-size:         14px;
 text-decoration:   none;
 color:             #f2f3d3;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #f2f3d3;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #f2f3d3;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-size:	10px;
 color: #c53b60; 
 background-color: #F6F6E4; 
 text-align:  center;
 vertical-align: middle;
}


.calendarToday { 
 font-size:         10px;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #F6F6E4;
 background-color: 	#c53b60;
}

.calendarToday a, .calendarToday a:visited {
 color:             #f2f3d3;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell {
 font-size:         10px;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #213468;
 background-color:  #F6F6E4;
}

.calendarCell a {
 color:             #213468;
 text-decoration:   underline;
 background-color:  transparent;
}
  
.calendarCell a:visited {
 color:             #213468;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #8D1B48;
 text-decoration:   none;
 background-color:  transparent;
}


/************************************************************/
/* Comments & Trackbacks                                    */
/************************************************************/
.trackbackurl, .trackbacks, .comments {
	border: solid 1px #f6f6e4;
	background: #f6f6e4;
	color: #c53b60;
	text-align: justify;
	margin: 0px 10px 10px 15px;
	padding: 3px;
} 

.comform {
	color: #000000;
	text-align: justify;
	padding: 0px 10px 0px 15px;
} 

img.gravatar {
	float: right;
	padding: 1px 3px 1px 1px;
}

/************************************************************/
/* Pop-Ups                                                  */
/************************************************************/


/************************************************
CUSTOM
************************************************/
acronym { border-style: dashed; border-width: 0 0 1px 0; cursor: help; }

.sticky {
font-weight: bold;
text-transform: italic;
color: #c53b60;
background: inherit;
}
.now_playing {
padding-top: 2px;
}

#random_quotes { 
     text-align: left;
     background: #c53b60;
     padding: 5px;
     margin-left: 5px;
     margin-bottom: 15px;
     margin-top: -5px;
     min-height: 75px;
     color: #ffffff;
     vertical-align: middle;
}

#last_fm {
     width: 540px;
     background: #000000;
     padding: 0px;
     margin-left: 5px;
     margin-bottom: 15px;
     margin-top: -5px;
     color: #ffffff;
     text-align: center;
}


/************************************************************/
/* Flickr                                                  */
/************************************************************/

.flickrtitle {margin-left: 5px; color: #ffffff; background-color: transparent;}

#flickr_badge_random { text-align: center; background: #000000; padding: 3px 0px;}
#flickr_badge_random img {padding: 4px; margin: 4px;  border: 1px  solid  #c53b60; background: #ffffff; /*D22A4A*/}

#flickr_badge_recent { text-align: center;}
#flickr_badge_recent img {padding: 3px; margin: 1px;  border: 1px  solid  #213468;}

.flickrimg { margin-bottom: 5px; }
#flickrimg1 { margin-right: 5px; }
#flickrimg3 { margin-right: 5px; }

.flickr_post {
        border: 1px solid #000000; padding: 6px; background: #c53b60;
}

/************************************************************/
/* Twitter                                                  */
/************************************************************/
#twitter
{
width: auto;
background: #000000;
padding: 3px;
margin-bottom: 15px;
color: #dd7393;
font-size: 10px;
}

#twitter A:hover
{
	color: #dd7393;
} 

#twitter_title
{
font-weight: bold;
font-variant: small-caps;
font-size: 11px;
padding-bottom: 5px;
}

.tweet
{
background: url('/skins/fabulously_me/bullet_black.png') top left no-repeat;
padding-bottom: 3px;
padding-left: 17px;
}

.twittered
{
font-style: italic;
}

#tweets-more {
        text-align: right;
}


/*
Formatting Buttons
------------------------------------------------------ */

.buttonMode {
font-size: 10px;
color: #73769D;
background-color: transparent;
white-space: nowrap;
}

.htmlButtonOuter, .htmlButtonOuterL {
background-color: #f6f6f6;
padding: 0;
border-top: #333 1px solid;
border-right: #333 1px solid;
border-bottom: #333 1px solid;
}
.htmlButtonOuterL {
border-left: #333 1px solid;
}
.htmlButtonInner {
background-color: transparent;
text-align: center;
padding: 0 3px 0 3px;
border-left: #fff 1px solid;
border-top: #fff 1px solid;
border-right: #ccc 1px solid;
border-bottom: #ccc 1px solid;
}
.htmlButtonOff {
font-size: 11px;
font-weight: bold;
padding: 1px 2px 2px 2px;
white-space: nowrap;
}
.htmlButtonOff a:link {
color: #000;
text-decoration: none;
white-space: nowrap;
}
.htmlButtonOff a:visited {
text-decoration: none;
}
.htmlButtonOff a:active {
text-decoration: none;
color: #999;
}
.htmlButtonOff a:hover {
background-color: #fff;
text-decoration: none;
color: #999;
}
.htmlButtonOn {
font-size: 11px;
font-weight: bold;
background: #f6f6f6;
padding: 1px 2px 2px 2px;
white-space: nowrap;
}
.htmlButtonOn a:link {
color: #990000;
text-decoration: none;
white-space: nowrap;
}
.htmlButtonOn a:visited {
text-decoration: none;
}
.htmlButtonOn a:active {
text-decoration: none;
color: #999;
}
.htmlButtonOn a:hover {
background-color: #fff;
color: #999;
text-decoration: none;
}