@charset "UTF-8";
/* CSS Document */

html{
	height: 100%;
}

body {
	background-image:url(/style/images/v4/bg.gif);
	font-family:"Courier New";
	font-size:12px;
	font-weight:normal;
	text-align:left;
	margin: 0px; 
	padding: 0px;	
	height:100%;
	}

#contentWrapper{
	position: relative;
	min-height: 100%;
}

* html #contentWrapper{
	height: 100%;
}
#centreMain{
	margin:0 auto;
	width:874px;
}
#mainContainer  {
	margin:37px 0 0 198px;
	padding-bottom:11.5em;}

#centreHeader{
	margin:0 auto;
	width:874px;
	position:relative;
}

#header {
	width: 650px;
	height:103px;
	border-top: 1px dotted #999;
	background-image:url(../images/artBuzz_header.v2.jpg);
	margin-top:10px;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;}

#logoHeader{
	background-image:url(/style/images/v3/top_bg.gif);
	border:3px solid #D9006B;
	border-width:0 0 3px 0;
	height:142px;
	position:relative;
	}

#logoHeader h1 span{
 display:none;}
	
#logoHeader h1 {
	background-image:url(/style/images/v4/logo.png);
	background-repeat:no-repeat;
	background-position:0px 78px;
	line-height:142px;
	margin:0;
	padding:0;
	height:142px;
	width:204px;}	

#artworld_talks{
	float:left;
	clear:left;}

/* MAIN NAVIGATION */

#logoHeader a {
	color:black;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	
	}

#logoHeader a:hover {
	text-decoration:underline;}
	
#globalNav {
	display:block;
	right:0;
	list-style-type:none;
	position:absolute;
	bottom:15px;
	margin:0;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fbff5c;
}
#globalNav li {
	display:block;
	float:left;
}
#globalNav li.active {
	background:url(/style/images/navArrow.png) bottom center no-repeat;
}
#globalNav li.active a {
	color:#D9006B;
}
#globalNav li span {
	background-color: #fbff5c;
	display:block;
	padding:3px;
}
#gloabalNav li a:hover {
	color:#EE0071;
	text-decoration:none;
}
/* LEFT CONTAINER */

#leftContainer {
width:470px;
float:left;
overflow:hidden;
}

#pageTitle {
	background-color:white;
	border-top:3px solid #D9006B;
	color:#D9006B;
	font-size:24px;
	/*font-weight:bold;*/
	padding:16px;
	margin:0 0 20px 0;
	}


#buzzActions div a {
	background-repeat:no-repeat;
	background-position:5px center;	
	padding: 0pt 10px 0pt 30px;
	float:left;
}



a.message-link {
	background-image:url(/style/images/note_edit.png);
	background-color:white;
	border-top:3px solid #999;
	color:#D9006B;
	height:29px;
	line-height:29px;
	float:left;
	font-size:15px;
	padding:10px;}

a.event-link {
	background-image:url(/style/images/calendar_add.png);
	background-repeat:no-repeat;
	color:#FFF;
	font-size:15px;
	height:29px;
	line-height:29px;	
	margin-left:10px;
	padding:10px;}
	
a.rss-link {
	background-image:url(/style/images/rss_grey.png);
	background-repeat:no-repeat;
	color:#FFF;
	font-size:15px;
	height:29px;
	line-height:29px;	
	margin-left:10px;
	padding:10px;}	

a.photo-link {
	background-image:url(/style/images/camera_add.png);
	background-repeat:no-repeat;
	color:#FFF;
	font-size:15px;
	height:29px;
	line-height:29px;	
	margin-left:10px;
	padding:10px;}

#buzzArea{
	width:475px;
	height:172px;
	margin-top:6px;}
.buzzInputContainer {
	background-color:#fff;
}
#buzzArea textarea, .imageNote{
	border:0;}
	
#eventBox{
	width:475px;
	height:172px;
	background-image:url(/style/images/buzzerBackgd.png);
	margin-top:6px;}
#eventBox input.eventTitle,
#eventBox input.eventSubject,
#eventBox input.eventWhere {
	width:240px;
}

#rssArea{
	width:475px;
	margin-top:6px;}
#rssArea input.rssInput{
	width:440px;
}

#photoArea{
	width:475px;
	/*height:172px;*/
	/*background-image:url(/style/images/buzzerBackgd.png);*/
	margin-left:10px;
	margin-top:6px;
	margin-bottom:10px;
	}


