/*
Theme Name: Our Mission FINAL
Theme URI: http://www.our-mission.de
Description: Blog zum Auslandssemester von Online Medien Studenten der Hochschule Furtwangen (HFU)
Version: 1.1
Author: Christoph Lehner
Author URI: http://elchristo.de
Tags: online medien, auslandssemester, hfu, hochschule furtwangen, studium, digitale medien
*/


* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	word-spacing: 0.05em;
	background: url("images/background-blue-metal.png") repeat-x top left #e2f0f8;
}

a,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #CF1711;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a#linkHome {
	width: 660px;
	height: 100px;
	display: block;
}

div#footer p#footerLinks {
	display: block;
	margin: 2px auto;
	padding: 10px 15px 0 0;
	color: #999;
	font-size: 0.9em;
	text-align: right;
}

div#footer p#footerLinks a {
	color: #555;
}


a.linkPostSingle {
	display: block;
	margin: 0 0 10px 0;
	text-align: right;
	font-size: 0.9em;
	color: #999;
}


.post h2 a:hover {
	text-decoration: none;
	color: #013c77;
}

div#contentHome div.authorBox p a {
	color: #999;
}

div#contentHome div.authorBox p a:hover {
	text-decoration: underline;
}


#header h1 a,
#footer a,
div.navigation a {
	color: #fff;
}

div.browseEntries a {
	color: #3A312D;
}

div#boxError a {
	color: #CF1711;
	text-decoration: underline;
}
div#boxError a:hover {
	color: #333;
}


/* HEADER */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0 2px 0;
	color: #3A312D;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 20px;
}

div#content h2,
h2#pagetitle {
	background: url("images/pagetitle-plane.png") no-repeat 2px 6px #fff;
}

div#content h2 {
	font-size: 22px;
	font-weight: lighter;
	margin: 0;
	padding: 0 0 4px 26px;
}

h2#pagetitle {
	margin: 0 0 10px 0;
}


h3 {
	font-size: 16px;
}

div.post h3 {
	margin: 15px 0 12px 0;
}

div#sidebar .sidebarBoxContent ul li.linkcat h2,
div#sidebar .sidebarBoxContent h3 {
	margin: -3px 0 5px 0;
	color: #013c77;
	font-size: 1.2em;
}

div#contentHome div.authorBox h3 {
	text-transform: uppercase;
	margin-top: 12px;
	color: #5da4c8;
}

div#authorNavigation h3 {
	margin: 7px 0 0 0;
}

div#footerHomeBox h3 {
	font-size: 14px;
	color: #555;
	padding: 6px 0 2px 12px;
}

h3#commentsHeader {
	font-size: 22px;
	color: #555;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
}

div#relatedposts h3 {
	font-size: 16px;
	color: #555;
	margin: 0 0 0 20px;
}

h3#respond {
	font-size: 20px;
	color: #999;
	margin: 40px 0 2px 0;
	padding: 0;
	font-weight: normal;
}

div.sidebarBoxContent h3.filterContentHeader {
	margin: 0;
	background: transparent;
}

div#sidebarBoxContent h3.filterContentHeader em {
	color: #cf1711;
}


h4 {
	font-size: 12px;
}

p {
	margin: 16px 0;
	line-height: 1.7em;
}

.entry p {
	color: #000;
}


/* Images */
img { border: none }


/* Blog Layout
-------------------------- */
/* Homepage */

div#headerHome,
div#contentHome,
div#footerHome,
div#footerHomeBox {
	width: 700px;
	margin: 0 auto;
}

div#headerHome {
	height: 120px;
	background: url("images/our-mission-home-header.png") no-repeat top left;
	margin-top: 50px;
}

div#contentHome {
	padding: 0 20px 20px 20px;
	width: 660px;
	height: 400px;
	background: #fff;
}

div#contentHome div.authorBox {
	background: url("images/our-mission-home-authorbox.png") no-repeat top left;
	width: 300px;
	height: 170px;
	padding: 0 10px 10px 10px;
	margin: 25px 0 0 0;
	font-size: 11px;
}
div#contentHome div.authorBox span {
	text-transform: lowercase;
}
div#contentHome div.authorBox span.seperator {
	font-size: 0.8em;
}

div#contentHome div.authorBoxSarah {
	float: left;
}
div#contentHome div.authorBoxSarah img {
	float: right;
}

