/*
Theme Name: theDailyFun Black Edition
Theme URI: http://www.the-daily-fun.de/
Description: theDailyFun Wordpress Theme
Version: 1.0
Author: Andreas W&uuml;st &amp; Michael Hansen
Author URI: http://www.the-daily-fun.de/
*/


/* GENERAL STYLESHEET DESCRIPTIONS */

html, body { 
    margin: 0; 
    padding: 0; 
    text-align: center;
    background-color: #222;
    font: Verdana, Arial, Helvetica, sans-serif;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
} 

a:link, a:visited {
    color: #f0670b;
    text-decoration: none;
    border-bottom: none;
}

a:hover {
    color: #f0670b;
    text-decoration: none;
    border-bottom: none;
}

a:active, a:focus {
    color: #f0670b;
    text-decoration: none;
    border-bottom: none;
}

blockquote {
    background-color: #FFF;
    font-weight: normal;
    color: #666;
    border-top: 1px solid #f0670b;
    border-bottom: 1px solid #f0670b;
    margin: 0px 20px 0px 20px;
    padding: 4px;
}

img {
    border: none;
    margin: 0px;
}

form {
    margin: 0px;
    padding: 4px;
}

input, textarea, select {
    margin: 1px;
    font-size: 100%;
}

input.text, textarea.text {
    background: #FFF;
    border: 1px solid #dddddd;
    color: #666666;
}

h1 {
    font-size: 140%;
}

h2 {
    font-size: 120%;
}

h3 {
    font-size: 110%;
}

tr, td {
    vertical-align: top;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}



/* GENERATE CONTENTBOX AND SIDEBAR */

#blog { 
    width: 970px; 
    text-align: left;  
    margin-left: auto; 
    margin-right: auto;
    padding: 0px;
}

#leftheader {
    width: 550px;
    height: 111px;
    background: url(images/header_left.jpg) no-repeat;
    padding: 0px;
    margin: 0px;
    float: left;
}

#sidebarheader1 {
    width: 210px;
    background: url(images/header_sidebar1.jpg) no-repeat;
    padding: 0px;
    margin: 0px;
    float: left;
}

#sidebarheader1 .widgettitle {
    color: #f5f5f5;	
}

#sidebarheader2 {
    width: 210px;
    background: url(images/header_sidebar2.jpg) no-repeat;
    padding: 0px;
    margin: 0px;
    float: left;
}

#sidebarheader2 .widgettitle {
    color: #f5f5f5;	
}

#wrapper {
    background-color: #FFFFFF;
    background-image: url(images/bg-wrapper.jpg);
    background-repeat: repeat-y;
    padding: 0px;
    margin: 0px;
    height: 100%;
}

#wrapperleft {
    width: 760px;
    float: left;
    position: relative;
    padding: 0px;
    margin: 0px;
}

/* Float containers fix: http://www.csscreator.com/attributes/containedfloat.php */ 
#wrapperleft:after, #wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
 
#wrapperleft, #wrapper { display: inline-table; }

/* Hides from IE-mac */
* html #wrapperleft, * html #wrapper { height: 1%; }
#wrapperleft, #wrapper { display: block; }
/* End hide from IE-mac */ 



/* DEFINE THE CONTENT BOX */

#main {
    width: 550px;
    float: left;
    background-color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}

#main ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#main li {
    padding: 0px 0px 4px 12px;
    font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

#main .entry, #main #comments, #main #commentform {
    padding: 0px 10px 30px 10px;
    margin: 0px;
}

#searchform {
    background: none;
    color: #FFF;
    padding-left: 10;
    padding-top: 0;
}

