/*
Theme Name: Password
Theme URI: http://blog.apluswebcreations.com/
Description: Design for Volume 1 of Password: Passing on Words of Wisdom and Hope.
Version: 1.0
Author: Mike Badgley, A+ Web Creations
Author URI: http://blog.apluswebcreations.com/
Tags: navy blue, cobalt blue, royal yellow
*/

@import "_styles/reset.css";
@import "_styles/navigation.css";
@import "_styles/layout.css";
@import "_styles/features.css";

html {
	font-size: 100.01%;
}

body {
	background: #fff url(images/layout/body_bg.gif) repeat-x left top;
	color: #444;
	font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	min-width: 960px;
}

#page {
	background-color: #fff;
	left: 50%;
	margin: 50px 0 0 -475px;
	position: relative;
	width: 950px;
}



/* ----------------------------------------------------------------------------
	GLOBAL CONTENT RULES
---------------------------------------------------------------------------- */
body a:link,
body a:visited,
body a:hover,
body a:active {
	color: #013083;
	text-decoration: underline;
}
body a:hover,
body a:active {
	text-decoration: none;
}

body acronym { }

body address { 
	font-style: normal;
}

body big {
	font-size: 12px;
}

body blockquote { }

body em {
	font-style: italic;
}

body form { }
	body form button { }

	body form fieldset { }
		body form fieldset legend { }

	body form input { }

	body form label { }

	body form select {
		min-width: 1.5em;
	}
		body form select option { }

	body form textarea {
		width: 100%;
	}

body h1 { }

body h2.bg {
	height: 40px;
	margin: 0 0 -10px 0;	
}

body h3 { 
	color: #013083;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
}
	body #sidebar h3 {
		font-size: 14px;	
	}

body h4 { }

body h5 { }

body h6 { }

body hr { }

body img { }

body ol {
	list-style-type: decimal;
	margin: 0 0 20px 30px;
}
	body ol ol,
	body ol ul { }

	body ol li { }

body p { 
	margin: 20px 0;
}

body small {
	font-size: 10px;
}

body strong {
	font-weight: bold;
}

body sub {
	height: 0;
	position: relative;
	top: .5ex;
}

body sup {
	bottom: 1ex;
	height: 0;
	position: relative;
}

/*
Showing tables "properly" requires the 
parent element (child of layout column)
to have padding and an auto width.
*/
body table {
	empty-cells: show;
	table-layout: auto;
}
	body table thead {
		display: table-header-group;
	}

	body table tbody { }

	body table tfoot {
		display: table-footer-group;
	}

	body table tr { }
		body table tr th { }
		body table tr td { }

body ul { 
	margin: 20px 0 20px 30px;
}
	body ul ul,
	body ul ol { }

	#body ul li,
	ul.bullets li{ 
		background: transparent url(images/layout/bullet.gif) no-repeat 0 7px;
		margin: 0 0 5px 0;
		padding-left: 20px;
		position: relative;
	}