/*
Theme Name: Campus TV Reutlingen
Theme URI: http://www.campus-tv-reutlingen.de
Description: Campus TV Reutlingen: Das Auge studiert mit.
Version: 1.5
Author: Marvin Pawlowski
Author URI: http://www.digitaldekorateur.de
Tags: campus tv, reutlingen, reutlingen university, hochschule reutlingen
*/


/* +++++ bascis++++++++++++++++++++++++++++++ */

* { 
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	font: 62.5% arial, verdana, lucida, sans-serif;
	color: #333;
}

body {
	background: #fff url('images/htmlBgr.png') fixed repeat-x;
	text-align: center;
}

h1, .invisible {
	display: none;
}

img {
	border: none;
}
a img {
	border: none;
}

.left, .alignleft {
	float: left;
}
.right, .alignright {
	float: right;
}
.clear {
	clear: both;
}

#wrap {
	position: relative;
	background: #ddd url('images/wrapperBgr.png') top repeat-y;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	width: 1004px;
	text-align: left;	
}


/* +++++ header/content ++++++++++++++++++++++++++++++ */

#header {
	position: absolute;
	background: url('images/headerBgr.png') top no-repeat;
	top: 198px;
	right: 33px;
	height: 58px;
	width: 212px;
	z-index: 101;
}

#content {
	position: relative;
	background: #fff url('images/contentBgr.png') top repeat-y;
	padding-bottom: 33px;
	width: 1004px;
}


/* +++++ navigation ++++++++++++++++++++++++++++++ */

#navigation {
	position: relative;
	height: 66px;
	width: 1004px;
	background: #eee url('images/navigationBgr.png') top no-repeat;
}

#site {
	position: absolute;
	top: 17px;
	left: 57px;
	height: 44px;
	z-index: 100;
}
#site ul {
	list-style-type: none;
}
#site ul li {
	line-height: 44px;
	margin-right: 44px;
	float: left;
}
#site ul a {
	text-indent: -9999px; 
	letter-spacing: -9999px; 
	font-size: 0;
	height: 44px;
	background: url("images/navigation.png") no-repeat;
	display: block;
}

#itemHome {
	width: 40px;
}
#itemHome a, #itemHome a:link, #itemHome a:visited {
	background-position: 0 0;
}
#itemHome a:hover, #itemHome a:active, #itemHome a:focus, #itemHome.active a, #itemHome.active a:link, #itemHome.active a:visited {
	background-position: 0 -44px;
}

#itemNeuigkeiten {
	width: 90px;
}
#itemNeuigkeiten a, #itemNeuigkeiten a:link, #itemNeuigkeiten a:visited {
	background-position: -40px 0;
}
#itemNeuigkeiten a:hover, #itemNeuigkeiten a:active, #itemNeuigkeiten a:focus, #itemNeuigkeiten.active a, #itemNeuigkeiten.active a:link, #itemNeuigkeiten.active a:visited {
	background-position: -40px -44px;
}

#itemBeitraege {
	width: 64px;
}
#itemBeitraege a, #itemBeitraege a:link, #itemBeitraege a:visited {
	background-position: -130px 0;
}
#itemBeitraege a:hover, #itemBeitraege a:active, #itemBeitraege a:focus, #itemBeitraege.active a, #itemBeitraege.active a:link, #itemBeitraege.active a:visited {
	background-position: -130px -44px;
}

#itemMitmachen {
	width: 84px;
}
#itemMitmachen a, #itemMitmachen a:link, #itemMitmachen a:visited {
	background-position: -194px 0;
}
#itemMitmachen a:hover, #itemMitmachen a:active, #itemMitmachen a:focus, #itemMitmachen.active a, #itemMitmachen.active a:link, #itemMitmachen.active a:visited {
	background-position: -194px -44px;
}

#itemProjekt {
	width: 91px;
}
#itemProjekt a, #itemProjekt a:link, #itemProjekt a:visited {
	background-position: -278px 0;
}
#itemProjekt a:hover, #itemProjekt a:active, #itemProjekt a:focus, #itemProjekt.active a, #itemProjekt.active a:link, #itemProjekt.active a:visited  {
	background-position: -278px -44px;
}

