/*	CSS Document for (Me Actually)
	Designed by The Cube Lab
	Designer name : (Steve)



/*------------------------------
			.COLORS
-------------------------------*/

body {
	color: #3e373a;
}

header h2 {
	color: #4bb493;
}

nav ul li a:link, nav ul li a:visited {
	color: #fff;
}

nav ul li a:hover, nav ul li a:active, nav ul li.active a {
	color: #fff;
}

#banner a:link, #banner a:visited {
	color: #fff;
}

a:link {
	color: #5d4763;
	font-weight: bold;
}

footer {
	background: #9478d1;
	color: #fff;
}

footer a:link, footer a:visited {
	color: #fff;
}

article img, aside img {
	background: #618b7f;
}

form#contact {
	background: #fff; /*form background color*/
}

xxform#contact ol li {
	background: #333; /*form label background color*/
	border-color: #333;
	background: rgba(255,255,255,0.3);
	border-color: rgba(255,255,255,0.6);
}


form#contact button {
	background: #333; /*form button color*/
	color: #fff;
}

form#contact button:hover {
	background: #ccc; /*form button hover color*/
	color: #333;
}




/*------------------------------
			.FONTS
-------------------------------*/

body {
	font-family: Helvetica, sans-serif;
}

/*------------------------------
			.GLOBAL
-------------------------------*/



body {
	font-size: small;
	background: url(../images/bodybg.jpg) repeat-x top left;
	text-align: center;
}

#container {	
	width: 940px;
	margin: 0 auto;
}

header {
	text-align: left;
	position: relative;
	height: 102px;
}


nav {
	width: 940px;
	height: 30px;
	padding: 0;
	margin: 0;
	text-align: left;
}

#banner {
	text-align: left;
	position: relative;
	width: 940px;
	height: 200px;
}

#bannerimage {
	position: absolute;
	top: 12px;
	right: 0;
	width: 460px;
	height: 276px;
	background: url(../images/bannerimagebg.gif) repeat-x top left;
}

#bannerimage img {
	padding: 10px;
}	

section {
	text-align: left;
	margin-left: 0px;
}

article, aside {
	font-size: 14px;
	line-height: 20px;
	
}

article.content {
	float: left;
	width: 460px;
	padding-top: 40px;
}

aside {
	float: left;
	width: 458px;
	padding-top: 100px;
	margin-left: 20px;
	text-align: left;
}


aside .thanks {
	background: #e4f2dd;
	border: 1px solid #53c5a1;
	padding: 10px;
}

footer {
	float: left;
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: left;
}

footer .inner {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

.footercolumn {
	float: left;
	width: 240px;
	margin-right: 40px;
}









/*------------------------------
			.HEADINGS
-------------------------------*/

h1, h2, h3, h4, h5 {
	font-weight: normal;
	padding-bottom: 20px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

header h1 {
	padding: 0;
	padding-top: 20px;
}

header h1 a {
	width: 300px;
	display: block;
	padding: 90px 0 0 0;
	overflow: hidden;
	background: url(../images/logo.jpg) no-repeat;
	height: 0px !important; /*needed for most browsers */
}

header h2 {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 30px;
	font-weight: normal;
	padding: 0;
}

header h3 {
	position: absolute;
	top: 60px;
	right: 0;
	width: 344px;
	height: 39px;
	padding-top: 10px;
	background: url(../images/tagline.gif) no-repeat;
	text-indent: -9000px;
}

#banner h1 {
	width: 400px;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	line-height: 40px;
	padding: 0;
	padding-top: 30px;
}

footer h2 {
	padding-top: 10px;

}

.blog h2{
font-weight: bold;
padding-top: 10px;

}

aside h3 {

padding-top: 25px;


}
/*------------------------------
			.TEXT
-------------------------------*/

footer p, footer ul li {
	line-height: 1.8;
}

p {
	padding: 0 0 10px 0;
}

span {
	font-weight: bold;
}

/*------------------------------
			.LISTS
-------------------------------*/

article ul li, aside ul li {
	background: url(../images/bullet1.gif) no-repeat 0 3%;
	padding-left: 20px;
	list-style: none;
}

article.content ul {
	padding-bottom: 10px;
}

article.content ol {
	padding-left: 20px;
	padding-bottom: 10px;
}

article.content ol li {
	padding: 6px 0;
}

#twitter_update_list {
	margin-top: 20px;
	padding: 4px;
}

