html {
	/* bg image that covers whole page */
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*background-color: #A3CC4D;*/
}
body {
	font-family: AllerRegular, MidoMedium, DroidSansRegular, Geneva, Ubuntu, Rockwell, Candara, "Lao UI", "Segoe UI", Calibri, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
	color: #101010;
}
div#wrap {
	width: 1000px;
	margin: auto;
	background-color: transparent;
}
/* css for this theme */

html {
	/* bg image that covers whole page */
	background-color: #789E25;
	background-image: url(http://www.hathix.com/images/background.jpg);
}
#header {
	height: 200px;
	background-color: rgba(255, 255, 2555, 0.18);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 5px 5px 0 5px; /* not below */
	margin: 0 0 10px 0; /* only below */
	position: relative;
	color: #2E3F02;
}
#logo {
	float: left;
	margin: 5px;
}
#site-title, #site-subtitle {
	text-align: center;
	margin: 5px;
	font-family: MidoMedium, Rockwell, Georgia, serif;
}
#site-title {
	font-size: 66px;
	margin-top: 20px;
}
#site-subtitle {
	font-size: 32px;
}
ul#nav {
	list-style-type: none;
	display: inline !important;
	margin: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 0;
	width: 100%;
}
ul#nav li {
	display: inline;
}
ul#nav li a {
	color: #2E3F02;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	padding: 5px 15px;
}

ul#nav li:first-of-type a {
	border-bottom-left-radius: 6px; /* go with header's border radius */
}
ul#nav li a:hover {
	background-color: rgba(255, 255, 255, 0.30);
}
ul#nav li a:active{
	box-shadow: inset 0 0 5px 2px #EEE;
}
div#social-media {
	float: right;
	margin: auto;
	width: 150px;
	padding: 17px; /* it's 16px high */
}
#email {
	width: 32px;
	height: 32px;
	display: block;
	background-image: url(http://www.hathix.com/images/mail.png);
	margin: 9px 0 9px 15px;
	float: left;
}

div#main {
	width: 1000px;
	clear: both;
	position: relative;
	/*border-top: 5px solid transparent;
	 border-bottom: 5px solid transparent;	*/
	background-color: transparent;
}

#content, #footer {
	border-radius: 6px;
	-moz-border-radius: 6px;
	line-height: 1.3em;
}
#content{
	background-color: rgba(255, 255, 255, 0.24);
	padding: 20px;
	padding-top: 60px; /* 50 for title */
}
#page-title{
	font-size: 30px;
	padding: 10px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: -25px;
	left: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width: 980px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.28);
}


div#footer {
	background-color: rgba(255, 255, 255, 0.14);
	clear: both !important;
	display: block;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}	

#addthis{
	width: 140px;
	margin: auto;
	padding: 3px;
}

/* universal standards */
a img {
	border: none; /*IE fix*/
}
a {
	outline: none !important;
}
b {
	font-size: 110%;
}
p{
	margin: 5px;
}

.breaker{
    clear: both;
}

.center_text {
	text-align: center;
}
h3.subheading {
	font-size: 140%;
	text-decoration: underline;
	margin-left: 10px;
}	