/**
 * 
 * @version 
 * @author 
 */

@import 'global.css';


/** Global Header
-----------------------------------------*/
#global_header h1 {
	background: url(../images/casestudies/header_title.gif) right 135px no-repeat;
}




/** Index
-----------------------------------------*/
#index h2 {
	margin-bottom: 10px;
}
#index h3 {
	margin-bottom: 40px;
}

#index #featured h3 {
	margin-bottom: 15px;
}

#index div.featured_item {
	float: left;
	width: 350px;
	margin-bottom: 2em;
	padding-top: 0.5em;
	border-top: 3px solid #ccc;
}
#index div.featured_item_right {
	float: right;
}

#index div.featured_item h4 {
	margin-bottom: 0.5em;
	font-size: 100%;
}
#index div.featured_item h4 a {
	text-decoration: none;
	color: #333;
}
#index div.featured_item h4 a:hover {
	text-decoration: underline;
}
#index div.featured_item p {
	font-size: 80%;
}

/** Index List **/
#indexlist ul {
	margin-bottom: 1em;
	background: #e5e5e5;
	font-size: 11px;
}
#indexlist li {
	float: left;
}
#indexlist li a {
	display: block;
	padding: 0.1em 1em;
	text-decoration: none;
	color: #333;
}
#indexlist li a:hover {
	background: #d5d5d5;
	text-decoration: none;
}
#indexlist li.filter_set a {
	background: #ccc;
}

#indexlist div.listitem {
	float: left;
	width: 320px;
	min-height: 5em;
	margin: 0 40px 20px 0;
}
* html #indexlist div.listitem {
	height: 6em;
}
#indexlist div.listitem h4 {
	font-size: 80%;
}
#indexlist div.listitem h4 a {
	text-decoration: none;
	color: #333;
}
#indexlist div.listitem p {
	font-size: 75%;
}


/** Entry
-----------------------------------------*/
#entry {
	
}
#entry h2 {
	margin-bottom: 0.2em;
	padding-bottom: 2em;
	border-bottom: 2px solid #ccc;
	line-height: 1.5;
	font-size: 140%;
	color: #333;
}

#entry #entrybody {
	padding-bottom: 5em;
	border-bottom: 2px solid #ccc;
	font-size: 80%;
}
#entry #entrybody p {
	margin-bottom: 1.2em;
}
#entry #entrybody h3 {
	margin: 1em 0 0.5em;
	border-bottom: 1px solid #ccc;
	font-size: 120%;
	color: #333;
}
#entry #entrybody h4,
#entry #entrybody h5,
#entry #entrybody h6 {
	margin: 1em 0;
}
#entry #entrybody ul, #entry #entrybody ul li {
	list-style: disc;
}
#entry #entrybody ol, #entry #entrybody ol li {
	list-style: decimal;
}
#entry #entrybody ul {
	margin-left: 1em;
}
#entry #entrybody ul li {
	margin-left: 1em;
}
#entry #entrybody blockquote {
	margin-left: 1em;
	padding-left: 30px;
	background: url(../images/global/blockquote.gif) no-repeat;
}

#entry #entry_tags {
	margin-bottom: 2em;
	font-size: 77%;
}
#entry #entry_tags p span {
	display: inline-block;
	margin-left: 0.5em;
}
* html #entry #entry_tags p span {
	display: inline;
	zoom: 1;
}
*+html #entry #entry_tags p span {
	display: inline;
	zoom: 1;
}


/** Secondary
-----------------------------------------*/
#secondary .secondary_list {
	margin-bottom: 2em;
}
#secondary .secondary_list h3 {
	margin-bottom: 0.3em;
	padding-bottom: 0.2em;
	border-bottom: 1px dotted #ccc;
	font-size: 100%;
	color: #333;
}
#secondary .secondary_list ul li {
	margin-bottom: 0.5em;
	padding-left: 12px;
	background: url(../images/global/list_allow.gif) 2px 0.5em no-repeat;
	font-size: 77%;
}

#secondary #recententries ul li {
	padding: 0;
	background: none;
}
#secondary .secondary_list ul li span {
	display: block;
	font-size: 110%;
	color: #333;
}