#twitter_update_list li {
	background: url(../images/twitter.gif) no-repeat top left;
	padding: 0px 0 0px 25px;
	list-style: none;
	line-height: 26px;
}

footer ul li {
	list-style: none;
}

/*------------------------------
			.LINKS
-------------------------------*/

#banner a:link, #banner a:visited {
	text-decoration: none;
	font-weight: bold;
}

.twitterlink {
	padding-left: 30px;
}

footer a:link, footer a:visited {
	text-decoration: none;
}

a:link.button, a:visited.button {
	background: url(../images/button1.jpg) no-repeat top left;
	width: 295px;
	height: 60px;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding-top: 3px;
	margin: 0 auto;
	font-size: 12px;
}

a:hover.button, a:active.button, {
	background-position: bottom left;
}



/*------------------------------
			.FORMS
-------------------------------*/



fieldset {
	border: none;
}


form {
	width: 410px;
	margin: 0;
	padding: 0;
}

legend {
	font-weight: bold;
	color: #000;
}

label {
	display:  block;
	padding-left: 0;
	
}

input {
	width:  300px;
	height: 1.6em;
	background: #e1e1e1;
	border: 1px solid #e1e1e1;
	font-size: 1.4em;
}

textarea {
	width:  300px;
	background: #e1e1e1;
	border: 1px solid #e1e1e1;
	font-size: 1.4em;
	margin-bottom: 10px;
}

input.submit {
	width: 80px;
	font-size: 1.0em;
}

form#contact ol li {
	list-style: none;
	padding-top: 8px;
}

/*------------------------------
			.IMAGES
-------------------------------*/

article img, aside img {
	padding: 9px;
}


/*------------------------------
			COLORS
-------------------------------*/

#ajaxmenu ul li a {
	color: #ffffff;/*top level font color*/
}

#ajaxmenu ul li.firstcategory {

	color: #062E4B;

	}
	
#ajaxmenu ul li.category {
	color: #062E4B;
		}
		
#ajaxmenu ul li.lastcategory {
	color: #062E4B;
	

	}

#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
}

#ajaxmenu li a, #ajaxmenu li.over a {
	color: green;
}

#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	color: #ffffff;/*Dropdown hover font color*/
	}
	
	#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #000000;/*set dropdown font color*/
	}


/*------------------------------
			LAYOUT
-------------------------------*/

#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

#ajaxmenu ul li {
	position: relative;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	line-height: 38px;
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:34px;
	line-height: 16px;
	width: 240px;

	}

#ajaxmenu ul li a {
	font-weight: normal;
	padding: 0px 10px 14px 10px;
	margin: 0;
}



/* Styles for Menu Items */

#ajaxmenu ul li.firstcategory {

	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.category {

	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: -111px;
	margin: 1px;

	}
	
#ajaxmenu ul li.lastcategory {
	
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: -222px;
	margin: 0px;

	}



/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 

#ajaxmenu li a {
	text-decoration: none;
}

/* hovered lists */

#ajaxmenu li a, #ajaxmenu li.over a {
	
	padding: 6px 10px;
	margin: 0 10px;
	display: block;
}



#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	
	background-image: none;
	background-repeat: no-repeat;
	background-color: red;
	background-position: left;
	text-indent: 4pt;
	border: none;
}

/* set dropdown */

#ajaxmenu li li a, #ajaxmenu li.over li a {
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding-right: 20px;
	margin-left: 0;
	width: 240px;
	background: url(../images/menubg.gif) repeat-x top left;
	text-indent: 4pt;
	line-height: 26px;
}


#ajaxmenu li ul li a {
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 5px;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block;
} /* The pop */

#ajaxmenu {
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	position: absolute;
	z-index: 1000;
}

#myajaxmenu {
	margin: 0 auto;
	display: block;
	z-index: 1000;
}





#ajaxmenu ul li a:hover, #ajaxmenu ul li.active a {
	background: url(../images/menubg.gif) repeat-x top left;
}

#ajaxmenu ul ul li a:hover {
	background: #B2A7B4;
}