div#contentHome div.authorBoxChris {
	float: right;
}
div#contentHome div.authorBoxChris img {
	float: left;
	margin-right: 0;
}

div#contentHome div.authorBoxPaul {
	clear: both;
	float: left;
}
div#contentHome div.authorBoxPaul img {
	float: right;
}

div#contentHome div.authorBoxChristoph {
	float: right;
}
div#contentHome div.authorBoxChristoph img {
	float: left;
	margin-right: 3px;
}

/* correct image margin */
div.authorBoxSarah img,
div.authorBoxChris img,
div.authorBoxPaul img,
div.authorBoxChristoph img {
	margin: 0 -10px;
}

div#footerHome {
	position: relative;
	height: 20px;
	background: url("images/our-mission-home-footer.png") no-repeat top left transparent;
}

div#footerHomeBox {
	position: relative;
	height: 155px;
	background: url("images/our-mission-home-footer-box.png") no-repeat top left transparent;
	margin: 0px auto 20px auto;
}

div#tagsBox,
div#tagsLinkBox,
div.roundedHeaderHome,
div.roundedFooterHome {
	width: 700px;
	margin: 0 auto;
	font-size: 0.8em;
	text-align: center;
}

div#tagsBox {
	margin: 10px auto 0 auto;
	display: none;
}

div#tagsBox div#tagsLinks {
	background-color: #fff;
	padding: 0 15px;
	width: 670px;
}

div.roundedHeaderHome {
	background: url("images/our-mission-home-header.png") no-repeat top left transparent;
	height: 22px;
	margin-top: 5px;
}
div.roundedFooterHome {
	background: url("images/our-mission-home-footer.png") no-repeat top left transparent;
	height: 25px;
}


/* Content Pages */
div#container {
	width: 1020px;
	margin: 50px auto 0 auto;
	padding: 0;
	background: transparent;
}

div#header {
	background: url("images/our-mission-site-header.png") no-repeat top left transparent;
	height: 135px;
	margin-left: 180px;
}

div#authorNavigation {
	background: url("images/background-author-navigation.png") no-repeat top left transparent;
	width: 160px;
	height: 410px;
	padding: 2px 0 0 0;
	margin-bottom: 15px;
	width: 180px;
	color: #999;
}

div#authorNavigation img {
	float: left;
	border: 1px solid #ccc;
	margin: 8px 10px 3px 10px;
}

div#authorNavigation span.linkProfile {
	display: block;
	padding: 5px 0 0 10px;
}



div#content {
	background: #fff;
	float: left;
	width: 660px;
}

div#footer {
	clear: both;
	background: url("images/our-mission-site-footer.png") no-repeat top left transparent;
	width: 648px;
	height: 48px;
	margin: 0 0 30px 180px;
	padding: 0 0 0 12px;
	font-size: 0.75em;
	color: #555;
}

div#footer p {
	padding: 0 0 0 5px;
	margin: -1px 0 0 0;
}

div#footer span {
	font-size: 0.9em;
}

div#sidebar {
	float: right;
	width: 180px;
	font-size: 0.75em;
}

div#sidebar .sidebarBoxTop {
	background: url("images/sidebarbox-right-top.png") no-repeat top left transparent;
	height: 20px;
}
div#sidebar .sidebarBoxContent {
	background: #fff;
	padding: 0 5px 0 10px;
}
div#sidebar .sidebarBoxBottom {
	background: url("images/sidebarbox-right-bottom.png") no-repeat top left transparent;
	height: 20px;
	margin-bottom: 15px;
}


div#sidebarLeft {
	float: left;
	background: transparent;
	width: 160px;
	padding: 0;
	width: 180px;
	font-size: 0.7em;
	color: #999;
}

div#sidebarLeft .sidebarBoxTop {
	background: url("images/sidebarbox-left-top.png") no-repeat top left transparent;
	height: 20px;
}
div#sidebarLeft .sidebarBoxContent {
	background: #fff;
	padding: 0 5px 0 10px;
}
div#sidebarLeft .sidebarBoxBottom {
	background: url("images/sidebarbox-left-bottom.png") no-repeat top left transparent;
	height: 20px;
	margin-bottom: 15px;
}




#comments {
	padding: 0 25px;
}

p.nocomments {
	background-color: #ea0000;
	color: #fff;
	display: block;
	font-size: 0.7em;
	margin-top: -5px;
	padding: 4px;
}

div.post {
	font-size: 0.75em;
	padding: 0 25px;
}

