/*
Theme Name: WestWard
Author: WPBliss.com
Author URI: https://www.wpbliss.com
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Arial;
	color: #000000;
	background: #E4E0D5 url(images/bg.gif) repeat center 0;
}

h2 {
color: #6D8DB8;
}

a {
	color: #6d8db8;
	text-decoration: none;
}
a:hover {
	color: #8F0503;
}
img {
	border: 0;
}

#easyOverlay{
  position:absolute;
  border:1px solid #ccc;
  background:#333;
  padding:5px;
  visibility: hidden;
  top: 0;
  color:#fff;
  z-index: 1000;
}
 
#easyOverlay .closeit {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 5px;
  background: #333;
  color: #fff;
  cursor: pointer;
  z-index: 2000;
  text-decoration: none;
}
.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}
.a {
	background: url(images/header.gif) repeat-x 0 0;
}
.b {
	background: url(images/navigation.gif) repeat-x 0 200px;
}

/** BEGIN wrapper **/
#wrapper {
	width: 980px;
	margin: auto auto;
	text-align: left;
	background: url(images/bg2.png) repeat 0 0;
	padding: 5px 6px;
	position: relative;
}
	#buffer {
		background-color: #FFFFFF;
	}
/** END wrapper **/


/** BEGIN header **/
#header {
	
}
	#header .logo {
		float: left;
		padding: 40px 0 0 30px;
	}
	#header .logo2 {
		padding: 50px 0 0 30px;
		float: left;
	}
		#header .logo2 h1 {
			font-size: 2em;
		}
	#header h1.logo3 {
		clear: both;
		float: left;
		padding: 50px 0 38px 50px;
	}
		#header h1.logo3 a {
			background: url(images/logo.jpg) no-repeat 0 0;
			width: 219px;
			height: 39px;
			text-indent: -9999px;
			outline: none;
			display: block;
		}
	#header .pages {
		float: right;
		list-style-type: none;
		padding: 68px 34px 52px 0;
	}
		#header .pages li {
			float: left;	
			background: url(images/bullet1.gif) no-repeat 0 5px;
			padding-right: 20px; 
		}
		#header .pages li a {
			color: #000000;
			text-transform: uppercase;
			padding-left: 10px;
			font-family: Verdana;
			font-size: 0.9em;
		}
		#header .pages li a:hover {
			background: url(images/bullet2.gif) no-repeat 0 4px;
			color: #5EB3EE;
		}
	#header .categories {
		clear: both;
		list-style-type: none;
		background: url(images/menu_header.gif) no-repeat 0 0;
		height: 54px;
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 76px;
		overflow: hidden;
	}
		#header .categories li {
			float: left;	
			padding: 15px 15px 14px 0;
		}
		#header .categories li a {
			color: #FFFFFF;
			font-weight: bold;
			text-transform: uppercase;
			background: url(images/divider.gif) no-repeat right bottom;
			padding-right: 15px;
		}
		#header .categories li a:hover {
			text-decoration: underline;	
		}
		#header .categories li .last {
			background: 0;	
		}
/** END header **/

