/*
Theme Name: Drunkey Love
Theme URI: http://www.el73.be/drunkey-love/themes/
Description: Drunkey Love theme (defekt) for Wordpress
Version: 1.6
Author: Kevin Wetzels
Author URI: http://www.el73.be/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/**-----------------------------------------------------------------------------
** HTML ELEMENTS
**/ 
html, body {
	padding: 0;
	margin: 0;
	font: 100%/130% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 0.9em;
	/*font-size: 14px;*/
	background: #fff;
	color: #6b6b6b;
}

a {
	color: #FFB36B;	
}

a:visited {
	color: #000;
}

a:hover {
	color: #85684A;
}

html * {
	margin: 0;
}

p, ul, ol {
	margin-top: 15px;
}

ul, ol {
	padding-left: 0;
	margin-left: 30px;
}

h1, h2 {
	margin-top: 15px;
}
h2.headline {
	margin-top: 0px;
}

h1, h2 {
	font: 1.7em "Georgia", serif;
	line-height: 1.7em;
	margin-bottom: 0;
}

h2 a, h1 a {
	text-decoration: none;
	color: #000;
}

h1 a:hover, h2 a:hover {
	color: #85684A;
}

h1 {
	font-size: 1.9em;
}

h3 {
	margin-top: 1em;
	font-family:"Georgia",serif;
	color:#000;
}

h6 {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
	color: #666;	
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dashed #999;	
}

hr {
	display: none;
}
hr.divisor {
	display: block;
	border:none;
	height:1px;
	margin:50px 0;
	background-color:#cccccc;
}

blockquote {
	border-left: 5px solid #ccc;
	padding-left: 10px;
}

code {
	font: 110% "Lucida Console", "Courier New", "Courier", monospace;
}

pre {
	overflow: auto;
}

/**-----------------------------------------------------------------------------
** HEADER
**/ 
#header {
	height: 200px;
	background: url(images/ccHeadBg.jpg) repeat-x;
	color: #fff;	
}

#header a {
	color: #fff;
}

#header a:hover, #header .current_page_item {
	background: #F6E5D5;
	color: #fff;
}

#blog-title {
	vertical-align: text-bottom;
	float: left;
	width: 278px;
	height: 160px;
	text-transform: lowercase;
	font: 1.7em "Georgia", serif;
	text-align: right;
	background: url(images/ccLogo16c.gif) no-repeat;
	color: #fff;
	cursor:pointer;
}

#blog-title a {
	display: block;
	width: 250px;
	height: 200px;
	line-height: 50px;
	padding: 150px 20px 0 0;
}

#pages {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	text-transform: lowercase;
}

#pages li {
	float: left;
	width: 8em;	
}

#pages a {
	display: block;
	height: 50px;
	width: 8em;	
	line-height: 50px;
	padding: 150px 0 0 0;
	text-align: center;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
}

/**-----------------------------------------------------------------------------
** FOOTER
**/ 
#footer {
	clear: both;
	font-size: 0.8em;
	padding:0px;
	text-align: center;
	background:#505050;
}

#footer .main {
	border-top: 0px solid #ccc;
	color: #666;
	height:52px;
	background:transparent url(images/ccLogoFooter16c.gif) no-repeat scroll right top;
}

/**-----------------------------------------------------------------------------
** CONTENT
**/ 
.main, #content {
	width: 964px;
	margin: 0 auto;
}

/**-----------------------------------------------------------------------------
** PRIMARY CONTENT (ENTRIES, COMMENTS, ...)
**/ 
#snowhite {
	width: 144px;
	float: left;
}
#primary {
	width: 567px;
	margin-right:20px;
	float: left;
	/*background: #fff url(images/bar-vertical.jpg) no-repeat right top;*/
}

.entry {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#primary ul.archive-nav {
	list-style-image: none;
}

.meta {
	font-size: 0.85em;
	clear: both;
	color: #666;
}

.meta a {
	text-decoration: none;
	color: #666;
}

.meta a:hover {
	color: #85684A;
}

.meta span {
	padding-left: 14px;
	background: #fff url(images/doc.png) no-repeat left center;
}

.meta span.tags {
	background-image: url(images/folder.png);
}

.meta span.comments {
	background-image: url(images/comment.png);
}

.meta span.author {
	background-image: url(images/author.png);
}

.meta span.trackback {
	background-image: url(images/trackback.png);
}

