/* 
Kai Brach
brizk design (www.brizk.com)
*/

/* Basics ######################################################### */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; padding: 0; 
} 

body {
	text-align: center;
	font-family: sans-serif;
	font-size: 12px;
	border: 0;
	color: #292929;
	background:#0070bb url(/images/bg.gif) 0 0 repeat-x;
	line-height: 18px;
}	

div.wrap {
	margin: 0 auto;
	width: 987px;
	text-align:left;
}

#header {
	height: 100px;
	margin-bottom: 3px;
}

#breadcrumb {
	height: 21px;
	font-size: 11px;
	padding: 8px 0 0 30px;
	color: #43759b;
	line-height: 13px;
}

#outer-main {
	background: url(/images/bg-main.gif) 223px 0 repeat-y;
}

#main {
	background: url(/images/main-top.gif) 223px 0 no-repeat;
}

#header div.right {
	width: 757px;
	float: right;
}

#main div#col-left {
	width: 230px;
	float: left;
}

#main div#col-right {
	width: 757px;
	float: right;
}

.navheight .box {
	width: 230px;
}

.widget {
	height: 245px;
	background: url(/images/bg-widget.png) 0 0 no-repeat;
}

iframe.sidebar {
	height: 240px;
	width: 230px;
}

.acc-top {
	background: url(/images/acc-top.gif) 0 0 no-repeat;
	height: 5px;
	font-size: 1px;
}

.acc-bottom {
	background: url(/images/acc-bottom.gif) 0 0 no-repeat;
	height: 5px;
	font-size: 1px;
}

.accordion {
	background: #499bd2 url(/images/bg-acc.gif) right 0 repeat-y;
	color: #a0cfee;
}

#footer {
	clear: both;
	background: #0070bb url(/images/bg-footer.gif) right top no-repeat;
	padding: 25px 7px 20px 230px;
	text-align: center;
	color: #8bc3e9;
	height: 40px;
}

#intro {
	background: url(/images/bg-intro.gif) 375px 0 repeat-y;
	margin-right: 7px;
}

#featured {
	background: url(/images/bg-featured.gif) 0 0 repeat-y;
	margin-right: 7px;
}

#intro .left, #featured .left {
	width: 315px;
	float: left;
	padding: 30px;
}

#intro .right {
	width: 375px;
	float: right;
	background: url(/images/bg-intro-right.gif) 0 right no-repeat;
}

#featured .right {
	width: 315px;
	float: right;
	padding: 30px;
}

#featured .left div {
	padding: 0 0 10px 0;
}	

#featured .right div {
	background: url(/images/shade-rating.gif) center bottom no-repeat;
	padding: 12px 0;
}	

#content {
	background: url(/images/shade-content.gif) 530px 0 repeat-y;
}

#content.full {
	background-image: none;
}

#content .left {
	width: 530px;
	float: left;
}

#content .right {
	width: 180px;
	padding: 0 15px 0 25px;
	float: right;
	margin: 0 7px 0 0;
	display: inline;
}

#content .top {
	background: url(/images/shade-content-top.gif) 530px bottom no-repeat;
	height: 25px;
	clear: both;
}

#content .bottom {
	background: url(/images/shade-content-bottom.gif) 530px top no-repeat;
	height: 25px;
	clear: both;
}

#content .directory, #content .teaserlist, #content .navbox {
	padding: 0 30px 30px 30px;
}

#content .unilist {
	padding: 0 30px 10px 30px;
}

#content .article {
	padding: 0 30px 15px 30px;
}

#content .directory div {
	background: url(/images/img-discover.jpg) 0 0 no-repeat;
	padding: 0 0 0 180px;
}

#content .highlight {
	background: #fbf5dc;
	padding: 20px 30px 5px 30px;
	color: #615e54;
	margin-bottom: 30px;
}

#content .teaserlist .item {
	padding-bottom: 20px;
}

#content .lastelement {
	padding-bottom: 0;
	margin-bottom: 0;
}

#content .teaserbox {
	padding-bottom: 10px;
}

#content .unilist div.item {
	padding-bottom: 25px;
}

#content .unilist div.item div {
	text-align: center;
	width: 160px;
	margin: 0 20px 0 0;
	float: left;
}

.adsense {
	width: 300px;
	height: 250px;
	margin: 0 0 10px 20px;
	float: right;
	background: #f3f3f3;
}

.glance {
	width: 220px;
	margin: 0 0 10px 20px;
	float: right;
	padding: 10px;
	background: #f3f3f3;
}