/** BEGIN body **/
#body {
	padding-top: 10px;
}
	#body .buffer1 {
		padding: 8px 0 0 8px;
		margin: 0 0 0 10px;
	}
	#body #featured {
		padding: 8px 0 0 8px;
		margin-left: 5px;
		background: url(images/featured_bg.gif) no-repeat 0 0;
	}
	#slider-wrapper {
		height: 275px;
	}
		#slider img {
			top: 0; left: 0;
			position: absolute;
			display: none;
		}
		#slider a {
			display: block;
			border: 0;
		}
		.nivo-controlNav {
			padding: 310px 0 0 380px;
		}
			.nivo-controlNav .nivo-control {
				width: 12px; height: 12px;
				background: url(images/radio2.gif) no-repeat 0 0;
				outline: none;
				text-indent: -9999px;
				float: left;
				margin: 0 4px;
			}
			.nivo-controlNav .active {
				background-image: url(images/radio1.gif);
			}
		.nivo-directionNav {
			display: none !important;
		}
		.caption {
			display: none;
		}
		.nivo-caption a {
			color: #ffffff;
		}
		.nivo-caption {
			background: url(images/pattern1.gif) repeat 0 0 !important;
			width: auto !important;
			float: left;
			padding: 10px 15px;
			font-size: 2em;
			text-transform: uppercase;
			font-weight: bold;
			font-family: "Trebuchet MS";
			opacity: 1 !important;
			bottom: 50px !important;
			left: 20px !important;
		}
	#body .buffer2 h2{
		background: url(images/pattern1.gif) repeat 0 0;
		padding: 15px;	
		width: 550px;
		position: absolute;
		top: 160px;
		left: 18px;
                color: #6D8DB8;
	}
		#body .buffer2 h2 a {
			color: #FFFFFF;
			text-transform: uppercase;
			font-family: Trebuchet MS;
			font-size: 1.4em;
		}
	#body .radio {
		margin: 35px 0 15px 412px;	
	}
		#body .radio img {
			padding-right: 5px;	
		}
		#body .extra {
			border: 1px solid #DADADA;
			background-color: #ECECEC;
			padding: 0 12px 0 20px;
			margin: 20px 20px 0 0;
			height: 60px;
		}	
		#body .extra .message {
			float: left;	
		}
		#body .extra p {
			padding-top: 10px;
			font-size: 0.9em;
		}
			#body .extra .slogan {
				font-weight: bold;	
			}
		#body .extra form {
			float: right;
			background: url(images/search.gif) no-repeat 0 0;
			width: 260px;
			height: 32px;
			margin-top: 15px;
		}
			#body .extra .search {
				width: 215px;
				height: 32px;
				background: transparent;
				border: 0;
				color: #A0A0A0;
				font-size: 0.9em;
				padding-left: 10px;
			}
			#body .extra .submit {
				width: 30px;
				height: 32px;
				border: 0;
				background: transparent;
				color: transparent;
			}
	.old {
		background: url(images/menu_header.gif) no-repeat 0 0;
		height: 54px;
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 50px;
	}
	.old a {
		float: right;	
		color: #FFFFFF; 
		font-weight: bold;
		text-transform: uppercase;
		padding-top: 15px;	
		padding-right: 70px;
	}

/** END body **/

