/*
Theme Name: BellTown Clean
Theme URI: http://bellwolfe.com
Author: Wolfe Bros.
Version: 0.1
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #FFF;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
#wrapper {
	width: 1000px;
	margin: 0 auto 0;
	margin-top: 80px;
}

#splashbox {
	margin-top:200px;
}

#container {
	margin: 25px;
	margin-top: 50px;
}

h1, h2 {
	font-size: 25px;
	line-height: 25px;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}



/* Header
-------------------------------------------------------------- */
#site-title {
	color: transparent;
}

#header {
	width: 578px;
	margin: 0 auto 0;
	padding-top: 50px;
}



/* Content
-------------------------------------------------------------- */

.content,
.boxnav{
	background: #FFF;
	width: 590px;
	clear: right;
	margin: 0 auto 0;
	padding: 25px;
	overflow: none;
}

.entry-content{
	font-size: 13px;
	line-height: 18px;
}

.navigation{
	margin-top: 30px;
}

.boxnav{
	margin-bottom: 100px;
}

.nav-previous{
	float:left;
	clear: none;
}

.nav-next{
	float: right;
	clear: none;
}

a:link {color: #cb413e; text-decoration: none;}
a:visited {color: #cb413e;}
a:hover {color: #9B19B5;}
a:active {color: #9B19B5;}

h1, h2 a:link {color: #000;}
h1, h2 a:visited {color: #000;}
h1, h2 a:hover {color: #cb413e;}
h1, h2 a:active {color: #000;}

/*Footer*/

#footer{
	
	width: 590px;
	clear: right;
	float: right;
	margin: 0 auto 0;
	padding: 50px;
	overflow: none;

}



/*Good link color? #cb413e*/


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}
