/*

COLOR PALETTE:

pink: #ff00ba
red: #ff0072




/*RESET BROWSERS*/

html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/*END OF RESET BROWSERS*/


/*MAIN FRAME*/

#skiplist {
	display: none;
}

html {
	background: url(../images/main_bg.gif) repeat;

}


body {

	font-family: Arial, Hevlvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
	
#totalcontainer {
		margin: 0 auto;
		text-align: left;
		width: 1000px;
		background: #fff;
		margin-top: 40px;
		height: auto;
}

.centralcontainer{
		margin: 0 auto;
		text-align: left;
		width: 1000px;
}


#header {
		width: 100%;
		height: 180px;
		display: block;
		background: #ff00ba url(../images/head_bg.jpg) repeat-x;
		text-indent: -5000px;
}

#mainmenublock {
		width: 100%;
		height: 40px;
		display: block;
		background: #fff;
}


#sponsorfooter {
		width: 100%;
		margin-top: 30px;
		border-top: 20px solid #fff;
		height: 90px;
		display: block;
		padding-top: 20px;
		background: #ffffff url(../images/footer_bg.jpg) repeat-x;		
}

#mainfooter {
		background: #000;
		width: 642px;
		height: 40px;
		float: left;
}

#leftcolumn{
		float: left;
		width: 600px;
		margin: 20px 20px 20px 20px;
	}

#largecolumn{
		float: left;
		width: 970px;
		margin: 20px 0px 20px 20px;
	}
	
#rightcolumn{
		float: left;
		width: 340px;
		margin: 20px 20px 20px 0;		
}


/*MAIN MENU*/
#mainmenu {

		font-family: "courier-new", monospace;
		text-transform: lowercase;
		font-size: 18px;
}

#mainmenu li{
		float: left;
		display: block;
}


#mainmenu li a{
		margin: 0px 0px 0 10px;
		float: left;
		color: #ff00ba;
		text-decoration: none;
		display: block;
		padding: 10px;
}

#mainmenu li a:hover{
		color: #000;
}


/*Active Links*/

#home-page #home-li a {color: #000;}
#about-page #about-li a {color: #000;}
#latest-page #latest-li a {color: #000;}
#profiles-page #profiles-li a {color: #000;}
#rsvp-page #rsvp-li a {color: #000;}




/*FOOTER MENU*/

#footermenu {
		color: #fff;
		font-family: "courier-new", monospace;
		text-transform: lowercase;
		font-size: 16px;
}

#footermenu li{
		float: left;		
		display: block;
}

#footermenu li a{
		margin-left: 10px;
		float: left;
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 10px;
}


#footermenu li a:hover{
		color: #ff00ba;
}

#rsvp{
	display: block;
}

#rsvp a{ 
		padding: 11px;
		color: #fff;
		text-decoration: none;
		display: block;
		background: #ff0072;
		float: left;
		font-family: "courier-new", monospace;
		font-size: 16px;
}

#rsvp a:hover{ 
		background: #ff00ba;
}

/*SPONSOR MENU*/

#sponsormenu {

		font-family: "courier-new", monospace;
		text-transform: lowercase;
		font-size: 18px;
		margin-bottom: 30px;
		float: left;
		width: 100%;
}


#sponsormenu li a{
		margin-top: 2px;
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 7px;
		background: #ff0072;
}

#sponsormenu li a:hover{
		color: #fff;
		background: #000;
}

/*FOOTER SPONSOR MENU*/

#footersponsor li{
		float: left;
}


#footersponsor li a{
		float: left;
		display: block;
		padding: 10px 50px 30px 0;		
		font-size: 16px;
		color: #888;
}

#footersponsor li a:hover{
		color: #000;
}


/*PROFILE SUMMARY*/


.profilesummary {
		width: 320px;
		height: 121px;
		border: 10px solid #000;
		margin-top: 10px;
		float: left;
		overflow: hidden;
}


#largecolumn .profilesummary {
		width: 290px;
		margin-right: 12px;
}

.profilesummary:hover {
		border: 10px solid #ff0072;		
		text-decoration: none;
		cursor: hand;
}


a .profilesummary img {
		display: block;
		float: right;
}

a h3.profilename {
		font-family: "courier-new", monospace;
		font-size: 18px;
		color: #000;
		width: 190px;
		margin: 4px 0 0 4px;
		float: left;
		text-decoration: none;
}

#largecolumn a .profilename {
		width: 170px;
}

.ptitle {
		width: 190px;
		margin: 4px 0 0 4px;
		float: left;
		color: #ff0072;
		font-size: 12px;
		overflow: hidden;
		display: block;
}