#eventDetail{
	padding:10px;
}

#globalTopNav{
	position:absolute; 
	top:15px; 
	right:0; 
	background-color:#fff; 
	color:#D9006B; 
	padding:2px 5px;
}
#globalTopNav a {
	font-size:12px;
}


.eventMessage{
	float:right;
	margin-right:50px;
	height:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	/*widows:202px;*/
}

.clear {
clear:both;
}

#wordCounter {
	font-size:28px;
	float:right;
	margin-top:-5px;
	margin-bottom:-5px;
	padding-right:10px;
	font-weight:bold;	
}


#buzzTo {
color:#333;
/*font-weight:bold;
padding: 10px 0px 0px 10px;*/
}

#buzzToDiv{
	padding-left:10px;
	font-weight:bold;
	margin-top:5px;
	position:relative;
}
#buzzToDiv .postBuzz {
	position:absolute;
	right:0;
	top:0;
}	
#birds{
	float:left;
	margin: 75px 0 0 620px;
}

#birdsGraphic{
	background-image:url(/style/images/v3/birds.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	top:35px;
	left:830px;
	position:absolute;}
	
#birdsGraphic span{
	visibility:hidden;}
	
/* paginator */

.paginator {
margin-left:10px;
}

.paginator a {
color:#fff;
font-weight:bold;
text-decoration:none;
}

.paginator a:hover {
color:#FFCC00;
text-decoration:underline;
}

.pages {
font-size:95%;
display:inline;
float:left;
clear:right;
}

.pages span.nextprev {
padding: 0em 0em;
color: #999;
}

.pages a.nextprev {
font-weight:bold;
}

.pages a, .pages span {
float:left;
margin-right: 0.1em;
padding: 0em 0.3em;
}

.pages span.current {
background: #FFF none repeat scroll 0%;
color: #D9006B;
font-weight:bold;
}

.pages a {
/*
border: px solid #000;
*/
text-decoration: none;
}


/* Tabs */

#tabscontainer {
	border-top:2px solid #D9006B;
	clear:both;
	height:21px;
	padding:20px 0 0 8px;
	width:495px;
}

#followTabscontainer {
	clear:both;
	padding:12px;
	width:475px;
	background:#FFFFFF;
}

#tabscontainerInvite{
	clear:both;
	height:21px;
	padding:0 0 8px 0;
	width:495px;
}
	#tabscontainerInvite .tabs, #tabscontainerInvite .tabsActive{
		width:180px;
	}

.tabs {
	width:115px;
	height:31px;
	float:left;	
	background-position:top;
	font-size: 15px;
	line-height:33px;
	text-align:center;}

.tabs a:link {
	color:#000000;
	text-decoration:none;}

.tabs a {
	color:#000000;
	text-decoration:none;}

.tabs a:hover {
text-decoration:underline;}

.tabsActive {
	width:142px;
	height:30px;
	float:left;
	background-color:white;
	font-size: 15px;
	font-weight:bold;
	line-height:33px;
	text-align:center;
	border-top: 2px solid #999;}

.buzzField, .imageNote {
margin:4px 0px 0px 4px;
}


/* Messages area */

#messagesContainer {
width:475px;
border-top:2px solid transparent;
margin-top: -1px;
margin-left:6px;
padding: 10px 0px 0px 0px;
}

.messageSent {
width:475px;
min-height: 90px;
margin-bottom:10px;

}

.paddingUser {
padding: 10px 28px 10px 10px;
}

.paddingBio {
padding-right:5px;
}

.buzz {
	font-family:Arial, Helvetica, sans-serif;
	height:50px;
	color:#000;
	width:365px;
	float:left;
	margin-top:10px;
	font-size:11px;
}

.rssFeed {
	font-family:Arial, Helvetica, sans-serif;
	height:50px;
	color:#000;
	width:365px;
	float:left;
	margin-top:10px;
	font-size:11px;
}

div.messageSent{
	background-color:#FFF;
}
div.messageSent .buzz{
	background-color:#E2E2E2;
	padding:5px 0 0 5px;
}

.pinkFont{
	color:#D9006B;
}

.messageOptions {
	/*
background-color:white;
*/
	font-size:10px;
	font-weight:bold;
	text-align:right;
	padding:0 23px 5px 0;}



/* RIGHT CONTAINER */

#rightContainer {
width:190px;
float:right;

}
.rhSection {
	border-bottom:1px solid #999;
	clear:both;
	margin-bottom:1em;
	padding:0 10px 1em 30px;
	background-position:left 3.5px;
	background-repeat:no-repeat;
	
}

