body {
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

.summary {
	margin-bottom: 0px;
}

.post-info {
	text-align: right;
	font-size: 11px;
}

#contests-navigation dt {
	font-size: 11px;
	margin-top:5px;
	padding: 2px 0;
}

#contests-navigation ul li a {
	font-size: 12px;
}



#navigation ul li ul li a {
	font-weight:normal;
	font-size:11px;
}


/* Headers */

h2 {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 12px;
	padding: 2px 5px;
}

.main-content h2 {
	padding: 5px 0px;
	text-transform: uppercase;
}


h2.section_header {
	background: url(blue_arrows.gif) left no-repeat;
	font-size:20px;
	color:#4d6c98;
	padding:10px 15px;
	border:none;
}

h3.module-handle {
	font-size: 11px;
	line-height: 11px;
	padding: 0 7px;
	padding-top: 4px;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	clear: both;
	margin-bottom: 0;
	height: 15px;
	border-bottom:1px solid #bbb;
}

.entry h3, .entry h4 {
	background: none;
	text-transform: none;
	text-align: left;
	font-size: 11px;
	line-height: 12px;
	padding: 5px 7px 0 0;
	/* letter-spacing: 3px; */
	position: relative;
	clear: both;
	margin-bottom: 10px;
}

.entry h4 {
	font-size: 12px;
	/* letter-spacing: 1px; */
	margin-bottom: 4px;
}

h3.module-handle {
	cursor: move;
}

h3 .date, h4 .date {
	position: absolute;
	right: 0;
}




.user-name, dl dt {
	font-weight: bold;
}

.media-name {
	text-decoration: underline;
}

.small-item .user-name, .small-item .media-name {
	text-decoration: none;
	font-weight:normal;
}

.warning {
	color:#e01b22;
	padding-left:18px;
	background:url(error.gif) top left no-repeat;
}

/* List of Modules */

#all-modules li.list-header {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}








/* Navigation */

#navigation {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#navigation ul li a {
	text-decoration: none;
}


#user-navigation ul li {
	padding:1px 2px 0 15px;
	margin:0;
	line-height: 22px;
	font-size:12px;
	background:url(blue_arrows.gif) no-repeat 2px 9px;
	border-bottom:1px solid #9facbc;
}

#user-navigation ul li a {
	font-size: 13px;
	font-weight: bold;
	display:block;
}

#user-navigation .nav li a:hover {
	background:#fff;
}


#user-navigation ul {
	margin:10px 2px 0 3px;
	float: left;
	width:135px;
}

/* Footer */

#footer ul li {
	text-transform: lowercase;
}

#footer ul li a {
	text-decoration: underline;
}


/* Primary Headers */
.primary-header {
	padding-left:70px;
	background:url(tools.gif) no-repeat left top;
	margin-bottom:20px;
}

.primary-header h2 {
	border:none;
	font-size:34px;
	font-weight:normal;
	color:#3e6390;
	line-height:26px;
	margin:0;
	text-transform: uppercase;
}

.primary-header p {
	font-size:15px;
	color:#626363;
}



p.description {
	font-size:13px;
	color:#666;
	margin:0px 15px 20px 15px;
}