#largecolumn a .ptitle {
	width: 180px;
}



/*ARTICLE BOX*/

.newsitem {
		padding-bottom: 30px;
		margin-top: 20px;
		display: block;
		height: auto;
		border-bottom: 1px solid #333;
}



.newsitem h3 {
	float: left;
}

.newsitem h3:hover {
	text-decoration: none;
	color: #000;
}


.newsitem p.intro {
	float: left;
	margin-bottom: 40px;
}

.newsthumb {
	width: 120px;
	height: 170px;
	display: block;
	float: right;
	margin-right: 10px;
}

.newsitem .morebutton {
	float: left;
	clear: left;
	margin-top: -30px;
}

/*TYPE*/

h1{
		font-family: "courier-new", monospace;
		font-size: 35px;
		text-transform: lowercase;
}

h2{
		font-family: "courier-new", monospace;
		font-size: 20px;
		font-weight: lighter;
		text-transform: lowercase;
}



h3{
		font-size: 25px;
		color: #ff0072;
		width: 450px;
}

h4{
		font-family: "courier-new", monospace;
		font-size: 20px;
		font-weight: lighter;
		text-transform: lowercase;
		margin-top: 20px;
}

p{
		font-size: 14px;
		line-height: 20px;
		color: #333;
		margin-top: 5px;
		margin-bottom: 10px;
}

#leftcolumn p{
	width: 450px;
}




p.intro{
		font-size: 16px;
		line-height: 22px;
		color: #666;
		padding: 2 0px;
}

p.instruction{
		font-size: 11px;
		line-height: 20px;
		color: #555;
		margin-top: 5px;
		margin-bottom: 10px;
		background: #ffffff url(../images/question.gif) no-repeat;
		padding-left: 20px;
		background-position: 0 5px;
}



p a:link, p a:visited {
		color: #ff0072;
		text-decoration: none;
		padding: 2px;
		border-top: 2px #ff0072 dotted;
		border-bottom: 2px #ff0072 dotted;
}

p a:hover{
		background: #ff0072;
		color: #fff;
}

a:link, a:visited {
		text-decoration: none;
		color: #ff0072;
}

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

strong {
	font-weight: bold;
	font-style: italic;
}


/*Nav Buttons*/

.backbutton {
		background: #ffffff url(../images/arrow_back.gif) no-repeat;
		clear: both;
		height: 20px;
		display: block;
		float: left;
		padding-left: 30px;
		cursor: hand;
		margin-top: 30px;
		background-position: 0 -24px;
		font-size: 13px;
		padding-top: 4px;
		text-transform: uppercase;
}

a:hover .backbutton {
		background-position: 0 0px;
		text-decoration: none;
}

.morebutton {
		background: #ffffff url(../images/arrow_more.gif) no-repeat;
		height: 20px;
		display: block;
		float: right;
		padding-right: 30px;
		cursor: hand;
		background-position: 100% -24px;
		font-size: 13px;
		padding-top: 4px;
		text-transform: uppercase;
		margin-top: -20px;
}

a:hover .morebutton {
		background-position: 100% 0px;
		text-decoration: none;
}


/*SEARCH BOX*/
	
#searchform{
	width: 360px;
	float: right;
	margin-top: 5px;
}

#searchform #searchinput{
	border: 1px solid #ff0072;
	height: 16px;
	padding: 4px;
	width: 270px;
	display: block;
	float: left;
	color: #ff0072;
	margin-right: 6px;
	background: #feddec;
}

#searchform #searchinput:focus{
	background: #fff;
}

#searchform #searchbutton{
	width: 70px;
	padding: 2px;
	height: 25px;
	background: #ff0072;
	border: 0px;
	color: #fff;
	display: block;
	float: left;
	font-family: "courier-new", monospace;
	text-transform: lowercase;
}

#searchform #searchbutton:hover{
	background: #000;
}

/*CONTACT FORM*/

.page-form label {

	display: inline;
	float: left;
	width: 97px;

	clear: left;
	margin-top: 30px;
	margin-right: 10px;

	border-top: 2px dotted #ff0072;
	border-bottom: 2px dotted #ff0072;
	padding: 3px;

	font-family: "courier-new", monospace;
	text-transform: lowercase;
	color: #ff0072;
}

.page-form input {
	border: 1px solid #ff0072;
	height: 16px;
	padding: 4px;
	width: 350px;
	display: inline;
	float: left;
	margin-top: 30px;
	color: #ff0072;
	background: #feddec;
}