/** BEGIN content **/
#content {
	float: left;
	width: 630px;
}
	#content .post {
		margin-top: 30px;
	}
	#content .post .details {
		background: url(images/post_details.gif) no-repeat 0 0;
		margin-left: -29px;
		padding: 0 20px 10px 0;
	}
		#content .post .date {
			width: 36px;
			color: #FFFFFF;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 0.9em;
			padding: 8px 8px 8px 4px;
			float: left;
			text-align: center;
		}
			#content .post .details a {
				color: #5EB3EE;
				font-family: Verdana;
				font-weight: bold;
			}
			#content .post .left {
				margin-left: 4px;	
			}
			#content .post .left .user {
				background: url(images/user_icon.gif) no-repeat 0 3px;
				padding: 4px 0 4px 23px;
				color: #7E7E7E;
				font-size: 0.8em;
				font-family: Verdana;
			}
			#content .post .left .tag {
				background: url(images/tag_icon.gif) no-repeat 0 3px;	
				padding: 4px 0 4px 23px;
				color: #7E7E7E;
				font-size: 0.8em;
				font-family: Verdana;
			}
			#content .post .right .no_comment {
				background: url(images/comments_icon.gif) no-repeat 0 3px;
				padding: 4px 0 4px 23px;
				color: #7E7E7E;
				font-size: 0.8em;
				font-family: Verdana;
			}
			#content .post .right .file {
				background: url(images/category_icon.gif) no-repeat 0 3px;
				padding: 4px 0 4px 23px;
				color: #7E7E7E;
				font-size: 0.8em;
				font-family: Verdana;
			}
	#content .post .left {
		float: left;	
	}
	#content .post .right {
		float: right;
	}
	#content .post .tag {
		width: 200px;
	}
	#content .postimg {
		position: relative;	
	}
		#content .postimg .imgpost {
			width: 569px;
		}
		#content .postimg .thumb {
			border: 1px solid #CCCCCC;
			padding: 6px 5px;
			background: #FFFFFF;
			width: 569px; height: 195px;
		}
		#content .postimg .thumb a {
			width: 569px; height: 195px;
			overflow: hidden;
			display: block;
		}
		#content .postimg h2 {
			background: url(images/pattern1.gif) repeat 0 0;
			padding: 15px;	
			float: left;
			position: absolute;
			left: 15px;
			top: 110px;
                        color: #6D8DB8;
		}
		#content .postimg h2 a {
			color: #FFFFFF;
			text-transform: uppercase;
			font-family: Trebuchet MS;
			font-size: 1.4em;
		}
	#content .para {
		color: #7E7E7E;
		font-family: Verdana;
		width: 572px;
		line-height: 1.6em;
		margin: 20px 0 25px 10px;
	}
		#content .para a {
			color: #5EB3EE;	
		}
	#content .post .continue {
		background: url(images/button.gif) no-repeat; 
		width: 121px;
		height: 28px;
		color: #8E8E8E;
		font-family: Verdana;
		font-weight: bold;
		font-size: 0.8em;
		padding: 10px 15px;
		margin-left: 10px;
	}
	#content .post .continue:hover {
		color: #5EB3EE;
	}
	#content .postnav {
		text-transform: uppercase;
		font-size: 0.9em;
		font-weight: bold;
	}
		#content .postnav .older a {
			display: block;
			width: 160px; height: 25px;
			color: #ffffff;
			position: absolute;
			bottom: 70px; right: 0;
			padding-top: 15px;
		}
		#content .postnav .newer a {
			display: block;
			width: 100px; height: 25px;
			color: #ffffff;
			position: absolute;
			bottom: 70px; left: 0;
			padding: 15px 0 0 70px;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	float: right;
	width: 310px;
	padding-top: 33px;
}
	#sidebar .box {
		position: relative;
		right: -10px;
		margin-bottom: 10px;
                padding-left: 20px;
	}
	#sidebar h2 {
		color: #FFFFFF;
		text-transform: uppercase;
		font-size: 1em;
		font-weight: bold;
		background: url(images/sidebar.gif) no-repeat 0 0;
		height: 39px;
		padding: 15px 0 0 10px;
	}
	#sidebar .box .ads img {
		margin: 5px 5px 10px 10px;	
	}
	
	#sidebar .popular {
		list-style-type: none;	
		padding-left: 7px;
		margin-bottom: 25px;
	}
		#sidebar .popular li {
			background: url(images/border.gif) no-repeat 0 bottom;	
			height: 79px;
			margin-top: 10px;
			clear: both;
		}
		#sidebar .popular li img {
			padding: 3px;
			border: 1px solid #F0F0F0;
			float: left;
			margin: 0 9px 13px 0;
			width: 57px; height: 57px;
		}
		#sidebar .popular li .title {
			font-size: 1em;
			font-weight: bold;
			padding: 10px 0;	
		}
		#sidebar .popular li .title a {
			color: #000000;
		}
		#sidebar .popular li p .comment2, #sidebar ul li p {
			color: #838383;	
			font-size: 0.9em;
		}
		
		#sidebar .popular li p .comment2:hover {
			color: #24639A;	
		}
		#sidebar .flickr {
			margin: 5px 0 15px 5px;	
		}
		#sidebar .flickr img {
			border: 1px solid #F0F0F0;
			padding: 4px;
			margin: 5px 4px 5px 0;
			background-color: #FAFAFA;
			width: 57px; height: 57px;
		}
		#sidebar .video img {
			padding: 15px 4px;	
		}
	#sidebar .cat {
		list-style-type: none;
		margin-left: -10px;
		padding: 0 15px;
	}
		#sidebar .cat li {
			float: left;
			background: url(images/bullet3.gif) no-repeat 0 16px;
			padding: 12px 0 8px 10px;
			border-bottom: 1px dotted #D2D2D2;
			width: 120px;
			margin-left: 10px;
			line-height: 1.6em;
		}
		#sidebar .cat li a {
			color: #666666;				
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	padding: 20px 30px;
}
	#footer .copy {
		float: left;
		color: #A0A0A0;
		font-size: 0.9em;
	}
	#footer .links {
		float: right;
		color: #A0A0A0;
		font-size: 0.9em;
	}
		#footer .links a {
			color: #A0A0A0;
			font-size: 0.9em;
		}
