body{
	margin: 0px;
	margin-bottom:20px;
	text-align: center;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 11px;
}

form{
margin: 0px;
padding: 0px;
}

p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h2{
	font-size: 12px;
	margin: 0px 0px 5px;
}
h3{
	font-size: 12px;
	margin: 0px 0px 5px;
	color: #FF0066;
}
h4{
	font-size: 18px;
	margin: 0px 0px 5px;
}

#logbar a{
	font-size: 11px;
	color: #5ea0b6;
	text-decoration: none;
}
body a{
font-weight: normal;
font-size: 11px;
color: #5ea0b6;
text-decoration: none;
}

body a:hover{
color: #f9418b;
}

/*a{
	color: #000000;
}
*/

#logbar a:hover{
	color: #2c2e26;
}


#site_container{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: left;
}

/* Footer
----------------------------------------------- */
#footerbar{
	float:left;
	padding:10px;
	height: 100px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	font-weight: bold;
	color: #b6b6b6;
	text-transform: uppercase;

}
#footerbar #innerfooter{
	padding-top:14px;
}

#footerbar a{
	font-size: 11px;
	color: #5ea0b6;
	text-decoration: none;
}

#footerbar a:hover{
	color: #2c2e26;
}

/* Log Bar
----------------------------------------------- */

#logbar{
	background-color: #f0f0ee;
	height: 25px;
	width: 750px;
	margin-bottom: 1px;
	font-weight: bold;
	color: #b6b6b6;
	text-transform: uppercase;
}

#logbar #question{
	float: left;
	font-size:9px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-left: 10px;
}

#logbar #question .answer{
	color: #1d3b5e;
	text-transform: none;
	margin-left: 5px;
}

#logbar #log{	
	color: #5ea0b6;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}

#logbar #log a{
	color: #5ea0b6;
	text-decoration: none;
}

#logbar #log a:hover{
	color: #1d3b5e;
}

#logbar #log #logon{
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9d9d9d;
	padding-left: 15px;
	background-image: url(_img/logon.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-left: 5px;
}

#logbar #log #logout{
	background-image: url(_img/logout.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 15px;
	margin-left: 5px;
}



/* Navigation
----------------------------------------------- */
#navigation_container{
	width: 750px;
	margin-bottom: 15px;
}


#logo{
	height: 80px;
	width: 210px;
	float: left;
	background-color: #efefe5;
	background-image: url(_img/logo_douche.gif);
	background-repeat: no-repeat;
	background-position: 6px 5px;
}

#logo .text{
	font-size: 8px;
	color: #87aa80;
	font-weight: bold;
	padding-top: 56px;
	padding-left: 70px;
}

#navigation{
	height: 80px;
}

#navigation_container ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation li, #subnav li{
	float: left;
}

#navigation li a {
	display: block;
	text-decoration: none;
	width: 90px;
	color: #fb418b;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	height: 80px;
	background-image: url(_img/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation li a:hover{
	color: #FFFFFF;
	background-image: url(_img/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#navigation li #active{
	background-image: url(_img/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: -90px top;
	color: #fb418b;
}

#navigation li a .babytext, #navigation li a:hover#active .babytext {
	font-size: 9px;
	color: #96a1a0;
	text-transform: lowercase;
	margin-top: 1px;
}

#navigation li a:hover .babytext, #navigation li a:hover .babytext .number{
	color: #FFFFFF;
}

#navigation li a .babytext .number, #navigation li a:hover#active .babytext .number{
	color: #fc2d35;
}

#navigation .padder{
	padding-top: 43px;
	padding-left: 12px;
}

#subnav{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 22px;
	background-image: url(_img/subnav.gif);
	background-position: right top;
}

#subnav #greeting{
	height: 22px;
	width: 210px;
	float: left;
	background-color: #f0f0ee;
	color: #b6b6b6;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

#subnav #greeting .padder{
	padding-top: 4px;
	padding-left: 8px;
}

