/*  

Theme Name: Scoop

Theme URI: http://austingraphics.ca

Description: Scoop 

Version: 1.0

Author: austingraphics.ca

Author URI: http://austingraphics.ca

*/







/* General */



body {

	margin: 0;
	background-color:#ffffff;

}



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: 400px;

	background: url("images/header.jpg") no-repeat;

	position: relative;

}

#logo {
	position:absolute;
	top:68px;
	left:56px;
	background-image:url(images/scooplogo.gif);
	width:348px;
	height:83px;
}
#logo:hover{background-position: -348px;}



	/* Header - Info */

	

	#header #header-info {

		position: absolute;

		top: 180px;

		left: 65px;

	}

	

	#header #header-info h1 {

		color: #680000;

		font: normal 40px "Georgia", Georgia;

	}

	

	#header #header-info h1 a {

		color: #680000;

		text-decoration: none;

	}

	

	#header #header-info .description {

		color: #680000;

		font: bold 12px "Georgia", Georgia;

	}

	

	/* Header - Menu */

	

	#header #header-menu {

		position: absolute;

		top: 0px;

		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 10px/43px "Century Gothic", Century Gothic;

		color: #cccccc;

		text-transform: lowercase;

		background: url("images/header_menu_left.gif") no-repeat;

	}



		

	#header #header-menu ul li a {

		color: #cccccc;

		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 - Ssearch */

	

	#header #header-search {

		position: absolute;

		top: 360px;

		left: 12px;

		width: 189px;

		height: 30px;



}



		#header #header-search {

			width: 189px;

			height: 30px;

			background: url("images/sidebar_search.gif") no-repeat;

		}

		

		#header #header-search #search-form {

			margin: 0;

			padding: 0;

			width: 189px;

			height: 30px;

		}

		

		#header #header-search #sb {

			width: 100px;

			height: 20px;

			border: 0;
			
			margin: 4px 0 4px 4px;

			padding: 2px 4px 0 4px;

			font: 15px "Century Gothic", Century Gothic;

			color: #fff;
			
			background-color:#b6d437;

			float: left;

		}

		

		#header #header-search #searchsubmitb {

			background: transparent;

			border: none;

			width: 75px;

			height: 30px;

			padding: 0;

			float: right;

		}

	

	#header #header-text a {

		color: #ffffff;

		text-decoration: underline;

	}



/* Header - Feed */

	

	#header #header-feed {

		position: absolute;

		top: 290px;

		left: 720px;

		width: 60px;

		height: 60px;

	}





	/* Header - Topbar */

	

	#header #topbar {

		position: absolute;

		top: 334px;

		left: 30px;

		width: 1004px;

		height: 201px;

		color: #4e240b;

		font: normal 12px "Century Gothic", Century Gothic;

	}

	

	#header #topbar h3 {

		font: bold 15px "Century Gothic", Century Gothic;

		color: #4e240b;

	}

	

	#header #topbar ul {

		margin: 0;

		padding: 0;

		list-style-type: none;

	}

	

	#header #topbar ul li {

		padding-top: 12px;

		color: #4e240b;

		font: normal 12px "Century Gothic", Century Gothic;

	}

	

	#header #topbar ul li a {

		color: #4e240b;

		text-decoration: none;

	}

	

	#header #topbar ul li a:hover {

		text-decoration: underline;

	}

	

		/* Header - Topbar - Boxes */

		

		#header #topbar #topbar-left {

			width: 1px;

			padding: 5px 3px;

			float: left;

		}

		

		#header #topbar #topbar-center {

			width: 626px;

			float: left;

			padding: 12px 0 0 30px;

		}

		

		#header #topbar #topbar-right {

			width: 256px;

			float: left;

			padding: 12px 0 0 30px;

		}





