/*  
Theme Name: Scripps Ranch Soccer Club
Theme URI: http://www.ashwebmedia.com/
Description: Custom theme for Scripps Ranch Soccer Club
Author: Derek Ashauer
Author URI: http://www.ashwebmedia.com/

*/
body, div, h1, h2, h3, h4, p, ul, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #FFF url(_images/bg/vert.gif) top center repeat-y;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    line-height: 16px;
}
p, h1, h2, h3, h4 {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #1e378b;
    text-decoration: underline;
}
a:hover, a:active {
    color: #c41919;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* STRUCTURE
/* ----------------------------------- */
#container1 {
	background: transparent url(_images/bg/horiz.jpg) 0 0 repeat-x;
}
#container2 {
	background: transparent url(_images/bg/banner.jpg) top center no-repeat;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* SIDE
/* ----------------------------------- */
#side {
	width: 204px;
	float: left;
}
	#side li {
		padding-left: 20px;
		padding-bottom: 4px;
		margin-bottom: 4px;
		background: transparent url(_images/bg/side-menu.gif) left bottom repeat-x;
		list-style: none;
	}
	#side li a {
		text-decoration: none;
		display: block;
	}
	#side li a:link, #side li a:visited {
		color: #FFF;
	}
	#side li a:hover, #side li a:active {
		color: #CCC;
	}

/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */
#main {
	width: 576px;
	float: right;
}

#top {
	height: 164px;
	margin-left: 62px;
}
	#top ul {
		width: 150px;
		float: left;
		padding-top: 55px;
		margin-right: 10px;
	}
	#top li {
		list-style: none;
		margin-left: 15px;
		font-size: 11px;
		line-height: 12px;
		width: 135px;
	}
	#top li a {
		text-decoration: none;
		display: block;
	}
	#top li a:link, #top li a:visited {
		color: #FFF;
	}
	#top li a:hover, #top li a:active {
		color: #CCC;
	}

#content {
	margin-left: 40px;
}
	/* Home page */
	.announcement {
		background: #c41919 url(_images/announcement.jpg) 0 0 no-repeat;
		padding: 15px 7px 15px 80px;
		margin-bottom: 10px;
	}
		.announcement p, .announcement a {
			color: #FFF;
			margin: 0;
			font-size: 14px;
		}
		
	#welcome {
		width: 290px;
	}
	
	#photos-intro {
		width: 207px;
		float: right;
		margin-left: 30px;
		display: inline;
	}
		#photos-intro li { list-style: none; }
		#photos-intro p { text-align: center; }
	
	.news-intro {
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px dotted #000;
	}
	.news-intro p.date {
		font-style: italic;
		color: #1e378b;
	}
	.news-intro p {
		font-size: 11px;
		margin: 0;
	}
	
	/* Sub pages */
	#content h1 {
		font-size: 24px;
		color: #c41919;
		margin-top: 40px;
		margin-bottom: 40px;
	}
		#content h1 span {
			font-size: 12px;
			font-weight: normal;
		}
	#content h2 {
		font-size: 16px;
		color: #c41919;
		padding-bottom: 3px;
		border-bottom: 2px solid #1e378b;
		margin-top: 30px;
	}
	#content ul {
		margin-bottom: 15px;
	}
	#content li {
		margin-left: 25px;
	}
	#content table {
		margin-bottom: 15px;
		width: 100%;
	}
	#content th {
		border-bottom: 1px solid #c41919;
		background: #c31919;
		color: #FFF;
	}
	#content td {
		border-bottom: 1px solid #CCC;
		vertical-align: top;
	}
	#content td, #content td p {
		font-size: 11px !important;
		line-height: 12px !important;
		margin: 0;
	}
	
	p.date {
		color: #666;
		margin-top: -10px;
		margin-bottom: 5px;
		font-style: italic;
		font-size: 11px;
	}
	
		/* Calendar table */
		td.month {
			background-color: #EFEFEF;
			text-align: center;
			font-weight: bold;
		}
	
		/* Sponsors table */
		#content table.sponsors td {
			text-align: center;
			border: none;
		}
	
	
	#footer {
		clear: both;
		border-top: 2px solid #c41919;
		font-size: 11px;
		color: #8a8a8a;
		line-height: 14px;
		margin-bottom: 20px;
		padding-top: 10px;
	}

.thumb, .ngg-gallery-thumbnail-box, .ngg.gallery-thumbnail {
	color: #c41919;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 20px;
	text-align: center;
}
	.thumb img, .ngg-gallery-thumbnail img {
		border: 1px solid #1e378b;
		padding: 1px;
	}

#gallery .thumb {
	float: left;
	margin-right: 10px;
	width: 150px;
	height: 150px;
}
	#gallery .thumb img {
		width: 150px;
		display: block;
		margin: 0 auto;
		margin-bottom: 5px;
	}
	
	.ngg-galleryoverview {
		text-align: center;
		padding-bottom: 20px;
	}
	a.slideshowlink {
		padding-bottom: 25px;
	}