/*
Theme Name: Frontiers Ireland
Theme URI: http://frontiersireland.org/
Description: The new Frontiers Ireland theme, based on the internation Frontiers site 2008
Version: 1.0
Author: Rowan Seymour
Author URI: http://ijuru.com/
Tags: frontiers, ireland, widgets
*/

body {
	background: #bbe3b6;
	text-align: center;
	margin: 0px;
}

#page {
	background-color: white;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 785px;
}

#header {
	background-image: url(images/header_bg.gif);
	background-repeat:no-repeat;
	width: 785px;
	height: 100px;
	padding: 0px;
}

#splash {
	padding-left: 25px;
	padding-right: 25px;
}

#content {
	margin : 0px;
	padding: 25px 0px 0px 25px;
	width: 425px;
	float:left;
}

#content.nosidebar {
	margin : 0px;
	padding: 25px 25px 0px 25px;
	width: auto;
	float: none;
}

.video {
	width: 410px;
	margin-bottom: 25px;
}

#footer {
	background: url('images/footer_bg.jpg');
	width: 785px;
	height: 49px;
	padding: 0px;
	clear: both;
	border-top: 1px solid #bbe3b6;
}

#quicklinks {
	background: url('images/quicklinks_bg.jpg');
	width: 785px;
	height: 240px;
	padding: 0px;
	margin: 0px;
	clear:both;
}

/*************** Posts and pages ***************/

#content h1 {
	background-color:#759f8b;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 15px;
	padding:3px 0px 2px 10px;
	text-align:left;
	display:block;
}

#content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #003300;
}
#content h2 a {
	color: #6e7d6a;
	text-decoration: none;
	border-bottom: 0px;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #003300;
}

.post a {
	color:#2F5928;
	border-bottom: 1px dotted #6e7d6a;
}
.post a:hover {
	color: #4A8341;
}

.postmetadata {
	clear: left;
}

/* Elements */

p, body, input {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-serif;
	font-size: 12px;
}

h1, h2, h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

a {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-decoration: none;
}

a:hover {	
	text-decoration: none;
}

/* Used for MEGA links */
a.megalink {
	font-size: 14px;
	font-weight: bold;
	background-color: #bbe3b6;
	border: 2px solid #8fe284;
	padding: 4px;
	line-height: 50px;
}

small {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-serif;
	font-size: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}

#headerlogo {
	height: 100px;
	width: 210px;
	float: left;
}

#headerlogo a 
{
	display:block;
	height:100px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	width:210px;
}

#headersearch {
	float: right;
	height: 26px;
	width: 250px;
	float: right;
	text-align: right;
	margin: 0px;
	padding: 24px 25px 0px 0px;
}

#headersearch input.textfield {
	border: 1px solid #bbe3b6;
	margin: 0px;
	height: 18px;
	font-size: 12px;
	color: #666666;
}

#headersearch input.searchbutton {
	border: 0px;
	margin: 0px;
	vertical-align: bottom;
}

/*************** Navigation Menus ***************/

#headermenu{
	float: right;
	clear: right;
	margin: 0px;
	padding: 20px 25px 0px 0px;
}

#headermenulist {
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

#footermenulist {
	list-style-image: none;
	margin: 0px;
	float: right;
	padding: 15px 40px 0px 0px;
}
#headermenulist li, #footermenulist li {
	font-weight: bold;
	font-size: 14px;
	display: inline;
	text-transform: uppercase;
	padding-left: 20px;
	margin: 0px;
}
#headermenulist li a {
	color: #6e7d6a;
}
#headermenulist li a:hover {
	color: black;
}
#footermenulist li a {
	color: #bbe3b6;
}
#footermenulist li a:hover {
	color: white;
}
#headermenulist li.selected a {
	color: black;
}
#footermenulist li.selected a {
	color: white;
}

#backtotop a 
{
	display:block;
	float:right;
	height:49px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	width:100px;
}


