/* PAGE-WIDE STYLES */
body {
	font-family: Georgia, serif;
	/* font-family: Georgia, Times New Roman, serif; /* switch */
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* COLOURS */

/* -LINKS */
a:link {
	color: #AC1733; /* RED */
}

a:visited {
	color: #AC1733; /* RED */
}

/* -LINKS IN ENTRIES */

.entry_body a:link {
	color: #AC1733; /* RED */
}

.entry_body a:visited {
	color: #7A4A60;
}

/* -HEADER */
#header h1.title {
	color: #3E569A; /* ROYALBLUE */
}

#header h1.title a {
	color: #3E569A; /* ROYALBLUE */
}

div#nav ul {
	color: #A86D23; /* MORE DIFFERENT BRONZE */
}

div#nav ul li a {
	color: #A86D23; /* MORE DIFFERENT BRONZE */
}

/* -HEADINGS */
h1, h2, h3, h4, h5, h6 {
	color: #3E569A; /* ROYALBLUE */
}

div#content h1 {
	color: #3E569A; /* ROYALBLUE */
}

div#content div.entry_title {
	color: #A96B24; /* BRONZE */
}

div#content div.entry_title a {
	color: #A96B24; /* BRONZE */
}

.infobox h1 {
	color: #A96B24; /* BRONZE */
}

.infobox .infobox_content h2 {
	color: #3E569A; /* ROYALBLUE */
}

/* CONTENT STYLES */

div#content {
	color: #333;
	font-size: .9em;
}

div#content h1 {
	font-size: 1.5em;
	margin-top: 0px;
}

/* ENTRIES */

div#content div.entry_title {
	font-family: Verdana, sans-serif;
	font-size: 1.4em;
}

div#content div.entry_title a {
}

div#content div.entry_details {
	/* font-weight: bold; /* switch */
	color: #444;
	font-size: .9em;
}

div#content div.entry div.entry_body a:visited {
}

div#content div.entry div.entry_body h1 {
        font-size: 1.18em;
}

div#content div.entry div.entry_body h2 {
        font-size: 1.15em;
}

div#content div.entry div.entry_body h3 {
        font-size: 1.13em;
}

div#content div.entry div.entry_body h4 {
        font-size: 1.10em;
}

div#content div.entry div.entry_body h5 {
        font-size: 1.08em;
}

div#content div.entry div.entry_body h6 {
        font-size: 1.05em;
}

/* INFOBOXES */
div.infobox {
	margin-bottom: 35px;
}


div.infobox div.infobox_content {
	padding: 0px 10px;
	font-family: Georgia, serif;
}

div.infobox_content ul {
	padding: 0px;
}

div.infobox_content ul li {
	list-style-type: none;
}

div.infobox_content a {
	text-decoration: none;
}

div.infobox_content h2 {
	font-size: 1.1em;
}

.infobox h1 {
	font-family: Georgia, serif;
	background-image: url(/images/themes/domes_beige/sidebar_heading.jpg);
	font-weight: bold;
	background-repeat: no-repeat;
	margin-top: 0;
	width: 156px;
	height: 26px;
	padding: 20px 25px 20px;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}

/* SLIDESHOW */

div.infobox_slideshow div.slideshowtns img.current {
	border-color: #BF162D;
}

/* --LAYOUT RULES-- */

body {
	margin: 0;
	padding: 0;
	background-color: #396F93;
	background-image: url(/images/themes/domes_beige/body_back.gif);
	background-position: center;
	background-repeat: repeat-y; 
}

div#container {
	margin: 0 auto;
	background-image: url(/images/themes/domes_beige/container_back.gif);
	background-repeat: repeat-y;
	width: 770px;
}

/* MAINLEFT */

div#mainleft {
	width: 554px;
	float: right;
}

div#mainright {
	width: 216px;
	float: left;
}

/* CONTENT AREA */

div#content {
	padding: 0px 16px 16px;
}

/* SIDEBAR */

div#sidebar {
	padding: 20px 4px 6px;
	background-image: url(/images/themes/domes_beige/sidebar_top.jpg);
	background-repeat: no-repeat;
}

/* HEADER */

div#header {
	position: relative;
	width: 755px;
	height: 111px;
	padding: 24px 0 0 15px;
	background-image: url(/images/themes/domes_beige/header.jpg);
}

#header h1.title {
	width: 365px;
	height: 30px;
	padding: 0px 15px;
	line-height: 30px;
	margin: 0 0 0 225px;
	font-family: Verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
	overflow: hidden;
}

#header h1.title a {
	text-decoration: none;
}

/* NAV */

div#nav {
	width: 365px;
	height: 17px;
	line-height: 17px;
	padding: 0px 15px 8px;
	margin-top: 0;
	margin-left: 225px;
}

div#nav ul {
	margin: 0;
	padding: 3px;
}

div#nav ul li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
	font-size: 14px;
	font-family: Georgia, serif;
	font-weight: normal;
}

div#nav ul li a {
	text-decoration: none;
}