/** END footer **/

/** BEGIN miscellaneous **/
.fullwidth {
	width: 98% !important;
}
#content .single {
	border-bottom: 1px solid #f2f2f2;
	padding: 10px;
}
	#content .single h2 {
		font-size: 1.9em;
		margin-bottom: 12px;
	}
	#content .single .details {
		font-size: 0.9em;
		margin-bottom: 10px;
		border-bottom: 1px solid #F2F2F2;
		padding: 0 0 15px 5px;
	}
		#content .single .details a {
			color: #666666;
			background-repeat: no-repeat;
			background-position: 0 center;
			padding: 5px 5px 5px 20px;
		}
		#content .single .details .date { background-image: url(images/date.gif); }
		#content .single .details .author a { background-image: url(images/author.gif); }
		#content .single .details .category a { background-image: url(images/category.gif); }
		#content .single .details .comments a { background-image: url(images/comments.gif); }
	#content .single p {
		line-height: 1.8em;
		margin-bottom: 10px;
	}
	#content .single .top {
		padding-top: 30px;
		height: 12px;
		margin-bottom: 0;
	}
		#content .single .top a {
			display: block;
			width: 26px; height: 9px;
			text-indent: -9999px;
			outline: none;
			background: url(images/top.gif) no-repeat 0 0;
			float: right;
			margin-right: 8px;
		}
#content .comments {
	padding: 20px 10px 40px;
}
	#content .comments h2 {
		font-weight: normal;
		font-size: 1.4em;
		color: #A0A0A0;
		margin-bottom: 20px;
	}
	#content .comments ol {
		list-style-type: none;
		padding: 0 15px;
	}
		#content .comments ol li {
			color: #333333;
			clear: both;
		}
		#content .comments ol li .gravatar img {
			padding: 5px;
			border: 1px solid #CCCCCC;
			background-color: #ffffff;
		}
		#content .comment {
			width: 73%;
			float: right;
			padding: 20px 20px 0;
			margin-bottom: 20px;
			border: 1px solid #E5E5E5;
			position: relative;
		}
			#content .comments ol li .comment .baloon {
				position: absolute;
				top: 17px; left: -12px;
			}
		#content .comments ol li h3 {
			color: #333333;
			font-size: 1.2em;
			float: left;
			margin-bottom: 20px;
			font-weight: normal;
		}
		#content .comments ol li .details {
			float: left;
			font-size: 0.8em;
			margin: 1px 0 0 15px;
			color: #A3A3A3;
		}
		#content .comments ol li p {
			line-height: 1.8em;
			margin-bottom: 15px;
		}
		#content .comments ol li .reply {
			margin-bottom: 0;
		}
			#content .comments ol li .reply a {
				display: block;
				width: 42px; height: 24px;
				text-indent: -9999px;
				outline: none;
				background: url(images/reply.gif) no-repeat 0 0;
				margin-left: -20px;
			}
		#content .comments ol li ul {
			list-style-type: none;
		}
			#content .comments ol li ul li {
				clear: both;
				position: relative;
			}
			#content .comments ol li ul li .gravatar img {
				width: 30px; height: 30px;
				position: absolute;
				top: -10px; right: 20px;
				z-index: 2;
			}
			#content .comments ol li ul li .baloon {
				display: none;
			}
			#content .comments ol li ul li ul {
				padding-left: 60px;
			}
	#content .submit {
		clear: both;
		padding-top: 20px;
	}
		#content .submit form {
			clear: both;
		}
		#content .submit h2 {
			font-weight: normal;
			font-size: 1.4em;
			color: #A0A0A0;
			margin-bottom: 20px;
			border-bottom: 1px solid #DFDFDF;
			padding-bottom: 10px;
		}
		#content .submit input {
			border: 1px solid #E5E5E5;
			float: left;
			padding: 7px;
			color: #999999;
			font-size: 1em;
			font-family: Verdana;
			width: 29%;
			margin-bottom: 7px;
		}
		#content .submit textarea {
			clear: both;
			font-family: Verdana;
			border: 1px solid #E5E5E5;
			color: #999999;
			width: 96%; height: 150px;
			margin-bottom: 20px;
		}
		#content .submit button {
			width: 83px; height: 34px;
			border: 0;
			text-indent: -9999px;
			outline: none;
			background: url(images/submit.gif) no-repeat 0 0;
		}
