/*
Theme Name: Holy Cross Theme
Theme URI: http://www.holycrosspca.org/
Description: This is a custom them created for Holy Cross Presbyterian Church of Staunton, VA by Christopher Lindsay Designs</a>.
Version: 1.0
Author: Chris Lindsay
Author URI: http://www.christopherlindsay.com/
*/

/* Main CSS */

@charset "utf-8";
/* CSS Document */
* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0;
	margin:0;
}
h2 {
	padding-top:0;
	margin-top:0;
}
body {
	font: 12px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background-image:url(images/background.jpg);
	background-repeat:repeat;
        margin:0;
        padding:0;
}

#content p, #welcome p{
line-height:1.5em;
word-spacing:.03em;
letter-spacing:.01em;
}

#content p {
   padding-bottom:10px;
}

a {
   font-weight: bold;
}

a:link {
    text-decoration: none;
    color: #0F141A;
}

a:visited {
    text-decoration: none;
    color: #19202A;
}

a:active {
    text-decoration: none;
    color: #0F141A;
}

a:hover {
    text-decoration: underline;

}

ul{
	margin:0; 
        padding:0;
	list-style:none;
}
#container { 
	margin:0 auto;
}

#head{
	background-image:url(images/headerbg.jpg);
	background-repeat:repeat-x;
}

#header { 
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:151px;
	width:1000px;
	margin:0 auto;
}

#homelink {
	margin: 0 510px 0 100px;
	height:100%;
}

#homelink a {
	display:block;
	height:100%;
	width:100%;
}

#headbox {
	height:100%;
	float:right;
	width:405px;
}

#twitter {
	padding:0 120px 0 8px;
	height:50px;
	list-style:none;

}
#twitter p{ 
   padding:0;
   margin:0;
}
#twitter a{
color:#F9FFFF;
font-size:10px;
}

#twitter h2{
font-size:10px;
margin:0;
padding-bottom:5px;
}

.tweets {
list-style:none;
margin:0;
padding:0;
}

#navigation{
	padding:40px 120px 0px 0;

}

#nav1 {
	display:inline-block;
	height:20px;
	width:70px;
	padding:0;
	float: left;
}

#nav2 {
	display:inline-block;
	height:20px;
	width:104px;
	padding:0;
	float: left;
}

#nav3 {
	display:inline-block;
	height:20px;
	width:111px;
	padding:0;
	float: left;
}

#footcontainer{
	background-image:url(images/footer.png);
	height:95px;
	width:800px;
        margin:0 auto 0;
}

#footer{
	text-align:center;
	padding: 13px 20px 0 30px;
	margin:0;
}

#subfooter{
	text-align:right;
	padding: 30px 20px 0 30px;
        margin:0;
}

/* Site's CSS */ 

@charset "utf-8";
/* CSS Document */

#bodycontainer{
	width:800px;
        height:100%;
	margin:0 auto 0;
	margin-top:8px;
        
}

#breadcrumb{
	height:13px;
	margin: 0 220px 0 20px;
	text-align:right;
	padding-top:12px;
}
#contenthead{
	height:18px;
	margin: 0 220px 0 22px;
	padding-top:16px;
	font:20px;
        text-transform:uppercase;
}	

#sidehead{
	padding-top:25px;
	width:200px;
	float:right;
	height:34px;
}

#chead{
	background-image:url(images/cheader.png);
	height:59px;
	width:800px;
        margin:0 auto 0;
}
#cbody{
	background-image:url(images/cbody.png);
	background-repeat:repeat-y;
	height:100%;
        width:800px;
        margin:0 auto 0;
	overflow:auto;
}

#sidebar {
	width:200px;
	float:right;
	list-style:none;
}

#content {
	padding-top:5px;
	margin: 0 220px 0 25px;
}

#cfoot{
	background-image:url(images/cfooter.png);
	height:14px;
	width:800px;
	margin:0 auto 0;
}

/* Home CSS */

#guts {
	background-image:url(images/content.png);
	width:800px;
	height:605px;
	margin-left: auto ;
  	margin-right: auto ;
	margin-top:8px;
}

#slider{
	height:240px;
	margin: 0 200px 0 10px;
	padding-top:9px;
}

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
	}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:590px;
		height:240px;
		overflow:hidden; 
	}	

	
/* // Easy Slider */

#info{
	width:160px;
	height:190px;
	float:right;
	padding: 45px 20px 10px 20px;
}

#info h4{
	font-size:9px;
	margin:6px 0 5px 0;
}

#info p{
	font-size:9px;
        margin:0;
        padding:0;
}

#info img{
	float:right;
	margin-right:-10px;
}

#sermons{
	width:160px;
	height:305px;
	float:right;
	padding: 45px 20px 10px 20px;
	list-style:none;
}

#welcome{
	height:305px;
	margin: 0 200px 0 220px;
	padding: 45px 20px 10px 3px;
}

#events{
	width:180px;
	height:305px;
	float:left;
	padding: 45px 20px 10px 20px;
	list-style:none;
}

.widgettitle{
display:none;
}
.amrical_credit{
    visibility:hidden;
}
