/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/


/** Common Styles */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #191919;
	line-height: 25px;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #B23812;
}

/** Header Style Starts Here */

#header {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#header h1 {
	margin: 0;
	padding: 40px 0 10px 55px;
	background: url(http://www.morningcactus.com/images/image08.gif) no-repeat left 90%;
	text-transform: lowercase;
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
}

/** Menu Style Starts Here */


#menu {
	width: 860px;
	height: 43px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(http://www.morningcactus.com/images/image01.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding-top: 10px;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	background: url(http://www.morningcactus.com/images/image06.gif) no-repeat right 50%;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
}

#menu .first a  {
	padding-left: 0;
}

/** Page Style Starts Here */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: url(http://www.morningcactus.com/images/image05.jpg) repeat-y;
}

#page-top {
}

#page-bottom {
}

#content {
	float: right;
	width: 97%;
	padding: 0px 10px 10px 60px;
	*padding: 0px 10px 10px 10px;
}

#content h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 24px;
	font-weight: normal;
}

#sidebar {
	float: left;
	width: 250px;
	padding: 20px 0 0 20px;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #CFCFCF;
}
/** Footer Style Starts Here */

#footer {
	width: 900px;
	height: 43px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: url(http://www.morningcactus.com/images/image02.jpg) no-repeat left top;
	margin-bottom: 35px;
}

#footer p {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}


/*	SOCIAL FOOTER
---------------------------------------*/
#socialFooter {
	background: #f0d9ac;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99;
}
#socialFooter a {
	color: #1048ce;
}
#socialFooter p {
	margin: 10px 0;
}
#socialFooter h3 {
	color: #222;
	text-shadow: none;
	margin: 10px 0;
}
#socialFooter > div {
	margin: 0 80px;
}
#socialFooter #bar {
	padding-top: 12px;
	padding-bottom: 12px;
}
#socialFooter #like {
	float: left;
	padding-left: 20px;
	height: 25px;
}
#socialFooter #closeBar {
	float: right;
	font-size: 12px;
	color: black;
}
#socialFooter #closeBar:hover {
	color: #1048ce;
}
#socialFooter #mySocial {
	display: none
}
#tab {
	position: absolute;
	top: -25px;
	left: 50px;
	padding: 5px 20px;
	display: block;
	background: #efefef;
	outline: 0;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #222;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
#tab:hover {
	color: #1048ce;
}
#bar h4 {
	float: left;
	margin: 0;
}
#mySocial {
	border-top: 1px solid #dfdfdf;
}
#myBlurb {
	float: left;
	width: 48%;
	margin-bottom: 20px
}
#myBlurb h3 {
	margin: 0;
	margin-top: 20px;
}
#myBlurb p {
	font-size: 14px;
	line-height: 20px;
}
#myNetworks {
	float: right;
	width: 48%
}
#myNetworks ul {
	margin: 0 0 20px;
	padding: 0 0 10px;
	list-style: none;
	overflow: auto;
}
#myNetworks li {
	float: left;
}
#myNetworks a {
	padding: 8px;
	padding-right: 20px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 18px;
}
#myNetworks a:hover {
	color: #1048ce;
}
#myNetworks a img {
	border: 0;
	margin-bottom: -10px;
}
.clear {
	clear: both;
}