/* Begin Images */
p img {
	padding: 0;
	/*max-width: 100%;*/
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.aligncenter {
	margin: 4px auto 6px auto;
	padding: 0px;
	display: block;
}

img.alignright {
	margin: 4px 0px 6px 10px;
	padding: 0px;
	display: inline;
}

img.alignleft {
	margin: 4px 10px 6px 0px;
	padding: 0px;
	display: inline;
}

img.alignnone {
	margin: 4px auto 6px auto;
	padding: 0px;
	display: block;
}

.aligncenter {
	text-align: center;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
	
/* End Images */

#navigation {
	width: 425px;
	margin-top: 25px;
	text-align: left;
}
#breadcrumbtrail
{
	width: 425px;
}
.featurestart
{
	height: 15px;
	background-image: url(images/feature_top.gif);
}
.featurecontent
{
	background-image:url(images/feature_content.gif);
	padding: 0px 15px 0px 15px;
}
.featureend
{
	height: 15px;
	background-image: url(images/feature_bottom.gif);
}
.featurecontent a {
	color:#2F5928;
}
.featurecontent a:hover {
	color: #4A8341;
}

/* Begin Sidebar */
#sidebar
{
	width: 290px;
	float: right;
	margin: 0px;
	padding: 25px 25px 0px 0px;
}

#sidebar .widgetstart {
	width: 290px;
	height: 15px;	
	background-image:url(images/widget_top.gif);
}
#sidebar .widgettitle {
	width: 240px;
	background-color:#336600;
	color: white;
	padding: 5px 10px 5px 10px;
	font-size: 16px;
	font-weight: bold;
}
#sidebar .widgetcontent {
	width: 260px;
	padding: 0px 15px 0px 15px;
	background-image:url(images/widget_content.gif);	
}
.widgetcontent h1 {
	background-color:#759f8b;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 15px;
	padding:3px 0px 2px 10px;
	text-align:left;
	display:block;
}
.widgetcontent a
{
	color: #6e7d6a;
	font-weight: bold;
}
.widgetcontent ul
{
	margin: 0px;
	padding: 10px 0px 10px 20px;
}
#sidebar .widgetend {
	width: 290px;
	height: 15px;
	background-image:url(images/widget_bottom.gif);
	margin: 0px 0px 25px 0px;
}

ul.widgetmenu {
	font-size: 14px;
	padding: 0px;
	margin: 0px 5px 0px 20px;
	/*list-style-image: url(images/bullet1.gif);*/
}
ul.widgetmenu li {
	padding: 3px;
	margin: 0px;
}
ul.widgetmenu a
{
	color: #6e7d6a;
	font-weight: bold;
}
ul.widgetsubmenu {
	font-size: 13px;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	/*list-style-image: url(images/bullet2.gif);*/
}
ul.widgetsubmenu li {
	padding: 3px;
	margin: 0px;
}

#widgetvision {
	height: 96px;
	background-image: url(images/widget5.jpg);
	padding: 5px;
}
#widgetcontact {
	height: 96px;
	background-image: url(images/widget4.jpg);
	padding: 5px;
}
#widgetprayer {
	height: 96px;
	background-image: url(images/widget8.jpg);
	padding: 5px;
}
#widgetvision a, #widgetcontact a, #widgetprayer a {
	color: white;
	font-weight: bold;
	font-size: 14px;
}
#widgetewi {
	height: 92px;
	background-image: url(images/ewi.jpg);
}
#widgetewi a 
{
	display:block;
	height:92px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	width:260px;
}

/* End Sidebar */

div.contactform {
	clear: both;
	padding: 0px 25px 0px 25px;
}
table.contactform {
	width: 100%;
}
table.contactform td.contactfield {
	padding: 5px;
	vertical-align: top;
	width: 275px;
}
table.contactform td.contactvalue {
	background-color: #e4f4e2;
	padding: 5px;
	vertical-align: top;
}
table.contactform td.contactvalue input {
	padding: 3px;
}

div.message {
	padding: 30px;
	background-color: #e4f4e2;
	font-size: 14px;
	text-align: center;
}

/* Begin Various Tags & Classes */

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	font-size: 12px;
	font-style:italic;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

a img {
	border: none;
}

#companyreg {
	font-size: 9px;
	color: #6e7d6a;
}


/* End Various Tags & Classes*/
