/* ----------------------------------------------------------------------------------- RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
 border:0;
}

/* ----------------------------------------------------------------------- COMMON/LAYOUT */


body {
	font-family: Garamond, Georgia;
	font-size: 0.9em;
	font-size: 90%;
	line-height: 1.4em;
	margin:0;
	padding:0 0 60px 0;
	color: #333;
}

html {
	font-family: Garamond, Georgia;
	background:#c9c9c9 url(images/always.bg.png) repeat scroll 0 0;
	margin:0;
	padding:0;
	color: #333;
}

div#iamthehead {
	width: 100%;
	margin: 0 0;
	border-top: none;
	border-bottom: none;	
}

div#iamtheend {
	width: 100%;
	margin: 0 0;
	border-top: none;
	border-bottom: none;
}

div#backandforth {
	margin: 18px auto 0;
	text-align: center;
	width: 940px;
}

div#iamthefooter {
	width: 100%;
	margin: 0 0;
	border-top: none;
	border-bottom: none;
}

div#thisistheend {
	width: 920px;
	margin: 65px auto 8px;
	padding: 0;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial;
	color: #6B6863;
	font-size: 0.9em;
	font-weight: bold;
}

div#thisistheend img {
	margin: 0 4px;
}

div#thisistheend img#apple {
	vertical-align: -10%;
}

div.letmeshowyou {
	width: 100%;
	margin: 0 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #888;
}

hr.finishline {
	background-color: #eee;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1px;
	border: none;
}

div.getmecentered {
	width: 960px;
	margin: 45px auto;
}

div.getmecentered p {
	margin: 12px 0;
}

div.getmecentered img.size-full, div.getmecentered img.size-medium, div.getmecentered img.size-small {
	display: block;
	margin: 0 auto;
	text-align: center;
}

div.getmecentered img.size-medium {
	width: 460px;
}

div#givemeyourcomment {
	height: 200px;
	padding: 40px 0 20px;
	background: url(images/always.bg-comments.gif) repeat-x center center;
}

ul#navigateme {
	display: block;
	width: 920px;
	margin: 0 auto 20px;
	padding: 0;
}

ul#navigateme li {
	display: inline;
	margin: 0;
	padding: 0 20px 0 0;
}

ul#navigateme li a {
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial;
	color: #6B6863;
	font-size: 0.9em;
	font-weight: bold;
}

ul#navigateme li.current_page_item a, ul#navigateme li.active a {
	color: #333;
}

/* ------------------------------------------------------------------------ PAGES */

div.iamapage {
	width: 940px;
	margin: 25px auto;
	text-align: left;
}

/* ------------------------------------------------------------------------ HEADINGS */

div#iamthehead h1 {
	width: 940px;
	color: #fff;
	font-family: Arial;
	font-size: 1.8em;
	letter-spacing: 0.1em;
	margin: 26px auto 14px;
}

h1 span.quotes {
	font-family: sans-serif;
}

h2 {
	font-size: 1.35em;
	margin: 0 0 16px;
}

h2 a, h2 a:link, h2 a:hover, h2 a:active, h2 a:visited {
	text-decoration: none;
}

h3 {
	font-size: 1.35em;
	margin: 0 0 13px;
}

h3 a, h3 a:link, h3 a:hover, h3 a:active, h3 a:visited {
	text-decoration: none;
}

/* ----------------------------------------------------------------- STANDARD ARTICLE */

div.standard {
	width: 460px;
	margin: 0 auto;
	text-align: justify;
	font-size: 1.05em;
}

div.standard  p.column {
	float: left;
	width: 220px;
	margin-left: 5px;
	margin-right: 5px;
}

div.standard ul, div.standard ol {
	margin: 0 0 0 22px;
	text-align: left;
}

div.standard ol li {
	list-style-type: decimal;
}

div.standard ul li {
	list-style-type: circle;
}

