/* 
*
* CSS Document
* default.css
* 
* Author    :   Greg Merriman
* Copyright	:		Copyright 2009 (c) The Parish of Saint Theodore, Port Talbot
* Created   :   Tue 25 Aug 2009
* Modified  :   Fri 08 Jan 2010
* 
*/


/* default styles for st-thedore */


/*---------- [default styles] ----------*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: url("../images/mainbackground.jpg") top center repeat-x;
	background-color: #0f0816; /*purple*/
	color: #e3e3e3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%; /*resets font-size to approximately 10px - useful for calculating em sizes*/
}

h1
{
}

h2
{
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: 24px;
}

h3
{
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 20px;
}

h4
{
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 20px;
}

a img
{
	border: none;
}

a, a:link, a:visited
{
	color: #a59149; /*gold*/
	text-decoration: none;
}

a:hover, a:active
{
	color: #5aa0ae; /*light blue*/
	outline: none;
}

a:focus
{
	outline: none;
}

a.ext
{
  color: #fff;
  background: url("../images/bullets/external-link.gif") top right no-repeat;
  padding-right: 12px;
}

a.ext:hover, a.ext:active
{
  background: url("../images/bullets/external-link-hover.gif") top right no-repeat;
  color: #5aa0ae; /*light blue*/
  border-bottom: dotted 1px #5aa0ae; /*light blue*/
}

blockquote
{
	font-size: 1.2em;
	font-style: italic;
	line-height: 18px;
}

p
{
	font-size: 1.2em;
	line-height: 1.6em;
}

ul
{
	list-style: none;
}

hr
{
	display: none;
}

div.clear
{
	clear: both;
}

div.skip
{
	display: none;
}


/*---------- [main div elements styles] ----------*/

#topbar
{
	background: url("../images/topbar/background.jpg") top left repeat-x;
	height: 36px;
}

#searchbox
{
  clear: both;
	width: 960px;
	margin: 0 auto;
}

#header
{
	clear: both;
	width: 960px;
	margin: 0 auto;
}

#main_content
{
	clear: both;
	width: 960px;
	margin: 0 auto;
}

#footer
{
	clear: both;
	padding-bottom: 24px;
}



/*---------- [topbar styles] ----------*/

#topbar ul li
{
  line-height: 36px;
}


/*---------- [serachbox styles] ----------*/

#searchbox form
{
	float: right;
	background: url("../images/searchbox/background.png") top right no-repeat;
	height: 38px;
	width: 180px;
	margin-top: -2px;
}

#searchbox form #google-search
{
	margin: 8px 10px 0px 10px;
}

#searchbox form #textinput-left p
{
	float: left;
	display: inline;
  background: url("../images/searchbox/search-lhs.jpg") center left no-repeat;
	height: 18px;
	width: 6px;
}

#searchbox form #textinput-left p span
{
  display: none;
}

#searchbox form #textinput
{
	float: left;
	display: inline;
	background: url("../images/searchbox/search.jpg") center center repeat-x;
	border: none;
	color: #999;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	height: 18px;
	width: 134px;
}

#searchbox form input#textinput:focus
{
  border: none;
  outline: 0;
	color: #666;
}

#searchbox form #searchsubmit
{
	float: left;
	display: inline;
  background: url("../images/searchbox/search-submit.jpg") center right no-repeat;
	border: none;
	height: 18px;
	width: 18px;
}


/*---------- [header styles] ----------*/

#header h1 a
{
	display: block;
	background: url("../images/header/sttheodores.png") bottom left no-repeat;
	height: 34px;
	width: 480px;
}

#header h1 a:hover, #header h1 a:active
{
	background: url("../images/header/sttheodores.png") top left no-repeat;
}

#header h1 a span
{
	display: none;
}


/*---------- [main_content styles] ----------*/

#main_content p
{
	margin-bottom: 24px;
}

#main_content div.image
{
	clear: both;
	float: right;
	margin: 4px 24px 16px 40px;
	width: 300px;
}

#main_content div.image-portrait
{
	clear: both;
	float: right;
	margin: 4px 24px 16px 40px;
	width: 220px;
}

#main_content div.image p,
#main_content div.image-portrait p
{
	color: #666;
	font-size: 1.0em;
	font-style: italic;
	text-align: center;
}

#main_content p.caption
{
  margin-bottom: 6px;
}

#main_content p.photocopyright
{
  margin-bottom: 24px;
}


/*---------- [footer styles] ----------*/

#footer p
{
	font-size: 1.0em;
}

#footer p.copyright
{
	clear: both;
	text-align: right;
	padding-top: 6px;
}

#contain_footer
{
	width: 960px;
	margin: 0 auto;
}

/*----------[technologies styles / validated content]----------*/

ul#technologies
{
	clear: both;
  list-style-type: none;
  text-align: right;
}

ul#technologies li
{
  display: inline;
}

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

ul#technologies li a:hover, ul#technologies li a:active
{
}

ul#technologies li a span
{
  display: none;
}

ul#technologies li a img.valid
{
  display: none;
}

p a.gmwd-logo img
{
	float: right;
}

