/* @override http://www.twinenfp.org/textpattern/css.php?s=about */

*{
	margin: 0;
	padding: 0;
}

body{
	background: #e5bf93 url(/images/3.jpg) repeat-x 15px top;
	font: normal 62.5% Georgia, "Times New Roman", Times, serif;
	color: #300;
}
h1,h2,h3,h4{
	color: #533;
	margin: 0 0 .5em;
}
h2{
	font-size: 2.6em;
	margin: 1em 0 .5em;
}
h3{
	font-size: 1.8em;
	margin: 1em 0 .5em;
}

h5{
	font-size: 1.4em;
	font-weight:normal;
	margin: .5em 1em 0;
}
#content h4{
	font-size: 1.4em;
	margin: 1em 0 .5em;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	text-decoration: underline;
}
p{
	line-height: 1.6em;
	font-size: 1.4em;
	margin-bottom: 1em;
}
ul li{
	list-style: none;
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: .5em;
}
ol{
	font-size:1.2em;
}
ol li{
	font-size: 1.0em;
	margin-bottom: .5em;
	line-height:1.3;
}
hr{
	display: none;
}
blockquote{
	margin: .5em 4em;
}
#header{
	background: url(/images/8.jpg) no-repeat top left;
	height: 250px;
	width: 650px;
	margin-bottom: -65px;
}
h1#twine{
	width: 175px;
	height: 155px;
	float: left;
	margin: 10px 0 0;
	text-indent: -9999px;
}
h1#twine a{
	display: block;
	height: 100%;
	width: 100%;	
}
h1#twine img{
	display:none;
}
/* @group Navbar */

#nav{
	float: right;
	height: 21px;
	margin: 70px 0;
	font-size: 0.1em;
	width: 465px;
}
#nav li{
	height: 21px;
	min-width: 22px;
	float: left;
	text-indent: -9999px;
}
#nav li a{
	height: 24px;
	width: 100%;
	display: block;
}
#nav li a:hover{
	border-bottom: #966 dotted 1px;
}
#nav a:active, #nav a:hover{
	outline: none;
}
#buttonabout{
	background: transparent url(/images/buttons/about.gif) no-repeat;
	width:79px;
}
#buttonwhatwedo{
	background: transparent url(/images/buttons/whatwedo.gif) no-repeat;
	width: 98px;
}
#buttongallery{
	background: transparent url(/images/buttons/gallery.gif) no-repeat top center;
	width: 62px;
}
#buttonresources{
	background: transparent url(/images/buttons/resources.gif) no-repeat;
	width: 75px;
}
#buttoncontact{
	background: transparent url(/images/buttons/contact.gif) no-repeat;
	width: 85px;
}
#buttonstore{
	background: transparent url(/images/buttons/store.gif) no-repeat top center;
	width: 47px;
}

/* @end */

#sidebar{
	float: left;
	width: 18em;
	border-right: 1px solid #c96;
	clear: both;
	margin-left: 4em;
	padding: 0 0 2em;
	z-index: 99;
}
#sidebar a{
	position:relative;
}
#content{
	padding: 0 0 1em;
	margin: 0 4em 0 26em;
	min-width: 400px;
	max-width: 80em;
}

#magazine #content{
	margin: 0 6em;
	min-width: 500px;
	max-width: 100em;
	
}

#content ul, #content ol{
	margin: 1em 3em;
}
#content ul li{
	list-style: square outside;
}
#footer{
	margin: 0 8em;
	text-align: center;
	font-size: 0.8em;
	clear: both;
	border-top: 1px solid #c96;
	padding: 1em;
}

.linkcatdesc{
	margin: 0 10em .5em 1em;
}
#myGallery{
	width: 500px !important;
	height: 350px !important;
	margin-bottom: 1.5em;
}

#content .jdGallery h2
{
	padding: 0;
	font-size: 12px;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: #ddd !important;
}

#content .jdGallery p{
	font-size: 11px;
}

#content img{
	border: solid 1px #966;
	padding: 2px;
	margin: 0 1em;
}
#sidebar ul{
	margin: 1em 0;
	width: 15em;
}
#sidebar li{
	list-style: none;
	padding-left: 22px;
	background: url(/images/6.gif) no-repeat left center;
	margin: 0 0 1em;
	font-size: 1.1em;
}
#sidebar h2{
	font-size: 1.8em;
}
#sidebar h3{
	font-size: 1.4em;
}
.floatright, .thumbright{
	float:right;
}
.floatleft, .thumbleft{
	float:left;
}
.clearfloat{
	clear:both;
}

.bigright{
	float:right;
	clear:right;
}
.bigleft{
	float:left;
	clear:left;
}

#content img.bigleft, #content img.bigright, #content img.thumbleft, #content img.thumbright{
	margin-bottom: 1em;
}