/* Headlines ######################################################### */		


h1, h2, h3 {
	padding: 0 0 15px 0;
	margin: 0;
}

h1 {
	font-size: 28px;
	line-height: 32px;
}

h2 {
	font-size: 20px;
	line-height: 25px;
}

h3 {
	font-size: 14px;
	line-height: 18px;
}


.box h2 {
	color: #fff;
	padding: 25px 0 10px 0;
	text-align: center;
}

#intro .right h2 {
	color: #4d4d4d;
	padding: 30px 10px 15px 10px;
	text-align: center;
}	

#content .highlight h2 {
	width: 160px;
	float: left;
	margin: 0 20px 0 0;
}	

.glance h3 {
	padding: 0 0 5px 0;
	text-align: center;
}

/* Links ######################################################### */	

a:link,  a:visited, a:active {color:#118db9; text-decoration: none; outline: none}
a:hover {color:#044f83; text-decoration: underline}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	color: #43759b;
}

.accordion a:link, .accordion a:visited, .accordion a:active,
#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
}

table th a:link, table th a:active, table th a:visited {
	color: #a6d4f6;
	text-decoration: underline;
}

table th a:hover {
	color: #fff;
}

#intro .right h2 a { 
	color: #4d4d4d;
}	

#footer a {
	padding: 0 8px;
}

#header a.logo {
	width: 184px;
	height: 76px;
	background: url(/images/logo.gif) 0 0 no-repeat;
	float: left;
	display: inline-block;
	text-indent: -1111em;
	margin: 12px 0 0 22px;
}

a.button-green, a.button-green:link, a.button-green:active, a.button-green:visited {
	display: inline-block;
	height: 24px;
	width: 142px;
	font-weight: bold;
	color: #fff;
	line-height: 13px;
	padding: 10px 0 0 0;
	text-align: center;
	background: url(/images/button-green.png) 0 0 no-repeat;
}

.highlight a.button-green {
	float: right;
	margin: 0 0 0 20px;
}

/* Fonts ######################################################### */

.font-grey {color:#878787;}

p {
	padding:0 0 15px 0;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #909090;
}

th acronym {
	border-bottom: 1px dotted #fff;
}

#intro .right p {
	color: #4d4d4d;	
	text-align: center;
	padding: 0 15px 15px 15px;
}

#featured .left div p.logo {
	width: 182px;
	float: left;
	height: 78px;
	overflow: hidden;
	padding: 5px 0 0 0;
	text-align: center;
	background: url(/images/bg-featured-logo.gif) 0 0 no-repeat;
}

#featured .left div p.txt {
	width: 123px;
	float: right;
	padding: 0;
}
	
#content .unilist div.item p {
	width: 290px;
	float: right;
	padding: 0;
}

#content .unilist div.item p strong {
	font-size: 14px;
}

span.yellow {
	background: #fbf5dc;
}

.accordion p {
	padding: 10px 10px 10px 15px;
}

.accordion p span {
	font-size: 14px;
	display: inline-block;
	margin-left: -15px;
	font-weight: bold;
	background: url(/images/acc-span.gif) right 0 no-repeat;
	padding: 2px 7px 2px 5px;
}

#intro .left p {
	padding: 0;
	font-size: 14px;
	line-height: 20px;
}

#intro .right p.screenshot {
	background: url(/images/screenshot.gif) center bottom no-repeat;
	padding: 70px 0 80px 0;
	clear: both;
}

#featured .right div p {
	padding: 0 0 0 33px;
	line-height: 15px;
}

#featured .right div p.rank1 {
	background: url(/images/rank1.gif) 0 center no-repeat;
}

#featured .right div p.rank2 {
	background: url(/images/rank2.gif) 0 center no-repeat;
}

#featured .right div p.rank3 {
	background: url(/images/rank3.gif) 0 center no-repeat;
}

#featured .right div p.rank4 {
	background: url(/images/rank4.gif) 0 center no-repeat;
}

#featured .right div p.rank5 {
	background: url(/images/rank5.gif) 0 center no-repeat;
}

#content .directory div p strong {
	font-size: 14px;
}

#content .teaserlist .item p {
	float: right;
	width: 290px;
	padding: 0;
}	


.glance ul li span {
	display: block;
	width: 100px;
	float: left;
	text-align: right;
}	

.glance ul li p {
	display: block;
	width: 105px;
	float: right;
	padding: 0;
}

