/*------------ Student-TV i Volda ------------*/
/*                                            */
/*                   Mobile                   */
/*                                            */
/*------------------- 2010 -------------------*/

* {
	margin: 0;
	padding: 0;
	max-width: 320px;
}
body {
	color: #FFF;
	background: #444;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 15px;
}
a {
	color: #3681ff;
	text-decoration: none;
}

/*--- HEADER ---------------------------------*/
div#header {
	padding: .3em;
	background: #8CAEC2;
	border-bottom: 5px solid #FFF;
}
div#header h1 a {
	width: 100%;
	height: 30px;
	background: url(studenttv.v2/logo-white-small.png) no-repeat top left;
	display: block;
	font-family: Georgia, serif;
	font-size: .7em;
	font-weight: normal;
	color: #FFF;
	line-height: 1em;
	position: relative;
}
div#header h1 a span {
	position: absolute;
	bottom: .2em;
	left: 86px;
}
ul#navigation {
	list-style-type: none;
	font-size: .7em;
	width: 100%;
	height: 1.3em;
}
ul#navigation li {
	float: left;
	line-height: 1em;
	margin: .3em .5em 0 0;
	padding: .2em 0 .3em 0;
}
ul#navigation li a {
	color: #444;
}
ul#navigation li.selected a {
	color: #000;
	padding-bottom: .3em;
}
ul#navigation li.selected {
	background-color: #FFF;
	padding: .2em .5em;
}

/*--- VIDEO ----------------------------------*/
div.description {
	padding: .3em;
	font-size: .7em;
	padding-bottom: .7em;
	line-height: 1.5em;
	border-bottom: 5px solid #FFF;
}
div.description.frontpage {
	background: url(studenttv.v2/blk-70percent.png) repeat;
}
div.description a {
	color: #FFF;
}
div.description h2 {
	font-size: 1em;
}
div.description a.header, div.description h2 span.header, div.description.program h2 {
	display: block;
	font-size: 1.4em;
	color: #3681ff;
	margin-bottom: .2em;
	line-height: 1em;
	font-weight: normal;
}
div.description span.date, div.description h2 span.date {
	display: block;
	margin-bottom: .4em;
	line-height: 1em;
	color: #FFF;
	font-weight: normal;
}
div.description h2 {
	margin-top: .3em;
}
video, div#video {
	width: 320px;
	height: 180px;
}
div#video {
	background-size: 320px 180px;
}
div.playbutton a {
	display: block;
	width: 320px;
	height: 130px;
	padding-top: 50px;
}
div.playbutton a span {
	display: block;
	width: 75px;
	height: 75px;
	margin: 0 auto;
	background: url(studenttv.v2/play.png) top left;
	border-radius: 4px;
}
div.playbutton a:hover span {
	background-position: bottom left;
}

/*--- LISTS ----------------------------------*/
div.box {
	border-bottom: 5px solid #FFF;
	padding: .3em .3em .7em .3em;
	font-size: .7em;
}
div.box p {
	margin: .4em 0;
	line-height: 1.5em;
}
div.boxheader {
	max-width: 75%;
	float: left;
}
div.boxheader h3 {
	font-size: 1.4em;
	color: #3681ff;
	margin-bottom: .2em;
	font-weight: normal;
}
ul.videolist h4, ul.newslist h4 {
	font-weight: normal;
	font-size: 1.2em;
}
ul.videolist h4 span.date, ul.newslist h4 span.date {
	display: block;
	font-weight: normal;
	font-size: .8em;
}
ul.videolist h4 span.date a, ul.newslist h4 span.date a, div.description h2 span.date a {
	color: #FFF;
}
table {
	width: 100%;
	clear: both;
}
table td.date {
	text-align: right;
}
ul.videolist, ul.newslist, div#links ul {
	list-style-type: none;
	clear: both;
}
div.videolist ul.videolist li {
	width: 49%;
	margin: .5em 1% .5em 0;
	float: left;
}
div.videolist ul.videolist li a span.img {
	display: block;
	width: 99%;
	height: 8em;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
}
ul.programarchive {
	clear: both;
}
div#news p {
	clear: both;
}

/*--- STATIC ---------------------------------*/
ul.boardmembers {
	list-style-type: none;
	clear: both;
}
ul.boardmembers li div.img {
	background-image: none !important;
}
ul.boardmembers li {
	margin: .5em 0 .5em 0;
}
ul.boardmembers li h4 {
	font-size: 1.2em;
}
ul.boardmembers li h4, ul.boardmembers li h5 {
	font-weight: normal;
}
ul.boardmembers p {
	margin-top: 0;
}

/*--- PAGINATION -----------------------------*/
p.pagination a {
	display: block;
	padding: .3em;
	float: left;
	line-height: 100%;
	margin-left: .7em;
}
p.pagination a.selected {
	background: #3681ff;
	color: #FFF;
}
p.pagination {
	float: right;
	padding-right: 1em;
	position: relative;
	top: -3px;
}

/*--- FOOTER ---------------------------------*/
div#footer {
	text-align: center;
	border-bottom: 0;
	font-size: .6em;
}

/*--- FORMS ----------------------------------*/
ul.form {
	list-style-type: none;
}
ul.form li {
	clear: both;
}
label {
	width: 20%;
	clear: both;
	float: left;
}
input.text, textarea, select {
	width: 76%;
	float: left;
	padding: 2px;
}
input.button {
	clear: both;
	float: left;
	margin-left: 20%;
}
div.box.text p {
	clear: both;
}

/*--- COMMENTS -------------------------------*/
a.commentcount {
	padding-right: 15px;
	background: url(studenttv.v2/comment.png) no-repeat right 2px;
}
a.commentcount:hover {
	background-position: right -13px;
}
div.commentlist {
	clear: both;
}
div.comments ul {
	list-style-type: none;
	clear: both;
	padding-top: 2px;
}
div.comments ul li.profile_pic {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 8px 7px 0;
}
div.comments form ul li.commenter_name {
	display: none;
}
div.comments form ul li.comment textarea {
	height: 42px;
	margin-bottom: 3px;
	color: #FFF;
}
div.comments form ul li.comment {
	margin-bottom: 7px;
}
.FB_name a.FB_Link, .FB_name {
	color: #3681ff;
	border: none;
}
li.comment.text {
	margin: -8px 0 0 58px;
	width: 622px;
}
li.comment.text p {
	margin: 5px 0;
}
form#commentform {
	clear: both;
}

/*--- CLEARER --------------------------------*/
div.clear {
	height: 0;
	width: 1px;
	clear: both;
}