/*
Theme Name: Cultural Collaborative Jamaica Theme
Theme URI: 
Description: Cultural Collaborative Jamaica
Version: 1
Author: Advanced Frequency
Author URI: 

*/

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 112px;
	width: 1000px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 20000;
}
#logo {
	float: left;
	height: 105px;
	width: 203px;
	margin-top: 4px;
	margin-left: 15px;
}
#nav_container {
	float: left;
	height: 70px;
	width: 770px;
	margin-top: 30px;
}
#top_line_break {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
	float: left;
	height: 20px;
	width: 1000px;
	background-color: #FFFFFF;
}
#top_line_break_spacer {
	background-color: #FFFFFF;
	float: left;
	height: 10px;
	width: 1000px;
}
#top_sections_container {
	background-color: #FFFFFF;
	float: left;
	height: 160px;
	width: 1000px;
}
#content_container {
	background-color: #FFFFFF;
	float: left;
	width: 1000px;
}
#top_section_01_sidebar {
	float: left;
	height: 140px;
	width: 280px;
	margin-top: 10px;
	margin-left: 50px;
	background-color: #FFFFFF;
}
#top_section_02_sidebar {
	float: left;
	height: 140px;
	width: 280px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 30px;
}
#top_section_03_sidebar {
	float: left;
	height: 140px;
	width: 280px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 30px;
}
#slideshow_sidebar {
	float: left;
	height: 391px;
	width: 1000px;
	background-color: #FFFFFF;
}
#home_content {
	float: left;
	width: 630px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#sidebar {
	float: left;
	width: 280px;
	background-color: #CCCCCC;
	margin-top: 20px;
	margin-left: 25px;
	margin-bottom: 20px;
	padding: 10px;
}
#footer {
	float: left;
	width: 1000px;
	background-color: #000000;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 16px;
}
#footer_stay_connected {
	float: left;
	height: 54px;
	width: 300px;
	margin-left: 200px;
}
#footer_sn_box {
	float: left;
	height: 54px;
	width: 400px;
}
#footer_text {
	float: left;
	height: 50px;
	width: 1000px;
}
.stay_connected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #CCCCCC;
	margin: 0px;
}
a {
	color: #CCCC00;
	text-decoration: none;
}
a:hover {
	color: #9B9C01;
	text-decoration: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footer_text {
	color: #FFFFFF;
}
.footer_text2 {
	font-size: 12px;
}
.title_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	color: #275F0D;
	font-style: italic;
}
#about_us_title {
	float: left;
	width: 500px;
	margin-top: 20px;
	margin-left: 30px;
}
#about_us_text {
	float: left;
	width: 500px;
	margin-top: 25px;
	margin-left: 30px;
	text-align: justify;
	margin-bottom: 40px;
}
#about_us_pic {
	float: right;
	height: 400px;
	width: 400px;
	margin-top: 20px;
	margin-right: 35px;
	margin-bottom: 40px;
}




/* MENU */

#button_bar {
	xxxbackground: #e5e5e5;
	xxxfloat: left;
	xxxmargin: 0;
	width: 770px;
	xxxborder: 1px solid white;
	border-bottom: none;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#button_bar li a, #button_bar li {
 float: left;
}

#button_bar li {
 list-style: none;
 position: relative;
}

#button_bar li a {
 padding: 10px 0.5em; /* first number changes height of bar holding buttons, second number width. font size effects it too */
 text-decoration: none;
 color: white; /* changes color of text */
 xxfont: normal bold 12px Courier New, Courier, monospace; /* changes font and style */
 background: #292929; /* changes background color */
 background: -moz-linear-gradient(top, black, #3c3c3c 1px, #292929 25px); /* changes background color - gradiant */
 background: -webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #3c3c3c), to(#292929)); /* changes background color - gradiant */
 border-right: 1px solid #3c3c3c;
 border-left: 1px solid #292929;
 border-bottom: 1px solid #232323;
 border-top: 1px solid #545454;
}

#button_bar li a:hover {
 background: #2a0d65; /* changes background color - rollover */
 background: -moz-linear-gradient(top, #E8C053, #E8DD53); /* changes background color - rollover gradiant */
 background: -webkit-gradient(linear, left top, left bottom, from(#E8C053), to(#E8DD53)); /* changes background color - rollover gradiant */
}


/* Submenu */

.hasChildren {
	position: absolute;
	width: 5px; height: 5px;
	background: black;
	right : 0;
	bottom: 0;
}

#button_bar li ul {
 display: none;
 position: absolute;
 left: 0;
 top: 100%;
 padding: 0; margin: 0;
}

#button_bar li:hover > ul {
 display: block;
}

#button_bar li ul li, #button_bar li ul li a {
 float: none;
}

#button_bar li ul li {
 _display: inline; /* for IE6 */
}

#button_bar li ul li a {
 width: 150px;
 display: block;
}

/* SUBSUB Menu */

#button_bar li ul li ul {
 display: none;
}

#button_bar li ul li:hover ul {
 left: 100%;
 top: 0;
}


#button_bar li ul 
#home_pic_03 {
	float: left;
	height: 154px;
	width: 322px;
	margin-top: 10px;
	margin-left: 15px;
}
#interior_content {
	float: left;
	width: 670px;
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 10px;
}
#interior_sidebar {
	float: left;
	width: 240px;
	background-color: #CCCCCC;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 10px;
}





img#wpstats {
display: none; /* removes WP Stats smiley face */
}



img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}