/*   
Theme Name: prisma
Theme URI: http://www.prisma-hsg.ch/blog
Description: Students.ch designed this for the prisma redesign coming in autumn 2009
Author: Frank Renold
Author URI: http://www.students.ch
Version: 1.0
*/

/* BLOG SPECIFIC STYLES */

a {
	color: #A6C339;
}

.tab a {
	color: #FFFFFF;
}

h1,
h2 {
	margin-top: 15px;
}

h1 a,
h2 a {
	color: white;
}

h1 a:hover,
h2 a:hover {
	text-decoration: none;
	background-color: #A6C339;
}

h1 .date,
h2 .date {
	color: #A6C339;
}

#content {
	background-color: black;
	color: white;
	margin: 0;
}

#footer {
	background-color: black;
	color: white;
}

.storycontent p {
	font-family: Verdana, Arial;
	font-size: 13px;
}

div.feedback {
	margin: 5px 0 10px 0;
	text-align: right;
}

.bg_highlight {
	background-color: #a6c339;
}

.header_small {
	background-image: url('/img/logo/greenheader_small.png'); background-position: 0px 5px;
}

.header_small .headeronclick {
	width: 207px;
	height: 65px;
	float: left;
}

.header_big {
	background-image: url('/img/logo/greenheader_big.png'); background-position: 0px 5px;
}

.header_big .headeronclick {
	width: 342px;
	height: 100px;
	float: left;
}

a img {
	border: none;
}

.author {
	float: left;
	margin: 4px 8px 0 0;
}

.author-pic {
	float: left;
	margin: 0 8px 8px 0;
}

/* Corners for boxes and tabs */

.tab .black_corner_left {
	background-image: url('/img/corner/black_corner_left_small.png'); 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/img/corner/black_corner_left_small.png')
}

.tab .tabbottom .black_corner_right {
	float: right; background-image: url('/img/corner/black_corner_right_small.png'); 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/img/corner/black_corner_right_small.png')
}

.tabbox .tabbottom {
	background-image: url('/img/corner/black_corner_left_big.png'); 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/img/corner/black_corner_left_big.png')
}

.tabbox .tabbottom .black_corner_right {
	float: right; background-image: url('/img/corner/black_corner_right_big.png'); 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/img/corner/black_corner_right_big.png')
}

* html .black_corner_left, 
* html .black_corner_right { 
	background-image: none !important; 
}

/* Widgets in sidebar left */

li.widget {
	padding-bottom: 10px;
}

ul#sidebar_left li {
	height: auto;
}

ul#sidebar_left li ul li {
	border-bottom: 2px solid #A6C339;
	margin: 0;
}

ul#sidebar_left li h2 {
	display: none;
}

ul#sidebar_left li:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

ul#sidebar_left li ul li:hover {
	background-color: #4C4C4C;
}

ul#sidebar_left li ul li.current-cat {
	font-weight: bold;
}

ul#sidebar_right,
ul#sidebar_right li ul {
	list-style: none none inside;
	padding: 0;
}

ul#sidebar_right {
	margin: 10px 0 0 0;
}

ul#sidebar_right li ul {
	margin: 0;
	padding-bottom: 25px;
	background: #B1B3B4 url(images/black_corner_both_big.png) no-repeat bottom left;
}

ul#sidebar_right li h2 {
	background-color: #B1B3B4;
	color: black;
	padding: 10px 10px 5px 10px;
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
}

ul#sidebar_right li ul li {
	background: #B1B3B4 url(images/line_300.png) no-repeat bottom left;
	color: black;
	font-size: 11px;
	padding: 2px 10px 5px 10px;
	margin: 0;
}

ul#sidebar_right li ul li a {
	color: black;
	text-decoration: underline;
}

ul#sidebar_right li ul li a:hover {
	color: white;
}

/* Searchform */

#searchform, 
#searchform div {
	padding: 0;
	margin: 0;
}

#searchfield {
	margin-right: 5px;
	float: none;
}
.nav-previous {
	float: left;
}
.nav-previous a,
.nav-next a {
	color: white;
}
.nav-next {
	float: right;
}

.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	float: right;
}
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
}
.pagination a:hover{
	color:#fff;
	background: #3279BB;
}
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #3279BB;
	color:#fff;
}
