/* CSS Document */

/*  
Theme Name: Loukie
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Petar Konakov
Author URI: http://ten27media.com

	ten27MEDIA

	This theme was designed and built by Petar Konakov,
	whose blog you will find at http://ten27media.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	background-color: #FFFFFF;
	background-image: url(images/pageBg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#main-container {
	background-image: url(images/container-bg.jpg);
	background-repeat: no-repeat;
	min-height: 550px;
	margin: auto;
	width: 930px;
	padding: 10px 20px 0 15px;
}

/* top styles */

#logo {width: 357px; height: 92px; float: left;}

#nav-container {float: right; margin: 125px 0 0 0;}
#nav-container img {padding: 0 0 0 15px;}

#bg-container {
	width: 930px;
	background-image: url(images/dots-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px 0 0 0;
	float: left;
	height: 1px;

}

#banner {
	padding: 10px 0 1px 0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	clear: left;
	width: auto;
}

/* end top styles */

/* content styles */
#content-container {
	clear: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	padding: 15px 0 15px 0;
	width: 930px;
	}
	
#content-container h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #F98C41;
}

#content-container h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #333333;
}

#content-container h3 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
}

#content-container a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6700;
	text-decoration: underline;
}

#content-container a:hover {
	color: #333333;
}

.small-text {
	font-size: 11px;
}

.left-img {
	padding-right: 15px;
}

.right-img {
	padding-left: 15px;
}

.pub-img {
	padding: 0 0 1px 0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #7f8581;
	}
/* end content styles */

/*footer styles*/

#footer-container {
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	clear: left;
	height: 165px;
}

#footer {
	width: 920px;
	text-align: left;
	padding: 50px 20px 0 15px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
}

#footer a:hover {
	color: #FF6700;
}

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

/* end footer styles */



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */