/*  
Theme Name: Art Beyond Borders
Theme URI: http://www.marketsplash.com
Description: Free WordPress theme from Marketsplash.
Version: 1.0
Author: Marketsplash
Author URI: http://www.marketsplash.com
*/

body 
{
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #A1A1A5;
	color: #485258;
	margin: 0;
	padding: 0;
}

#page
{
	margin: 0px auto 0;
	padding: 0;
	width: 800px;
}
a { color: #AC4117; }
img { border: 0px; }
form, h1, h2, h3 { padding: 0px; margin: 0px; }
.alignleft { text-align: left; }
.alignright { text-align: right; }
.nav{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	text-align:right;
	background-color:#D65420;
	}
	
.nav a{text-decoration:none;color:#FFFFFF; padding:0px 15px;}
.nav a:hover{text-decoration:none;color:#990000;}


/* START header styles */
#header 
{
	background: url('images/logo.jpg') no-repeat top center;
	width: 800px;
	height: 109px;
	text-align: left;
	margin: 0 auto;
}
#headerMargin 
{ 
	padding: 35px 80px 0px 220px;
	margin: 0px;
}
#header h1
{
	padding: 0px;
	margin: 0px;
}
#header h1 a 
{
	color: #FFF;
	font-size: 29px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
#header .description 
{
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
/* END header styles */


/* START search styles */
#searchform 
{ 
	margin: 20px 0px 0px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#searchform #s
{
	font-size: 10px;
	width: 100px;
	margin: 0 10px;
}
#searchform #searchsubmit
{
	font-size: 10px;
}
#searchsubmit { margin: 0px; }
/* END search styles */

/* START sidebar styles */
#sidebar
{
	width: 200px;
	float: left;
	margin: 35px 10px 0px 0px;
}

#sidebar > ul
{
	margin: 0px;
	padding: 0px 10px 0px 40px;
	list-style: none;
	text-align: left;
}
#sidebar > ul li
{
	margin: 0px;
	padding: 0px;
}

#sidebar > ul li h2
{
	font-size: 21px;
	margin: 10px 0px 5px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #999;
	font-weight: normal;
}
#sidebar > ul li ul
{
	font-size: 11px;
	line-height: 21px;
	list-style: none;
	margin: 0px 0 20px 0px;
	padding: 0px;
	text-align: left;
	color: #666;
}
#sidebar > ul li ul a
{
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#sidebar p
{
	margin: 0;
	padding: 10px 10px 10px 0px;
	color: #666;
}
#sidebar a
{
	color: #FFFFFF;
}
#sidebar a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
/* END sidebar styles */

/* START content styles */
#contentArea
{
	width: 800px;
	text-align: left;
	background: url(images/txtarea.jpg) no-repeat top left #f9e2d2;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
#content.narrowColumn
{
	width: 582px;
	float: right;
}
#content.wideColumn
{
	width: 800px;
}
#contentPad
{
	padding: 35px 50px 25px 35px;
}
.post { clear: both; }
.post h2, .post h3
{
	margin: 5px 0 5px 0px;
	padding: 0 0 0px 0px;
}
.post h2 a, .post h3 a, h3#respond
{
	color: #D9531E;
	font-size: 19px;
	text-decoration: none;
	font-weight: normal;
}
.post small
{
	font-size: 11px;
	color: #69767E;
	margin: 0;
	padding: 0;
}
.post small a
{
	font-size: 11px;
	color: #69767E;
	margin: 0;
	padding: 0;
}
.postseperator
{
	border-top: 1px solid #FFFFFF;
	margin: 10px 0px;
}
.post .entry p
{
	margin: 10px 0 5px;
	padding: 0px;
	text-align: justify;
	line-height: 1.6em;
}
.post .entry a
{
	color: #485258;
	text-decoration: underline;
}
.post .postmetadata, .post .postmetadata a
{
	margin: 0px 0 15px;
	padding: 0px;
	text-align: right;
	color: #AC4117;
	text-decoration: none;
}
.post .postmetadata a:hover
{
	text-decoration: underline;
}
.post img { margin: 0 5px 5px 0; }
h2.pagetitle, h2
{
	color: #000000;
	font-size: 18px;
	text-decoration: none;	
	margin: 5px 0 15px;
	font-weight: normal;
}
.navigation a
{
	color: #AC4117;
}
/* END content styles */

/* START footer styles */
#footer
{
	width: 800px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px;
	color: #666;
	background-color:#A1A1A5;
}
#footer a
{
	color: #FFFFFF;
}
/* END footer styles */


