/*
Theme Name: DC-Blog
Theme URI: http://www.digicol.de
Description: Digital Collections GmbH Wordpress Theme. Translation for menu and other bits can be found in <code>/dchome/languages</code>. Default language is english. For editing and creating the "po" and "mo" translation files use the free "poEdit" Editor. <strong>Note:</strong> After activation you need to use the custom "DC" widgets for proper styling. You can find them in the Widget menu. 
Version: 1.0
*/

/* Reset Browser Default */ 
/*\*/@import url(css/reset.css); /**/

/* Grid System */
/*\*/@import url(css/960gs.css); /**/

/* Typography */
/*\*/@import url(css/text.css); /**/


body {
font-family:Arial,Helvetica,sans-serif;
background: #DAEDF7;
color: #696969
}

a {
color: #3E9DB7;
}

/* design */

#bg_main {
background: transparent url(images/bg_stars.jpg) no-repeat top center;
height:auto !important;
height:800px;
min-height:800px;
}

#bg_repeat {
background: #DAEDF7 url(images/bg_stars_repeat.png) repeat-y top center
}

#bg_bottom {
background: #DAEDF7 url(images/bg_stars_bottom.png) no-repeat center -6px;
}

/* header and footer */ 

#header {
height: 100px;
background: #fff url(images/bg_header.png) repeat-x bottom center;
margin: 0 6px;
}
 
#footer {
padding-top: 15px;
padding-bottom: 30px;
text-align: right;
text-transform: uppercase;
font-size: 10px;
color: #555;
}

/* topnav */

#topnav {
font-size:13px;
color:#414A52;
letter-spacing:0.1em;
text-decoration:none;
text-transform:uppercase;
}

#topnav a {
font-size:0.75em;
color:#414A52;
letter-spacing:0.1em;
text-decoration:none;
text-transform:uppercase;
}
#topnav a:hover {
text-decoration: underline;
}
#topnav_outer {
background: transparent url(images/bg_topnav_left.png) no-repeat top left;
padding-left: 13px;
margin-left: 16px;
height: 36px;
}
#topnav_inner {
background: transparent url(images/bg_topnav_right.png) no-repeat top right;
padding-right: 12px;
margin-right: 17px;
height: 36px;
}
#topnav ul {
background: transparent url(images/bg_topnav.png) repeat-x top center;
padding: 0; margin: 0; list-style: none;
height: 36px;
}
#topnav li {
padding:7px; padding-top: 5px; margin: 0; list-style: none; float: left;
}
.en #topnav li { /* english words are shorter, so expand */
/*margin-left:8px;*/
*margin-left:4px;
}
.de #topnav li { /* this is for IE */
*margin-right:-4px;
}

/* menu */

#menu ul {
background: transparent url(images/bg_button.png) repeat-x top center;
padding: 0; margin: 0; list-style: none;
height: 21px; margin: 0 6px; font-size:13px;
border-left: 1px solid #D2D2D2;
}
#menu li {
padding: 0; margin: 0; list-style: none; float:left; letter-spacing:0.133em; font-size:0.85em;
}
#menu li a {
border-right:1px solid #DADADA;
color:#696969;
display:block;
float:left;
font-size:11px;
font-weight:bold;
/*letter-spacing:0.134em;*/
/*padding:3px 15px 0;*/
padding: 3px 20px 0;
text-decoration:none;
text-transform:uppercase;
*letter-spacing:0.14em;
*padding-left: 17px;
*padding-right: 16px;
}
#menu li a:hover, #menu li a.active { 
background: transparent url(images/bg_button_active.png) top right;
}


/* grid padding */

#content_inner {
padding-right: 19px;
padding-left: 9px;
}

/* listing heading */

.heading h1 {
margin-left: 40px;
margin-bottom: 20px;
padding-left: 5px;
padding-bottom: 2px;
font-weight: lighter;
text-transform: capitalize;
letter-spacing: 0.04em;
font-size: 20px;
color: #3E9DB7;
border-bottom: 1px solid #dadada;
}

/* blogpost styles */
.post {
padding-bottom: 20px;
padding-left: 40px;
background: transparent url(images/post-bullet.png) no-repeat top left;
}
.post a {
text-decoration: none;
}
.post a:hover {
text-decoration: underline;
}
.post .title {
margin: 5px 0;
line-height: 1em;
font-weight: normal;
font-size: 19px;
padding-top: 5px;
}
.post .title a {
color: #363636
}
.post .meta span {
padding-right: 10px;
color: #3E9DB7;
font-size: 11px;
}
.post .entry {
padding: 10px 0;
color: #696969;
font-size: 12px;
}
.post .tags {
clear: both;
color: #696969;
padding: 4px 0;
border-top: 1px solid #DADADA;
border-bottom: 1px solid #DADADA;
font-size: 12px;
}
.post .tags a {
padding-left: 3px;
}
.post-edit-link {
float: right;
}
.post .commentinfo {
padding: 5px 0;
margin-bottom: 20px;
}

.post .more {
float: right;
background: transparent url(images/more-bullet.png) no-repeat left center;
padding-left: 16px;
padding-top: 2px;
display: block;
margin-bottom: 20px;
}

.post .entry pre {
background: #f6f6f6;
color: #333;
padding: 0; margin: 0;
padding-top: 3px;
padding-bottom: 3px;
margin-bottom: 1em;
font-size: 12px;
line-height: 14px;
overflow: auto;
overflow-Y: hidden;
}
.post .entry table {
width: 100%;
}
.post .entry th {
text-align: left;
border-bottom: 1px solid #3E9DB7;
}

