/*
Theme Name: City Safe
Theme URI: http://acitysafefromsea.com/
Description: City Safe site theme 
Version: 1.0
Author: Swift + Danger
Tags: butt dog, fart dog, dog with butt and fart, who is dog now, semantic html
*/

/********** CSS Reset v1.0 | 20080212 **********/

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 {
	line-height: 1;
}
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 {
	text-align: center;
	background-color: #000;
}

#rap {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#header {
	text-align: center;
	background-color: #000;
	background-image: url('images/nav_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-bottom: 20px;
}

ul#header_nav {
	overflow: hidden;
	width: 740px;
	margin: 0 auto;
	height: 36px;
}

ul#header_nav li {
	float: left;
}

ul#header_nav li a {
	display: block;
	margin: 0px;
}

#content_wrapper {
	background-image: url('images/bg_1.jpg');
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

#content {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	padding-bottom: 400px;
	line-height: 18px;
}

#content br {
	margin-bottom: 12px;
}

#content hr {
	text-align: left;
	margin: 0 auto 16px 0;
	border: 0px;
	border-top: 1px solid #2f9ad2;
	width: 300px;
}

#content h2 {
	font-size: 20px;
}

#content h2 a, #content a {
	color: #2f9ad2;
	text-decoration: none;
}

#content p {
	margin-bottom: 11px;
}

#content ul, #content ol {
	margin-bottom: 11px;
}

#content ul li {
	list-style:disc inside;
}

#content ol li {
	list-style-type: inside decimal;
}

#content .entry {
	margin-top: 14px;
	font-size: 12px;
}

#footer {
	padding: 6px 0 0 0;
	width: 900px;
}

#footer_content {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}
