/*   
Theme Name: Tolt and Nature
Theme URI: http://toltandnature.is
Description: Custom theme for the ToltAndNature.is website
Author: Halldor Benjamin Thorbergsson
Version: 1.0
*/
html, body {
	background-color: #085185;
	font-family: arial,helvetica,sans-serif;
}
body {
	background-image: url("./img/body_bg.jpg");
	background-repeat:repeat-x;
	font-size: 12px;
}
strong {
  font-weight:bold;
}
a {
	color: #0b5286;
	text-decoration: none;
}
img, a:link img, a:visited img {
	border:0;
}
ul, ol {
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}
ul li {
  list-style:disc;
}
#outerContainer {
	background-image: url("./img/header_bg.jpg");
	background-repeat:no-repeat;
	background-position: top center;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 738px;
}
#hd {
}
#hd #searchBar {
	height: 25px;
	padding-top: 15px;
	padding-left: 130px;
	color: #FFF;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
}
#hd table td {
	padding-right: 20px;
}
#hd td.searchCell {
	padding-right: 0px;
	text-align: right;
	width: 200px;
}
#hd form table td {
	padding-left: 10px;
	padding-right: 0px;
}
#hd input.topSearchInput {
	width: 110px;
	padding: 3px;
	font-weight: normal;
	border-style: none;
	color: #999;
}
#hd input.topSearchInput:hover, 
#hd input.topSearchInput:focus {
	color: #000;
}
#hd input.topSearchBtn {
	margin: 0px;
}
#hd #logoBar {
	height: 112px;
}
#hd #navigationBar {
	height: 40px;
}
#bd {
	background-image: url("./img/main_bg.jpg");
	background-repeat:no-repeat;
	background-color: #FFF;
	border: 1px solid #0b5286;
	min-height: 300px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
}
#ft {
	text-align: center;
	color: #0b5286;
	background-color: #a1c1d8;
	border-left: 1px solid #0b5286;
	border-right: 1px solid #0b5286;
	border-bottom: 1px solid #0b5286;
	padding: 10px;
}

#navigationBar #menu {
	padding-top: 13px;
	padding-left: 130px;
}
#navigationBar #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	display: inline;
}

#navigationBar #menu li {
	margin: 0; padding:0;
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
}
#navigationBar #menu li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#navigationBar a:hover {
	color: #01A0DA;
}

#navigationBar .current_page_item a {
	font-weight: bold;
}
p{
	margin-top: 8px;
  text-align:justify;
}
h1.pageTitle,
h2.pageSubtitle {
	color: #085185;
	text-transform: uppercase;
	font-weight: bold;
}
h1.pageTitle {
	font-size: 3.9em;
}
h2.pageSubtitle {
	font-size: 2.1em;
	margin-bottom: 20px;
}
h3 {
  margin-top:25px;
  color: #085185;
  font-size:1.3em;
  font-weight:bold;
  clear:both;
}

.embeddedList {
  margin-top:20px;
  width:100%;
}
.embeddedList td {
  padding-left:12px;
  padding-bottom: 35px;
}
.embeddedList td.embeddedListTitleCell {
  padding: 0px;
  width:110px;
  padding-bottom: 35px;
}
.embeddedList td.embeddedListTitleCell img {
  width:144px;
}
.embeddedListItemTitle {
  background-color: #085185;
  color: #FFF;
  padding:8px;
  font-weight:bold;
  font-size:2em;
  text-transform: uppercase;
  margin-bottom:3px;
}
.embeddedList .embeddedListBoxedCell {
  border: 2px solid #a1c1d8;
  padding:8px;
}
.embeddedList td h3 {
  margin-top:0px;
}
.embeddedList td .horseDay {
  text-align:right;
  text-transform: uppercase;
  margin-right:5px;
  font-size:1.4em;
  font-weight:bold;
  color:#085185;
}

table.frontTriCol {
  width:100%;
}
table.frontTriCol td {
  width:30%;
  padding:8px;
  background-color: #EEE;
  border: 1px solid #BBB;
  text-align:center;
  vertical-align:top;
}
table.frontTriCol td p {
  text-align:center;
}
table.frontTriCol td .headline {
  font-weight:bold;
  font-size:2em;
  color:#085185;
}

table.frontBoxed {
 width:100%;
 margin-top:20px;
 border: 2px solid #a1c1d8;
}
table.frontBoxed td {
  padding:5px;
  padding-left:20px;
  font-size:1.2em;
  text-align:center;
}
table.frontBoxed td img {
  padding-right:10px;
}
table.frontBoxed td strong {
  color:#085185;
}
table.frontBoxed td.firstCol {
  width:40%;
  text-align:left;
}

/* IMAGE AND CAPTION */
img.aligncenter,
div.aligncenter {
   display: block;
   margin: 0 auto;
   clear:both;
}

.aligncenter {
	margin-top: 20px!important;
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 5px 20px 10px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 0px 20px;
}

.wp-caption {
	margin-bottom: 10px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #DAE7F0;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
}

.wp-caption img {
  float: none;
  margin: 0px;
  padding: 0px;
  border: none;
  margin-bottom:5px;
}

.wp-caption p.wp-caption-text {
  padding: 3px;
  margin: 0px;
  margin-bottom:5px;
  font-size:1em;
  text-align:left;
}