.post .entry sup, .post .entry sub {
line-height: 0px;
font-size: 70%;
}

.post .entry sup {
vertical-align: super;
}

.post .entry sub {
vertical-align: sub;
}

.post .entry acronym, .post .entry abbr {
border-bottom: 1px dashed #aaa;
}

.post .entry th, .post .entry cite, .post .entry q, .post .entry blockquote, .post .entry dt {
color: #393939
}

.post .entry blockquote {
margin: 5px;
margin-bottom: 1em;
font-style: italic;
font-size: 13px;
}

.post .alignleft {
float: left; margin-right: 10px; margin-bottom: 6px;
}
.post .alignright {
float: right; margin-left: 10px; margin-bottom: 6px;
}
.post .aligncenter {
display: block; margin: 0 auto;
}
/* single post */

#post {
padding-top: 15px;
}

/* breadcrumb */

#path {
font-size: 11px;
padding-top: 18px;
padding-left: 20px;
}

#path a {
text-decoration: none; font-weight:bold;
}

/* category menu */
#categories ul, #categories li {
margin: 0; padding: 0; list-style: none;
}
#categories ul {
padding-top: 18px;
border-bottom: 1px solid #DADADA;
margin-right: 8px;
}
#categories li {
border-top: 1px solid #DADADA;
text-transform: uppercase;
font-size: 12px;
}
#categories li a {
color: #363636;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 15px;
display: block;
height: 17px;
background: #fff;
text-decoration: none;
}
#categories li a:hover {
padding-left: 25px;
font-weight: bold;
background: #F3F3F3 url(images/menu-bullet.png) no-repeat left center;
}


/* search block */
#search {
margin-bottom: 20px;
margin-right: 2px;
}

#search form {
padding: 0; border: 0; margin:0 0 0 -2px; 
background: transparent url(images/search-input.png) no-repeat;
}

#search_input {
padding: 0; margin: 0; border: 0; background: transparent;
width: 127px; margin-left: 6px; padding: 4px;
position: absolute; color: #696969
}
#search_button {
margin-left: 146px;
}

/* subscribe block */
#subscribe {
padding-right: 4px;
}

#subscribe h3 {
margin: 0; padding: 0;
line-height: 100%;
padding-bottom: 2px;
font-size: 9px;
font-weight: normal;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #696969;
}
#subscribe_tease {
font-size: 17px;
line-height: 120%;
font-weight: lighter;
text-transform: uppercase;
background: transparent url(images/rss.png) no-repeat right top;
color: #363636;
padding-right:28px;
margin-bottom: 0;
}
#subscribe_about {
color: #696969;
font-size: 12px;
line-height: 17px;
}
#subscribe_button {
display: block;
text-align: center;
margin-bottom: 0;
}

/* sidebar */
#sidebar_inner {
padding-right: 10px;
padding-top: 25px;
padding-left: 15px;
}

#sidebar ul, #sidebar li {
margin: 0; padding: 0; list-style: none;
}

#sidebar .date, 
#sidebar .time {
color: #3E9DB7;
font-size: 11px;
}
#sidebar .date {
padding-right: 5px;
}

#sidebar .widget {
border-bottom: 1px solid #DADADA;
padding-bottom: 15px;
margin-bottom: 15px;
letter-spacing: 0.04em;
}
	
#sidebar .widgettitle {
margin: 0;
padding: 0; 
color: #363636;
font-size: 16px;
font-weight: lighter;
text-transform: uppercase;
}

#sidebar .widget_tag_cloud {
font-size: 15px;
}
#sidebar .widget_tag_cloud a {
color: #696969;
font-weight: lighter;
text-decoration: none;
}

#sidebar .widget_recent_comments .author {
font-weight: bold;
font-size: 12px;
}

#sidebar .widget_recent_comments a, 
#sidebar .widget_recent_articles a {
color: #696969;
font-weight: lighter;
font-size: 12px;
text-decoration: none;
display: block;
margin-bottom: 8px;
}

/* comments */

#comments h3 {
text-transform: uppercase;
font-weight: lighter;
font-size: 15px;
color: #363636;
}

#comments .comment, #comments .pingback {
padding: 0; margin: 0; list-style: none;
border-bottom: 1px solid #dadada;
margin-bottom: 20px;
}

#comments .commentlist {
margin-bottom: 5px;
}

#comments .comment-author img {
float: left;
margin-right: 10px;
}
#comments .comment-author cite {
font-weight: bold;
}
#comments .comment-author a {
color: #696969;
}
#comments .commentmetadata {
color: #3E9DB7;
font-size: 11px;
}

#commentform .input-text {
padding: 5px;
font-size: 12px;
font-family: arial, helvetica, verdana, sans-serif;
border: 1px solid #dadada;
border-radius: 6px; /* All CSS3 */
-moz-border-radius: 6px; /* Gecko */
-webkit-border-radius: 6px; /* Webkit */
}

.alignleft {
float: left;
}
.alignright {
float: right;
}
.browse {
font-size: 11px;
padding-bottom: 50px;
}

/* logo */

#logo {
margin: 1px 0 0 2px;
}


/*
(old color) color: #73B6C8
(new color) color: #3E9DB7
*/