/*
Theme Name: Full Factory
Theme URI: http://francisdelapena.com
Description: Designed and Developed for Full Factory Distribution.
Author: Francis Delapena
Author URI: http://francisdelapena.com/
Tags: pink, fixed width, two columns

	Full Factory v1

*/

* {
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	background: #E51364;
	padding: 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	width: 1010px;
	margin: 0 auto;
	text-align: left;
}
#fullfactory {
		float: left;
		width: 550px;
		margin-right: 20px;
	} #header {
		margin-bottom: 15px;
}
#sidebar {
		float: left;
		padding: 0;
		width: 420px;
	} #social {
		padding-bottom: 7px;
		} #social a {
			margin-right: 5px;
	} #brands {
		height: 32px;
		margin-bottom: 10px;
	} #brands a {
		padding-right: 1px; 
	} #sidebar .box {
		overflow: hidden;
		position: relative;
		float: left;
		width: 200px;
		height: 200px;
		margin: 0 5px 5px 0;
		background: #ccc;
		border: 1px solid #000;
	} #sidebar h3 {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 2;
		font-size: 12px;
		padding: 2px 3px;
		text-transform: uppercase;
		border-top: 1px dotted #000;
		display: block;
		background: #000;
		color: #fff;
	} #sidebar a {
		color: #000;
	} #sidebar h3 a {
		color: #fff !important;
		text-decoration: none;
	} #sidebar h3 a:hover {
		color: #f289b2 !important;
	} #sidebar ul {
		padding: 10px;
		margin: 0;
		font-size: 10px;
	} #sidebar li {
		padding-bottom: 2px;
		list-style: none;
	} #sidebar small {
		font-size: 9px;
	} #sidebar .feed-sunday {
		background: #F0FF00;
	} #sidebar .feed-proper {
		background: #00CC00;
	} #sidebar .feed-odyssey {
		background: #FF1919;
	} #sidebar .feed-gsport {
		background: #00CCFF;
}

/* mailing list */
#mailinglist {
	background-image: url(images/mailing-list.jpg) !important;
	color: #E51364;
	font-weight: bold;
	} div.MailPress {
		padding: 10px;
	} .MailPressFormName,
	.MailPressFormEmail,
	.mp_submit {
		text-align: left;
		float: left;
		font-size: 14px;
		padding: 5px;
		border-color: #999;
		width: 160px;
	} .MailPressFormName {
		display: block;
		margin: 5px 0;
		width: 150px !important;
	} .mp_submit {
		display: block;
		width: 140px !important;
		padding: 2px;
		text-transform: uppercase;
}
.widecolumn h3 {
	margin-top: 10px;
}
.widecolumn a {
	color: #fff;
}

/* forms */
input {
	border: 1px solid #000;
	background: #fff;
	color: #000;
	padding: 2px;
	font-weight: bold;
}

/* posts */
.post {
	padding-bottom: 20px;
	} .post h2 {
		background: #000;
		color: #fff;
		padding: 5px;
		display: block;
		text-transform: uppercase;
		margin-bottom: 10px;
	} .post h2 a {
		text-decoration: none;
	} .post h2 small {
		float: right;
		font-size: 9px;
	} .post a {
		color: #fff;
}
.navigation {
	height: 15px;
	padding: 2px 5px 1px;
	text-transform: uppercase;
	font-size: 9px;
	background: #000;
	color: #fff;
	} .navigation a {
		text-decoration: none;
		color: #fff;
	} .navigation a:hover {
		text-decoration: underline;
}

p, ul, ol {
	margin-bottom: 10px;
}
ul, ol {
	margin-left: 20px;
}
blockquote {
	padding: 10px 20px 10px;
	font-style: italic;
}
p.postmetadata {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding: 10px 0 2px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear { clear: both; }
