/*
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 {
	font: 14px Arial, Helvetica, sans-serif ;
	line-height:26px;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/bkgd-blue.gif) repeat-x left top;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #777777;
}

.entry p{
	font: 14px Arial, Helvetica, sans-serif ;
	line-height:26px
}

#container {
	width: 860px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding:0;
}

a {
	color: #e08;	
}

a:visited {
	color: #666;
}

a:hover {
	color: #905;
}

html * {
	margin: 0;
}

p, ul, ol {
	margin-top: 15px;
}

ul, ol {
	padding-left: 0;
	margin-left: 30px;
}

h1, h2 {
	margin-top: 15px;
}

h1.pagetitle{
	font: normal  14px Arial, Helvetica, sans-serif ;
}


h1, h2 {
	font: bold  32px Arial, Helvetica, sans-serif ;
	margin-bottom: 0;
}

h2 a, h1 a {
	font: bold  32px Arial, Helvetica, sans-serif ;
	text-decoration: none;
	color: #333;
}

h1 a:hover, h2 a:hover {
	color: #ff002a;
}

h1 {
	font: bold  32px Arial, Helvetica, sans-serif ;
}

h3 {
	margin-top: 1em;
}

h6 {
	margin: 5px 0 10px 0;
	font-size:10px;
	color: #bcbcbc;
}

h6 a:link,
h6 a:visited{
	color: #ff002a;
}


abbr, acronym {
	cursor: help;
	border-bottom: 1px dashed #999;	
}

.border-box{
	border: 3px solid #e8e8e8;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	line-height:16px;
	width: 100%;
}

hr {
	display: none;
}

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: #333;
	color: #fff;	
}

#header a {
	color: #fff;
}

#header a:hover, #header .current_page_item {
	background: #e08;
	color: #fff;
}

#blog-title {
	vertical-align: text-bottom;
	float: left;
	width: 270px;
	height: 200px;
	text-transform: lowercase;
	font: 1.7em "Apple Garamond", "Garamond", serif;
	text-align: right;
	background: #333 url(images/bg-title.jpg) repeat-x;
	color: #fff;	
}

#blog-title a {
	display: block;
	width: 250px;
	height: 50px;
	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;
}


/*----- NAVIGATION -----*/


#topNav #secNav{
	float:right;
	padding-bottom:10px;
}

#topNav #priNav{
	float:right;
}

#topNav #secNav ul, #topNav #priNav ul{
	margin: 0px ;
	padding: 0px;
}

#topNav #secNav ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	height: 14px;
}

#topNav #priNav ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	height: 16px;
}

#topNav #secNav ul li span, #topNav #priNav ul li span {
	display: none;
}

#topNav #secNav ul li a {
	display: block;
	height: 14px;
}

#topNav #priNav ul li a {
	display: block;
	height: 16px;
}

#topNav #secNav ul li.client a{
	width: 86px;
	background: top left repeat-x url(images/topnav-client.png);
}

#topNav #secNav ul li.client a:hover{
	background: top left repeat-x url(images/topnav-client-R.png);
}

#topNav #secNav ul li.contact a{
	width: 68px;
	background: top left repeat-x url(images/topnav-contact.png);
}

#topNav #secNav ul li.contact a:hover{
	background: top left repeat-x url(images/topnav-contact-R.png);
}

#topNav #priNav ul li.about a{
	width: 75px;
	background: top left repeat-x url(images/topnav-about.png);
}

#topNav #priNav  ul li.about a:hover{
	background: top left repeat-x url(images/topnav-about-R.png);
}

#topNav #priNav ul li.home a{
	width: 73px;
	background: top left repeat-x url(images/topnav-home.png);
}

#topNav #priNav  ul li.home a:hover{
	background: top left repeat-x url(images/topnav-home-R.png);
}

#topNav #priNav ul li.team a{
	width: 65px;
	background: top left repeat-x url(images/topnav-team.png);
}

#topNav #priNav ul li.team a:hover{
	background: top left repeat-x url(images/topnav-team-R.png);
}


#topNav #priNav ul li.services a{
	width: 102px;
	background: top left repeat-x url(images/topnav-services.png);
}

#topNav #priNav ul li.services a:hover{
	background: top left repeat-x url(images/topnav-services-R.png);
}

#topNav #priNav ul li.work a{
	width: 72px;
	background: top left repeat-x url(images/topnav-work.png);
}

#topNav #priNav ul li.work a:hover{
	background: top left repeat-x url(images/topnav-work-R.png);
}

#topNav #priNav ul li.blog a{
	width: 61px;
	background: top left repeat-x url(images/topnav-blog.png);
}

#topNav #priNav ul li.blog a:hover{
	background: top left repeat-x url(images/topnav-blog-R.png);
}


#headerInner {
	padding: 22px 30px 0 30px;
	margin:0px;
	height:75px;
	/*background-color:#333333;*/
}


