/*
Theme Name: JCTwoDotZero
Theme URI: http://www.jenscornelis.de
Description: Themed by Jens Cornelis for his own Website 
Version: 15 Feb, 12:47
Author: Jens Cornelis
Author URI: http://www.jenscornelis.de

*/

/* Fonts, Weights and Sizes, Basic Colors */
body
{
    background: #7f7f7f url(../jctwodotzero/images/background.png) repeat-x;
    color: #000000;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3 
{
    font-size: 1.0em;
}

h4
{
    font-size: 1.1em;
}

a
{
    color: #a09f5f; 
    font-weight:bolder;
    text-decoration:none;
}

pre
{
    font-family: monospace;
    font-size: 0.9em;
    background-color: #eeeeee;
    margin: 0px 30px 0px 30px;
    padding: 5px 3px 5px 3px;
    border: 1px solid #666666;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
    color: #666666;
}

/* Layout Head*/

#header
{
    width: 800px;
    height: 260px;
    margin-right:auto;
    margin-left:auto;
    background-color: #000000;
    background: url(../jctwodotzero/images/logo.jpg) no-repeat top left;
}

#blogtitle
{
    text-align: left;
    color: #a09f5f;
    padding-top: 165px;
    padding-left: 530px;
    height: 30px;
    width: 250px;
    font-weight:bold;
}

#topmenu
{
    width: 800px;
    margin-top: 35px;
    padding-top: 1px;
    height: 30px;
    background: url(../jctwodotzero/images/topmenubg.png) no-repeat top center;
}

#topmenu ul
{
    margin: 0px;
    text-align:right;
    list-style-type:none;
    height: 30px;
}

#topmenu ul li
{
    display:inline;
}

#topmenu li a
{
    color: #ffffff;
    text-decoration:none;
    background-color: #111111;
    line-height: 28px;
    padding: 5px;
    margin-right: 4px;
    border: 1px solid #666666;
}

#topmenu li a:hover
{
    background-color: #666666;
}

/* Layout Mainframe */
#mainframe
{
    width: 800px;
    margin-left:auto;
    margin-right:auto;
    background: url(../jctwodotzero/images/contentbg.png) repeat-y;
}

.content
{
    width: 560px;
    margin-right:auto;
    float:right;
    padding-left: 10px;
    padding-right: 30px;

}

#sidebar
{
    width:180px;
    padding-left: 10px;
    padding-right: 10px;
    float:left;
    text-align: center;
}

.clear
{
    clear:both;
}

/* Sidebar Layout */

#sidebar h4
{
    margin-top: 20px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    background: url(../jctwodotzero/images/sidebarheader.png) no-repeat;
}

#sidebar ul
{
    list-style:none;
    margin: 0px;
    padding: 0px 10px 3px 0px;
    text-align:left;
}

#sidebar li
{
    margin: 0px 0px 0px 10px;
    border: 0px;
}

#sidebar a
{
    color:  #a09f5f;
    text-decoration:none;
    font-weight: bold;
}

#sidebar a:hover
{
    color: #000000;
}

/* Layout Footer */

#footer
{
    text-align: center;
    color: #ffffff;
    width:800px;
    height: 30px;
    background: url(../jctwodotzero/images/bottomborder.png) no-repeat top center;
    margin-left: auto;
    margin-right: auto;
}

/* Layout Entry*/

.itemhead h3
{
    font-size: 1.7em;
    margin-bottom: 0px;
}

.itemhead
{
    margin-top: 20px;
    text-decoration:none;
    color:  #a09f5f; 
    font-style:italic;
    font-size: 0.9em;
}

.itemhead .metadata
{
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    background-color: #EEEEEE;
}

.itemhead a
{
    color: #a09f5f;
    text-decoration:none;
    font-weight:bolder;
}

.single_entry
{
    text-align:justify;
    margin-bottom: 30px;
}

.single_entry ul
{
    margin: 0px 30px 0px 30px;
    padding: 0px;
    border: 0px;
}

.single_entry li
{
    margin: 0px;
    padding: 0px;
    border: 0px;

}

/* BlockQuotes */
blockquote
{
    font-style:italic;
    color: #666666;
    border: 0px;
    margin: 5px 0px 5px 0px;
    padding-left: 30px;
    padding-right: 30px;
    background: url(../jctwodotzero/images/quote.gif) no-repeat left top;
}

/* Bottom Navigation */

.navigation
{
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.navigation .alignleft
{
    float: left;
}

.navigation .alignright
{
    float: right;
}
/* Layout Comments */

.commentslist
{
    width: 95%;
    border-collapse: collapse;
}

.commentslist .avatar
{
    vertical-align: top;
}

.commentslist td
{
    padding: 10px;
}

.commentslist .alt td
{
    background-color: #EEEEEE;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

/* Calendar - Widget */

#wp-calendar
{
    width: 160px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #666666;
    border-collapse: collapse;
}

#wp-calendar thead
{
    color: #FFFFFF;
    font-weight:bold;
    background: #000000;
}

/* Images */

.wp-caption 
{
    padding: 10px 5px 15px 5px;
    text-align:center;
    border: 1px solid #666666;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
    background-color: #eeeeee;
}

.wp-caption.aligncenter
{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left:auto;
    margin-right:auto;
}

.wp-caption.alignright
{
    float: right;
}

.wp-caption.alignleft
{
    float: left;
}

img.centered /* Legacy Support */
{
    display: block;
    padding: 10px 10px 15px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align:center;
    border: 1px solid #666666;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
    background-color: #eeeeee;
    margin-left:auto;
    margin-right:auto;
}

img.aligncenter /* Legacy Support */
{
    display: block;
    padding: 10px 10px 15px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align:center;
    border: 1px solid #666666;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
    background-color: #eeeeee;
    margin-left:auto;
    margin-right:auto;
}

.wp-caption-text
{
    font-size:0.8em;
    font-style:italic;
}

/* Twitter Widget */
#sidebar .aktt_tweets
{
    padding: 0px;
    margin: 0px;
}

#sidebar .aktt_tweets ul
{
    margin: 0px 4px 0px 4px;
    padding: 5px;
    border: 1px solid #666666;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
    background-color: #eeeeee;
}

#sidebar .aktt_tweets li
{
    padding: 0px 2px 10px 2px;
    margin: 0px;
    font-size: 0.8em;
}

#sidebar .aktt_more_updates
{
    border-top: 1px solid #666666;
    text-align:center;
}

/* Youtube Videos */

.single_entry object
{
    display: block;
    margin-left:auto;
    margin-right:auto;
}

/* Searchform in Sidebar */

#searchform input
{
    font-size: 0.8em;

}

.soup_content
{
   background-color: #eeeeee;
   padding: 10px 10px 15px 10px;
   margin-top: 10px;
   text-align: center;
   -moz-border-radius: 10px;
   -khtml-border-radius: 10px;
}

.soup_content img 
{
    display: block;
    padding: 10px 10px 15px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align:center;
    border: 1px solid #666666;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
    background-color: #ffffff;
    margin-left:auto;
    margin-right:auto;
}