#itemKontakt {
	width: 63px;
}
#itemKontakt a, #itemKontakt a:link, #itemKontakt a:visited {
	background-position: -369px 0;
}
#itemKontakt a:hover, #itemKontakt a:active, #itemKontakt a:focus, #itemKontakt.active a, #itemKontakt.active a:link, #itemKontakt.active a:visited {
	background-position: -369px -44px;
}



#social {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.2em;
	line-height: 44px;
	margin: 22px 44px 0 0;
	height: 44px;
	text-align: right;
	z-index: 100;
}
#social ul {
}
#social ul li {
	margin-left: 11px;
	display: inline;
	list-style-type: none;
	float: left;
}

#social .item {
	text-decoration: none; 
	border: 0; 
	padding: 0;
	margin-top: 14px; 
	display: block;
	text-indent: -9999px; 
	letter-spacing: -9999px; 
	font-size: 0; 
	width: 16px; 
	height: 16px;
}
#itemTwitter {
	background: url("images/iconTwitter.png") right no-repeat;
}
#itemRss {
	background: url("images/iconRss.png") right no-repeat;
}

/* +++++ page/post ++++++++++++++++++++++++++++++ */

.page, .post {
}

.page .main, .post .main {
	margin: 66px 0 0 22px;
	width: 960px;
}

.main {
	background: #fff url('images/mainBgr.png') top repeat-y;
}
#mainLeft {
	text-align: justify;
	margin-left: 33px;
	width: 655px;
	float: left;
}
#mainLeft .container {
	margin-left: 22px;
	width: 599px;
}
#mainRight {
	float: right;
	width: 240px;
}

.page .main hr, .post .main hr {
	border: 0px;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px transparent;
	margin-bottom: 2.0em;
}

#mainLeft .alignright {
	border: 1px solid #ddd;
	margin-left: 22px;
}

.page .post-meta {
	margin: 0 0 22px 22px;
	padding-left: 22px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 240px;
	float: right;
}
.page .post-meta {
	list-style-type: none;
}
.page .post-meta li {
	margin-bottom: 1.0em;
	text-align: left;
}
.page .post-meta .post-meta-key {
	font-weight: bold;
}

.page .closer {
	margin-top: 22px;
}
.closer .left {
	margin-left: 0;
	border: none;
	width: 261px;
}
.closer .right {
	text-align: right;
	width: 261px;
}
/* +++++ bühne ++++++++++++++++++++++++++++++ */

.contentHeader .latestLeft {
	position: absolute;
	top: 33px;
	left: 55px;
	height: 242px;
	width: 316px;
}
.contentHeader .latestRight {
	position: absolute;
	top: 33px;
	left: 398px;
	height: 242px;	
	width: 316px;
}

.contentHeader .latestLeft .date, .contentHeader .latestRight .date {
	position: absolute;
	background-color: #fff;
	color: #666;
	top: 11px;
	left: 0;
	height: 22px;
	z-index: 10;
}

.contentHeader .latestLeft .title, .contentHeader .latestRight .title {
	position: absolute;
	background: #fff;
	top: 33px;
	left: 0;
	z-index: 100;
}
.contentHeader .latestLeft .title p, .contentHeader .latestRight .title p {
	background: #fff;
}

.contentHeader .latestLeft .excerpt span, .contentHeader .latestRight .excerpt p {
	background: #fff;
	font-size: 1.2em;
	padding: 2px 4px;
	line-height: 1.5em;
}
.contentHeader .latestLeft .excerpt, .contentHeader .latestRight .excerpt {
	position: absolute;
	bottom: 11px;
	left: 22px;
	width: 273px;
	line-height: 1.2em;
	font: 1.0em arial, verdana, lucida, sans-serif;
}

/* +++++ eyecatcher picture ++++++++++++++++++++++++++++++ */

.contentHeader {
	position: relative;
	background: #fff url('images/contentHeaderBgr.png') top no-repeat;
	height: 242px;
	width: 1004px;
}
.contentHeader .teaserPicture {
	position: absolute;
	top: 33px;
	left: 55px;
	height: 242px;
	width: 655px;
}
.teaserPicture img {
	height: 242px;
	width: 655px;
}

