/* CSS Document */
* {
	margin:0;
	padding:0;	
}

body {
	background-color:#d29c5e;
	font-family: Georgia, serif;
	font-size:12px;
	color:#000000;
	background-attachment: fixed;
	background-position: top center;
	background-image:url("/templates/thefunkuniversity/images/page_topbg.jpg");
	background-repeat:no-repeat;
}

/* Links */
a, a:link, a:active {
	color:#ff4700;
}
a:hover {
	color:#660000;
}
a:visited {
	color:#d48b5f;
}


/* Padded Items */
h1,h2,h3,h4,h5,h6,p {
	padding-top:5px;
	padding-bottom:5px;
}

img {
        border:0;
}

/* Headings */

h1 {
	font-size: 24pt;
	font-weight: normal;
	font-style: italic;
}
h2 {
	font-size:17pt;
	font-weight:bold;
}
h3 {
	font-size: 16pt;
}
h4 {
	font-size: 15pt;
}
h5 {
	font-size: 14pt;
}
h6 {
	font-size: 12pt;
}
ul {
	padding-left:20px;
}
#wrapbody {
        width:1000px;
        margin:0 auto;
	padding-top:8px;
	padding-bottom:8px;
}
.error {
	color:#ff0000;
	font-weight:bold;
}
.equalcolumnstable {
	display:table;
}
.equalcolumnstr {
	display: table-row;
}
#leftcolumn {
	float:left;
	display:inline;
	width:640px;
	display: table-cell;
}
#rightcolumn {
	float:right;
	display:inline;
	width:312px;
	display: table-cell;
}
#toplinks {
	position:absolute;
	top:10px;
	right:70px;
}
.bubblebox {
	height:100%;
	padding:10px;
	padding-bottom:12px;
	margin-bottom:8px;
	background:#ffffff;
}
.bubblebox .sb-inner {
	background:#ffffff;
	opacity:0.6;
	filter:alpha(opacity=60);
}
.bubblebox .sb-shadow {
	background:#000000;
}
.bubblebox .sb-border {
	background:#c1c1c1;
}
#footer {
	text-align:center;
}
#myheader {
	margin-bottom:8px;
	position:relative;
}
#mylogo {
	float:left;
}
#mynavbar {
	font-style: italic;
	float:left;
	margin-top:29px;
	margin-left:32px;
	background-color:#943f20;
	padding:6px;
	padding-bottom:8px;
	background:#943f20 url(/templates/thefunkuniversity/images/navbargradient.png) repeat-x;
	color:#ffffff;
	font-weight:bold;
}
#mynavbar .sb-inner {
	background:#943f20 url(/templates/thefunkuniversity/images/navbargradient.png) repeat-x;
}
#mynavbar a {
	padding:4px;
	text-decoration:none;
	color:#ffffff;
}
#memberleftcolumn {
	float:left;
	display:inline;
	width:312px;
	display: table-cell;
}
#memberrightcolumn {
	float:right;
	display:inline;
	width:640px;
	display: table-cell;
}
.membersbubblebox {
	font-style: italic;
	font-size: 12pt;;
	height:100%;
	padding:10px;
	padding-bottom:12px;
	margin-bottom:8px;
	background-color:#943f20;
	background:#943f20 url(/templates/thefunkuniversity/images/nav2_bg.jpg) repeat-x;
	color:#e3dfda;
	font-weight:bold;
	line-height:25px;
}
.membersbubblebox .sb-inner {
	background:#943f20 url(/templates/thefunkuniversity/images/nav2_bg.jpg) repeat-x;
}
.membersbubblebox a {
	padding:4px;
	text-decoration:none;
	color:#cccccc;
}
.membersbubblebox a:hover {
	color:#ffffff;
}

.tdformitem {margin:10px;padding:10px;}


/*articles*/
.article p {padding:0;font-size:14px;line-height:18px;}


/*comments*/
.DarkGreyRounded_left {width:100%;margin:0;padding:20px 0 0 0;font-size:10px;line-height:14px;}
.comment {width:100%;margin:0;padding:padding:5px 0 20px 0;font-size:12px;line-height:16px;}
.comments td {font-size:14px;line-height:18px;}


/*nroll stuff*/
#nroll-container {float:left;width:525px;padding:0 0 20px 0;}
#nroll-top {float:left;width:525px;}
#nroll-left {float:left;width:320px;}
#nroll-right {float:left;width:205px;}

#enroll-content-left {float:left;width:530px;}
#enroll-content-right {float:right;width:410px;padding-left:10px;}


/*press stuff*/
.pressItem {float:left;width:640px;margin:10px 0 10px 0;border:1px solid #dedede;padding:0;overflow:hidden;background:#fff;}
.pressItem h2 {margin-bottom:10px;}
.pressItem a {font-size:14px;line-height:18px;font-weight:bold;}
.pressItem a.more {float:left;margin:10px 0;}
.pressItem h2,
.pressItem h2 a {font-size:20px;line-height:24px;font-weight:bold;}
.pressItem img {margin:10px;padding:0;float:none;}
.pressItem .pressItemImage {float:left;width:235px;margin:0 10px 0 0;padding:0;overflow:hidden;}
.pressItem .pressItemContent {float:left;width:350px;padding:0px;margin:0px;overflow:hidden;}
.pressItem .pressItemContent .postDate {float:left;width:100%;font-size:12px;font-weight:bold;line-height:16px;margin-bottom:10px;}
.pressItem .pressItemContent .pressBody {float:left;width:100%;fon-size:14px;font-weight:normal;line-height:18px;margin-bottom:10px;}


/*contest styles*/
h1#contest_header {font-size:24px;font-weight:normal;margin:10px 0;line-height:32px;}

h2#disclaimer_header,
h2#privacy_header {font-size:22px;font-weight:normal;margin:12px 0 6px 0;line-height:28px;}

h3#disclaimer_subheader,
h3#privacy_subheader {font-size:18px;font-weight:normal;margin:2px 0 8px 0;line-height:22px;}

b.rule {font-weight:bold;margin:0 8px;}

.boldlist li {
	font-size:11pt;
	font-weight:bold;
}