#header h1, #headerInner h1 {
	margin: 0; 
	padding: 0; 
	float:left;
}

#header h1 a span, #headerInner h1 a span{
	display: none;
	
}

#header h1 a, #headerInner h1 a{
	display: block;
	margin: 0px 0px 0px 0px;
	width: 204px;
	height: 55px;
	background: top left no-repeat url(images/Comwerks-logo.png);
}



#header #topNav, #headerInner #topNav{
	float:right;
	/*width: 375px;*/
	text-align: right;
}

/**-----------------------------------------------------------------------------
** FOOTER
**/ 
/*----- FOOTER -----*/

#footer {
	padding: 16px 30px 16px; 
	background:#212121;
} 

#footer p {
	margin: 0; 
	padding: 0px 0; 
}

.clear {
	clear:both;
}





/**-----------------------------------------------------------------------------
** CONTENT
**/ 
.main, #content {
	width: 740px;
	margin: 0 auto;
}

/**-----------------------------------------------------------------------------
** PRIMARY CONTENT (ENTRIES, COMMENTS, ...)
**/ 
#primary {
	width: 500px;
	padding-right: 20px;
	float: left;
	background: #fff url(images/bar-vertical.jpg) no-repeat right top;	
}

.entry {
	padding-bottom: 10px;
}

.entry_footer{
	border-bottom: 1px solid #dedcdc;
	border-top: 1px solid #dedcdc;
	clear:both;
}

.entry_footer img{
	padding: 0;
	border: none;
}

#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: #905;
}

.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: #905;
}

#comments ol.no-gravatars div.poster {
	padding: 0 20px 0 40px;
}


#comments ol div.body {
	margin: 0 0 0 0;	
	width: 500px;	
    font: 12px Arial, Helvetica, sans-serif ;

}

#comments ol.no-gravatars div.body {
	width: 500px;	
	font: 12px Arial, Helvetica, sans-serif ;
}

#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: 12px Arial, Helvetica, sans-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: #905;
}

.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 {
	padding-left: 15px;
	width: 205px;
	float: right;
	font-size: 0.9em;
}

#secondary h2 {
	font: bold  32px Arial, Helvetica, sans-serif ;
	font-weight:bold;
	margin:0;
	padding:0;
	color: #3cd7e9;
}

#searchform fieldset {
	padding: 0;
	margin: 0;
	border: 0px solid #fff;
}

#searchform legend, #searchform label {
	display: none;
}

#blog-description {
	font: 1.6em "Apple Garamond", "Garamond", serif;
	padding: 15px;
	background: #fff url(images/bg-description.jpg) no-repeat;
}

.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:0px;
}

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: 0px;
	color: #333;
    font: 12px Arial, Helvetica, sans-serif ;
}

ul.linklist ul a {
	width: 95%;
	padding-left: 5%;
}

ul.linklist a:hover {
	color: #ff002a;
	 font: 12px Arial, Helvetica, sans-serif ;
}

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: 4px;
	max-width: 100%;
}

#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;
}

/*----- MAIN CONTENT -----*/

#mainContent {
	padding: 15px 30px 30px 30px; 
	background:#FFFFFF;
	margin:0px;
}

#leftContent {
	width: 580px;
	float:left;
	margin-right:14px;
	vertical-align:top;
	padding-top:25px;
}

#rightContent {
	margin-left: 20px;
	width: 205px;
	float:left;
	vertical-align:top;
}


.textarea-comment{
	background:url(images/left-side/textarea-comment.jpg) no-repeat center;
	width:493px;
	height:123px;
	padding:15px 0px 0 13px;
}

textarea.textarea-comment{
	border:0px;
	vertical-align:middle;
	font: normal 12px Arial, Helvetica, sans-serif ;
	background-color:#ffffff;
	padding:15px 0px 0px 0px;
}


.comment-inpux-boxes{
	background:url(images/left-side/comment-inpux-boxes.jpg) no-repeat center;
	width:171px;
	height:32px;
	padding:15px 0px 0 13px;
}

input.comment-inpux-boxes{
	border:0px;
	vertical-align:middle;
	font: normal 14px Arial, Helvetica, sans-serif ;
	background-color:#ffffff;
	padding:15px 0px 0px 0px;
    text-indent: 5px;
}


.input-box-search-left{
	background:url(images/input-box-search-left.jpg) no-repeat center;
	width:155px;
	height:32px;
	padding:15px 0px 0px 0px;

}

input.input-box-search-left{
	border:0px;
	vertical-align:middle;
	font: normal 14px Arial, Helvetica, sans-serif ;
	background-color:#ffffff;
    text-indent: 5px;
	clear:both;
	display:inline;
}

h1, h2, h3, h4, h5, h6{
	margin:0px;
	padding:0px;
}

.entry a:link,
.entry a:link{
   color:#ff002a;
}