#respond .cancel {
	padding: 20px 0;
	font-size: 0.9em;
}
#respond .user {
	margin-bottom: 10px;
}

#content .single p {
		line-height: 1.5em;
		margin-bottom: 10px;
}
#content .single ul, #content .single ol {
	list-style-position: inside;
	margin-bottom: 10px;
}
#content .single li {
	line-height: 1.5em;
	padding: 2px 0;
}
#content .single blockquote {
	padding: 10px 10px 5px;
	margin-bottom: 10px;
	background-color: #eeeeee;
	border-width: 1px 0;
	border-style: solid;
	border-color: #bbbbbb;
}
#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
	font-size: 1.2em;
	margin-bottom: 5px;
}
#content .single h2 {
	font-size: 2em;
	margin-bottom: 10px;
}
#content .single img {
	padding: 4px;
	border: 1px solid #eeeeee;
}
#contact {
	padding-right: 40px;
}
	#contact form {
		clear: both;
	}
		#contact form input {
			padding: 5px;
			width: 98%;
			margin-bottom: 10px;
			font-family: Verdana;
			font-size: 12px;
			border: 1px solid #cccccc;
		}
		#contact form p {
			margin-bottom: 5px !important;
		}
		#contact form textarea {
			padding: 5px;
			width: 98%; height: 200px;
			margin-bottom: 10px;
			font-family: Verdana;
			font-size: 12px;
			border: 1px solid #cccccc;
		}
		#contact form .submit {
			border: 0;
			background-color: #C0417C;
			font-family: Verdana;
			font-size: 11px;
			color: #ffffff;
			padding: 10px 20px;
			text-shadow: #000 0 1px 1px;
			width: 80px;
		}
	#contact .response {
		
	}
		#contact .response p {
			padding: 10px 15px;
			margin-bottom: 20px;
			line-height: 1.8em;
		}
		#contact .response .success {
			background-color: #eeffee;
			border: 1px solid #66cc66;
			color: #339933;
		}
		#contact .response .error {
			background-color: #ffeeee;
			border: 1px solid #cc6666;
			color: #cc6666;
		}
#content .archive {
	padding: 20px 25px;
	margin-bottom: 10px;
}
	#content .archive .post {
		padding: 15px 0 0;
		border: 0;
		background-color: transparent;
		border-top: 1px dotted #E0E0E0;
	}
		#content .archive .f { border: 0; }
	#content .archive h3 {
		font-size: 1.4em;
		font-weight: normal;
		margin-bottom: 10px;
		color: #000000;
	}
		#content .archive h3 span {
			color: #00739E;
		}
	#content .archive .navigation {
		padding-top: 20px;
		height: 20px;
		font-weight: bold;
	}
		#content .archive .navigation .l a {
			float: left;
		}
		#content .archive .navigation .r a {
			float: right;
		}
		#content .archive .navigation a:hover {
			text-decoration: none;
			color: #ffffff;
		}
	#content .archive .post {
		margin-bottom: 10px;
	}
		#content .archive .post p {
			line-height: 1.7em;
			margin-bottom: 10px;
		}
		#content .archive .post .thumb {
			float: left;
			margin: 8px 15px 0 0;
		}
		#content .archive .post h2 {
			font-size: 2.1em;
			font-weight: normal;
			line-height: 1.5em;
			margin-bottom: 10px;
		}
			#content .archive .post h2 a {
				text-decoration: none;
			}
			#content .archive .post h2 a:hover {
				color: #ff0000;
			}
		#content .archive .post .details {
			font-size: 0.9em;
			float: right;
			padding: 0 0 4px 22px;
			background: url(../images/info.gif) no-repeat 0 2px;
		}
