﻿/*   
Theme Name: Calvary
Author: Alex Popoutsis
Author URI: http://www.alex-p.com
*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	background-color: #CCCCCC;
}
h2 {
	border-left: #9C0707 10px solid;
	padding-left: 5px;
	background-color: #000000;
	color: #fff;
	margin-bottom: -10px;
}
h3 {
	text-decoration:underline;
	margin-bottom: -15px;
}
h4 {
	margin-bottom: -15px;
}
hr {
	background: transparent;
	color: #FFFFFF;
	border-bottom: 1px solid black;
	margin-bottom: -5px;
}
img {
	border: 0;
}
#pagewidth {
	border: medium double #000000;
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #FFFFFF;
}
#header {
	position: relative;
	height: 200px;
	background-color: #9C0707;
	width: 100%;
}
#wrapper {

}
#leftcol {
	width: 192px;
	float: left;
	position: relative;
	background-color: #000000;
	background-image:url('http://www.calvarymemorialucc.org/img/leftbg.gif');
	background-repeat:repeat;
	overflow: hidden;
}
#maincol {
	margin: 10px 10px 0px 10px;
	background-color: #FFFFFF;
	float: right;
	display: inline;
	position: relative;
	width: 748px;

}
#leftinfo {
	width: 513px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C0C0C0;
}
#rightinfo {
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
	width: 224px;
	padding-left: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C0C0C0;
}
#footer {
	padding: 5px;
	background-color: #000000;
	clear: both;
	color: #FFFFFF;
	border-top: 1px solid #ffffff;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	background-color:#C40A00;
}
p img {
	margin: 5px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/*printer styles*/
@media print
{
/*hide the left column when printing*/
#leftcol {
	display: none;
}
#twocols, #maincol {
	width: 100%;
	float: none;
}
}
/* Menu */
#button {
	padding: 0;
	background-color: #000000;
	color: #333;
}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	border-top: 1px solid #ffffff;
}
#button li {
	border-bottom: 1px solid #ffffff;
	margin: 0;
}
#button li a {
	display: block;
	padding: 5px;
	border-left: 10px solid;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	width: 177px;
	border-left-color: #999999;
}
html > body #button li a {
	width: auto;
}
#button li a:hover {
	border-left: 10px solid #9C0707;
	background-color: #C40A00;
	color: #fff;
}
/* Menu 2 */
#subpages {
	float: right;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	overflow: hidden;
	position: relative;
	background-color: #DDDDDD;
}
#subpages ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#subpages ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	position: relative;
}
#subpages ul li a {
	display: block;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	
	text-decoration: none;
	line-height: 1.3em;
}
#subpages ul li a:hover {
	text-decoration: underline
}
#subpages .current_page_item a, #subpages .current_page_item a:hover {
	font-weight: bold;
}
#subpages li.main {
	padding:0;
}
a.post-edit-link {
	font-size: 90%;
	color: blue;
}
.breadcrumb
{
	position: relative;
	float: left;
	font-size: 80%;
}
ul.todays-events {
	list-style: none;
	font-size: 80%;
	margin:0;
	padding:0;
}
ul.upcoming-events {
	list-style: none;
	font-size: 80%;
	margin:0;
	padding:0;
}
ul.upcoming-events li {
	font-weight: bold;
}
.upcoming-events ul {
	list-style: none;
	margin-left: 10px;
	padding:0;
}
.upcoming-events ul li {
	font-weight:normal;
}
#maincol a {
	color: blue;
	text-decoration: none;
}
#maincol a:hover {
	text-decoration: underline;
}
ul.tml-links {
	list-style-type:square;
	font-size: 80%;
}
#wp-submit-tml-page, #contact-submit {
	background-color: #CCCCCC;
	border:1px solid;
}
#wp-submit-tml-page:hover, #contact-submit:hover {
	background-color: #C40A00;
	color: #FFFFFF;
	border:1px solid;
}
textarea {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 10pt;
	border: 1px solid;
	margin-left: 5px;
}
textarea:focus {
	border: 1px solid #9C0707;
	box-shadow: 0 0 5px #9C0707;
    -webkit-box-shadow: 0 0 5px #9C0707; 
    -moz-box-shadow: 0 0 5px #9C0707;
}
input {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 10pt;
	border: 1px solid;
	margin-left: 5px;
}
input:focus {
	border: 1px solid #9C0707;
	box-shadow: 0 0 5px #9C0707;
    -webkit-box-shadow: 0 0 5px #9C0707; 
    -moz-box-shadow: 0 0 5px #9C0707;
}