/* 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: 60px;

	background: url("images/main_bottom.gif") no-repeat left bottom;

}



	/* Main - Content */

	

	#content {

		float: left;

		width: 570px;

		padding: 19px 16px 0 16px;

	}

	

	/* Main - Content - Post */

	

	#content .post {

		color: #4e240b;

		float: left;

		margin-bottom: 16px;

		width: 554px;

		padding: 7px;

		background: #ffffff;

	}

	

		/* Post - Title */

		

		#content .post .post-title {

			width: 554px;

			height: 51px;

			color: #4e240b;

			font: bold 12px "Trebuchet MS", Century Gothic;

		}

		

		#content .post .post-title a {

			color: #4e240b;

			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") no-repeat;
			
			display:block;

			width: 50px;

			height: 43px;

			color: #4e2e0b;

			text-align: center;

			text-transform: uppercase;

			margin-right: 18px;
			
			font: bold 12px "Trebuchet MS", Century Gothic;
			
			line-height:10px;		

		}

		

		#content .post .post-title .post-date span {

			margin-bottom: 2px;

			display: block;

			font: bold 22px "Trebuchet MS", Century Gothic;
			
			line-height:18px;
			
			padding-top:7px;

		}

		

		#content .post .post-title h2 {

			padding: 4px 0 3px 0;

			color: #f0a122;

			font: bold 19px "Georgia", Georgia;

		}

		

		#content .post .post-title h2 a {

			color:#f0a122;

			text-decoration: none;

		}

		

		#content .post .post-title h2 a:hover {

			text-decoration: underline;

		}

		

		/* Post - Entry */

		

		#content .post .post-entry {

			font: normal 12px/14px "Trebuchet MS", Century Gothic;

			color: #4e240b;

			padding: 0 4px;

			width: 546px;

		}

		

		#content .post .post-entry a {

			color: #f0a122;

			text-decoration: none;

		}

		

		#content .post .post-entry a:hover {

			text-decoration: underline;

		}

		

		#content .post .post-entry .more-link {

			font: bold 12px/20px "Trebuchet MS", Century Gothic;

			color: #4e240b;

			float: right;

			padding-bottom: 5px;

		}

		

		#content .post .post-entry .more-link a {

			color: #f0a122;

			text-decoration: none;

		}

		

		#content .post .post-entry .more-link a:hover {

			text-decoration: underline;

		}

		

		/* Post - Info */

		

		#content .post .post-info {

			padding: 10px 4px 0 4px;

			width: 546px;

			clear: both;

			font: 12px "Century Gothic", Century Gothic;

			color: #b6d437;

		}

		

		#content .post .post-info a {

			color: #b6d437;

			text-decoration: underline;

		}

		

		#content .post .post-info a:hover {

			text-decoration: none;

		}

		

		/* Post - Comments */

		

		#content .post h3 {

			color: #4e240b;

			font: bold 17px "Century Gothic", Century Gothic;

			margin: 25px 0 5px 0;

			padding: 0 4px;

			width: 546px;

		}

		

		#content .post .comments {

			padding: 0 4px;

			width: 546px;

			font: normal 12px/18px "Century Gothic", Century Gothic;

			color: #4e240b;

		}

		

		#content .post .comments a {

			color: #4e240b;

			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: #4e240b;

		}

		

		#content .post .comments ol li cite {

			color: #4e240b;

			font-style: normal;

			font-weight: bold;

		}

		

		#content .post .comments ol li cite a {

			color: #4e240b;

			text-decoration: none;

		}

		

		#content .post .comments ol li cite a:hover {

			text-decoration: underline;

		}

		

		#content .post .comments ol li .commentmetadata a {

			color: #4e240b;

			text-decoration: none;

		}

		

		#content .post .comments ol li .commentmetadata a:hover {

			text-decoration: underline;

		}

		

		#content .post #commentform {

			margin: 0;

			font: normal 12px/18px "Century Gothic", Century Gothic;

			color: #4e240b;

			padding: 0 4px;

			width: 546px;

		}

		

		#content .post #commentform a {

			color: #4e240b;

			text-decoration: none;

		}

		

		#content .post #commentform a:hover {

			text-decoration: underline;

		}

	

	/* Main - Sidebar */

	

	.sidebar {
		float: left;
		width: 189px;
		font: strong 16px/16px "Century Gothic", Century Gothic;
		color: #ffffff;
		padding-bottom:30px;
		margin-top:26px;
		background-color:#4e220b;
	}
	.sidebar-left {
		background-color:#b6d437;
	}
	.sidebar a {
		color: #ffffff;
		text-decoration: none;
	}
	.sidebar a:hover {
		text-decoration: underline;
	}
	

		/* Sidebar - Titles */

		

		.sidebar h3 {

			padding-left: 26px;

			font: bold 16px/24px "Georgia", Georgia;

			text-transform: lowercase;

			color: #ffffff;

			height: 46px;

			width: 189px;}
		.categories {background: url("images/sidebar_categories.gif") no-repeat;}
		.blogroll {background: url("images/sidebar_blogroll.gif") no-repeat;}
		.pages {background: url("images/sidebar_pages.gif") no-repeat;}
		.archives {background: url("images/sidebar_archives.gif") no-repeat;}

		

		/* Sidebar - Menus */

		

		.sidebar ul {

			margin: 0 0 10px 28px;

			padding: 0;

			list-style-type: none;

		}

		

		.sidebar ul li {

			color: #ffffff;

			font: normal 12px/20px "Georgia", Georgia;

		}

		

		.sidebar ul li a {

			color: #ffffff;

			text-decoration: none;

		}

		

		.sidebar ul li a:hover {

			text-decoration: underline;

		}

		

		/* Sidebar - Forms */

		

		.sidebar #searchform {

			margin: 0 auto;

			padding: 15px 0 25px 0;

			width: 145px;

			text-align: center;

		}

		

		.sidebar #searchform #s {

			width: 145px;

		}

		

		/* 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 {

	
	bottom:0px;
	
	width:964px;
	
	height:60px;
	
	margin-top:40px;
	
	left:auto;
	
	color: #4e2e0b;

	font: normal 10px/15px "Century Gothic", Century Gothic;
	
	padding:0px 20px 0 20px;
	
	background: url("images/footer.gif") repeat-x;
	
}






#footer a {

	color: #4e2e0b;

	text-decoration: underline;

}



#footer a:hover {

	text-decoration: none;

}

