/* @override http://nicoledorsey.com/css/core.css */

body {
	
}

/* @group Core */

div#super_container {
	margin: auto;
	width: 750px;
}

div#masthead {
	padding: 30px 0px 15px 0px;
}

p#id, address {
	float: left;
	width: 185px;
}

address {
	font-weight: normal;
	font-style: normal;
}

address a {
	text-decoration: none;
	font-weight: bold;
}

div#feature {
	border-top: 1px dashed #666;
	padding: 15px 0px 30px 0px;
}

div#video-placeholder {
	background: #f2f2f2;
}

ul.feature-trigger {
	padding-top: 10px;
}

ul.feature-trigger em {
	font-weight: normal;
	font-style: normal;
	color: #fe7d7b;
}

ul.feature-trigger li a {
	text-decoration: none;
}

div#body {
	border-top: 1px dashed #666;
}

div#news, div#about {
	float: left;
}

div#news {
	width: 360px;
	padding: 15px 14px 15px 0px;
	border-right: 1px dashed #666;	
}

div.news-entry {
	margin-bottom: 15px;
}

p.news-date {
	margin-bottom: 7px;
}

div#about {
	width: 360px;
	padding: 15px 0px 15px 15px;
	
}

#about p {
	margin-bottom: 15px;
}

div#footer {
	border-top: 1px dashed #666;
	padding: 5px 0px 30px 0px;
}

/* @end */

/* @group Grid
 */



/* @end */

/* @group Typography */

body {
	font: 12px "Courier New", Courier;
}

a {
	color: #000;
}

p {
	
}

h1 {
	background: url(images/nicole_dorsey.gif) no-repeat;
	display: block;
	float: left;
	width: 375px;
	height: 40px;
	text-indent: -9999em;
}

h2 {
	text-transform: uppercase;
}

/* @end */

/* @group Tabs */


/* root element for tabs  */
ul.tabs {
}

/* single tab */
ul.tabs li { 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	
	font-weight: normal;
	font-style: normal;
	color: #fe7d7b;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}


/* @end */