/*
Theme Name: PTP Quick
Theme URI: 
Description: 
Version: 1.0
Author: Aaron McCann & Chris Grove
Author URI: 
Tags: 

*/


/* GLOBAL */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	font-size: 1.1em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background-color: #eee;
}



a:link, a:visited {
	color: #333;
	border-bottom: 1px solid #000;
	text-decoration: none;
}
	
a:hover, a:active {
	color: #333;
	border-bottom: 1px solid #333;
	text-decoration: none;
}

a.no_decor:link, a.no_decor:visited, a.no_decor:hover, a.no_decor:active {
	border-bottom: none;
}

#container {
	width: 900px;
	margin: 0px auto;
	background-color: #fff;

}


.clear {
	clear: both;
}



.top_row, .bottom_row {
	float: left;
}

.top_row img, .bottom_row img {
	margin: 0 -6px -6px 0;

}


#single {
	width: 880px;
	padding: 10px;
	clear: left;
	
}

	#single p {
	text-align: left;
	margin-bottom:15px;
	line-height:24px;
}


#single img {
	border: none;
	float: left;
}

#footer articles {
	width: 900px;
	margin: 0px auto;
	background-color: #fff;
	font-size:10px;
	float: left;
}

p {

padding: 0 15px;

}


