@charset "utf-8";
body{
	background:#8E1014;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}
a{
	color:#E15A53;
	text-decoration:none;
}
.sContent a{
	color:#00F;	
}
#sidebar h1 a{
	text-decoration:none;
	color:#000000;
}
a img{
	border:none;
}
a:hover,a:active{
	text-decoration:underline;
}

div.column{/*Edit toolbar customisation*/
	width:916px;
	margin:0 auto;
}

/*Layout*/
#wrap {
	width:900px;
	margin:8px auto;
	padding:10px;
	background:#fff;
	border:10px solid #841014;
}
span#logo{
	float:left;
	width:235px;
	height:67px;
	background-image:url('../images/logo.png');
}
div#nav a.links-edit-link{
	margin-left:-23px;	
}
div#nav ul{
	float:right;
	margin-top:27px;
	width:auto;
	overflow:hidden;

	list-style-type: none;
	padding:0;
}
div#nav ul li{
	float:left;
	height:30px;
	padding:6px 0;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#E8E8E8;
}
div#nav ul li:first-child {
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#E8E8E8;
}
div#nav ul li:hover {
	background-color:#F7F7F7;
}
div#nav ul li a{
	text-decoration:none;
	color:#E15A53;
	display:block;
	padding-right:1em;
	padding-left:1em;
	line-height:2em;
}
div#nav ul li.cur a{
	font-weight:bold;
}
div#gallery img {
	padding:0 0.5em;
}
div#header{
	clear:both;
	width:100%;
	height:200px;
	border:1px solid #D1D1D1;
}
#content{/*div#content BUT body#content CKEditor*/
	margin-top:10px;
	background-color:#FFFFFF;
}
#leftcolumn{
	float:left;
	width:580px;
	padding-top:0.5em;
}
#sidebar{
	float:right;
	width:290px;
	padding-top:0.5em;
}
#sidebar ul{
	list-style-type: none;
	padding: 0px;
	margin-top: 0.9em;
	margin-right: 0;
	margin-bottom: 0.9em;
	margin-left: 0;
}
#sidebar ul li{
	padding-left: 30px;
	background: url('../images/bullet-tick.png') no-repeat 0 50%;
	padding-bottom: 2px;
}
#content h1,#content h2,#content h3{
	margin:0;
	padding:0;
}
#content h1{
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#D1D1D1;
	font-size:1.5em;
}
div#footer{
	clear:both;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#D1D1D1;
	height:16px;
	padding-top:10px;
	font-size:0.8em;;
}
span#location{
	float:left;
}
span#copyright{
	float:right;	
}

.ui-tabs a{color:inherit;}
input[type="submit"]{
background-color:#EAA;
background-image:-webkit-gradient(linear,left top,left bottom,from(#EAA),to(#D79797));
background-image:-webkit-linear-gradient(top,#EAA,#D79797);
background-image:-moz-linear-gradient(top,#EAA,#D79797);
background-image:-ms-linear-gradient(top,#EAA,#D79797);
background-image:-o-linear-gradient(top,#EAA,#D79797);
background-image:linear-gradient(top,#EAA,#D79797);
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEAAAA',EndColorStr='#D79797');
border:1px solid #DD9999;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
-o-transition:all .218s;
-moz-transition:all .21s;
-webkit-transition:all .21s;
transition:all .21s;
-moz-user-select:none;
-webkit-user-select:none;
text-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
border-bottom:1px solid #CC8888;
color:#222;
}
input[type="submit"]:hover{
background-color:#DAA;
background-image:-webkit-gradient(linear,left top,left bottom,from(#EAAE),to(#C58585));
background-image:-webkit-linear-gradient(top,#EAA,#C58585);
background-image:-moz-linear-gradient(top,#EAA,#C58585);
background-image:-ms-linear-gradient(top,#EAA,#C58585);
background-image:-o-linear-gradient(top,#EAA,#C58585);
background-image:linear-gradient(top,#EAA,#C58585);
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEAAAA',EndColorStr='#C58585');
border:1px solid #DD7777;
border-bottom:1px solid #DD6666;
box-shadow:0 1px 1px rgba(0,0,0,0.2);
text-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
border-image:initial;
}
input[type="submit"]:active {
background-color:#CAA;
background-image:-webkit-gradient(linear,left top,left bottom,from(#B77),to(#CAA));
background-image:-webkit-linear-gradient(top,#B77,#CAA);
background-image:-moz-linear-gradient(top,#B77,#CAA);
background-image:-ms-linear-gradient(top,#7B7,#CAA);
background-image:-o-linear-gradient(top,#B77,#CAA);
background-image:linear-gradient(top,#B77,#CAA);
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#BB7777',EndColorStr='#CCAAAA');
box-shadow:inset 0 1px 3px rgba(0,0,0,0.4);
border:1px solid #CC7777;
border-bottom:1px solid #CC5555;
}