/* import stylesheets \*/
@import url("lightbox.css");
/* end import/hide */


/* colours 
89e4ff	explore
c6b0ff	go deeper
ffdc72	connect
ff9191	take action
c87931	resource packs
4bee52	just for fun
*/


/* ---- Structure styles ----- */


html, body {
	font-family: Georgia, "Times New Roman", serif;
	background-color: #fff;
	color: #000;
	font-size: 12pt;
}

body {
	font-size: 0.75em;
}

#wrapper {
	width: 100%;
	text-align: left;
}

#header {
	padding: 0px 8px 0px 8px;
	text-align: left;
	height: 69px;
}

#content {
	position: relative;
	padding: 0px;
	text-align: left;
	background-color: #FFF;
}

#col_left_home {
}

#col_left {
}

#col_right {
	display: none;
}


/* ---- Common styles ----- */

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Verdana, sans-serif;	
}

h1 {
	font-size: 17pt;
}

h2 {
	font-size: 13pt;
}

h3 {
	font-size: 13pt;
}

h4 {
	font-size: 12pt;
}

h5 {
	font-size: 11pt;
}

a {
	color: #666666;
}

ul {
	padding: 2pt 0 0 20pt;
	margin: 0;
}
ol {
	padding: 2pt 0 0 25pt;
	margin: 0;
}

ul li, ol li {
	padding: 0 0 5pt 0;
	margin: 0;
}

#content a:after {
	content: " (" attr(href) ") ";
	font-size: 9pt;
}

#content a[href^="/"]:after {
	content: " (http://www.alistapart.com" attr(href) ") ";
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	font-size: 0em;
}

.error {
	color: #FF0000;
}

#video { 
	display: none;
}


/* ---- Header styles ----- */

#logo {
	height: 25px;
}

#logo img {
	width: 117.7pt;
	height: 51.7pt;
}

.search_bar {
	display: none;
}

#navigation {
	display: none;
}

/* ---- Homepage styles ----- */

#flash_cards_outer {
	display: none;
}

.what_kind {
	margin-top: 20px;
}

/* ---- Political Animal styles ----- */

#polanimal_col_left {
	width: 60%;
}

#polanimal_col_right {
	width: 30%;
	position: absolute;
	top: 0px;
	right: 0px;
}

#cabinet img{
	width: 45pt;

}



/* -- News styles ---------------- */

div.news ul li a {
	font-weight: bold;
}

div.news ul li em {
	display: block;
}

#news h3 a img {
	padding-bottom: 20px;
}

/* -- Footer styles ---------------- */

#footer {
	clear: both;
	padding: 40px 0px 80px 0px;
	color: #666666;
	font-size: 10pt;
}

#footer #footer_links {
	display: none;
}

#footer #footer_links {
	display: none;
}

#footer #bslogo {
	display: block;
	
}

#footer span.credits_link {
	display: none;
}

#footer #credits {
	display: none;
}


