/* 
---------------------------------------------------------------------------------------------
RESET STYLES 
---------------------------------------------------------------------------------------------
*/
html, body, form, * {
	margin: 0;
	padding:0;
}




/* 
---------------------------------------------------------------------------------------------
DEFAULT STYLES 
---------------------------------------------------------------------------------------------
*/
body {
	font-size:76%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom:20px;
	/**/background-color: #8bb6c9;
	color: #888;
}
h1, h2, h3, h4, h5, h6 {
}
h1 { 
	/**/color: #8f240c;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom:0.2em;
}

h2 {
	font-size: 1.5em;
	color: #333;
	font-weight: normal;
	margin-top: 0.7em;
	clear: left;
}

h3 {
	font-size: 1.1em;
	color: #555;
	font-weight: bold;
	margin-top: 0.4em;
	clear: left;
}
h4 {
	font-size: 1em;
	color: #555;
	font-weight: bold;
	margin-top: 0.2em;
	clear: left;
}
h5, h6 {
	font-size: 1em;
	color: #555;
	font-weight: normal;
	font-style: italic;
	margin-top: 0.2em;
	clear: left;
}
p {	
	margin: 0.4em 0 0.6em 0;
	color: #888;
}
a, a:link, a:visited  {
	color: #0c8ac4;
}
a:hover, a:active {
	color: #8f240c;
	text-decoration: underline;
}





/* 
---------------------------------------------------------------------------------------------
CONTAINERE
---------------------------------------------------------------------------------------------
*/
#page {
	width: 970px;
	margin: 0px auto 0px auto;
	text-align: left;
}
#header {
	margin: 20px 0 0 0;
	padding: 0 10px;
	height: 100px;
	background: transparent url(../images/bg-header.png) no-repeat left top;
}
#mainNavigation {
	background-color: #fff;
	position: relative;
}
#contentWrapper {
	min-height: 400px;
	clear: both;
	padding: 0 20px;
	background: #fff url(../images/bg-contentWrapper.gif) repeat-y right top;
	padding-top: 0px;
	border-top: 30px solid #fff;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#content {
	width: 630px;
	float: left;	
}
#sidebar {
	width: 260px;
	float: right;
	padding: 0 20px;
}
#footer {
	background-color: #fff;
	border-top: 20px solid #fff;
	clear: both;
}
.box {
	margin-bottom: 1.5em;
}
.clickBox {
	padding: 5px 0 5px 10px;
	margin: 0px 15px 0px -10px;
	position: relative;
	z-index: 10;
}
#content .box {
	padding: 5px 0 5px 10px;
	margin: 0px 15px 0px -10px;
	position: relative;
	z-index: 10;
}
#sidebar .photos {
	margin:0 -20px;
	background-color: #f4f3f3;
	border-bottom: 20px solid #fff;
}
.box-grey {
	background: #f5f5f4 url(../images/bg-box.jpg) repeat-x left top;
	border-bottom:20px solid #FFFFFF;
	border-top:20px solid #FFFFFF;	
	margin:-20px -20px 0;
	padding: 15px 20px 20px;
}
#content .description {
	display:inline-block;	
	background: #f5f5f5 url(../images/bg-box-content.jpg) repeat-x left top;	
	margin: 0 20px 20px 0;	
	padding: 15px 20px 20px;	
	overflow: hidden;	
	width: 570px;	
	height:190px;
}
#content .clickBox .image {
	display: none;
}
#content .includeImage {	
	display: inline-block;
}
#content .includeImage .image {
	float:left;
	width:110px;
	padding-top:5px;
	display: block;
}
#content .includeImage .content {
	float:left;
	width:500px;
}





/* 
---------------------------------------------------------------------------------------------
PARAGRAPH STYLES
---------------------------------------------------------------------------------------------
*/
#footer p {
	clear: both;
	padding: 15px 20px 20px;
	color: #ccc;
}
#content p {
	padding-right: 3.3em;
	line-height: 1.3em;
	clear:both;
	margin-top: 1em;

}
#content .ingress {
	font-size: 1.2em;
	color: #555;
	line-height: 1.3em;
	clear: none;
	margin-top: 0.4em;
}
#content .date {
	float: left;
	clear: none;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	padding-right: 0.4em;
	color: #8f240c;
	font-family: georgia;
}
#sidebar p {
	line-height: 1.4em;
	margin: 0.6em 0 0.3em;
}
.box .more {
	margin-top: 1em;
}
#sidebar .more {
	margin-top: 0.3em;
}
.hover .date {
	color: #000;
	position: relative;
	z-index: 200;
}
.hover p {
	color: #555;
}
#content .description p {
	line-height: 1.2em;
	font-size:1.15em;
	clear:none;
	color: #666;
	margin-top: 0.6em;
}
#sidebar .contact {
	margin-top: 22px;
}
#content .home p, #content .content p {
	clear: none;
	margin-top: 0.1em;
}
#content .home .date, #content .content .date {
	line-height:1.1em;
	color: #8f240c;
}
.clickBox .content p, .box .content p {
	margin-bottom: 0.5em;
}
#content .searchresult p {
	margin-top: 2px;
}
#content .searchresult .path {
	color: #8f240c;
	margin-top: -5px;
	margin-bottom:2px;
}
#content .searchresult p strong {
	color: #000;
}