/* Navigation ######################################################### */

#header ul {
	padding: 30px 0 0 0;
	height: 25px;
	margin: 0 0 0 40px;
	list-style-type: none;
}

#header ul li {
	padding: 0;
	margin: 0;
	float: left;
}

#header ul li a {
	background: url(/images/nav-left.gif) 0 0 no-repeat;
	display: inline-block;
	color: #fff;
	margin: 0 3px 0 0;
	font-weight: bold;
}

#header ul li a span {
	background: url(/images/nav-right.gif) right 0 no-repeat;
	display: block;
	padding: 5px 10px;
}

#header ul li.current a {
	background: url(/images/nav-left.gif) 0 -28px no-repeat;
}

#header ul li.current a span {
	background: url(/images/nav-right.gif) right -28px no-repeat;
}

#header ul li a:hover {
	color: #fff;
	text-decoration: underline;
}	


#header ul li a.home {
	background: url(/images/nav-home.gif) 0 0 no-repeat;
	width: 38px;
	display: block;
	text-indent: -1111em;
}	

#header ul li.current a.home {
	background: url(/images/nav-home.gif) 0 -28px no-repeat;
}

#header ul li.new {
	position: relative;
}
	
/* Images ######################################################### */	

img {
	border: none;
}

img.incontent {
	float: right;
	margin: 0 0 10px 20px;
}

#header ul li.new img {
	position: absolute;
	top: -10px;
	left: 40px;
}	

#featured .right div img {
	float: right;
	margin: 4px 0 0 5px;
}

#content .teaserlist .item img {
	float: left;
}

#content .teaserbox img {
	margin-bottom: 5px;
}	

.glance img {
	border: 5px solid #fff;
	margin-bottom: 10px;
}
	
/* Tables ######################################################### */

table {
	width: 100%;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-collapse: collapse;
	margin-bottom: 15px;
}

table td, table th {
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	padding: 4px;
}

table th {
	background: #0070bb;
	color: #fff;
}	

table tr.gray td {
	background: #e0f2fd;
}

table tr:hover td {
	background: #fbf5dc;
}
	

/* Lists ######################################################### */

#content .right ul {
	color: #c7c7c7;
	padding-bottom: 15px;
	margin-bottom: 0;
	margin-left: 10px;
}

#content .right ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}

#content .article ul, #content .article ol {
	padding-bottom: 15px;
	margin: 0 0 0 50px;
}

#content .navbox ul {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0 0 20px 0;
}	

#content .navbox ul li {
	width: 220px;
	padding: 1px 0;
	margin: 0 15px 0 0;
	float: left;
}

#content .article .glance ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
}

#content .article .glance ul li {
	padding: 2px 0;
	margin: 0;
}

/* Forms ######################################################### */

form {
	padding: 0;
	margin: 0;
}

input, select {
	font-family: sans-serif;
	font-size: 12px;
}

#header form {
	width: 326px;
	height: 35px;
	background: url(/images/bg-search.gif) 0 0 no-repeat;
	padding: 7px 0 0 10px;
	margin:  0 0 0 210px;
}		

#header input.button {
	width: 96px;
	height: 24px;
	background: url(/images/button-search.gif) 0 0 no-repeat;
	font-weight: bold;
	border: none;
	padding: 1px 0 0 0;
	color: #4d4d4d;
}

#header input.text {
	width: 190px;
}




.widget {
	text-align: left;
	font-family:  sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
}

.widget p {
	padding: 15px 0 3px 20px;
	color: #fff;
	font-weight: bold;
}

.widget form {
	padding: 0;
	margin: 0;
}

.widget input.button {
	width: 222px;
	height: 42px;
	background: url(/images/button-widget.gif) 0 0 no-repeat;
	border: none;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4d4d4d;
	margin: 15px 0 0 8px;
	cursor: pointer;
}		

.widget select {
	width: 200px;
	margin: 0 0 4px 18px;
	height: 20px;
}



table.top-schools {
	border: 0;
}

table.top-schools td {
	border: 0;
	padding-bottom: 25px;
}

table.top-schools tr:hover td {
	background-color: transparent;
}

table.top-schools td strong {
	font-size: 1.2em;
}

table.top-schools td img {
	margin-bottom: 4px;
}



/* Misc ######################################################### */		

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.float-left {
	float:left;
}

.float-right {
	float:right;
}	

.clear {
	clear:both;
}	

.center {
	text-align:center;
}	