div.entry {
	font-family: Arial, Helvetica, sans-serif;
}

div.entry img {
	margin: 10px 0;
}

div.post small {
	font-size: 0.9em;
	font-size: 12px;
	color: #999;
	display: block;
	padding: 4px 0 4px 5px;
	margin: 0;
	background: #fafafa;
	border: 1px solid #eee;
}

div.post small span {
	font-weight: bold;
	color: #013c77;
}

div.post small img {
	position: relative;
	margin-bottom: -3px;
}

div.post img.authorProfile {
	margin: 10px 0 0 0;
	border: 1px solid #eee;
	border-bottom: none;
}


p.alt {
	font-size: 1.0em;
	line-height: 1.2em;
	background: #eee;
	padding: 5px 10px;
}

p.postmetadata {
	background: #e4f2fa;
	padding: 4px 0 4px 5px;
	margin: 0 0 50px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #999;
	border: 1px solid #ddd;
}

div.browseEntries {
	color: #555;
	font-size: 0.75em;
	height: 40px;
	background: url("images/background-browseEntries.png") top left no-repeat transparent;
	border: none;
	margin: 0 0 8px 20px;
	padding: 13px 75px 0 55px;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}


/* FORMS */

select, input, textarea {
	border: 1px solid #555;
	color: #333;
	padding: 1px;
}

input {
	margin: 3px 0;
}


form#searchform {
	
}

form#searchform input#s {
	border: 1px solid #ddd;
	background: url("images/icon-magnifier.png") no-repeat 6px 8px #fafafa;
	padding: 6px 5px 5px 30px;
	color: #555;
	font-size: 16px;
	width: 125px;
}

form#searchform input#searchsubmit {
	border: 1px solid #555;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background: #ddd;
	padding: 3px 8px;
	color: #333;
	font-size: 12px;
}




form#commentform {
	border: 1px solid #eee;
	padding: 10px;
	margin: 15px 0;
}

form#commentform input,
form#commentform select,
form#commentform textarea {
	border: 1px solid #ddd;
	background: #fafafa;
	padding: 3px 5px 3px 35px;
	color: #555;
}

form#commentform input {
	font-size: 22px;
	width: 300px;
}

form#commentform input#author {
	background: url("images/icon-author.gif") no-repeat 10px center #fafafa;
}
form#commentform input#email {
	background: url("images/icon-email.gif") no-repeat 10px center #fafafa;
}
form#commentform input#url {
	background: url("images/icon-url.gif") no-repeat 10px center #fafafa;
}
form#commentform textarea#message {
	background: url("images/icon-comment.gif") no-repeat 10px 8px #fafafa;
	padding-top: 8px;
}


form#commentform label {
	font-size: 16px;
	color: #777;
	margin-left: 20px;	
}

form#commentform input#submit {
	font-size: 18px;
	color: #777;
	border: 1px solid #eee;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 4px 10px;
}

/* LISTS */

div#content ul {
	list-style: square;
}

ul {
	list-style: none;
}


div#content ul {
	margin: 0 0 20px 10px;
}

div#content ul li {
	margin: 0 0 5px 0;
}

div#content ul#authorPosts,
div#content ul#authorPics,
div#content ul#authorLinks {
	list-style: none;
	margin: 10px;
	font-size: 0.9em;
	color: #999;
}



div#contentHome div.authorBox ul {
	margin-top: 10px;
}
div#contentHome div.authorBox ul li {
	padding: 3px 0;
	font-weight: bold;
	font-size: 11px;
}
div#contentHome div.authorBox ul li span.date {
	font-weight: normal;
	color: #999;
}


div#content ul#authorPosts li {
	background: url("images/icon-post.gif") no-repeat left center transparent;
	padding: 3px 0 3px 20px;
}

div#content ul#authorPics li {
	background: url("images/icon-pics.gif") no-repeat left center transparent;
	padding: 3px 0 3px 20px;
}

div#content ul#authorLinks li {
	background: url("images/icon-author.gif") no-repeat left center transparent;
	padding: 3px 0 3px 20px;
}


div#footerHomeBox ul#recentcomments {
	border-top: 1px dotted #ccc;
	margin: 0;
	padding: 0;
}

div#footerHomeBox ul#recentcomments li {
	font-size: 0.7em;
	color: #777;
	padding: 2px 4px 2px 14px;
	border-bottom: 1px dotted #ccc;
	background: #fefefe;
}