/* 
---------------------------------------------------------------------------------------------
IMAGES STYLES
---------------------------------------------------------------------------------------------
*/
#header img {
	float: right;
	display: block;
	margin: 20px 10px 0;
}
#sidebar img {
	display: block;
}
#content img {
	border: none;
	border-right: 15px solid #fff;
	float: left;
	margin: 3px 0 15px 0;
	display: block;
}
.photos li img {
	border: 2px solid #F4F3F3;
}
.photos li a:hover img {
	border: 2px solid #8f240c;
}
#sidebar .box-grey img {
	float: left;
	margin-right: 10px;
	margin-top: 4px; 
	margin-bottom: 5px;
}
#content .description img {
	float: left;
	display: block;
	margin:-15px 20px -20px -20px;	
	border: none;
}
.withImage .image img {
	border: none;
}
#content .includeImage .image img {
	border: none;
}





/* 
---------------------------------------------------------------------------------------------
LIST STYLES
---------------------------------------------------------------------------------------------
*/
#mainNavigation ul {
	list-style: none;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
	overflow: hidden;
}
#mainNavigation li {
	float: left;
	/**/border-right: 1px solid #f9a28e;
}
#mainNavigation li.last, #footer li.last  {
	border-right: none;
}
#footer ul {
	list-style: none;
	margin-left: 20px;
	margin-right: 20px;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	overflow: hidden;
}
#footer li {
	float: left;
	/**/border-right: 1px solid #f9a28e;
}
#content ul, #sidebar ul {
	margin: 1em 7em 1.2em 1.5em;
	list-style: none;
	list-style-image: url(../images/bullit-default.gif);
	clear: left;
}
#sidebar ul {
	margin: 0.5em 1.5em 0.5em 1.5em;
}
#content ol, #sidebar ol {
	margin: 1em 7em 1.2em 2em;
	clear: left;
}
#content li {
	margin-bottom: 0.3em;
}
#sidebar li {
	margin-bottom: 0.3em;
}
#sidebar .photos ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin: 3px 0 2px 8px;
}
#sidebar .photos li {
	float: left;
	list-style: none;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 0;
	height: 56px;
	overflow: hidden;
}

#content .searchresult {
	list-style: none;
	margin-left: -10px;
}
#content .searchresult li {
	background:transparent url(../images/bullit-default.gif) no-repeat scroll 10px 13px;
	cursor:pointer;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding: 1px 3px 3px 27px;
	width:500px;
}
#content .searchresult .hover {
	background-color: #eeeeee;
}





/* 
---------------------------------------------------------------------------------------------
LINK STYLES
---------------------------------------------------------------------------------------------
*/
#mainNavigation li a, #mainNavigation li a:link, #mainNavigation li a:visited, #footer li a, #footer li a:link, #footer li a:visited {
	font-size: 1.15em;
	/**/color: #8c8482;
	text-decoration: none;
}
#mainNavigation li a, #mainNavigation li a:link, #mainNavigation li a:visited {
	font-size: 1.15em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	padding: 5px 12px 6px;
}
#footer li a, #footer li a:link, #footer li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 5px 8px 5px;
}
#mainNavigation li a:hover, #mainNavigation li a:active, #footer li a:hover, #footer li a:active {
	color: #8f240c;
}
#mainNavigation li a:hover, #mainNavigation li a:active {
	border-bottom: 2px solid #8f240c;
}
#footer li a:hover, #footer li a:active {
	text-decoration: underline;
}
#footer li a.active:hover, #footer li a.active:active  {
	text-decoration: none;
}
#mainNavigation li a.first, #mainNavigation li a.first:link, #mainNavigation li a.first:visited, #mainNavigation li a.first:hover, #mainNavigation li a.first:active,
#footer li a.first, #footer li a.first:link, #footer li a.first:visited, #footer li a.first:hover, #footer li a.first:active {
	padding-left: 0;
}
#mainNavigation ul li a.active, #footer ul li a.active {
	color: #8f240c;
	background-image: none;
	border: none;
	cursor: default;
}
#footer p a, #footer p a:link {
	color: #73b9da;
	text-decoration: none;
}
#footer p a:hover, #footer p a:active {
	color: #8f240c;
	text-decoration: underline;
}
a.login, a.login:link, a.login:visited {
	position: absolute;
	right: 20px;
	top: -2px;
	font-size: 1.1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	text-decoration: none;
	color: #8f240c;	
	display: block;
	padding: 2px 4px 3px 17px;
	background: transparent url(../images/arrow.gif) no-repeat  0px 6px;
}
a.login:hover, a.login:active {
	text-decoration: underline;
	color: #8f240c;
	padding: 2px 4px 3px 17px;
	display: block;
}
.arrow {
	background: transparent url(../images/arrow.gif) no-repeat 0% 50%;
	padding-left: 17px;
}
.arrow-back {
	background: transparent url(../images/arrow-back.gif) no-repeat 0% 50%;
	padding-left: 17px;
}
#content .clickBox a, #content .clickBox a:link, #content .clickBox a, #content .clickBox a:visited, #content .box a, #content .box a:link, #content .box a:visited  {
	text-decoration: none;
	clear: none;
}
#content .clickBox a:hover, #content .clickBox a:active, #content .box a:hover, #content .box a:active  {
	text-decoration: underline;
}
#sidebar .photos li a {
	display: block;
}
#content .home a:link, #sidebar a:link {
	text-decoration: none;
}
#content .home a:link, #content .home a:visited, #sidebar a:link, #sidebar a:visited {
	text-decoration: none;
}
#content .home a:hover, #content .home a:active, #sidebar a:hover, #sidebar a:active {
	text-decoration: underline;
}





