/*  
Theme Name: Buenas Nuevas Hialeah
Description: Template Created for Buenas Nuevas Hialeah
Version: 1.0
Author: Jose Pena
Author URI: http://www.harvest4life.net

*/



/* General */

body {
	margin: 0;
	background: #1F304E;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
}


/* Header */

#header {
	width: 1004px;
	height: 650px;
	background: url("images/header.jpg") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 105px;
		left: 540px;
	}
	
	#header #header-info h1 {
		color: #FFFFFF;
		font-family: Georgia, Tahoma, Verdana, Arial;
		font-weight: bold;
		font-size: 30px;
	}
	
	#header #header-info h1 a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#header #header-info .description {
		padding-left: 30px;
		color: #FFFFFF;
		font: bold 11px Verdana. "Arial";
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 300px;
		left: 26px;
		height: 53px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 53px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 53px;
		margin-right: 8px;
		font: bold 15px/53px "Times New Roman", Verdana;
		color: #000000;
		text-transform: uppercase;
		background: url("images/header_menu_left.gif") no-repeat;
	}
	
	#header #header-menu ul li a {
		color: #000000;
		text-decoration: none;
		padding: 0 40px;
		background: url("images/header_menu_right.gif") no-repeat right top;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	/* Header - Topbar */
	
	#header #topbar {
		position: absolute;
		top: 365px;
		left: 0px;
		width: 1004px;
		height: 251px;
		color: #c3b59e;
		font: normal 12px "Trebuchet MS", Verdana;
	}
	
	#header #topbar h3 {
		font: bold 15px Georgia, Verdana, Tahoma;
		color: #f7f7f7;
	}
	
	#header #topbar p {
		font: normal 12px "Trebuchet MS", Verdana;
		color: #cccccc;
		margin: 0;
		text-align: justify;
		padding-top: 12px;
	}
	
	#header #topbar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#header #topbar ul li {
		margin-left: 10px;
		padding-top: 10px;
		color: #cccccc;
		font: normal 12px "Trebuchet MS", Verdana;
		list-style-type: square;
	}
	
	#header #topbar ul li a {
		color: #cccccc;
		text-decoration: none;
	}
	
	#header #topbar ul li a:hover {
		text-decoration: underline;
	}
	
		/* Header - Topbar - Boxes */
		#header #topbar #topbanners {
			width: 650px;
			padding: 0 0 0 10px;
			float: left;
		}
		
		
		#header #topbar #topbar-left {
			width: 285px;
			padding: 12px 0 0 23px;
			float: left;
		}
		
		#header #topbar #topbar-center {
			width: 285px;
			float: left;
			padding: 12px 0 0 55px;
		}
		
		#header #topbar #topbar-right {
			width: 285px;
			float: left;
			padding: 14px 0 0 16px;
		}

		#vidTitle {
			width: 313px;
			text-align: center;
		}

		#fvideo {
			width: 313px;
			height: 171px;
			padding-top: 15px;
		}


/* Main */

#main {
	width: 1004px;
	background: url("images/main.gif") repeat-y;
}

#main-top {
	width: 1004px;
	background: url("images/main_top.gif") no-repeat;
}

