* {
	margin: 0px;
	padding: 0px;
}
body
{
	background: #cccccc url('http://baexquisitedesires.com/manip7.jpg') repeat-y scroll center center ;  
}
ul
{
	list-style-type: none;
}
acronym
{ 
	border-bottom		: 1px dotted #000000; 
	cursor				: help; 
}
hr
{
	border: dotted #E572A5;
	border-width: 1px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	height: 1px;
}
.breaker
{
	clear: both;
}

.avatarIcon
{
	border				: 1px solid #E572A5;
	margin				: 5px;
	float				: left;
}
#profilePage .avatarIcon
{
	float: right;
	position: relative;
}

#pageWrapper
{
	position: relative;
	display: block;
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
}
#sponsorBar
{
	padding: 5px 0px 5px 0px;
	text-align: center;
	background-color: #ffccff; 
	border-bottom: 1px solid #E572A5; 
}
#braveJournalBar
{
	position: relative;
	font: bold 11px tahoma,arial; 
	border-bottom: 1px solid #E572A5; 
	background-color: #ffeeff; 
	color: #eeaaff; 
}
#braveJournalBar a , #braveJournalBar a:visited 
{ 	
	color: #eeaaff;  
	font: bold 11px tahoma,arial; 
} 
#sponsorBar li { display: inline; } 
#sponsorBar li a, #sponsorBar li a:visited
{
	font: bold 11px tahoma,arial; 
	color: #8888ff;  
	text-decoration: underline;
	margin: 0px 5px 0px 5px;
}

#braveJournalBar h1
{	
	padding: 3px 2px 2px 2px;
	font: bold 11px tahoma,arial; 
}

#braveJournalBar ul
{
	position: absolute;
	top: 3px;
	right: 10px;
	display	: block;
	list-style-type: none;
}
#braveJournalBar li
{
	display: inline;
}
#braveJournalBar li a:link, #braveJournalBar li a:visited
{
	margin-left: 10px;
	height: 15px;
	float: left;
	font-weight: bold;
	text-decoration: none;
}

#pageHeader
{	
	font: 30px Arial; color: #eeaaff; font-weight: normal; font-style: normal; text-decoration: none; 
	background: #ffeeff;  
	border: 0px solid #E572A5; 
	line-height : 1.2em;
	display: block;
	margin : 10px 0px 0px 0px;
	padding: 10px;
}
#pageHeader a, #pageHeader a:visited 
{
	font: 25px Arial; color: #000000; font-weight: normal; font-style: normal; text-decoration: underline; 
	font-size: 12px;
}
#pageHeader h1
{
	font: 30px Arial; color: #eeaaff; font-weight: normal; font-style: normal; text-decoration: none; 
}
#headDesc
{
	font: 17px Arial; 
	margin-right: 140px;
}
#titleImage 
{
	float: right;
}
.pageItem p 
{
	padding: 10px 0px;
}

#userLinks
{
	float: right;
	width: 150px;
	margin: 0px 0px 10px 10px;
}

#userLinks ul
{
	margin: 5px;
}

.linkCategory
{
	margin-bottom: 5px;
	background: #eeeeff;  
	border: 0px solid #E572A5; 
	color: #000000; 
}
.linkCategory strong
{
	display: block;
	font: 17px Arial; color: #000000; font-weight: normal; font-style: normal; text-decoration: none; 
	font-weight: bold;
	padding: 2px 0px 2px 10px;
	background: #ffccff;  
	color: #8888ff; 
}

.linkCategory a:link, .linkCategory a:visited
{
	font: 17px Arial; color: #5500cc; font-weight: normal; font-style: normal; text-decoration: underline; 
	text-decoration: none;
}
.linkCategory a:hover
{
	text-decoration: underline;
}
#addOns
{
	float: left;
	margin: 0px 10px 0px 0px;
}
#tagBoard, #phoneCam, #emailNotify, #smsNotify
{
	margin-bottom: 10px;
	width: 170px;
	background: #eeeeff;  
	border: 0px solid #E572A5; 
	color: #000000; 
}	
#tagBoard .container
{
	width: 170px;
	height: 200px;
	overflow: auto;
}
#tagBoard .tagEntry, .emailConfirm, .container p
{
	padding: 5px;
	font: 17px Arial; color: #000000; font-weight: normal; font-style: normal; text-decoration: none; 		
}
.tagEntry a,.tagEntry a:visited 
{ 
	font: 17px Arial; color: #5500cc; font-weight: normal; font-style: normal; text-decoration: underline; 
}
#phoneCam .container
{
	font: 17px Arial; color: #000000; font-weight: normal; font-style: normal; text-decoration: none; 
	padding: 0px;
	height: 200px;
	width: 170px;
	overflow: hidden;
} 