h2.title {
	text-transform: uppercase;
	font-size: 0.9em;
}
.comments .navigation {
	clear: both;
}
/** END miscellaneous **/

.item {
padding: 0px 0px 0px 0px;
width: 190px;
height: 420px;
display: block;
float: left;
clear: none;
margin: 5px;
text-align: center;
border: 1px solid #BCC6D1;
-moz-border-radius: 7px;
border-radius: 7px;
}

.category_cont {
padding: 0px 0px 0px 0px;
width: 190px;
height: 235px;
display: block;
float: left;
clear: none;
margin: 5px;
text-align: center;
border: 1px solid #BCC6D1;
-moz-border-radius: 7px;
border-radius: 7px;
}

.cat_cont_title {
color: #ffffff;
font-size: 14pt;
width: 100%
display: block;
height: 33px;
line-height: 33px;
background-color: #6D8DB8;
text-align: center;
margin: 0px 0px 5px 0px;
}

#top_staff ul{
margin: 5px 5px 5px 20px;
padding: 0px;
}

#top_staff ul li{
color: #555;
font-weight: bold;
font-size: 150%;
padding: 0px;
display: block;
margin: 0px;
}

a.cat_link {
color: #ffffff;
text-decoration: none;
}

a.cat_link:hover {
color: #ffffff;
text-decoration: underline;
}

fbOverlay { display: none; } 
 
.yui-widget #fbOverlay { 
    display: block; 
    background: rgba(0, 0, 0, 0.5); 
    border-radius: 6px; 
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    padding: 10px; 
} 
fbOverlay .yui-widget-hd { 
    border: #3B5998 1px solid; 
    background: #6D84B4; 
    color: #fff; 
    padding: 0 10px; 
    cursor: move; 
} 
fbOverlay .yui-widget-bd { 
    background: #fff; 
    border: #555 1px solid; 
    border-top: none; 
    border-bottom : none; 
    padding: 0 10px; 
} 
fbOverlay .yui-widget-ft { 
    border: #555 1px solid; 
    border-top: none; 
    background: #f2f2f2; 
} 
fbOverlay .yui-widget-ft > div { 
    border-top: #ccc 1px solid; 
    padding: 5px 10px; 
    text-align: right; 
}

/* Clear things*/
ul.paga-numbers, ul.page-numbers li, ul.page-numbers li a, ul.page-numbers li a:hover ul.page-numbers li span {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font: normal 12px Arial;
	border: none;
}

ul.page-numbers {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	padding: 5px 0 5px 0;
}
	ul.page-numbers li {
		display: inline;
	}
		ul.page-numbers li a {
			text-decoration: none;
			border: none;
			padding-bottom: 10px;
		}
	ul.page-numbers span.dots {
		color: #666;
	}
	
	ul.page-numbers li a, .page-numbers span.current, .page-numbers span.dots {
		font: normal 12px Arial;
		padding: 5px;
	}
	
/* SETTINGS - ALIGN CENTER  - Default = align-left */
ul.align-right { text-align: right; }
ul.align-center { text-align: center; }

span.page-info.left {
	padding: 0 10px 0 0;
}

span.page-info.right {
	padding: 0 0 0 10px;
}