.contentHeader .title {
	position: absolute;
	bottom: 33px;
	left: 55px;
	background-color: #fff;
	height: 33px;
	z-index: 100;
}
.title h2, .title p {
	margin-left: 22px;
	padding-right: 11px;
	line-height: 33px;
}
.contentHeader .title p {
	font-size: ;
}

.page .categorie, .post .categorie {
	position: absolute;
	bottom: -33px;
	right: 33px;
	color: #666;
	height: 33px;
	width: 216px;
}

.page .date, .post .date {
	position: absolute;
	background-color: #fff;
	color: #666;
	bottom: 67px;
	left: 55px;
	height: 22px;
	z-index: 10;
}
.page .date span, .post .date span {
	font-size: 1.2em;
	margin-left: 22px;
	padding-right: 11px;
	line-height: 22px;
}
#home .date a {
	color: #666;
}

.page .howmanycomments, .post .howmanycomments {
	position: absolute;
	background-color: #fff;
	color: #666;
	bottom: 10px;
	left: 55px;
	height: 22px;
	z-index: 10;
}
.page .howmanycomments span, .post .howmanycomments span {
	margin-left: 22px;
	padding-right: 11px;
	line-height: 22px;
}
.howmanycomments span a,
.howmanycomments span a:link,
.howmanycomments span a:visited {
	text-decoration: none;
	color: #666;
}
.howmanycomments span a:hover,
.howmanycomments span a:active,
.howmanycomments span a:focus {
	text-decoration: none;
	color: #5eaf00;
}

.contentHeader .excerpt {
	position: absolute;
	bottom: -11px;
	left: 77px;
	width: 611px;
}
.contentHeader .excerpt span, .contentHeader .excerpt p {
	background: #fff;
	font-size: 1.2em;
	padding: 2px 4px;
	line-height: 1.5em;
}


/* +++++ home ++++++++++++++++++++++++++++++ */

#archive .item {
	margin-bottom: 4.0em;
}
#archive .item .excerpt p {
	margin-bottom: 1.2em;
}
.playPicture {
	position: relative;
	margin-top: 5px;
	margin-left: 22px;
	height: 121px;
	width: 327px;
	float: right;
}
.playPicture img {	
}
.playPicture span {
	position: absolute;
	background: #fff;
	right: 0;
	bottom: 0;
}



/* +++++ comments ++++++++++++++++++++++++++++++ */

#comments {
	position: relative;
	padding-top: 22px;
}

.page .commentstitle {
	position: absolute;
	top: 0;
	left: -22px;
	background-color: #5eaf00;
	height: 22px;
	z-index: 100;
}
.commentstitle h3 {
	color: #fff;
	margin-left: 22px;
	padding-right: 11px;
	line-height: 22px;
	font-weight: normal;
}

#commentlist {
	margin-top: 2.0em;
	list-style-type: none;
}
#commentlist p {
	margin-bottom: 0;
}
#commentlist li {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 1.0em 0;
	margin-bottom: 4.0em;
}
#commentlist .author,
#commentlist .author:link,
#commentlist .author:visited {
	font: 1.5em cambria, palatino, georgia, serif;
	color: #5eaf00;
}

#respond {
	position: relative;
	padding-top: 44px;
	margin-top: 2.0em;
}

.page .respondtitle {
	position: absolute;
	top: 0;
	left: -22px;
	background-color: #eee;
	height: 22px;
	z-index: 100;
}
.respondtitle h3 {
	margin-left: 22px;
	padding-right: 11px;
	line-height: 22px;
	font-weight: normal;
}

#author, #email, #url {
        color: #333;
        background-color: #fff;
        border: 2px solid #999;
		padding: 4px 5px;
		margin-right: 11px;
        width: 327px;
}
#comment{
        font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 1.0em;
        color: #333;
        background-color: #fff;
        border: 2px solid #999;
		padding: 4px 5px;
		margin-right: 11px;
        height: 88px;
        width: 327px;
}
#submit {
        background-color: #fff;
        border: 2px solid #999;
        color: #333;
		padding: 2px 3px;
        width: 163px;
}


/* +++++ page: team ++++++++++++++++++++++++++++++ */

.teamRight {
	float: right;
	margin-left: 22px;
	width: 150px;
}
#team hr {
	clear: both;
}


/* +++++ archive ++++++++++++++++++++++++++++++ */