.meta span.delicious {
	background-image: url(images/delicious.png);
}

#primary .totop img {
	width: 11px;
	height: 11px;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
}

#primary .totop {
	margin-left: 439px;
	clear: both;
}

.gravatar {
	float: right;
	margin: 30px 0 15px 10px;
}

#comments h2 {
	margin-top: 30px;
}

#comments ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	font-size: 0.9em;
}

#comments li {
	clear: both;
}

#comments ol div.poster {
	clear: both;
	padding: 0 20px;
	font-size: 0.95em;
	color: #666;
}

#comments .poster a {
	color: #666;
}

#comments .poster a:hover {
	color: #85684A;
}

#comments ol.no-gravatars div.poster {
	padding: 0 20px 0 40px;
}


#comments ol div.body {
	margin: 0 0 0 0;	
	width: 340px;	
	padding: 20px;
	background: #fff url(images/comment-field.png) no-repeat left top;
}

#comments ol.no-gravatars div.body {
	width: 340px;	
	padding: 20px;
	margin-left: 20px;
}

#comments fieldset {
	margin: 5px 0 0 0;
	padding: 0 80px 0 20px;
	width: 330px;
	border: 1px solid #fff;
}

#comments legend {
	display: none;
}

#comments form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#comments form li {
	margin: 5px 0;
}

#comments .textfield {
	width: 50%;
}

#comments textarea {
	width: 98%;
}

#comments .number {
	font: 1.5em "Apple Garamond", "Times New Roman", "Garamond", serif;
	font-style: italic;
	color: #ccc;
	text-align: right;
	padding: 0;
	margin: 0;
	width: 3em;
	float: right;
}

#comments .number a {
	color: #ccc;
	text-decoration: none;
}

#comments .number a:hover {
	color: #85684A;
}

.archive-nav {
	font-size: 0.9em;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	list-style-image: none;
}

.archive-nav li {
	width: 180px;
}

.archive-nav li a {
	display: block;
	width: 164px;
}

.back {
	float: left;
}

.back a {
	padding-left: 16px;	
	background: #fff url(images/back.png) no-repeat left center;
}

.next {
	float: right;
	text-align: right;
}

.next a {
	padding-right: 16px;
	background: #fff url(images/next.png) no-repeat right center;	
}

#primary h1 img, #primary h2 img, #primary h3 img {
padding: 0;
border: none;
}

/**-----------------------------------------------------------------------------
** SECONDARY CONTENT (SIDEBAR STUFF)
**/ 
#secondary {
	width: 233px;
	float: right;
	font-size: 0.9em;
	margin-top:-115px
}

#secondary div {
	margin-bottom:15px;
}

#search {
	display:block;
	background: #fff url(images/ccBlogSidebarBg.jpg) no-repeat left -186px;
	width:233px;
	height:82px;
}

#secondary h2 {
	margin-bottom: 10px;
}

#searchform fieldset {
	padding: 0;
	margin: 0;
	border: 0px solid #fff;
	text-align:center;
}

#searchform legend, #searchform label {
	display: none;
}

#searchform #s {
	width:50%;
}

#feeds a {
	display:block;
	width:233px;
	height:50px;
	background: #fff url(images/ccBlogSidebarBg.jpg) no-repeat left -283px;
}

#blog-description {
	display:block;
	background: #fff url(images/ccBlogSidebarBg.jpg) no-repeat left top;
	width:233px;
	height:150px;
	margin-bottom:30px;
}

#addthis span.header{
	display:block;
	background: #fff url(images/ccBlogSidebarBg.jpg) no-repeat left -348px;
	width:233px;
	height:50px;
}
#addthis span.body{
	display:block;
	width:232px;
	margin-left:1px;
	text-align:center;
	background-color:#ffd178;
}
#addthis span.body a.myspace {
	display:inline-block;
	width:42px;
	height:42px;
	background:transparent url(images/ccSocialButtons.gif) no-repeat left top;
}
#addthis span.body a.twitter {
	display:inline-block;
	width:42px;
	height:42px;
	background:transparent url(images/ccSocialButtons.gif) no-repeat right top;
}
#addthis span.footer{
	display:block;
	background: #fff url(images/ccBlogSidebarBg.jpg) no-repeat left -434px;
	width:233px;
	height:17px;
}

