/* Mobile Stylesheet*/


/* Begin styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, samp,
small, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-align: center; 
	color: ##260C0C;
}

/* Main layout */
.container, #footer { 
	width: auto;
	padding: 20px 10px;
	text-align: left;
} 

/* Navigation Styles */	

#header ul li a {
	color: #260C0C;
	font-size: 16px;
	font-family: 'Gill Sans',  Helvetica, Arial, sans-serif;
}
	#header ul li a:hover {
		color: #5d0c10;
	}
	#header ul li li a,  {
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
	}
#header ul li.current_page_item, .home ul li.home_link, .blog #header ul li.page-item-123 {
	font-style: italic;
	color: #5d0c10;
}

/* Divide main sections */

#header, #main_content {
	border-bottom: 1px solid #260C0C;
	clear: left;
}
	
/* Hide Flash + Sidebar images */
#flash_gallery, #sidebar img {
	display: none;
}


/* Type */
a {
	color: #704f15;
}
a:hover {
	color: #b58b42;
}

	#footer p, #footer a {
		font-size: 11px;
	}
p, #copy ul, #sidebar ul, ol {
	font-size: 12px;
	margin: 0 0 15px 0;
}
	p.error_message {
		display: none;
	}
strong {
	font-weight: bold;
}
h1 {
	font-size: 20px;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 16px;
	margin: 0 0 15px 0;
}
h3 {
	font-size: 14px;
	margin: 0 0 15px 0;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}

/* Work thumbnails */
.gallery-item {
	float: left;
	width: 150px;
	margin: 2px;
	}
div.clear {
	display: none;
}
