

/* General */

body {
	font-family: Arial, sans-serif;
	margin: 0;
	max-device-width: 480px
}

a {
	color: #003399; 
}

a:active {
	color: #003399; 
}

form {
	margin: 0;
	padding: 0;
	background: none;
}

input, textarea {
	color: #333;
	font-size: 18px;
}

h1 {
	line-height: 39px;
	font-size: 36px;
	margin: 0px;
}

h2 {
	line-height: 35px;
	font-size: 32px;
	margin: 0px;
	padding: 7px 0px;
	letter-spacing: -1px;
}

h3 {
	line-height: 24px;
	font-size: 21px;
	margin: 0px;
	padding: 7px 0px;
}

p, li {
	line-height: 17px;
	font-size: 14px;
}

img {
	margin: 0;
	border: 0;
}

ul {
	margin: 0px;
}

/* Some peoples sometime using this class for aligning the image */

img.alignleft, img.left {
	float: left; 
	margin-right: 5px; 
	margin-left: 0px;
}

img.alignright, img.right {
	float: right;
	margin-left: 5px; 
	margin-right: 0px;
}

.clear {
	clear: both; 
	overflow: hidden;
}

/* Layout */

#contentContainer, #leftContainer, #headerContainer, #footerContainer {
	overflow: hidden; 
	display: block;
	text-align: left;
	background: #ffffff;
}

/* Header */



#headerContainer .headerLogo {
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height: 60px;
	background: #eef4e6 url(/_img/header-mobile-top.gif) top left repeat-x;
	display: block;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}

#headerContainer .headerLogo h1 {
	line-height: 55px;
}

#headerContainer P,
#headerContainer .headerSearch {
	margin: 0px;
	padding: 7px 3px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #9ba988;
	background: #d6decc;
	text-align: center;
}

.headerSearchInput {
	height: 25px;
}

.headerSearchButton {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #9ba988;
	border-right: 1px solid #9ba988;
	font-size: 18px;
	background: #000000;
	color: #ffffff;
}

/* Footer */

#footerContainer {
	margin-top: 15px;
	width: 100%;
	text-align: center;
}

#footerContainer .footerContent {
	color: #999999;
	text-align: center;
	font-size: 11px;
}


/* Content */

#contentContainer {
	
}

#contentContainer .indexList {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#contentContainer .indexList li,
#contentContainer .indexList h2 {
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #cccccc;
	font-size: 14px;
	background: #eef4e6 url(/_img/inside.gif) right no-repeat;
	display: block;
	padding: 7px 30px 7px 7px;
}

#contentContainer .indexList h2 {
	background: #eef4e6 url(/_img/header-mobile.gif) top left repeat-x;
	font-size: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	height: 35px;
	padding: 6px 30px 7px 7px;
}

#contentContainer .indexList li a {
	text-decoration: none;
}

#contentContainer .postContent {
	padding: 10px;
}

#contentContainer .postContent .postMetaData {
	padding: 5px 0px 5px 0px;
	border-bottom: 2px solid #cccccc;
	font-weight: bold;
}



/* Page Navigation */

#wp_page_numbers {
	text-align: center;
	background: #9ba988;
	padding: 10px 5px;
	margin: 0px;
	color: #ffffff;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #666666;
}

#wp_page_numbers ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#wp_page_numbers ul li {
	margin: 0px;
	float: left;
	display: block;
}

#wp_page_numbers ul li a {
	color: #ffffff;
	padding: 0px 5px 0px 5px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}

/* Comment Form */

.formInput {
	width: 460px;
	font-size: 18px;
	padding: 5px;
}


.formTextArea {
	width: 460px;
	font-size: 18px;
	padding: 5px;
}

