/*
	Colors
	---------------------------
	Red					#C71E1C;
	Gray				#D3CECE;
	Dark Brown			#56342C;

*/

/***** Default Elements *****/

body {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #56342C;
}

/***** Default Headings *****/

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.5em;	
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1 {
	font-size: 1.4em;
	color: #C71E1C;
}

h2 {
	font-size: 1.2em;
	color: #C71E1C;
	padding: 0.5em 0;
}

h3 {
	font-size: 1.1em;
	padding: 0.5em 0 0.2em 0;
}

input, select, textarea, button {
	
}

/***** Default Text Elements *****/

p, ul, ol {
	padding-bottom: 0.6em;
	line-height: 1.3em;
}

blockquote {
	
}

blockquote p {
	
}

/***** Lists *****/

ul {
	list-style-type: disc;
	list-style-position: inside;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
}

/***** Links *****/

a {
	color: #C71E1C;
}

a:hover {
	
}

h1 a, h2 a {
	
}

/***** Forms *****/

/***** Tables *****/

/***** Global *****/

.clear { clear:both; }

.float-left 			{ float:left; }
.float-right 			{ float:right; }

.text-left 				{ text-align:left; }
.text-right 			{ text-align:right; }
.text-center 			{ text-align:center; }
.text-justify 			{ text-align:justify; }

.bold 					{ font-weight:bold; }
.italic 				{ font-style:italic; }
.underline 				{ border-bottom:1px solid; }
.highlight 				{ background:#ffc; }

.readmore 				{ text-align: right; font-weight: bold; }
.readmore a 			{ color: #C71E1C;}
.readmore a:hover 		{  }

.back-to-list 			{ text-align: left; font-weight: bold; }
.back-to-list a			{ color: #C71E1C; }
.back-to-list a:hover 	{  }

/***** Wrapper *****/

#wrapper {
	width: 905px;
	margin: 10px auto;
}

#header {
	width: 100%;
	float: left;
	height: 85px;
}

#left {
	width: 190px;
	float: left;
	text-align: left;
}

#content {
	width: 680px;
	margin-left: 35px;
	float: left;
	text-align: left;
	border-top: 3px dotted #C71E1C;
	padding-top: 1em;
}

#footer {
	clear: both;
	background: transparent url(../img/footer.gif) no-repeat top right;
	height: 90px;
	text-align: left;
}

/***** Main Navigation *****/

/* nav-main */

#nav-main, #nav-sec, #nav-footer {
	line-height: 1em;
	list-style-type: none;
	letter-spacing: 1px;
}

#nav-main {
	border-top: 3px dotted #C71E1C;
}

#nav-main a {
	font-size: 0.9em;
	font-weight: bold;
	color: #56342C;
	text-decoration: none;
	padding: 10px 5px;
	display: block;
	border-bottom: 3px dotted #C71E1C;
	margin-right: 3px;
}

#nav-main a.current {
	color: #C71E1C;
	background: #fff url(../img/nav-current.gif) no-repeat center right;
}

/* nav-sec */

#nav-sec {
	margin-top: 60px;
	border-top: 3px dotted #56342C;
}

#nav-sec a {
	font-weight: bold;
	font-size: 0.9em;
	color: #C71E1C;
	text-decoration: none;
	padding: 10px 5px;
	display: block;
	border-bottom: 3px dotted #56342C;
	margin-right: 3px;
}

#nav-sec a.current {
	color: #56342C;
	background: #fff url(../img/nav-current.gif) no-repeat center right;
}

/* nav-footer */

#nav-footer {
	padding-top: 55px;
	margin-left: 235px;
}

#nav-footer li {
	display: inline;
}

#nav-footer a {
	font-size: 1em;
	font-weight: bold;
	color: #fff;;
	text-decoration: none;
	padding: 10px 5px;
}

/***** Layout *****/

/* article */

.article img {
	border: 2px solid #56342C;
}

.article-list .article {
	border-bottom: 3px dotted #C71E1C;
	margin-bottom: 0.5em;
}

.article-list .article .teaser-image {
	float: left;
	margin: 0 1em 1em 0;
}

.article-list h1 {
	margin-bottom: 0.5em;
}

.article-list h2 {
	padding-top: 0;
}

/* gallery */

.gallery { }

.gallery-list {
	list-style-type: none;
	float: left;
	margin: 0 -5px 1em -5px;
}

.gallery-list li {
	float: left;
	height: 100px; 
	width: 150px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #D3CECE;
	text-align: center;
}

.gallery-list li img {
	border: none;
}

/***** Custom User Styles *****/

.img-left {
	float: left;
	margin:4px 10px 4px 0;
}

.img-right {
	float: right;
	margin:4px 0 4px 10px;
}

.img-left-no-border {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	border: 0 !important;
}

.img-right-no-border {
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	border: 0 !important;
}