.searchforminput {
    background-color: #fff;
    font-size: 100%;
    font-weight: normal;
    color: #333;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}


/* DEFINE TITLE FOR SINGLE ENTRY */

.contenttitle {
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    clear: both;
}

.contenttitle h1 {
    font-weight: bold;
    font-size: 120%;
    background: none;
    color: #f0670b;
    padding: 0px;
    margin: 0px;
}

.contenttitle .contentdate {
    background-image: url(images/date.gif);
    background-repeat: no-repeat;
    width: 45px;
    height: 50px;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    float: left;
}

.contenttitle .contentdate h3 {
    position: relative;
    left: 1px;
    top: 0px;
    width:40px; 
    height:14px;
    padding: 0px;
    margin: 0px;
    
    text-align:center;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.contenttitle .contentdate h4 {
    position: relative;
    left: 1px;
    bottom: -2px;
    width:40px; 
    height:25px;
    padding: 0px;
    margin: 0px;

    font-family: Times New Roman, Helvetica, Sans-Serif;
    color: #999999;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}



/* DEFINE BODY AND FOOTER FOR SINGLE ENTRY */

.entry h1 {
    color: #f0670b;
    font-size: 140%;
}


.entry .entrycontent {
    padding: 0px;
    margin: 0px;
    clear: both;
}

.entry .entrycontent p {
    padding: 0px;
    margin: 0px;
}

.entry .entrycontent img.postpicture {
    border: 1px solid #000000;
    padding: 2px;
    margin: 0px 10px 10px 0px;
}

.entry .entryfooter {
    background-color: #FFF;
    padding: 0px 0px 4px 0px;
    margin: 0px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    line-height: 1.8em;
    clear: both;
}

.entry .entrypage {
    padding: 0px;
    margin: 0px;
    clear: both;
}

.contentimage {
    margin-top: 5px;
    vertical-align: -3px;
    padding-top: 0px;
}



/* DEFINE COMMENT-BLOCK FOR SINGLE ENTRY */

#main #comments h1 {
    font-size: 140%;
}

#main #comments h3 {
    font-size: 120%;
}

#main #comments .comment {
    padding: 0px 10px 20px 10px;
}

#main #comments .comment .commentinfo {
    padding-bottom: 2px;
}

#main #comments .comment .commentballon {
    padding: 0px;
    margin: 0px;
    width: 500px;
    background-image: url(images/comments_bg.gif);
    background-repeat: repeat-y;
}

#main #comments .comment .commentballon .commenttext {
    padding: 0px 10px 0px 10px;
    margin: 0px;
}

#main #comments .comment .commentballon .commenttext p {
    padding: 0px;
    margin: 0px;
}

#main #comments .comment .commentballon .commentheader {
    height: 25px;
    width: 500px;
    background-image: url(images/comments_top.gif);
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
}

#main #comments .comment .commentballon .commentfooter {
    height: 18px;
    width: 500px;
    background-image: url(images/comments_bottom.gif);
    background-repeat: no-repeat;
}

#main #comments .comment .commentinfo .commentnumber {
    font-size: 140%;
    font-weight: bold;
    margin-right: 4px;
}

/* ADDON for wp-official-comment plugin */
#main #comments .comment .commentballon_official {
    padding: 0px;
    margin: 0px;
    width: 500px;
    background-image: url(images/comments_bg_official.gif);
    background-repeat: repeat-y;
}

#main #comments .comment .commentballon_official .commentheader_official {
    height: 25px;
    width: 500px;
    background-image: url(images/comments_top_official.gif);
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
}

#main #comments .comment .commentballon_official .commentfooter_official {
    height: 18px;
    width: 500px;
    background-image: url(images/comments_bottom_official.gif);
    background-repeat: no-repeat;
}

#main #comments .comment .commentballon_official .commenttext {
    padding: 0px 10px 0px 10px;
    margin: 0px;
}

#main #comments .comment .commentballon_official .commenttext p {
    padding: 0px;
    margin: 0px;
}

/* DEFINE COMMENT-FORM FOR SINGLE ENTRY */

#main #commentform h3 {
    font-size: 120%;
}

#main #commentform form {
    padding: 0px 10px 20px 10px;
}

#main #commentform label {
    font-size: 90%;
}
#main #commentform .commentforminfo {
    font-size: 90%;
}



/* DEFINE SIDEBAR */