#subnav li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	width: 90px;
	background-image: url(_img/subnav_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#subnav li a:hover{
	background-image: url(_img/subnav_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#subnav li #active{
	background-image: url(_img/subnav_bg.gif);
	background-repeat: no-repeat;
	background-position: -90px top;
}

#subnav .padder{
	padding-left: 12px;
	padding-top: 4px;
}
#subnav li a .number{
	color:#d7daad;
	font-size: 9px;
}

#subnav li a:hover .number{
	color: #FFFFFF;
}

/* Column A
----------------------------------------------- */
#column_a{
	width: 210px;
	float: left;
}

#column_a .padder {
	padding-right: 10px;
}

#buddies, #links, #flickr{
	margin-bottom: 20px;
}

#buddies .buddy_photo a{
	margin-right: 6px;
	margin-bottom: 6px;
}

.buddy_photo a img{
	margin: 1px;
	border: 2px solid #FFFFFF;
}

.buddy_photo a{
	background-color: #dcddd7;
	display: block;
	height: 41px;
	width: 41px;
	float: left;
}

.buddy_photo a:hover{
	background-color: #f9418b;
}

.buddy_photo_large a:hover{
	background-color: #f9418b;
}
.buddy_photo_large a img{
	margin: 1px;
	border: 2px solid #FFFFFF;
}

.buddy_photo_large a{
	background-color: #dcddd7;
	display: block;
	float: left;
}


.viewall a{
	color: #5ea0b6;
	text-align: right;
	text-decoration: none;
	display: block;
	text-transform: lowercase;
}

.viewall a:hover{
	color: #2c2e26;
}

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

#links li a.reg {
	text-decoration: none;
	width: 100%;
	display: block;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 24px;
	color: #2f758f;
	font-size: 11px;
	font-weight: bold;.
	background-image: url(_img/links_bullet.gif);
	background-position: 4px 4px;
	background-repeat: no-repeat;
}



html>body #links li a.reg { 
	width: auto;
	 background-image: url(_img/links_bullet.gif);
	background-position: 4px 4px;
	background-repeat: no-repeat;
}

#links  li a.reg:hover{
	background-color: #7b7c6c;
	color: #fff;
	background-image: url(_img/links_bullet.gif);
	background-position: 4px 4px;
	background-repeat: no-repeat;
}

#links li div.tint{
	background-color: #efefe5;
}

#flickr a img{
	border: 1px solid #fff;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#flickr a:hover img{
	border: 1px solid #000000;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;	
}


/* Column B + B HOME
----------------------------------------------- */
#column_b{
	background-color: #2c2e26;
	width: 270px;
	float: left;
}

#column_b_home{
	background-color: #eaf6fa;
	width: 270px;
	float: left;
}
#column_b_home h1{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#column_b_home .padder {
	padding: 10px;
	color:#000000;
}

#column_b .padder {
	padding: 10px;
	color: #efefed;
}

#profile h1{
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 7px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#profile .info{
width: 250px;
height: 150px;
}

#profile .main_photo{
float: left;
width: 135px;
}

#profile .main_photo a{
text-decoration: none;
display: block;
color: #efefed;
margin-top: 3px;
font-size: 10px;
}

#profile .main_photo a:hover{
color: #f9418b;
}

#profile .descr_hover{
background-color: #57584A;

}


#profile img{
	border: 5px solid #FFFFFF;
}

#profile .stats{
	float: left;
	width: 105px;
	margin-left: 10px;
	font-size:9px;
}


#profile .stats a{
	margin-bottom: 5px;
	font-size:9px;
}
#profile .stats p{
	margin-bottom: 4px;
	
}

#profile .stats span{
	color: #f9418b;
	display: block;
}

#profile .about{
	margin-top: 15px;
}


/* Column C
----------------------------------------------- */
#column_c{
	width: 270px;
	float: left;
}
#bigColumn {
	float: left;
	width: 540px;
}

#column_c .padder {
	padding-left: 10px;
}

.leave a{
	float: right;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 11px;
	color: #5ea0b6;
	text-decoration: none;
}

.leave a:hover{
	color: #2c2e26;
}

