/* 
YOUR CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

body { font-family: Georgia, serif; }

body.page-template-page-wide-php, body.single
{
	background-color: white;
	background-image: url(images/bg-white.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

body.page-template-page-en-php, body.single
{
	background-color: white;
	background-image: url(images/bg-white.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.container
{
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 35px;
	width: 950px;
}

.container-inner
{
	width: 950px;
	margin: 0;
	padding: 0 0 1em 0;
}

.app { margin-bottom: 0; }

.sf-menu
{
	top: 95%;
	right: 15px;
	margin-right: 0;
}

.sf-menu li { margin-right: 0; }

#top .sf-menu a
{
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0.5em;
}

#top .sf-menu a:hover { color: #a54040; }
.welcomebox { background-color: #fff; }

.welcomebox h3
{
	color: #8a8982;
	font-size: 1.4em;
}

.welcomebox h5
{
	color: #b2af95;
	margin-bottom: 0;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}

#footer p { }
#footer h3 { color: inherit; }
#footer a, #footer a:link, #footer a:visited { color: #fff; }
#featured-section h2 { margin-bottom: 0; }
#featured-section .entry { font-size: 1.2em; }
#featured-section .entry p { margin-bottom: 0; }
#commentform textarea:hover { border: 5px solid #B2AF9C; }

#commentform #submit
{
	background: #a54040 none repeat scroll 0 0;
	border: 1px solid #B2AF9C;
	color: #fff;
}

#commentform #submit:hover { background: #B2AF9C; }
a.button { text-transform: lowercase; }

#slideshow
{
	padding: 0 0 50px 0;
	margin: 0 0 1em 0;
	background-color: #c0af92;
}

div.colborder { margin-right: 12px; }

#category-section
{
	margin-bottom: 1em;
	padding-right: 1em;
	padding-left: 1em;
}

#flags
{
	position: absolute;
	top: 5px;
	right: 5px;
}

#flags * { display: inline; }
#respond { margin: 0; }
#commentform { margin-bottom: 0; }