/* ------------------------------------------------------------------------- SIDEBAR */

div#mysidebar {
	display: normal;
	width: 100%;
	margin: 0 0;
	border-top: none;
	border-bottom: none;
}

div.iwantasidebar {
	width: 940px;
	margin: 25px auto;
}

div.iwantasidebar  div.inthesidebar {
	float: left; 
	width: 200px;
	margin: 0 10px;
}

/* ------------------------------------------------------------------------- PAGEBAR */

div.pagebar span.this-page {
	margin: 0 5px;
}

div.pagebar a:link {
	margin: 0 1px;
}

div.leftspecialnav {
	float: left;
	margin: 0 10px 0 0;
	text-align: left;
	width: 460px;
}

div.rightspecialnav {
	float: right;
	margin: 0 0 0 10px;
	text-align: right;
	width: 460px;
}

/* ------------------------------------------------------------------------- COMMENTS */

div.centercomments {
	margin: 0 auto;
	width: 940px;
}

div#givemeyourcomment form {
	margin: 0 auto;
	width: 940px;
}

ul#comments  {
	padding: 0 0 22px 20px;
}

li.yourcomment  {
	padding: 20px 0;
}

li.yourcomment p {
	display: inline;
	margin: 0;
	padding: 0;
}

li.yourcomment div.avatar {
	float: left;
	width: 60px;
	margin: 0;
	padding: 0;
}

li.yourcomment div.thisisyourcomment {
	float: right;
	width: 850px;
	margin: 0;
	padding: 0;
}


/* --------------------------------------------------------------------------- FORMS */

form label {
	display: block;
	padding: 8px 0 1px;
}

form label.error {
	display: block;
	color: #c03;
	font-size: 0.7em;
	padding: 0 0 4px;
}

form input, form select{
	display: block;
	border:1px solid #ddd;
	padding:4px;
	margin:2px 0px 6px;
	background: #eee;
	font-size:0.7em;
}

form span.fakeinput{
	font-family: Arial;
	display: block;
	border:1px solid #ddd;
	padding:1px 5px 1px;
	margin:2px 0px 6px;
	background: #eee;
	font-size:0.7em;
	width: 194px;
}


form input#author, form input#email, form input#url {
	display: block;
	border:1px solid #ddd;
	padding:4px;
	margin:2px 0px 6px;
	background: #eee;
	font-size:0.7em;
	width: 196px;
}

form input#submit {
	display: block;
	border: 1px solid #ccc;
	padding: 2px;
	margin: 2px 3px 6px 0;
	background: #ddd;
	font-size: 0.8em;
	width: 206px;
}

form input#s{
	display: inline;
	border: 1px solid #ddd;
	padding: 3px;
	margin: 2px 3px 6px 0;
	background: #eee;
	font-size: 0.8em;
	width: 206px;
}

form input#searchsubmit{
	display: inline;
	border: 1px solid #ccc;
	padding: 2px 8px;
	margin: 2px 3px 6px 0;
	background: #ddd;
	font-size: 0.8em;
}

form input#hidden, form input#_wp_unfiltered_html_comment, form input#comment_post_ID, form input#comment_parent{
	display: none;
}

form textarea{
	border:1px solid #ddd;
	padding:2px;
	margin:2px 0px;
	background: #eee;
	width: 700px;
	height: 130px;
}

form p.left {
	float: left;
	width: 210px;
	text-align: left;
}

form p.right {
	float: right;
	width: 710px;
	text-align: right;
}

/* -------------------------------------------------------------------- CUSTOMIZATION */

.black {
	color: #000;
}

.bold {
	font-weight: bold;
}

/* -------------------------------------------------------------------- LINKS */

a, a:link, a:active, a:visited, a:hover {
	text-decoration: underline;
	color: #333;
}

a.givemedetails, a.givemedetails:link {
	display: block;
	margin: 10px 0 0;
	font-size: 0.8em;
}