/*

	westsideDB
	------------

	@file 		custom.css
	@version 	1.0.0b
	@date 		2009-07-27 08:24:36 +0200 (Mon, 27 Jul 2009)
	@author 	1Serpent <contact@1serpent.com>

	Copyright (c) 2009 1Serpent <http://1serpent.com/>

*/

/* main style & typography */
body.custom { background: #FFFFFF; }
	.custom #container { padding-top: 170px; position: relative; }

	/* header area */
	.custom #header { border: none; left: 1em; padding: 0; position: absolute; top: 180px; width: 165px; }
		.custom #header #logo a { background: url(images/newest_logo.jpg) no-repeat 100% 0; display: block; height: 100px; text-indent: -9999px; width: 160px; }
		.custom #header #tagline { display: none; }

		/* rotator */
		#header_rotator { border: 1px solid #999999; height: 150px; left: 1em; padding: 1px; position: absolute; top: 10px; width: 1018px; }

		/* navigation */
		.custom .menu { border: none; left: 200px; position: absolute; top: 170px; }
		.custom .menu .tab { margin-right: 5px; }
		.custom .menu ul a { background: #666666; color: #FFFFFF; }
		.custom .menu ul a:hover { background: #666666; color: #FFFFFF; text-decoration: underline; }

	/* content area */
	.custom #content_box { background: none; }
		.custom #column_wrap { background: none; }
			.custom #content { margin: 40px 0 0; }
			.custom #sidebar_1 { margin: 140px 0 0; }
			.custom #sidebars { margin: 16px 0 0; }
				.custom li.widget { clear: both; }
				.custom .social_networks { float: left; margin-bottom: 2.909em; }
					.custom .social_networks a { float: left; width: 100px; }

	/* footer area */
	.custom #footer { border: none; color: #000000; font-size: 0.8em; padding: 0; text-align: center; }
		.custom #footer a { border: none; color: #666666; text-decoration: none; }
		.custom #footer a:hover { text-decoration: none; }


/* additional style & typography */
.custom .hide { display: none; }
.custom.hide_title .headline_area { display: none; }

.custom.page .headline_area { text-align: right; }
.custom.front_page #content { margin: 20px 0 40px; }