.page-form textarea {
	border: 1px solid #ff0072;
	height: 150px;
	padding: 4px;
	width: 350px;
	display: inline;
	float: left;
	margin-top: 30px;
	color: #ff0072;
	background: #feddec;
}

.page-form select {
	border: 1px solid #ff0072;
	height: 22px;
	padding: 0px;
	width: 100px;
	display: inline;
	float: left;
	margin-top: 30px;
	color: #ff0072;
	background: #feddec;
}

.page-form select:focus,
.page-form textarea:focus,
.page-form input:focus {
	background: #fff;
	color: #333;
}


#formbutton {
	width: 70px;
	padding: 2px;
	height: 30px;
	background: #ff0072;
	border: 4px;
	color: #fff;
	display: block;
	float: left;
	font-family: "courier-new", monospace;
	text-transform: lowercase;
	clear: left;
	margin-left: 120px;
}

#formbutton:hover {
	background: #000;
	cursor: url;
}

#sponsor_logo{
	margin-bottom: 0px;
	height: 120px;
}


/*PROFILE PAGE*/

.profilehead {
	background: #e4e4e4;
	display: block;
	height: 166px;
	margin-bottom: 20px;
}

#profilename {
	height: 80px;	
	float: left;
	width: 480px;
	margin: 10px 0 10px 0;
}

#youtube {
	display: block;
	height: 280px;
	width: 100%;
	margin-bottom: 20px;
	float: right;
	background: url(../images/you_tube.gif) repeat;

}

.profilepic {
	width: 101px;
	float: left;
	margin-right: 10px;
	display: block;
}


.profileentry {
	display: block;
	float: left;
	height: 20px;
	width: 380px;
	clear: right;
	margin: 0 10px 0 30px;
}

#projecttitle {
	font-weight: bold;
	color: #000;
	padding-top: 8px;
}

.profileentry p, .profileentry {
margin: 0px;
font-size: 13px;
}

.profilebutton a{
	display: block;
	color: #fff;
	font-size: 12px;
	font-family: "courier-new", monospace;
	text-transform: lowercase;
	text-align: center;
	padding: 5px 0;
}

#profilecvlink{ background: #ff0072;}
#profilecvlink:hover{ background: #ff00ba;}

#profileemaillink{background: #000;}
#profileemaillink:hover{background: #ff00ba;}


.profilelabel {
	width: 100px;
	margin-right: 20px;
	display: inline;
	float: left;

	border-top: 2px dotted #ff0072;
	border-bottom: 2px dotted #ff0072;
	font-family: "courier-new", monospace;
	text-transform: lowercase;
	font-size: 13px;
	clear: left;
	margin-top: 30px;
	color: #ff0072;
	padding: 2px;
}


.mainentry{
	width: 382px;
	display: inline;
	float: left;
	margin-top: 23px;
	font-size: 13px;
}

.mainentry p{
	max-width: 380px;
}

/*MISC*/

#fusedhead {
	display: block;
	width: 1000px;
	height: 180px;
}



#clearme{
      display: block;
      clear: both;
      }


.breaker {
		width: 100%;
		height: 15px;
		background: url(../images/breaker.gif) repeat-x;
		margin: 30px 0;
}

a .more{ 
		float: right;
		background: #ff0072;
		margin-right: 10px;
		font-family: "courier-new", monospace;
		text-transform: lowercase;		
		color: #fff;
		padding: 3px;
		margin-top: -1px;
		border: solid #999 1px;
		border-top: 0px;
}

a:hover .more{ 
		background: #000;
}


.viewall {
		display: block;
		float: right;
		background: #ff0072;
		padding: 4px;
		color: #fff;
		margin-top: -25px;
		margin-bottom: 10px;
}

.viewall:hover {
		background: #ff00ba;
}

/*Search Table*/


.search_title {
	width: 350px;
}

.search_weblog {
	width: 200px;
}

.search_table th{
		font-family: "courier-new", monospace;
		text-transform: lowercase;		
		color: #fff;	
		background: #ff0072;
		text-align: center;
		border: 2px solid #fff;
		padding: 4px 0px 4px 0;
}

.search_table td {
		padding-left: 5px;
		border: 2px solid #fff;
		font-size: 14px;
		color: #555;
		background: #efefef;
	}
	
.search_table td a{
		padding: 5px;	
		margin-left: -5px;
		width: 100%;
		height: 100%;
		display: block;
}

.search_table td a:hover{
		background: #dedede;
		text-decoration: none;
		}