#main-bottom {
	width: 992px;
	padding-left: 12px;
	min-height: 50px;
	background: url("images/main_bottom.gif") no-repeat left bottom;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 770px;
		padding: 6px 10px 0 16px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #000000;
		float: left;
		margin-bottom: 16px;
		width: 760px;
		padding: 7px 5px 7px 7px;
		background: #FFFFFF;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 746px;
			height: 25px;
			color: #669966;
			font: bold 12px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title a {
			color: #669966;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			background: url("images/post_date.gif") repeat-x;
			width: 50px;
			height: 51px;
			color: #FFFFFF;
			text-align: center;
			text-transform: uppercase;
			margin-right: 10px;
			font: bold 10px/15px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title .post-date span {
			margin-bottom: 2px;
			display: block;
			font: bold 16px/34px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title h2 {
			padding: 4px 0 3px 0;
			color: #669966;
			font: bold 19px "Times New Roman", Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #669966;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #000000;
			padding: 0 4px;
			width: 746px;
		}
		
		#content .post .post-entry a {
			color: #669966;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 12px/20px "Trebuchet MS", Verdana;
			color: #669966;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #669966;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry p img {
			background-color: #ffffff;
			border: 1px dashed #000000;
			padding: 2px;
		}		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 10px 4px 0 4px;
			width: 746px;
			clear: both;
			font: bold 12px "Trebuchet MS", Verdana;
			color: #669966;
		}
		
		#content .post .post-info a {
			color: #669966;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #000000;
			font: bold 17px "Times New Roman", Verdana;
			margin: 25px 0 5px 0;
			padding: 0 4px;
			width: 746px;
		}
		
		#content .post .comments {
			padding: 0 4px;
			width: 746px;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #000000;
		}
		
		#content .post .comments a {
			color: #669966;
			text-decoration: none;
		}
		
		#content .post .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li.alt {
			background: #999999;
		}
		
		#content .post .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #000000;
			padding: 0 4px;
			width: 746px;
		}
		
		#content .post #commentform a {
			color: #669966;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		width: 189px;
		font: normal 12px/18px "Trebuchet MS", Verdana;
		color: #cccccc;
		padding: 7px 0;
	}
	
	.sidebar a {
		color: #cccccc;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Titles */
		
		.sidebar h3 {
			padding-left: 18px;
			font: bold 15px/34px "Times New Roman", Verdana;
			text-transform: uppercase;
			color: #ffffff;
			height: 46px;
			width: 189px;
			background: url("images/sidebartitle.jpg") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 0 0 20px 18px;
			padding: 0;
			list-style-type: none;
		}
		
		.sidebar ul li {
			color: #c3b59e;
			font: normal 12px/26px "Trebuchet MS", Verdana;
		}
		
		.sidebar ul li a {
			color: #cccccc;
			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		/* The Navigation */

		#navigation{	
			width:745px;
			margin:0px 0px 0px 0px;
			padding:0px 5px 10px 5px;
		}


		
		/* Search */
		#search {
		height:35px;
		padding: 5px 0 10px 0;
		margin:0 auto;
		width:175px;
		}

		#search form {
		margin: 0;
		padding: 0;
		}

		#search fieldset {
		margin: 0;
		padding: 0;
		border: none;
		}

		#search p {
		margin: 0;
		font-size: 85%;
		}

		#s {
		margin: 0;
		float: left;
		width:110px;
		height: 18px;
		padding: 5px 5px;
		background:url(images/sf.jpg) no-repeat;
		border: 0px;
		font: normal 100% "century Gothic", Arial, Helvetica, sans-serif;
		color:#333333;
		}

		#searchsubmit {
		width:50px;
		float: left;
		background:url(images/smit.jpg) no-repeat ;
		border:none;
		font: bold 100% "century gothic", Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		height:26px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 5px auto 20px auto;
			width: 120px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 0 10px 20px 10px;
		}


/* Footer */

#footer {
	margin-top: 20px;
	width: 1004px;
	height: 162px;
	background: url("images/footer.gif") repeat-x;
	color: #cccccc;
	font: normal 12px/32px "Trebuchet MS", Verdana;
	text-align: center;
}

.footersqr {
	float: left;
	margin: 0;
	padding: 5px 20px 5px 10px;
	width: 380px;
	line-height: 18px;
}

.footersqr2 {
	float: left;
	margin: 0;
	padding: 15px 20px 5px 10px;
	width: 300px;
	line-height: 18px;
}


.footericn {
	float: right;
	margin: 0;
	padding: 30px 10px 0 0;
	width: 250px;
	line-height: 20px;
}

.footericn h3 {
	color: #1c2a45;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.footericn a img {
	border: medium none;
	margin: 0 10px 0 0;
	padding: 0;
}

#footer p {
	color: #cccccc;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	list-style-type: none;
	margin:  0;
	padding: 0;
}

#footer h2 {
	color: #ffffff;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#footer ul ul {
	list-style-type: none;
	margin: 0 0 0 20px
	padding: 0;
}

#footer ul li ul li {
	list-style-type: none;
}

#footer ul li ul li {
	margin: 0;
	padding: 0;
}

#footer .widget {
	-moz-border-radius: 5px;
	background: #ffffff url(images/sidebar2.png) repeat-x scroll 0 0;
	border: 2px solid #959595;
	margin: 5px;
	padding: 10px;
}


#footer a {
	color: #cccccc;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footnote {
	color: #cccccc;
	margin-top: 10px;
	font-family: Verdana, Georgia, Tahoma, Arial;
	font-size: 10px;
}

#footnote a {
	color: #41663e;
}

#copyright .note {
	width: 800px;
	height: 20px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/**************************
***    Video Library    ***
**************************/

#videoPlayer {
	width: 740px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

#videoPlayer h2 {
	color: #c84f0a;
	font-size: 16px;
	font-family: Georgia, Arial;
	margin-bottom: 5px;
}

#videoCollection {
	width: 740px;
	margin: 0px;
}

#libTitle {
	width: 510px;
	margin: 20px auto;
	text-align: center;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}

#libTitle h2 {
	color: #C84F0A;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 21px;
	font-family: Georgia, Arial;
}

#videoBoard {
	background-color: gray;
	width: 740px;
	margin: 0 auto;
}

.videoItem {
	width: 180px;
	height: 160px;
	margin-bottom: 15px;
	text-align: center;
	float: left;
}

.videoItem img {
	border: #3c3c3c 1px solid;
	margin: 2px;
	width: 150px;
	height: 113px;
}

.videoItem a, .videoItem a:visited, .videoItem a span {
	color: #ccc;
	text-decoration: none;
}

.videoItem span {
	color: #333333;
}