#archives span.header{
	display:block;
	background: #fff url(images/ccBlogSidebarBg.jpg) no-repeat left -463px;
	width:233px;
	height:50px;
}
#archives span.body{
	display:block;
	width:232px;
	margin-left:1px;
	text-align:center;
	background-color:#fce9a3;
}
#archives span.footer{
	display:block;
	background: #fff url(images/ccBlogSidebarBg.jpg) no-repeat left -550px;
	width:233px;
	height:17px;
}

#archives ul li a {
	color:#565656;
}

.fold {
	display: none;
}

.foldButton, .unfoldButton {
	display: block;
	position: relative;
	left: 220px;
	margin-top: -1.3em;
	height: 25px;
	width: 25px;
	cursor: pointer;
	background: #fff url(images/fold.png) no-repeat;
}

.unfoldButton {
	background: #fff url(images/unfold.png) no-repeat;	
}

ul.linklist, ul.linklist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	border-top: 1px solid #ccc;
}

ul.linklist ul {
	border: none;
}

ul.linklist a, ul.linklist ul a {
	padding: 0.2em 0;
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #333;
}

ul.linklist ul a {
	width: 95%;
	padding-left: 5%;
}

ul.linklist a:hover {
	background: #F6E5D5;
	color: #fff;
}

ul.descriptionlist  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

ul.descriptionlist  li {
	margin-bottom: 0.5em;
}

#sidenotes h3 {
	font-size: 1em;
}

#sidenotes p {
	margin-top: 0;
}

ul.cloud {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

.cloud li {
	display: inline;
	margin-right: 5px;
}

/**-----------------------------------------------------------------------------
** UTILITIES
**/ 
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
}

.center {
	text-align: center;
}

.alignright, .lzimg-right {
	float: right;
}
	
.alignleft, .lzimg-left {
	float: left
}

#primary img, #photos img {
	padding: 0px;
	max-width: 100%;
	border: 0px solid #ccc;
}

#primary .totop img {
	border: 0;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright, img.lzimg-right {
	padding: 4px;
	margin: 15px 0 15px 15px;
	display: inline;
}

img.alignleft, img.lzimg-left {
	padding: 4px;
	margin: 15px 15px 15px 0;
	display: inline;
}
	
img.noborder {
	border: none;
}

img.simple, #primary img.wp-smiley {
	padding: 0;
	margin: 0;
	border: 0;
}

.flickr {
	color: #06c;
}

.flickr span {
	color: #c00;
}

#primary a.extlink {
	padding-right: 12px;
	background: #fff url(images/external-link.png) no-repeat right center;
}

.ccMainNavi {
height:50px;
width:450px;
margin: 111px 0px 0px 30px;
}

.ccMainNavi, .ccMainNavi li {
color:#FFFFFF;
float:left;
font-family:"Georgia","Times New Roman";
font-weight:bold;
}

ul {
border:0 solid black;
list-style-type:none;
margin:0;
padding:0;
}


.ccMainNavi li {
margin-right:20px;
cursor:pointer;
}

.ccMainNavi, .ccMainNavi li {
color:#FFFFFF;
float:left;
font-family:"Georgia","Times New Roman";
font-weight:bold;
}

.ccMainNaviShop {
background-position:0 0;
width:65px;
}

.ccMainNaviBlog {
background-position:0 -28px;
width:66px;
}

.ccMainNaviService {
background-position:0 -56px;
width:150px;
}

.ccMainNaviShop, .ccMainNaviBlog, .ccMainNaviService {
background-image:url(images/ccMainLinks.gif);
height:28px;
}

.ccShopNavi {
	position:absolute;
	width:291px;
	height:80px;
	display:block;
	background-image:url(http://christkindclothing.de/shop/out/ckind/src/bg/ccShopNaviBg16c.gif);
	z-index:1002;
	margin:140px 0px 0px -76px;
	display:none;
}

.ccShopNaviCell{
	float:left;
	margin:25px 0px 0px 15px;
}

#header .ccShopNaviCell{
	color:#7a7a7a;
}
#header .ccShopNaviCell a:hover {
	background:transparent;
	color:#000;
}

.ccShopNaviCell strong,
.ccShopNaviCell a {
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:11px;
	text-decoration:none;
	line-height:130%;
}

#header .ccShopNaviCell a {
	display:block;
	color:#424C56;;
}
a.addthis_button{
	float:right;
}