/*
Theme Name: St. Thomas a Becket 
Theme URI: http://stthomasabecketparish.org/
Version: 1.0
Author: Tamara Halstead
Author URI: http://tamarahalstead.com/


*/

body {
	background:#f1f1f1;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	margin:0;
}

a {
	color:#085eae;
}

a:hover {
	color:#9e090c;
}

h2 {
	color:#9e090c;
	font-size:14px;
	margin:8px;
}

#page {
	background:#ffffff;
	width:780px;
	margin:0px auto 0px auto;
}

#header {
	background: url(images/header.gif) no-repeat top center;
	height:93px;
}

#link {
width:780px;
height:93px; 
margin:auto;
}

#link a {
width:100%;
height:100%;
display:block;

}
.top-links {
	float:right;
	width:300px;
	padding:4px;
	text-align:right;
}

.top-links a {
	color:#9e090c;
	font-weight:bold;
	text-decoration:none;
}

.top-links a:hover {
	text-decoration:underline;
}

#slideshow {
	width:780px;
	height:209px;
	background:#FFFFFF;
}

#page-header {
	height:77px;
}

#menu {
	background:url(images/menu.gif) repeat-x top center;
	height:23px;
	width:710px;
	padding:0 0 0 70px;
}

#content-home {
	width:460px;
	float:left;
	padding:0 8px 8px 8px;
	/*border-left:1px solid #cccccc;*/
	margin:0;
}

#content-page {
	width:480px;
	float:left;
	padding:0 8px 8px 8px;
	/*border-left:1px solid #cccccc;*/
}

#content-full {
	width:760px;
	float:left;
	padding:0 8px 8px 8px;
	/*border-left:1px solid #cccccc;*/
}

.entry {
	width:460px;
	margin:0 0 0 20px;
}

.entry-full {
	width:730px;
	margin:0 0 0 30px;
}

#sidebar-home {
	width:280px;
	float:left;
	padding:8px;
	/*border-right:1px solid #cccccc;*/
}

#sidebar-page {
	width:260px;
	float:right;
	padding:8px;
	/*border-right:1px solid #cccccc;*/
}


#footer {
	background:url(images/footer.gif) no-repeat top center;
	height:45px;
	padding:12px 12px 0 12px;
}

.footer-left {
	float:left;
	width:500px;
	color:#FFFFFF;
	font-size:11px;
}

.footer-left a {
	color:#FFFFFF;
}

.footer-right {
	float:right;
	width:200px;
	text-align:center;
	color:#FFFFFF;
}

.footer-right a {
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}