#archive .item {
	margin-bottom: 2.0em;
}
#archive .item p {
	margin-bottom: 0;
}
#archive .item em {
	color: #666;
}


/* +++++ typo/links ++++++++++++++++++++++++++++++ */

.contentHeader h2, .contentHeader p {
	font: 2.25em cambria, palatino, georgia, serif;
	line-height: 33px;
	font-weight: normal;
}
.item h2 {
	font: 22.5px cambria, palatino, georgia, serif;
	line-height: 33px;
	font-weight: normal;
	margin-bottom: 0.5em;
}

.main {
	font-size: 1.2em;
	line-height: 2.0em;
}
.main p {
	margin-bottom: 1.5em;
}
#home .item p {
	margin-bottom: 0;
}

#home .itemDate a, #mainLeft .item .right a, #nextAndPrevious a {
	color: #666;
}

#standart .intro, #team .intro, #teamProfil .intro, #error .intro {
	font: 1.3em cambria, palatino, georgia, serif;
	line-height: 1.5em;
	text-align: left;
}

.post small, .page small {
	font-size: 0.9em;
}

.page .categorie span, .post .categorie span {
	font-size: 1.5em;
	line-height: 33px;
}

.main .left em {
	color: #666;
}

.alignright p {
	margin-left: 22px;
	color: #999;
}

.page a,
.page a:link,
.page a:visited,
.post a,
.post a:link,
.post a:visited {
	text-decoration: none;
	color: #5eaf00;
}
.page a:hover,
.page a:active,
.page a:focus,
.post a:hover,
.post a:active,
.post a:focus {
	text-decoration: none;
	color: #333;
}


/* +++++ sidebar ++++++++++++++++++++++++++++++ */

#sidebar {
	width: 218px;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar .widget {
	margin-bottom: 2.0em;
}

#sidebar h2 {
	font: 1.5em cambria, palatino, georgia, serif;
	margin-bottom: 0.5em;
}
#sidebar h2 a,
#sidebar h2 a:link,
#sidebar h2 a:visited {
	text-decoration: none;
	color: #666;
}
#sidebar h2 a:hover,
#sidebar h2 a:active,
#sidebar h2 a:focus {
	text-decoration: none;
	color: #333;
}

.textwidget {
	border-top: 1px solid #ccc;
}
.textwidget p {
	margin-top: 1.0em;
}

/* +++++ twitter ++++++++++ */

#sidebar .tweets a,
#sidebar .tweets a:link,
#sidebar .tweets a:visited {
	text-decoration: none;
	color: #999;
}
#sidebar .tweets a:hover,
#sidebar .tweets a:active,
#sidebar .tweets a:focus {
	text-decoration: none;
	color: #333;
}

#sidebar .tweets {
	list-style: square inside;
}
#sidebar .tweets li {
	margin: 1.0em 0;
}

#sidebar .tweets .timesince {
	font-weight: bold;
}

/* +++++ flickr ++++++++++ */

#quick-flickr a {
	color: #ff0085;
}

#quick-flickr h2 {
	margin-bottom: 1.0em;
	padding-left: 55px;
	background: url("images/sbIconFlickr.png") left no-repeat;
	line-height: 44px;
}

#quick-flickr img {
	margin-right: 1px;
	margin-bottom: 1.0em;
	border-top: 2px solid #0060d1;	
	border-bottom: 2px solid #0060d1;
}

#quick-flickr h2 {
	border-bottom: 1px solid #ccc;
}


/* +++++ footer ++++++++++++++++++++++++++++++ */

#footer {
	position: relative;
	background: #ddd url('images/footerBgr.png') top no-repeat;
	font: 1.2em arial, verdana, lucida, sans-serif;
	color: #666;
	height: 66px;
	width: 1004px;
}

#fNavigation {
	position: absolute;
	top: 0;
	left: 66px;
	height: 44px;
	width: 327px;
}
#fBy {
	position: absolute;
	text-align: right;
	top: 0;
	right: 44px;
	height: 44px;
	width: 327px;
}

#footer span {
	line-height: 44px;
}

#footer a,
#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
#footer a:hover,
#footer a:active,
#footer a:focus {
	text-decoration: none;
	color: #333;
}

#suattr {display:none;}