.sidebar {
    width: 186px;
    padding: 120px 14px 0px 10px;
    margin: 0px;
    color: #fff;
}

.sidebar p {
    text-align: left;
}

.sidebar p li h2 {
    padding: 0px;
    margin: 0px;
}



.sidebar #wp-calendar {
    padding-left: 30px;
}

.sidebar a:link, .sidebar a:visited {
    color: #fff;
    text-decoration: none;
    border-bottom: none;
}

.sidebar a:hover {
    color: #fff;
    text-decoration: underline;
    border-bottom: none;
}

.sidebar a:active, .sidebar a:focus {
    color: #fff;
    text-decoration: none;
    border-bottom: none;
}

.sidebar h2 {
    padding-bottom: 10px;
    margin: 0px;
    font-size: 13px;
    line-height: 1.4em;
}

.sidebar li {
    list-style-type: none;
    background: none 0 0px;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.sidebar li h2 {
    list-style-type: none;
    background: none 0 0px;
    padding-bottom: 10px;
    margin: 0px;
    font-size: 13px;
    line-height: 1.4em;
    color: #fff;
}

.sidebar ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.sidebar ul li {
    padding: 0px 0px 4px 12px;
    background: url(images/icons/arrow.gif) no-repeat 0 4px;
    line-height: 17px;
    text-align: left;
    min-height: 1.5em;
    /* IE min-height */
    height: auto !important;
    height: 1.5em;
    line-height: 1.5;
}

/* DEFINE PAGE FOOTER */

#footer {
    background-color: #ffffff;
    background-image: url(images/footer_bg.gif);
    background-repeat: repeat-y;
    height: 100%;
    padding: 0px;
    margin:  0px;
}

#footerleft {
    color: #eeeeee;
    width: 740px;
    float: left;
    position: relative;
    padding: 2px 10px 2px 10px;
    margin: 0px;
    text-align: center;
}

#footerright {
    width: 186px;
    float: right;
    position: relative;
    padding: 2px 10px 2px 10px;
    margin: 0px;
    text-align: center;
    color: #fff;
    border-right: 4px solid #FFF;
}

/* Float containers fix: http://www.csscreator.com/attributes/containedfloat.php */ 
#footerleft:after, #footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
 
#footerleft, #footer { display: inline-table; }

/* Hides from IE-mac */
* html #footerleft, * html #footer { height: 1%; }
#footerleft, #footer { display: block; }
/* End hide from IE-mac */ 


#footer a:link, #footer a:visited {
    color: #fff;
    text-decoration: none;
    border-bottom: none;
}

#footer a:hover {
    color: #fff;
    text-decoration: underline;
    border-bottom: none;
}

#footer a:active, #footer a:focus {
    color: #fff;
    text-decoration: none;
    border-bottom: none;
}



/* Super Archives */
#livearchive {
    background: #FFF;
}

#teb-super-archive {
    margin-left: 10px;
}

#teb-super-archive ul {
    padding: 4px;
    list-style-type: none;
    list-style-image: none;
}

#teb-super-archive ul li {
    text-align: left;
    padding: 1px 8px;
    font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
    background-image: none;
}

#teb-super-archive ul li:hover {
    background: #bbb;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding-top: 0;
    padding-bottom: 0;
    background-image: none;
}

html>body .entry #teb-super-archive ul li {
    text-indent: 0;
    margin: 0;
     background-image: none;
}

.entry #teb-super-archive ul li:before {
    content: "";
}

#teb-super-archive-year {
    float: left;
    width: 100px;
    margin: 0;
    padding: 0;
    border-left: 1px solid #666;
}

#teb-super-archive-year li {
    position: relative;
    font-weight: bold;
    background-image: none;
}

#teb-super-archive-month {
    float: left;
    width: 100px;
    margin: 0;
    border-left: 1px solid #666;
    font-weight: bold;
}

#teb-super-archive-month li {
    position: relative;
    background-image: none;
}

#teb-super-archive-post {
    float: left;
    width: 285px;
    margin: 0;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