.comment_container, .comment_container_mouseover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0ee;
	padding-top: 5px;
	padding-bottom: 10px;
}

.comment_container_mouseover{
	background-color: #eaf6fa;
}
.blazonDetails {
}
.blazonSubject {
	float: left;
	margin-top: 8px;
}
.blazonSubDetails {
	float: left;
	padding-top: 8px;
}
.blazonBody {
	float: left;
	padding-top: 2px;
}
.blazonTools {
	float: right;
}
.blazonHeader {
}

#comments p{
	margin: 3px 30px 0px 0px;
}

#comments #last{
	border: none;
}

#comments .name {
	font-weight: bold;
	color: #a0a0a0;
}

#comments .date{
	float: right;
	font-size:9px;
	color: #a0a0a0;
}

#comments .pending{
	float: right;
	font-size:9px;
	color: #cccccc;
}
#comments .accepted{
	float: right;
	font-size:9px;
	color: #f9418b;
}


#comments .name a{
	color: #5ea0b6;
	text-decoration: none;
}
#comments #last{
	border: none;
}

#comments .name a:hover{
	color: #f9418b;
}

#comments .comment {
	float: left;
	margin-left: 10px;
	width: 209px;
}

.clear{
	clear: both;
}





.uniPad{
	padding: 10px;
}

#defaultColumn1{
	font-size:11px;
	background-color: #FFFFFF;
}
.column1Light{
	color: #b6b6b6;
}
#defaultColumn2{
	font-size:11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	color: #262626;
}
.genLink a{
	font-weight: normal;
	font-size: 13px;
	color: #5ea0b6;
	
	text-decoration: none;
}

.genLink a:hover{
	color: #2c2e26;
}
#browseTable {
	padding: 10px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;

}
.buddylist {
	margin: 0px;
	padding: 10px;
	float: left;
}
.buddylist_large {
	margin: 0px;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 10px;
	float: left;
}
.buddylistName {
	font-size: 10px;
}
.error, h6{
	font-weight: normal;
	color: #0099CC;
	font-size: 10px;
	padding-top: 4px;
	margin-bottom: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	
	line-height: 12px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 2px solid #FF3399;
}
.council_box{
	background-color:#F4F4E;
}
img.dragable {
 
}
.drophover{
	color: #FFFFFF;
	background-image: url(_img/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 80px;
}
.me {
	background-image: url(jai9l.gif);
	background-position: 5px 5px;
}
#column_b_UNI {
	width: 270px;
	float: left;
}
#column_a_home {
	width: 210px;
	float: left;
}
.triPad {
	padding: 0px 0px 0px 10px;
}
.leftPad {
	padding-left: 10px;
}
.generalText {
	margin: 0px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 11px;
}
.photoPad {
	padding-left: 5px;
}
.pouchBack{
background-color: #2c2e26;
}
.pouchText {
	padding-top:3px;
}

.blurbEmpty {
	color: #999999;
}
.blurbHover {
	background-color: #eaf6fa;
}#filterbox {
}
.numberStat {
	font-weight: bold;
	color: #FF0099;
	background-color: #eaf6fa;
	border: 1px solid #E6E6E6;
	padding: 1px;
}
.otherLink a{
	font-weight: normal;
	color: #5ea0b6;
	
	text-decoration: none;
}

.otherLink a:hover{
	color: #2c2e26;
}

.newComments a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Lucida Grande", Tahoma, Arial;
	background-color: FF0066;
	width:208px;
	height:18px;
	display:block;
	border: 1px solid FF0066;
	text-align: center;
	padding-top: 3px;
}

.newComments a:hover{
	font-weight: bold;
	color: #FF0066;
	text-decoration: none;
	font-family: "Lucida Grande", Tahoma, Arial;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid FF0066;
	padding-top: 3px;

}
.newBlazons a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Lucida Grande", Tahoma, Arial;
	background-color: FF0066;
	width:208px;
	height:18px;
	display:block;
	border: 1px solid FF0066;
	text-align: center;
	padding-top: 3px;
}