/* 
---------------------------------------------------------------------------------------------
FORM STYLES
---------------------------------------------------------------------------------------------
*/
fieldset {
	border: none;
	margin: 0.6em 0 2em;
}
.button, .defaultbutton {
	background-color: #8f240c;
	padding: 2px 8px;
	color: #fff;
	cursor: pointer;
}
#sidebar .button {
	padding: 2px 4px;
}
.text {
	background: #fff url(../images/bg-input-text.gif) repeat-y right top;
	border: 1px solid #424242;
	padding:3px 4px;
	color: #666;
	width: 280px;
	margin-top:0.3em;
}
#sidebar .text {
	width: 180px;
}
#sidebar label, #content label {
	display: none;
}





/* 
---------------------------------------------------------------------------------------------
HEADLINE STYLES
---------------------------------------------------------------------------------------------
*/
#header div {
	float: left;
	font-size: 2.9em;
	display: block;
	margin: 40px 10px 0;
	color: #8f240c;
	font-family: Arial, Helvetica, sans-serif;
	width: 700px;
}
#header div a {
	color: #8f240c;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#header div a:hover, #header div a:active {
	margin:-5px -10px;
	padding:5px 10px;
	background: #f1f1f1;
}
#sidebar h2 {
	text-transform: uppercase;
	color: #8f240c;
	font-size: 1.3em;
	margin-top: 0;
}
#sidebar h2.first {
	margin-top: -1px;
}
#sidebar h3 {
	font-size: 1.4em;
	margin-top: 0.6em;
	color: #333;
	font-weight: normal;
}
#content .clickBox h2, #content .box h2 {
	margin-top:0.2em;
}
#sidebar .box-grey h2 {
	font-size: 1.5em;
	margin-bottom: 0.3em;	
}
#sidebar .box-grey h3 {
	font-size: 1.2em;
}
#content .description h1 {
	line-height: 1.2em;
	font-size:1.15em;
	color: #666;
}
#content .clickBox .content h2, #content .box .content h2 {
	clear: none;
}
#content .clickBox .content h3, #content .box .content h3 {
	font-size:1.3em;
	font-weight: normal;
}
#content .home {
	margin-bottom: 2em;
}
#content .home h2 {
	font-size:1.3em;
	text-transform:uppercase;
	margin-top: 0;
}
#content .home h3 {
	color:#333;
	font-size:1.4em;
	font-weight:normal;
	margin-top:0.6em;
}
#content .searchresult li h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 0;
}





/* 
---------------------------------------------------------------------------------------------
DEFINITION LIST STYLES
---------------------------------------------------------------------------------------------
*/
dl {
    margin-bottom: 0.1em;
    margin-top: 0.2em;
    display: inline-block;
    clear: both;
    width: 615px;
}
#sidebar dl {
    width: 260px;    
}
dt {
    float: left;
    width: 140px;
    clear: left;
    margin-bottom: 0.3em;
    display: block;
    font-weight: bold;
    color: #999;
}
#sidebar dt {
    width: 80px;    
}
dd {
    float: left;
    margin-bottom: 0.3em;
    display: block;
    width: 470px;
}
#sidebar dd {
    width: 175px;    
}




/* 
---------------------------------------------------------------------------------------------
DIVERSE STYLES
---------------------------------------------------------------------------------------------
*/
.hover {
	cursor: pointer;
	background-color: #eee;
}