#notify_email, #emailNotifySubmit, #smsNotifySubmit
{
	margin-top: 2px;
	padding: 1px;
	font: 10px Tahoma; 
	width: 120px;
	float: left;
}

#emailNotifySubmit, #smsNotifySubmit
{
	padding: 0px;
	width: 30px;
	float: none;
}

#emailNotify .container, #smsNotify .container
{
	padding: 3px;
}

#tagBoard h1,#phoneCam h1,#emailNotify h1, #smsNotify h1
{
	padding: 2px 5px 2px 5px;
	background: #ffccff;  
	font: 17px Arial; color: #000000; font-weight: normal; font-style: normal; text-decoration: none; 
	color: #8888ff; 
	font-weight: bold;
}
#tagBoardPost
{
	padding-top: 10px;
	margin: 10px 0px 10px 0px;
}

#tagBoardPost input, #tagBoardPost textarea
{
	margin-top: 2px;
	padding: 1px;
	width: 85px;
	font: 10px Tahoma; 
}
#tagBoardPost .inputtext, #emailNotify .inputtext, #smsNotify .inputtext
{
	border: 1px solid #E572A5;
	background-color: #eeeeff;
	color: #000000; 
}
#smsNotify .inputtext
{
	padding: 1px;
	font: 10px Tahoma;
}
#smsForm
{
	font: 10px Tahoma;
}
#smsNotify
{
	padding-bottom: 10px;
	position: relative;
}
#tagBoardPost a, #tagBoardPost a:visited
{
	font: 17px Arial; color: #5500cc; font-weight: normal; font-style: normal; text-decoration: underline; 
	font-size: 12px;
}
#tagForm
{
	text-align: right;
	padding-right: 5px;
}
#tagBoardPost label
{
	text-align: left;
	padding: 3px 0px 0px 5px;
	float: left;
	width: 60px;
	font: 10px Tahoma; 
}
#tagBoardPost .submitButton
{
	width: 70px;
	font-size: 11px;
	padding-bottom: 0px;
}
#tagBoardPost textarea
{
	height: 40px; 
	margin: 3px 0px 2px 0px;
	width: 150px;
}

.pageContent
{
	padding: 5px;
	height: 400px;
	overflow: auto;
	background: #eeeeff;  
	border: 0px solid #E572A5; 
}

.itemHeader 
{
	background: #dddddd;  
	margin: 0px 0px 10px 0px;
}
.itemHeader h1
{
	padding: 2px 10px 2px 10px;
	font: 16px Arial; color: #8888ff; font-weight: normal; font-style: normal; text-decoration: none; 
	background: #ffccff;  
	border-top: 1px solid #E572A5; 
	clear: both;
}


.itemHeader h2
{
	float: right;
	padding-right: 10px;
	font: 18px Arial;
	color: #aa88ff; 
}
.itemHeader h3
{
	padding: 3px 10px;
	font: 18px Arial;
	color: #aa88ff; 
}

.pageItem h3 a, .pageItem h3 a:visited 
{
	font: 18px Arial; color: #000000; font-weight: normal; font-style: normal; text-decoration: underline; 
}

.pageItem ul 
{
	float: right;
	padding: 10px;
}
.pageItem .itemContent, .pageItem .itemList
{
	padding: 0px 10px 10px 10px;
	font: 17px Arial; color: #000000; font-weight: normal; font-style: normal; text-decoration: none; 
	background: #eeeeff;  
}
.pageItem h6 
{
	clear: right;
	text-align: right;
	padding: 0px 10px 10px 0px;
	font: 17px Arial; color: #000000; font-weight: normal; font-style: normal; text-decoration: none; 
	margin-bottom: 30px;
}
.pageItem a, .pageItem a:hover, .pageItem h6 a, .pageItem h6 a:hover
{
	font: 17px Arial; color: #5500cc; font-weight: normal; font-style: normal; text-decoration: underline; 
}

.itemContent ul { float: none; list-style-type: disc; } 
.itemContent li
{
	display: list-item;
	margin: 0px 0px 0px 30px;
}
#yearCalendar
{
	margin: auto;
	width: 100%!important;
	width: 350px;
}