.newBlazons a:hover{
	font-weight: bold;
	color: #FF0066;
	text-decoration: none;
	font-family: "Lucida Grande", Tahoma, Arial;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid FF0066;
	padding-top: 3px;

}
.newShit {
	font-size: 9px;
	color: #FF3300;
}
.redeemField {
	font-family: "Lucida Grande", Tahoma, Arial;
	font-size: 170px;
	font-weight: bold;
	color: #FF0099;
	text-align: center;
}
#comments .subject {
	font-size: 10px;
	color: #000000;
	float: left;
	margin-left: 17px;
}
#logoSML {
	float: right;
}
#defaultColumn3 {
	font-size:11px;
	color: #262626;
}
#billboards {
	background-color: #FFFFFF;
	padding-top: 6px;
}
.bannerPadding{
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;	
}
.bannerSML{
	background-image: url(_img/210x50.gif);
	height: 50px;
	background-repeat: no-repeat;
	margin-top: 4px;
}
.bannerMED{
	background-image: url(_img/210x100.gif);
	background-repeat: no-repeat;
	height: 100px;
	margin-top: 4px;
}
#site_container #column_a_home li {
	list-style-type: none;
	padding-left: 6px;
}
#selectRSS {
	width: 150px;
	font-size: 10px;
}
.bannerLRG{
	background-image: url(_img/210x200.gif);
	background-repeat: no-repeat;
	height: 200px;
	margin-top: 4px;	
}
#blazon_columnA {
	background-color: #eaf6fa;
	width: 210px;
	float: left;
}
#blazon_columnA  li {
	padding-top: 2px;
	list-style-type: none;
	padding-left: 8px;
}
#blazon_columnA .triPad {
	margin-left: 14px;
}
.blazonDetails .date {
	font-size:9px;
	color: #a0a0a0;
	margin-top: 2px;
	margin-left: 5px;
	width: 150px;
	float: left;
}
.blazonDetails .name {
	font-weight: bold;
	color: #a0a0a0;
	margin-left: 5px;
	float: left;
	width: 150px;
}
.blazonHeader {
	margin-bottom: 2px;
}
#blazonEvent {
	background-color: #E4F2F8;
	padding: 20px;
	width: 230px;
	float: left;
}
#blazonEvent .eventdata {
	line-height: 16px;
	padding-left: 10px;
	font-weight: bold;
}
#blazonEvent .whenwheretime {
	font-weight: bold;
	line-height: 16px;
	color: #FF3399;
	font-size: 12px;
	width: 60px;
	height: 80px;
	float: left;
}
#blazon {
	background-color: #F3F8Fa;
	padding: 10px;
}
.dualPad {
	padding-right: 10px;
	padding-left: 10px;
}
 #myspace {
	position: absolute;
	

	left: 13%;
	top: 100px;
	z-index: 300;
}

#posterClick {
	position: relative;
	top: 125px;
	margin-top:-18px;
	left: 107px;
	width: 18;
	height: 18;
	z-index: 80;
}#sandboxSUB {
	background-color: #333333;
	height: 70px;
	width: 750px;
	color: #FFFFFF;
}
#sandSubHolder {
	margin-top: -15px;
	
}
#sandShovel {
	width: 730px;
	border: 10px solid #ECECEC;
	min-height:300px;
	text-align:center;
	color:#84857A;
	font-weight: bold;
	
}
#sandSubA {
	height: 28px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #969789;
}
#sandSubB {
	height: 42px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #cacbc4;
}
#sandSubTitle {
	font-size: 16px;
	color: #FFFFFF;
}
.sandViews {
	color: #a7a89f;
	font-weight: bold;
}
#sandSelect {
	font-size: 10px;
	width:150px;
}
.uniPad2 {
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
}

#sandSubHolder a{
	font-weight: bold;
	color: #153546;
	text-decoration: none;
}
#sandSubHolder a:visited{
	font-weight: bold;
	color: #153546;
	text-decoration: none;
}

#sandSubHolder a:hover{
	color: #fff;
}


.song{
	color:#333333;
}
.lastFmTint{
	background-color: #efefe5;
}