/*

Theme Name:CMYK Design

Theme URI: http://blog.designova.inf

Version: 1.0

Description: Wordpress theme with 4 fundamental colors.
Author: Ivica
Author URI: http://blog.designova.info 
Tags: two-columns, black


*/
* {
	margin:0;
	padding:0;
	}

body {
	background-color:#000000;
	/*background-image:url(images/background.gif);*/
	/*background-repeat:repeat-x;*/
	font:12px "Trebuchet MS", Arial, Verdana;
	color:#FFFFFF;
	text-align:left;
}
a {
	color:#00AEEF;
	text-decoration:none;
	}
a:hover {
	color:#00AEEF;
	text-decoration:underline;
	}
img, img a {
	border:1px;
	}
p {
	line-height:1.7em;
	margin-bottom:20px;
}

/* Page Structure */

#wrapper {
	width:760px;
	margin:0 auto;
	padding:10px;
	background-color:#000000;
	/*border-left:1px solid #00AEEF;
	border-right:1px solid #00AEEF;
	border-bottom:1px solid #00AEEF;*/

	}
#header {
	height:120px;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	text-align:right;
	margin-bottom: 40px;
	
	}
#sidebar {
	float:left;
	text-align:right;
	width:150px;
	padding: 8px;
	margin-top: -45px;
	/**/
	/*border:1px solid #FFF200;*/
		
	}
	
 #content {
	margin-left:190px;
	min-height:450px;
	}
#footer {
	clear:both;
	padding:10px 0;
	font-size:11px;
	text-align:center;
	line-height:16px;
	color:#999999;
	font-weight:bold;
	}

/*  Headings */

h1 {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:1.8em;
	padding-bottom:0;
	}
h1 a {
	text-decoration:none;
	}
h1 a:hover {
	text-decoration:none;
	}
h2 {
	background-color:#EC008C;
	padding-right: 10px;
	font-weight:bold;
	font-size:1.0em;
	
	}

h3 {
color:#FFFFFF;
	background-color:#FFF200;
	font-weight:bold;
	font-size: 15px;
	padding-right: 15px;
	padding-left: 15px;
	}
h3 a {
	color:#000000;
	}
h3 a:hover {
	color:#ffffff;
	text-decoration:none;
	}
h4 {
color:#FFFFFF;
	/*background-color:#FFF200;*/
	font-weight:bold;
	font-size: 25px;
	}
h4 a {
color:#FFFFFF;
}
h4 a:hover {
	color:#FFF200;
	text-decoration:none;
	}
h5 {
color:#FFFFFF;
	/*background-color:#FFF200;*/
	font-weight:bold;
	font-size: 15px;
	}

small { 
margin-left:70px;
font-size:16px;
color: #ffffff;
}

/* Sidebar */

#sidebar ul {
list-style-type: none;
	margin:0 0 20px 0;
	
	}
#sidebar li {
	list-style-type: square;
	color:#EC008C;
	margin-left:14px;
	
	}
#sidebar a {
	font-weight:normal;
	
	}
#sidebar a:hover {
	text-decoration:underline;
	}

/* Classes */

.item {
	margin-bottom:10px;
	}
.meta {
	margin-bottom:10px;
	color:#ffffff;
	}

/* Extra's */

blockquote  {
	border-left: 8px solid #EC008C;
	color:#ffffff;
}
#subscribe {
	padding-right:5px;
}
#sub {
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	}
#sub a:hover {
	text-decoration:none;
	}
	
	.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