#teb-super-archive-post li {
    position: relative;
    font-weight: bold;
    background-image: none;
}

#teb-super-archive ul li span {
    position: absolute;
    right: 8px;
    font-weight: normal;
    color: #000;
}

#teb-super-archive .selected, #teb-super-archive-post li:hover {
    background: #f0670b;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding-top: 0;
    padding-bottom: 0;
    color: #FFF;
}



/* DEFINE COSMOS FOR TAGGING WIDGET */

div.cosmos {
    list-style: none;
}

li.cosmos {
    display: inline;
    padding: 0px;
    margin: 1px;
    line-height: 1.6em;
}

li.cosmos a:hover {
    text-decoration: underline;
}

li.cosmos a.keyword1 { font-size: 0.9em; }
li.cosmos a.keyword2 { font-size: 0.9em; }
li.cosmos a.keyword3 { font-size: 1.0em; }
li.cosmos a.keyword4 { font-size: 1.1em; }
li.cosmos a.keyword5 { font-size: 1.2em; }
li.cosmos a.keyword6 { font-size: 1.3em; }
li.cosmos a.keyword7 { font-size: 1.4em; }
li.cosmos a.keyword8 { font-size: 1.5em; }
li.cosmos a.keyword9 { font-size: 1.6em; }
li.cosmos a.keyword10 { font-size: 1.7em; }
li.cosmos a.keyword11 { font-size: 1.8em; }
li.cosmos a.keyword12 { font-size: 1.9em; }
li.cosmos a.keyword13 { font-size: 2.0em; }
li.cosmos a.keyword14 { font-size: 2.1em; }
li.cosmos a.keyword15 { font-size: 2.2em; }



/* Plugin Pagebar123 */

.pagebar { 
    font: 11px Arial, Helvetica, sans-serif; 
    padding-top: 20px; 
    padding-bottom: 10px; 
    margin: 0px; 
}

.pagebar a, .pageList .this-page {
    padding: 2px 6px; 
    border: solid 1px #ddd; 
    background: #fff; 
    text-decoration: none;
}

.pagebar a:visited  {
    padding: 2px 6px; 
    border: solid 1px #ddd; 
    background: #fff; 
    text-decoration: none;
}

.pagebar .break {
    padding: 2px 6px; 
    border: none; 
    background: #fff; 
    text-decoration: none;
}

.pagebar .this-page {
    padding: 2px 6px; 
    border-color: #999; 
    font-weight: bold; 
    font-size: 13px; 
    vertical-align: top; 
    background: #fff;
}

.pagebar a:hover {
    color: #fff; 
    background: #f0670b; 
    border-color: #036; 
    text-decoration: none;
}


/* Plugin wpvideo */

.wpv_video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 425px;
    height: 340px;
}

.wpvideobox {
    padding: 0px;
    margin: 10px 0px 10px 0px;
    float: left;
    width: 530px;
    background-image: url(images/video_bg.gif);
    background-repeat: repeat-y;
}

.wpvideobox_header {
    width: 530px;
    height: 35px;
    background-image: url(images/video_top.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #CCC;
    clear: both;
}

.wpvideobox_header .navi {
	display: block;
    width: 510px;
    height: 20px;
    padding: 10px 10px 5px 10px;
}

.wpvideobox .navi img {
    vertical-align: -3px;
    padding: 0xp;
    margin: 0px;
}

.wpvideobox_body {
    padding: 10px 0px;	
}

.wpvideobox_footer {
	vertical-align: middle;
	height: 50px;
    width: 530px;
	background-image: url(images/video_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: 1px solid #CCC;
}

.wpvideobox_footer .navi {
	display: block;
    width: 510px;
    height: 35px;
    padding: 10px 10px 5px 10px;
}

.navi .navi_left {
    width: 35%;
    float: left;
    
}

.navi .navi_right {
	width: auto;
    float: right;
}

.navi .navi_center {
    float: left;
    width: 30%;
    text-align: center;
}

.wpv_download {
    text-align: center;
    margin: 5px 0px;	
}