.monthCalendar
{
	border: 1px solid #E572A5; 
	color: #8888ff; 
	width: 100%;
	margin: 2px;
}
.monthCalendar th
{ 
	background-color: #ffccff;
	font: bold 11px Tahoma;
	border-bottom: 1px solid #E572A5; 
	padding: 2px;
}

.monthCalendar td
{  
	text-align: center;
	background-color: #eeeeff;
	color: #000000; 
	font: 10px Tahoma;
	border: 1px solid #eeeeff; 
}

.monthCalendar .hasPosts
{
	background-color: #ffccff; 
	border: 1px solid #E572A5; 
}

.monthCalendar .currentDay
{
	color: #eeaaff; 
	background-color: #ffeeff; 
	border: 1px solid #E572A5; 
}

.monthCalendar td a,.monthCalendar td a:visited, .monthCalendar td a:hover
{
	font: 10px Tahoma;
	text-decoration: none;
}
.monthCalendar .hasPosts a, .monthCalendar .hasPosts a:visited
{
	color: #8888ff; 
}
.monthCalendar .currentDay a,.monthCalendar .currentDay a:visited
{
	color: #eeaaff; 
}



/* profile page stuff */
#friends li 
{
	padding-right: 5px;
}

#biography
{
	padding: 10px;
	color: #8888ff; 
	background-color: #ffccff;
	border: 1px solid #E572A5; 
	margin: 0px 0px 15px 10px;
}
#profilePage .itemContent
{
    min-height: 300px;
    height:auto!important;	
    height: 300px;
}
#profileImage
{
	text-align: center;
	margin: 0px 0px 15px 10px;
}
#profileImage img
{
	}
#friends, #dislikes { margin-top: 10px; }
#profilePage .itemContent ul { float: none; }
#likes { margin-right: 40px; float: left; } 
#friends { clear: left; }
#likesdislikes li
{
	display : list-item;
	margin-left: 30px;
	list-style-type: disc;
}

/* entry page */
.commentForm
{

	text-align: right;
	padding: 10px 0px 10px 0px;
	width: 360px;
	margin: auto;
}
.commentForm #link input,.commentForm #name input
{
	width: 250px;
}
.commentForm #link
{
	margin-top: 5px;
}
.commentForm textarea
{
	height: 50px;
	width: 360px;
}
.commentForm #smilies,.commentForm #submit
{
	text-align: center;
	padding: 5px 0px 5px 0px;
}
#journalEntry #comments label
{
	display: block;
}
.commentForm #comments label
{
	margin-top: 10px;
	text-align: left;
}


#journalComments h3
{
	font: 16px Arial; color: #8888ff; font-weight: normal; font-style: normal; text-decoration: none; 
	color: #8888ff; 
	background-color: #ffccff;
	border-top: 1px solid #E572A5; 
	font-weight: normal;
	clear: both;
}
#journalComments h3 a, #journalComments h3 a:visited
{
	font: 16px Arial; color: #8888ff; font-weight: normal; font-style: normal; text-decoration: none; 
}
#pageFooter
{
	font: 17px Arial; color: #000000; font-weight: normal; font-style: normal; text-decoration: none; 
	background: #ffeeff;  
	border: 0px solid #E572A5; 
	padding: 0px;
}
.commentDate 
{
	font-style: italic;
	clear : both;
}

#pageFooter
{
	font: 17px Arial; color: #000000; font-weight: normal; font-style: normal; text-decoration: none; 
	margin:  10px 160px 10px 180px;
	background: #ffeeff;  
	border: 0px solid #E572A5; 
	padding: 0px;
}

#tagA
{
	padding: 7px 0px 0px 10px;
	float: left;
}
#tagB
{
	padding: 7px 10px 0px 0px;
	float: right;
}


#poweredBy
{	
	font: bold 10px tahoma,arial;
	padding: 5px 0px;
	text-align: center;
}
#pageFooter a, #pageFooter a:visited
{
	color: #eeaaff; 
	font: bold 11px tahoma,arial;
}


#pageNavigation
{
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 3px 10px;
	font: 16px Arial; color: #8888ff; font-weight: normal; font-style: normal; text-decoration: none; 
	margin-top: 10px;
	background: #ffccff;  
	border: 0px solid #E572A5; 
}
#pageNavigation li
{
	display: inline;
}
#pageNavigation a, #pageNavigation a:visited
{
	color: #8888ff; 
	border-bottom: 3px solid #E572A5;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
}
#pageNavigation  a:hover, #pageNavigation a#current
{
	border-color:  #000000; 
	color: #000000; 
}