ul.shape-round li a, ul.shape-round span.current {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* SETTINGS - ACTIVE BACKGROUND */
ul.current-page-yellow span.current { background: #ffff00; color: #666; }
ul.current-page-purple span.current { background: #ac58ff; color: #fff; }
ul.current-page-dark span.current { background: #666; color: #eee; }
ul.current-page-bright span.current { background: #e6e6e6; color: #666; border: 1px solid #ddd; }
ul.current-page-red span.current { background: #ba0000; color: #fff; }
ul.current-page-green span.current { background: #69ba00; color: #fff; }
ul.current-page-cyan span.current { background: #6D9CCC; color: #fff; }
ul.current-page-pink span.current { background: #ff80ff; color: #fff; }
ul.current-page-orange span.current { background: #ff9a00; color: #fff; }

/* SETTINGS - page BACKGROUND */
ul.page-yellow li a { background: #ffff00; color: #666; }	
ul.page-purple li a { background: #ac58ff; color: #fff; }
ul.page-dark li a { background: #666; color: #fff; }
ul.page-bright li a { background: #e6e6e6; border: 1px solid #ddd; color: #666; }
ul.page-red li a { background: #ba0000; color: #fff; }
ul.page-green li a { background: #69ba00; color: #fff; }
ul.page-cyan li a { background: #18C6FF; color: #fff; }
ul.page-pink li a { background: #ff80ff; color: #fff; }
ul.page-orange li a { background: #ff9a00; color: #fff; }
	

/* SETTINGS - page BACKGROUND */
ul.current-page-yellow.fill-gradient span.current, ul.page-yellow.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffe4), to(#ffff07)); }
ul.current-page-purple.fill-gradient span.current, ul.page-purple.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bf77ff), to(#913cff)); }
ul.current-page-dark.fill-gradient span.current, ul.page-dark.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#848484), to(#494949)); }
ul.current-page-bright.fill-gradient span.current, ul.page-bright.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(#dfdfdf)); }
ul.current-page-red.fill-gradient span.current, ul.page-red.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#da0000), to(#8b0000)); }
ul.current-page-green.fill-gradient span.current, ul.page-green.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#87ca00), to(#4ba200)); }
ul.current-page-cyan.fill-gradient span.current, ul.page-cyan.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#30d4ff), to(#0db1ff)); }
ul.current-page-pink.fill-gradient span.current, ul.page-pink.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb5ff), to(#ff44ff)); }
ul.current-page-orange.fill-gradient span.current, ul.page-orange.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb000), to(#ff7d00)); }

ul.page-yellow li a:hover { background: #fff; color: #666; text-decoration: none;}
ul.page-purple li a:hover { background: #8000ff; text-decoration: none; }
ul.page-dark li a:hover { background: #444; text-decoration: none; }
ul.page-bright li a:hover { background: #efefef; border: 1px solid #ccc; color: #666; text-decoration: none; }
ul.page-red li a:hover { background: #9a0000; text-decoration: none; }
ul.page-green li a:hover { background: #4e8b00; text-decoration: none; }
ul.page-cyan li a:hover { background: #14a9d9; text-decoration: none; }
ul.page-pink li a:hover { background: #ff40ff; text-decoration: none; }
ul.page-orange li a:hover { background: #da8400; text-decoration: none; }

/* behind | default = dark */	
ul.behind-brighter span.dots, ul.behind-brighter span.page-info { color: #ddd; }
ul.behind-bright span.dots , ul.behind-bright span.page-info {	color: #aaa; }
ul.behind-grey span.dots, ul.behind-grey span.page-info { color: #808080; }
ul.behind-dark span.dots, ul.behind-dark span.page-info { color: #666; }
ul.behind-darker span.dots, ul.behind-darker span.page-info { color: #333; }

/* IE6 fix */
ul.page-purple li a:hover, ul.page-dark li a:hover, ul.page-red li a:hover , ul.page-green li a:hover, ul.page-cyan li a:hover, ul.page-pink li a:hover, ul.page-orange li a:hover {
	color: #fff; text-decoration: none;
}

#sub_page{
overflow: hidden;
}

#sub_page ul{
list-style-type: none;
}

#sub_page li{
display: block;
padding: 15px;
font-size: 16pt;
color: #ffffff;
background-color: #6d8db8;
margin: 0px 0px 20px 0px;
border: 1px solid #6d8db8;
border-radius: 7px;
}

#sub_page li a{
display: block;
color: #ffffff;
text-decoration:none;
}

#sub_page li a:hover{
display: block;
color: #ffffff;
}

#sub_page li li a{
color:#fb7200;
}

#sub_page li li a:hover{
 color:#333333;
}