/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2 (WP2.6.2)
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/**

Page Structure

**/



.clear						{
							clear: both;
							}

a							{
							text-decoration: none;
							color: #182217;
							}
							
a:hover						{
							color: #8f8247;
							}

.wrapper 					{
							width: 890px;
							margin: 30px auto 0 auto;
							background-image: url(img/mc-background.jpg);
							background-repeat: no-repeat;
							background-color: #fcfde6;
							}
							
body						{
							background-color: #fff;
							background-image: url(img/bg-big.jpg);
							background-repeat: repeat;
							color:#626863;
							font-size: 14px;
							font-family: Helvetica,Arial, Geneva, sans-serif;
							}
							
h2							{
							font-size: 24px;
							font-weight: bold;
							}
							
h3							{
							font-size: 18px;
							padding-top: 10px;
							}
							
p							{
							line-height: 22px;
							padding-bottom: 14px;
							}


.single							{
							line-height: 14px;
							}
							
h6							{
							line-height: 14px;
							font-weight: normal;
							}

.main ol, .main li 							{
							padding-left:10px;
							list-style-type:decimal;
							list-style-position: inside;
							padding-top:5px;
							padding-bottom:5px;							
							}

.main li					{
							line-height:20px;
							}

em							{
							font-style: italic; 
							}
							
strong 						{
							font-weight:bold;
							}
							
/**

Captions

**/
							


.wp-caption					{
							background: #fff;
							border: none;
							margin: 0;
							}

.wp-caption-text			{
							padding-top: 5px;
							font-size: 12px;
							color: black;
							}

.main .wp-caption-text		{
							padding-top: 5px;
							}

/**

HEADER

**/

h1							{
							font-size: 32px;
							padding-top: 30px;
							padding-bottom: 20px;
							padding-left: 20px;
							font-weight: 300;
							}


/**

NAVIGATION

**/

.navigation					{
							display:inline;
							}

.navigation li				{float:left;}							
							

.navigation li a			{
							float: left;
							padding-left: 15px;
							padding-right: 15px;
							border-right: dashed 1px black;
							max-width:140px;
							}
							
.navigation li a:hover		{
							color: #8f8247;
							}							
											

li.first					{padding-left:25px;}

li.last a, li.first a		{
							border: none;
							padding-top: 10px;
							}

li.second a					{
							border-right: dashed 1px black;
							border-left: dashed 1px black;
							}
							
/**

Main Content 

**/							

.main						{
							width:760px;
							margin: 15px auto 0 auto;
							min-height: 508px;
							background-color: #fff;
							}

.main_inter					{
							padding: 20px 20px 20px 20px;
							}


.main h2					{
							padding-bottom:10px;
							color: black;
							}

.main h3					{
							padding-bottom:5px;
							clear: both;
							color: black;
							}

/**

Main Content Homepage

**/		




.mpc						{
							
							background-image: url(img/front_pic2.jpg);
							background-repeat: no-repeat;
							}



#countryliving				{
							font-size: 24px;
							float: right;
							padding-right: 20px;
							padding-top: 430px;
							text-align: right;
							line-height: 24px;
							}
							

#countryliving a			{
							color: #fff;
							font-weight: bold;
							}

#countryliving a:hover		{
							color: #182217;
							}
														
							
/**

Main Footer

**/							

.fleur					{
						padding-top: 10px;
						margin: 10px auto 0 auto;
						background-image: url(img/fleur.jpg);
						background-repeat: no-repeat;
						width: 51px;
						height: 50px;
						}

.footertext				{
						text-align: center;
						padding-bottom: 20px;
						}
