/*
Theme Name: Portland Detox
Theme URI: http://portlanddetox.com
Description: Custom designed template for www.portlanddetox.com
Version: 1.0
Author: Green Tangerine Media
Author URI: http://greentangerinemedia.com
*/


* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-size: 62.5%;
	font-family: Arial, Sans-Serif;
	background-color: #A9B400;
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	color: #333;
	text-align: center;
	}

#page {
	width: 840px;
	margin: 15px auto 15px auto;
	text-align: left;
	border: #FCFCFC 3px solid;
	background-color: #FFF;
	}

#header {
	width: 840px;
	height: 180px;
	background-image: url(images/portlanddetox.jpg);
	margin: 0;
	padding: 0;
	}
	
#navcontainer {
	margin-top: 3px;
	width: 840px;
	height: 18px;
	background-color: #728B16;
	text-transform: 
	}
	
#content {	
	margin-top: 3px;
	background-color: #FFF;
	background-image: url(images/pagebackground.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	
	width: 778px;
	padding: 30px;
	border: #CCC 1px solid;
	}
	
#footer {
	width: 810px;
	margin: 0 auto 15px auto;
	text-align: left;
	color: #FFF;
	text-transform: uppercase;
	}
	
#content p {
	font-size: 1.2em;
	margin-bottom: 15px;
	line-height: 1.4em;
	}
	
#content h2 {
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 15px;
	color: #295404;
	}
	
#content h3 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 15px;
	color: #666666;
	}
	
#content a:link, #content a:visited {
	color: #295404;
	text-decoration: underline;
	}
	
#content a:hover {
	color: #111;
	text-decoration: underline;
	}
	
#content ol {
	margin-bottom: 15px;
	}
	
#content li {
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-left: 20px;
	}
	
#navcontainer li {
	list-style-type: none;
	display: inline;
	text-transform: uppercase;
	}
	
#navcontainer a:link, #navcontainer a:visited {
	display: block;
	padding: 2px 0px 3px 15px;
	[padding: 3px 0px 4px 15px;padding: 3px 0px 4px 15px;]
	#padding: 2px 0px 3px 15px;
	background-color: #ED9A24;
	color: #FFF;
	width: 124px;
	text-decoration: none;
	border-right: #FFF 3px solid;
	float: left;
	}
	
#navcontainer a:hover {
	color: #FFF;
	background-color: #295404;
	text-decoration: none;
	}
	
#header h1 {
	display: block;
	text-indent: -9000px;
	width: 840px;
	height: 180px;
	background-image: url(images/portlanddetox.jpg);
	margin: 0;
	padding: 0;
	}
	
a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 20px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 15px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
	}