/*  
Theme Name: P3In-Theme
Theme URI: http://www.p3in.com/
Description: A theme created for use on P3In.com
Author: Plus 3 Interactive Wordpress Theme Team.	
Author URI: http://www.p3in.com
Version: 1.0.2
Tags: two-columns, sticky-post, threaded-comments, fixed-width, left-sidebar, widgets

	This theme was designed and built for the WordPress CMS and is copyright Plus 3 Interactive.
*/
@charset "UTF-8";


/* @group Global Tags */

html, body, div, p, span, h1, h2, h3, h4, h5, h6, img, ul, ol, dl, li, dt, dd, blockquote, pre, form, fieldset, label, input, table, th, td, a {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

html, body {
	height: 100%;
}

body {
	background-color: #fff;
	font-family: Arial;
	font-size: .8em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1;
}

img {
	border: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

input {
	font-size: 11px;
}

select {
	font-size: 11px;
}

option {
	font-size: 11px;
}

p {
	margin: 0;
	padding-bottom: 10px;
}

ul, ol {
	list-style: none;
}

#page-body {
	margin: 0px auto -20px auto;
	width: 100%;
	max-width: 970px;
	min-width: 970px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#container {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 970px;
	position: relative;
}

#content-main {
	width: 970px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	clear: both;
}
#content-footer, .push {
	height: 20px;
	clear: both;
}
#content-footer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	text-align: left;
}

#content-footer .copyright {
	padding: 2px 0px 0px 10px;
	font-size: 11px;
	color: #a7bba4;
	float: left;
}

.cleared {
	clear: both;
}
/* @end */