/*
Theme Name: canister
*/

/* reset stuff */
* {
    margin: 0;
    padding: 0;
}

body {
	margin-top: 0 auto;
	padding: 0;
    font: 11px/15px Verdana,"Lucida Grande", "Lucida Sans",  Helvetica, sans-serif;
    color: #777;
    text-align: left;
	background: #f5f5f5;
}

p {
	margin-bottom: 10px;
}

a {
	text-decoration: none;
    color: #ff0000;
	outline: none;
}
img {
	border: 1px solid #fff;
	padding: 4px;
	margin: 20px 0px 20px 0px;
}
/* text */
.h1 {
	font-weight: bold;
}
a:hover {
	color: #000;
}
.date {
	font-weight: normal;
	font-style: normal;
	color: #a5a5a5;
}
/* boxes */

#wrapper {
	position: relative;
	margin: 60px auto 0px auto;
	width: 840px;
	min-height: 600px;
	border: 1px solid #ccc;
	background-color: #fff;
}	
#logotype {
	position: absolute;
	top: 62px;
	left: 50px;
	width: 80px;
	height: 16px;
	background: url(img/canister-logotype.png) no-repeat;
}
#content img {
	border: 1px solid #ccc;
	padding: 4px;
}
/* navigation */
#navigation {
	position: absolute;
	top: 62px;
	left: 330px;
	width: 410px;
	height: 18px;
	overflow: hidden;
	list-style: none;
}
#navigation li {
	float: left;
}
#navigation li a {
	color: #555;
	margin-right: 10px;
}
#navigation li a:hover {
	color: #ff0000;
}
#content {
	position: relative;
	margin:	86px 0px 0px 330px;
	width: 410px;
	padding-bottom: 20px;
}
.post {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding-top: 10px;
	margin-bottom: 10px;
}
.moreposts {
	float: right;
}

/* slider */
#slider {
	position: relative;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider, #slider li {
	width: 410px;
	height: 560px;
	overflow: hidden; 
}
#prevBtn, #nextBtn {
	position: absolute;
	top: 200px;
	left: -25px;
	width: 25px;
	height: 20px;
	display: block;
	text-indent: -9000px;
}
#nextBtn {
	left: 425px;
}
#prevBtn a, #nextBtn a {
	display: block;
	width: 25px;
	height: 20px;
	background: url(img/arrow-prev.jpg) no-repeat;
}
#nextBtn a {
	background: url(img/arrow-next.jpg) no-repeat;
}
.post.category-news ul {
	padding-left: 14px;
	padding-bottom: 10px;
}

/*
#slider ul a {
	display: block;
	width: 400px;
	height: 330px;
}
*/