/* @override http://www.shapecymru.biz/css/colorScheme.css */

/* @override http://www.shapecymru.biz/css/colorScheme.css */

/* @override http://www.shapecymru.biz/css/colorScheme.css */

body{
	color: #6D3800;
	background: #a7653d;
}

div#outerContainer{
	background: #f7f3dd url(images/bg_body.jpg) repeat-x 0 -10px;
	padding-bottom: 20px;
}

div#innerContainer{
	/*
	border-left: 1px solid #6d3800;
	border-right: 1px solid #6d3800;
	background: #FFF8D5;
	*/
}

div#topBar{
	font-family: "Caflisch Script", "Adobe Poetica", Sanvito, "Ex Ponto", "Snell Roundhand", Zapf-Chancery;
	text-align: center;
}

#topBar h1 {
	text-indent: -100000em;
	height: 500px;
	background: transparent url(images/big-logo.gif) no-repeat center;
}

ul#mainMenu{
	background: #6d3800 url(images/fade_top.png) repeat-x 0 -20px;
}

ul#mainMenu li{
	border-left: 2px groove #a2784c;
	font-weight: bold;
}
ul#mainMenu :first-child{
	border-left:none;
}

ul#mainMenu li a{

	color: #d7af7d;
	text-decoration: none;
	font-size: 14px;
}


ul#mainMenu li a:hover{
	color: #fffbbe;
}

div#mainContent{
	font: normal 0.8em/1.6em Georgia, "Times New Roman", Times, serif;
}
div#mainContent h2{
	line-height: 2em;
	letter-spacing: -1px;
	word-spacing: 1px;
	text-align: center;
}

div#pageFooter{
	border-top: 1px solid #bc6619;
	font: 10pt/1.5em Georgia, "Times New Roman", Times, serif;
	/* border-bottom: 1px solid #6d3800; */
		background: #a7653d url(images/fade_top.png) repeat-x 0 -20px;
		color: #fff;
}

#pageFooter p a {
	color: #fff;
	text-decoration: none;
}

#mainContent p a {
	color: #a77247;
	font-style: italic;
	text-decoration: none;
}

#mainContent p a:hover {
	color: #6D3800;
	font-style: italic;
	text-decoration: underline;
}

#mainContent img.left, #mainContent img.right {
	background: #fff;
	border: 1px solid #c89e7c;
}

#sidebar ul li{
	list-style-image: none;
	list-style-type: none;
}
#sidebar ul li h2{
	border-bottom: 1px solid #6d3800;
	padding-bottom:0px;
	margin-bottom: 5px;
}
#sidebar ul li ul li{
	padding: 0;
	margin: 0;
	list-style-type: disc;
	list-style-position: inside;
}
#sidebar ul li ul li a{
	text-decoration: none;
	color: #6d3800;
}

.post h2 a{
	color: #6d3800;
	text-decoration: none;
	border-bottom: 1px solid #6d3800;
	text-align: left;
}

.post h2{
	text-align: left;
}

ol.commentlist li cite a {
	color: #6D3800;
	text-decoration: none;
	font-weight: bold;
}

hr{
	border: 1px solid #6d3800;
}

#mainContent div.navigation div a {
	color: #6D3800;
	text-decoration: none;
	font-weight: bold;
}
li#tag_cloud a{
	color: #6D3800;
	text-decoration: none;
	font-weight: bold;
}

div#mainContent h2{
	font-size:22px;
}

div#mainContent h3{
	font-size:22px;
	line-height: 2em;
	letter-spacing: -1px;
	word-spacing: 1px;
	text-align: center;
}

div#mainContent h3 a{
	line-height: 2em;
	letter-spacing: -1px;
	word-spacing: 1px;
	text-align: center;
	text-decoration: none;
	color: #603106;
	border-bottom: 2px solid #603106;
}

body.home div#topBar h1, body.contact-us div#topBar h1 {
	text-indent: -100000em;
	height: 200px;
	background: transparent url(images/ShapeCymruLogo.gif) no-repeat center;
}
/* Some regular expressions, depending on the match, an icon will apear next to the link */
a[href$=".pdf"] { 
	padding-left:20px; 
	padding-bottom:1px;
	background: transparent url(images/icon_pdf.png) no-repeat left center; 
}

a[href$=".doc"] { 
	padding-left:20px; 
	padding-bottom:1px;
	background: transparent url(images/icon_doc.png) no-repeat left center; 
}

a[href$=".ppt"] { 
	padding-left:20px; 
	padding-bottom:1px;
	background: transparent url(images/icon_ppt.png) no-repeat left center; 
}