.rhSection a{
	display:block;
}
#rightContainer blockquote {
	clear:both;
	background-image:url(../images/v4/quote.gif);
	background-position:left 3.5px;
	background-repeat:no-repeat;
	margin:0;
	padding:0 10px 1em 30px;
}
#rightContainer cite {
	font-style:normal;
	margin-bottom:2em;
}
#bio {
	font-family:"Courier New", Courier, monospace;
	font-weight:normal;
	width:190px;
	padding: 0 ;
	line-height:20px;
}

#bio a{
	font-weight:normal;}

h2 {
	font-size:15px;
	font-weight:bold;
	color:#000;
	border-bottom: 2px solid #999;
	margin-bottom: 10px;
	margin-top:3px;
	padding-top:36px;
	padding-bottom:5px;}
	

h2.settingsHeading {
	border:0;
	font-size:2em;
	padding-top:16px;
}
h3 {
	font-size:15px;
	font-weight:normal;
	color:#D9006B;
	border-bottom: 1px solid #FFF;
	margin-top:25px;
	margin-bottom: 9px;
	padding-bottom:5px;}

#bio h3 {
	font-size:15px;
	color:#000;
	font-family:"Courier New", Courier, monospace;
	font-weight:normal;	
	border-bottom: 1px solid #FFF;
	margin-top:25px;
	margin-bottom: 5px;
	padding-bottom:5px;}

#lastBuzz {
	line-height:15px;	}



.friendsVcard {
float:left;
margin:0;
padding-right:5px;
}

.friendsRequests {
float:left;
clear:both;
padding-bottom:5px;
}

.addRemoveUser {
float:right;
padding: 5px 15px 0px 0px;
}

.pokeAction {
	border-bottom:1px solid #999;
	margin:0.5em 0;
}


.calendarIcon {
float:right;
padding-right: 15px;
}


/* Links */

a {
color:#ee0071;
text-decoration:none;
}

a:link {
}

a:hover {
text-decoration:underline;
}


/* FOOTER */

#footer {
	background-image:url(/style/images/v3/top_bg.gif);
	border-top:2px solid #999;
	color:#333;
	float:left; /* Self clear contained floats*/
	font-size:12px;
	font-family:"Courier New"; 
	width:100%;
	position:relative;
	margin-top:-11.25em;}
#footerContent {
	width:874px;
	margin:20px auto;
}
#footerLinks {
	color:#333;
	display:block;
	 float:left;
	list-style-type:none;
	margin:0 20px 0 0;
}
#footerLinks li {
	margin-bottom:0.5em;
}
#footer a {
	color:#333;
	font-weight:normal;
	/*text-decoration:none;*/
}


#footerLinks a:link {
	color:#333;
	font-weight:normal;
	text-decoration:none;
}

#footerLinks a:hover {
color:#333;
text-decoration:underline;
}



#footerLinks a:link {
color:#333;
font-weight:normal;
text-decoration:none;
}

#footerLinks a:hover {
color:#333;
text-decoration:underline;
}


.floatleft {
float:left;
padding-left:40px;
}
.legalLinks {
display:block;
float:left;
list-style-type:none;
margin:0 20px 0 0;
padding:0;
width:180px;

}
.legalLinks li{
	margin-bottom:0.5em;
}

#copyright {
	float:right;
	margin: 0;
}



#loginForm{
	float:right;
	padding:5px 15px 0px;
	text-align:right;
}
#loginForm label{
	display:inline;
}

.center{
	text-align:center;
}


.w100px{
	width:100px;}
.w200px{
	width:200px;}
.w300px{
	width:300px;}
.w400px{
	width:400px;}



/* New Style Icons*/
.question{
	background-image:url(../images/v4/questionMark.gif);
}
.exclaim{
	background-image:url(../images/v4/exclaim.gif);
}
.settings #pageTitle {
border-top:3px solid #D9006B;
border-left:0 none;
margin:0;
}
.settings .textWrapper {
border-left:0 none;
}
.settings p.deactivate {
	padding-left:25px;
	background:url(../images/deactivate.png) left center no-repeat;
	line-height:20px;
}
.settings p.deactivate a {
 color:#EE0071
} 

#stats a{
	color:#000;
}

.online{
	border-bottom:2px solid #81C934;
}
.offline{
	border-bottom:2px solid #EE0071;
}