#container
{
	background:#f5f5f5; /*General Background Color*/
}

/*Navigation*/
#menu #navigation
{
	height:40px; float:right; padding:0; margin:0; text-align:right; margin-right:10px;
}

#menu #navigation li
{
	float:left;
	background:#D4D4D4; 
}

#menu #navigation li a
{
	padding-left:20px;
	padding-right:20px;
	display:block;
	font-weight:bold;
	height:40px;
	float:left;
	line-height:40px;
	text-decoration:none;
	font-size:15px;
	text-transform:uppercase;
	color:#222222;
	background:url(../../images/light/nav_hover_bg.png) top left repeat-x;
}

#menu #navigation li a:hover
{
	text-decoration:none;
	color:#FFFFFF;
}

/*Slider*/
.coda-nav-left a {
	background: url("../../images/light/arrow-left.png") no-repeat center;
}

.coda-nav-right a {
	background: url("../../images/light/arrow-right.png") no-repeat center;
}

.slider_text {
	position:absolute;
	z-index:500;
	padding:30px;
	padding-left:16px;
	width:350px;
	font-family:"Trebuchet MS", Tahoma, Arial;
}
		
.slider_text p {
	color:#999;
	font-size:14px;
	font-weight:normal;
	text-align:left;
}

.slider_text h2 
{
	color:#222;
  	font-size:22px;
	text-transform:none;
	margin:0 0 10px 0;
}

.slider_image {
	float:right;
	margin-top:5px;
	margin-right:3px;
}

/*Featured Content*/
#featured_content {
	background:#FFFFFF;
}

#featured_1, #featured_2, #featured_3 {
	background:#f1f1f1;
}

#featured_1 {
	border-bottom:5px solid #dd3700;
	cursor:pointer;
}

#featured_2 {
	border-bottom:5px solid #ff6f00;
	cursor:pointer;
}

#featured_3 {
	border-bottom:5px solid #ffa600;
	cursor:pointer;
}

/*CU3ER*/
#cu3er_border {
	padding:5px; background:#ebebeb; border:1px solid #ccc;
}

#cu3er_shader {
	height:27px;
	border-bottom:1px dotted #C5C5C5;
	background:url(../../images/light/cu3er_shader.png) top no-repeat;
}

/*Layouts*/
.bg_full
{
	background:transparent url(../../images/light/bg_full.png) top left no-repeat;
}

.bg_columns_two_plus_one
{
	background:transparent url(../../images/light/bg_columns_two_plus_one.png) top left no-repeat;
}

.bg_columns_one_plus_two
{
	background:transparent url(../../images/light/bg_columns_one_plus_two.png) top left no-repeat;
}

.bg_columns_one_plus_one
{
	background:transparent url(../../images/light/bg_columns_one_plus_one.png) top left no-repeat;
}

.inner
{
	background-position:top center;
	background-repeat:repeat-y;
}

.close
{
	background-position:top right;
}

/*Links Listing*/
.vertical_menu {
	border-top:1px solid #e1e1e1;
	margin-bottom:20px;
}
.vertical_menu li a {
	padding:5px;
	padding-left:21px;
	border-bottom:1px solid #e1e1e1;
	text-decoration:none;
	display:block;
	background:url("../../images/light/bullet.gif") left no-repeat;
}

.vertical_menu li a:hover {
	background-color:#f7f7f7;
}

/*Collapsible Panel*/
.collapsibleContainer
{
	padding-bottom:5px;
	margin-bottom:10px;
}

.collapsibleContainerTitle
{
	background:url("../../images/light/bullet.gif") left no-repeat;
	padding-left:21px;
    cursor:pointer;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight:normal;
}

.collapsibleContainerTitle div
{
    padding-top:5px;
    padding-left:0px;
}

.collapsibleContainerContent
{
    padding: 10px;
	display: none;
}

/*Image Listing*/
.image_listing {
	padding-top:10px; padding-bottom:10px; margin-left:-10px; padding-left:10px; padding-right:10px; overflow:auto;
}

/*Images*/
.image_border {
	border:1px solid #CCCCCC; padding:5px; background-color:#e4e4e4;
}

/*Form*/
.button {
	padding:5px; padding-left:15px; padding-right:15px;
	background:#212121;
	color:#f3f3f3;
	border:1px solid #555;
}
.text_input, .text_area {
	padding:5px;
	border:0;
	border-bottom:1px dotted #999;
	border-left:1px dotted #999;
}
.red_text {
	color:#da0000;
}

/*Blog*/
.blog_image {
	border:1px solid #CCCCCC; background:#e4e4e4;
}

.pagination {
}

a.pagination_link {
	padding:4px; background:#D4D4D4; border:1px solid #ccc;
}

.pagination_current {
	padding:4px; background:#f7f7f7; border:1px solid #e1e1e1;
}

/*Comments*/
.comment {
	border-left:3px solid #ccc; border-bottom:1px dotted #ccc; 
}

.comment_date {
	color:#999999;
}

.number_of_comments {
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	background:transparent url(../../images/light/number_of_comments.png) top left no-repeat;
	height:45px;
	width:35px;
	text-align:center;
	padding-top:5px;
	margin-top:5px;
}

/*Footer*/
#breadcrumb
{
	background:url(../../images/light/bg_footer_2.png) top repeat-x;
	background-color:#D4D4D4;
	border-top:1px solid #fff;
}

#footer
{
	/*background:url(../../images/bg_footer.png) top repeat-x;
	background-color:#BBBBBB;*/
}

#footer_menu { width: auto; float: right; padding: 0; }
#footer_menu li { float: left; }
#footer_menu li a { padding: 0 10px; text-decoration: none; font-size:14px; }
#footer_menu li a:hover { text-decoration: none; }