div#content ul#recentcomments {
	list-style: none;
}

div#content ul#recentcomments li {
	font-size: 0.9em;
	color: #777;
	padding: 12px 0;
	margin: 0 0 0 -9px;
	border-bottom: 1px dotted #ccc;
}

div#content ul#recentcomments li:hover {
	background: #daecf6;
}


.entry ul {
	padding: 0 0 0 5px;
}


div#relatedposts ul {
	list-style: none;
	border: 1px solid #ccc;
	background: url("images/background-gradientbox.png") top left repeat-x #e4f2fa;
	margin: 5px 20px 40px 20px;
	padding: 10px;
	font-size: 0.7em;
}

div#relatedposts ul li {
	background: url("images/icon-post.gif") no-repeat left center transparent;
	padding: 3px 0 3px 25px;
}

div#authorNavigation ul {
	margin: 12px 0 0 0;
}

div#authorNavigation ul li {
	padding: 1px 0 5px 0;
}
div#authorNavigation ul li.highlight {
	background: url("images/background-author-highlight.png") no-repeat 0px 4px transparent;
}


div#sidebar .sidebarBoxContent ul li {
	line-height: 1.8em;
}

div#sidebar .sidebarBoxContent ul li#linkcat-37 {
	margin-bottom: 20px;
}

ol.commentlist {
	list-style: none;
	font-size: 0.75em;
	margin: 0 -25px;
}


ol.commentlist li {
	background: #edf5f9;
	margin: 0;
	padding: 0 10px 8px 10px;
}

ol.commentlist li span.commentAuthor {
	display: block;
	height: 45px;
	margin: 0 -10px 0 -10px;
	background: url("images/background-gradientbox.png") top left repeat-x #d4ebf6;
	border-top: 1px dotted #013c77;
	font-size: 18px;
	font-weight: normal;
	color: #999;
}

ol.commentlist li .commentmetadata {
	font-size: 0.6em;
	margin: 5px 0 0 0;
	display: block;
}

ol.commentlist li div.commenttext p {
	float: none;
	font-size: 12px;
	line-height: 1.8em;
}


ul#listTags {
	margin: 20px 0;
	padding-left: 30px;
	min-height: 350px;
	font-size: 0.8em;
	color: #777;
}

ul#listTags li {
	line-height: 2em;
}




/* TABLES */
table#authorprofile {
	width: 611px;
	border-bottom: 1px solid #eee;
	border-bottom: none;
}
table#authorprofile tr {
	line-height: 2.0em;
	background: #f7f7f7;
}
table#authorprofile th {
	width: 150px;
}
table#authorprofile th,
table#authorprofile td {
	text-align: left;
	padding: 2px 10px;
	border-bottom: 1px solid #eee;
	vertical-align: top;
}



/* OTHER ELEMENTS */

blockquote {
	font-style: italic;
	margin: 5px 0 5px 15px;
}

img.wp-smiley {
	position: relative;
	margin: 0 0 -5px 0;
	padding: 0;
}


/* Gravatar */
.avatar {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}


/* special boxes */

div#boxError {
	border: 1px solid #dd0000;
	background: #ffc9c9;
	margin: 5px 20px;
	padding: 5px 10px;
	font-family: "Times New Roman", Times, serif;	font-size: 0.9em;
	color: #555;	
}


/* wp-calendar */
#wp-calendar {
	width: 100%;
	color: #777;
}

#wp-calendar th {
	color: #333;
}

#wp-calendar td {
	text-align: center;
}


/* wp-caption */

.wp-caption {
	background: #f7f7f7;
	border: 1px solid #eee;
	text-align: center;
	margin: 10px 0;
}

p.wp-caption-text {
	margin: -5px 0 0 0;
	padding: 2px 0 4px 10px;
	color: #777;
	font-style: italic;
}


/* jQuery FancyBox */

a#fancyTags {
	background-color: #fff;
	display: block;
	font-size: 3.0em;
	width: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('js/fancy/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #fff;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('js/fancy/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #bbb;
	background: #fff;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #fff;
	color: #333;
	height: 100%;
	width: 100%;
	z-index: 100;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('js/fancy/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('js/fancy/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('js/fancy/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('js/fancy/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('js/fancy/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('js/fancy/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('js/fancy/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('js/fancy/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('js/fancy/fancy_shadow_nw.png') no-repeat;
}

