﻿@import url("orange.css");
/* @import url("blue.css");
   @import url("grey.css");
   @import url("green.css");
   @import url("red.css");
   @import url("yellow.css");
*/

/*=============================== General Settings ===============================*/
* {
	border-width: 0px;
	font-family: Arial, Helvetica, sans-serif;	
		margin: 0;
		padding: 0;
}

.chat
{
 color:fuchsia
}

body {
	background: #f2f0f0 url("images/body.jpg") repeat-x top left;
	text-align: center;
}

body#home {
	background: #f2f0f0 url("images/bg_body.jpg") repeat-x top left;
}

a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
}

h2 {
	font-size: 38px;
	text-shadow: #FFF 0px 2px 0px;
}

h3 {
	color: #454545;
	font-size: 30px;
}

h4 {
	color: #454545;
	font-size: 23px;
}

h5 {
	font-size: 20px;
}

img.left {
	float: left;
	margin: 0 10px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 10px;
}

p, pre, ul, ol, blockquote {
	color: #414040;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 15px;
}

p.subheading, p.intro {
	color: #909090;
	font-size: 18px;
	margin: -15px 0 15px 0;
}

p.intro {
	font-size: 11px;
}

ul {
	list-style: none;
}

ul li {
	background: url("images/bullet.jpg") no-repeat 0% 50%;
	margin-bottom: 6px;
	padding-left: 25px;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 940px;
}

.button {
	background: url("images/button.jpg") top left;
	color: #818181;
	display: block;
	float: left;
	font-size: 18px;
	height: 50px;
	line-height: 37px;
	margin-right: 30px;
	text-align: center;
	text-transform: uppercase;
	width: 126px;
}

.button:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

/*=============================== Form Settings ===============================*/
input, textarea {
	background-color: #FFF;
	border: 1px solid #cfcfcf;
	color: #686868;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 11px;
	padding: 8px 12px;
	width: 255px;
}

input.submit {
	background: url("images/submit.jpg") no-repeat top left;
	border: none;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	padding: 0;
	text-shadow: #c6631d 0px 1px 0px;
	width: 101px;
}

textarea {
	width: 540px;
}

/*=============================== Header Settings ===============================*/
#header {
	height: 56px;
	overflow: hidden;
	padding-top: 20px;
	width: 940px;
}

#header h1 {
	background: url("images/logo.jpg") no-repeat top left;
	float: left;
	text-indent: -9999px;
}

#header h1 a {
	display: block;
	height: 25px;
	width: 130px;
}

#header p {
	color: #868686;
	float: left;
	font-size: 12px;
	margin: 5px 0 0 10px;
}

#header #mainNav {
	float: right;
	font-size: 12px;
	list-style: none;
}

#header #mainNav li {
	background: none;
	display: inline;
	float: left;
	margin: 0 5px 0 15px;
	padding: 0;
	position: relative;
}

#header #mainNav li.active {
	background: url("images/menu_li.jpg") no-repeat top right;
}

#header #mainNav li.chat {
background: url("images/chat2.jpg") no-repeat top right;
width:68px
}


#header #mainNav li a {
	color: #818080;
	display: block;
	float: left;
	height: 32px;
	left: -15px;
	line-height: 31px;
	margin-right: -16px;
	padding: 0 15px;
	position: relative;
	text-shadow: #FFF 0px 1px 0px;
	width: .1em;
}

#header #mainNav li a:hover {
	color: #4e4e4e;
	text-decoration: none;
}

#header #mainNav li.active a {
	background: url("images/menu_a.jpg") no-repeat top left;
	color: #4e4e4e;
}

#header #mainNav li.chat a {
	background: url("images/menu_a.jpg") no-repeat top left;
	color: #4e4e4e;
}


#header > #mainNav li a {width:auto;}

/*=============================== Featured Content Settings ===============================*/
#featuredNav {
	background: url("images/featuredNav_portfolio.jpg") no-repeat top right;
	height: 58px;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	width: 940px;
}

#featuredNav ul {
	list-style: none;
}

#featuredNav ul li {
	background: none;
	float: left;
	margin: 11px 28px 0 0;
	padding: 0;
}

#featuredNav ul li a, #featuredNav .portfolio {
	background: url("images/featuredNav_buttons.jpg") bottom left;
	color: #626262;
	display: block;
	font-size: 18px;
	height: 38px;
	line-height: 35px;
	text-align: center;
	text-shadow: #FFF 0px 1px 0px;
	width: 125px;
}

#featuredNav ul li.active a, #featuredNav ul li a:hover {
	background: url("images/featuredNav_buttons.jpg") top left;
	color: #818181;
	text-decoration: none;
}

#featuredNav .portfolio {
	background: url("images/featuredNav_portfolio_button.jpg") no-repeat top left;
	color: #818181;
	height: 37px;
	right: 19px;
	padding-left: 13px;
	position: absolute;
	text-align: left;
	top: 11px;
	width: 121px;
}

#featuredNav .portfolio:hover {
	text-decoration: none;
}

#featured {
	height: 463px;
	list-style: none;
	margin: 0;
}

#featured .panel {
	background: none;
	height: 415px;
	overflow: hidden;
	padding: 42px 0 0 0;
	width: 940px;
}

#featured .panel .textContainer {
	float: left;
	margin-right: 20px;
	width: 363px;
}

#featured .panel .imageContainer {
	background: url("images/imageContainer.jpg") no-repeat top left;
	float: left;
	height: 367px;
	padding: 9px 0 0 10px;
	width: 547px;
}

#featured .panel h2 {
	margin-top: 5px;
}

/*=============================== Location Settings ===============================*/
#location {
	height: 91px;
	overflow: hidden;
	padding-top: 18px;
	position: relative;
	width: 940px;
	top: 0px;
	left: 0px;
}

#location h2 {
	float: left;
}

#location p {
	clear: left;
	float: left;
	margin: -15px 0 0 0;
}

#location .button {
	background: url("images/locationButton.jpg") no-repeat top left;
	float: right;
	margin-right: 0;
	position: absolute;
	right: 0;
	top: 32px;
}

/*=============================== Sub Navigation Settings ===============================*/
#subnav {
	list-style: none;
	height: 43px;
	margin-bottom: 0;
}

#subnav li {
	background: none;
	float: left;
	padding: 0 18px;
	text-align: center;
}

#subnav li.active {
	background-color: #e0e0e0;
	border-bottom: 4px solid #cbcbcb;
	height: 39px;
}

#subnav li a {
	color: #797979;
	line-height: 43px;
}

#subnav li.active a:hover {
	text-decoration: none;
}

/*=============================== Breadcumb Navigation Settings ===============================*/
#breadcumb {
	list-style: none;
	margin: 20px 0 -20px 0;
	overflow: hidden;
	width: 940px;
}

#breadcumb li {
	background: none;
	float: left;
	margin-right: 10px;
	padding: 0;
}

#breadcumb li a {
	color: #797979;
}

/*=============================== Content Settings ===============================*/
#content {
	padding: 30px 0;
	overflow: hidden;
	width: 940px;
}

#content .box {
	background: url("images/box.jpg") no-repeat top left;
	float: left;
	margin-right: 20px;
	padding: 20px 20px 0 20px;
	width: 180px;
}


#content .box1 {
	float: left;
	margin-right: 20px;
	padding: 0px 0px 0px 0px;
	width: 180px;
}

#content .box.last {
	margin-right: 0;
}

#content .box .boxBottom {
	background: url("images/box_bottom.jpg") no-repeat bottom left;
	height: 28px;
	margin: 0 -20px 0 -20px;
	padding: 4px 0 0 35px;
}

#content .box .boxBottom a {
	color: #414040;
	font-size: 11px;
}

/*=============================== Main Content Settings ===============================*/
#mainContent {
	float: left;
	margin-right: 20px;
	width: 640px;
}

#mainContentlinks {
	float: left;
	margin-right: 20px;
	width: 900px;
}


#mainContent1 {
	float: left;
	margin-right: 20px;
	width: 620px;
}

.full_width #mainContent {
	margin-right: 0;
	width: 940px;
}

/*=============================== Projects Lists Settings ===============================*/
.projects li {
	background: none;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 0;
	width: 640px;
}

.projects .imageContainer {
	background: url("images/portfolio_imageContainer.jpg") no-repeat top left;
	float: left;
	height: 145px;
	margin-right: 20px;
	overflow: hidden;
	padding: 5px;
	width: 290px;
}

.projects .button {
	background: url("images/portfolioButton.jpg") no-repeat top left;
	font-size: 17px;
	height: 28px;
	line-height: 28px;
	margin-right: 25px;
	text-transform: none;
	width: 132px;
}

.projects .button.last {
	margin-right: 0;
}

.projects.portfolio li {
	float: left;
	margin-right: 20px;
	width: 300px;
}

.projects.portfolio li.last {
	margin-right: 0;
}

.projects.portfolio .imageContainer {
	height: 175px;
	margin: 0 0 2spx 0;
	position: relative;
}

.projects.portfolio img {
	position: absolute;
	top: 7px;
	left: 5px;
}

.projects.portfolio .category {
	background: url("images/portfolioCategory.png") no-repeat top left;
	bottom: 0;
	color: #818181;
	display: block;
	font-size: 18px;
	height: 51px;
	padding-top: 10px;
	position: absolute;
	right: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 126px;
}

.projects.portfolio .category:hover {
	text-decoration: none;
}

/*=============================== Blog Posts Settings ===============================*/
#blogPosts li {
	background: url("images/divider.jpg") repeat-x bottom left;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 0 0 30px 0;
	width: 640px;
}

#blogPosts li .blogTop {
	overflow: hidden;
	width: 640px;
}

#blogPosts li .blogTop h3 {
	float: left;
}

#blogPosts li .blogTop a {
	background: url("images/comments.jpg") no-repeat top left;
	color: #6a6a6a;
	display: block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 27px;
	padding-top: 4px;
	text-align: center;
	text-shadow: #FFF 0px 1px 0px;
	width: 42px;
}

#blogPosts li .blogInfo {
	background: url("images/blogInfo.jpg") no-repeat top left;
	color: #7d7c7c;
	height: 22px;
	padding: 7px 10px;
	width: 920px;
}

#blogPosts li img {
	border: 1px solid #dfdddd;
	margin-bottom: 10px;
}

#blogPosts li .button {
	background: none;
	background-color: #f5f5f5;
	border: 1px solid #bebebe;
	color: #6d6c6c;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 7px 12px;
	text-transform: none;
	width: auto;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/*=============================== Navigation Buttons Settings ===============================*/
#navigation {
	overflow: hidden;
	width: 640px;
}

#navigation a {
	background: url("images/previous.jpg") no-repeat top left;
	display: block;
	float: left;
	height: 46px;
	text-indent: -9999px;
	width: 53px;
}

#navigation a[title="Next"] {
	background: url("images/next.jpg") no-repeat top left;
	float: right;
}

.full_width #navigation {
	width: 940px;
}

/*=============================== Sidebar Settings ===============================*/
#sidebar {
	float: left;
	width: 230px;
	text-align: center;
}

#sidebar .box {
	background: url("images/sidebarBox.jpg") no-repeat top left;
	font-style: italic;
	margin-bottom: 15px;
	padding: 15px 15px 0 15px;
	width: 249px;
}

#sidebar .box .boxBottom {
	background: url("images/sidebarBox_bottom.jpg") no-repeat bottom left;
	font-size: 12px;
	font-style: normal;
	height: 24px;
	margin: -20px -15px 0 -15px;
	padding: 18px 15px 0 15px;
}

#sidebar .box .boxBottom a {
	font-size: 12px;
	line-height: 20px;
}

#sidebar .box ul li {
	background-image: none;
	padding: 0;
}

#sidebar .box.social {
	background: url("images/socialBox.jpg") no-repeat top left;
	height: 38px;
	overflow: hidden;
	padding: 5px 10px;
	width: 260px;
}

#sidebar .box.social h3 {
	color: #8b8b8b;
	float: left;
}

#sidebar .box.social ul {
	float: right;
	margin-top: 3px;
}

#sidebar .box.social ul li {
	background: none;
	float: left;
	margin-left: 10px;
	padding: 0;
}

#sidebar .box.social ul li a {
	display: block;
	height: 32px;
	text-indent: -9999px;
	width: 30px;
}

#sidebar .box.social ul li a[title="Feed"] {
	background: url("images/icon_feed.jpg") no-repeat top left;
}

#sidebar .box.social ul li a[title="Mail"] {
	background: url("images/icon_mail.jpg") no-repeat top left;
}

#sidebar .box.social ul li a[title="Twitter"] {
	background: url("images/icon_twitter.jpg") no-repeat top left;
}

#sidebar .box .archives li {
	background-image: url("images/archives.jpg");
	padding-left: 25px;
}

#sidebar .box .archives li a {
	color: #414040;
	font-style: normal;
}

#sidebar .box .tags {
	font-style: normal;
}

#sidebar .box .tags .tag1 {
	font-size: 15px;
}
#sidebar .box .tags .tag2 {
	font-size: 19px;
}
#sidebar .box .tags .tag3 {
	font-size: 22px;
}

/*=============================== Support Settings ===============================*/
#support {
	background: url("images/support.jpg") no-repeat top left;
	height: 38px;
	margin-top: 25px;
	overflow: hidden;
	padding: 6px;
	width: 928px;
}

#support .button {
	background: url("images/supportButton.jpg") no-repeat top left;
	color: #FFF;
	font-size: 25px;
	height: 38px;
	text-transform: none;
	width: 190px;
}

#support p {
	float: left;
	font-size: 25px;
	line-height: 38px;
}

/*=============================== Footer Settings ===============================*/
#footer {
	background: #2c2e34 url("images/bg_footer.jpg") repeat-x top left;
	text-align: center;
}

#footer div {
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 0;
	text-align: left;
	width: 940px;
}

#footer .box {
	float: left;
	margin-right: 20px;
	width: 220px;
}

#footer .box.last {
	margin-right: 0;
}

#footer .box h3 {
	border-bottom: 1px solid #404348;
	color: #FFF;
	padding-bottom: 5px;
}

#footer .box p {
	color: #FFF;
	font-size: 11px;
}

#footer .box img {
	border: 3px solid #FFF;
	height: 66px;
	width: 66px;
}

#footer .box .button {
	background: #f5f5f5;
	border: none;
	color: #6d6c6c;
	font-size: 11px;
	font-weight: bold;
	height: 100%;
	line-height: 20px;
	padding: 4px 16px;
	text-transform: none;
	width: auto;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#footer .box .news {
	list-style: none;
}

#footer .box .news p {
	margin-bottom: 0;
}

#footer .box .news li {
	background: none;
	margin-bottom: 15px;
	padding: 0;
}

#footer .box .news span {
	color: #787878;
}

#footer input, #footer textarea {
	background-color: #1f2125;
	border: 1px solid #36383d;
	color: #a8a8a8;
	font-size: 11px;
	padding: 5px;
	width: 208px;
}

#footer .twitter {
	background: #f9f9f9 url("images/twitterTop.jpg") no-repeat top left;
	padding: 0;
	width: 220px;
}

#footer .twitter ul {
	background: url("images/twitterBottom.jpg") no-repeat bottom left;
	list-style: none;
	margin: 0;
	padding: 15px;
}

#footer .twitter ul li {
	background: none;
	margin-bottom: 17px;
	padding: 0;
}

#footer .twitter ul li p {
	color: #414141;
	font-size: 12px;
	margin-bottom: 0;
	font-style: italic;
}

#footer .twitter ul li p span {
	color: #6b6b6b;
	font-size: 11px;
}

#footerBottom {
	background-color: #36373d;
	border-top: 1px solid #4a4b51;
}

#footerBottom div {
	margin: 0 auto;
	overflow: hidden;
	padding-top: 15px;
	text-align: left;
	width: 940px;
}

#footerBottom p {
	color: #787878;
	float: left;
	font-size: 11px;
}

#footerBottom ul {
	float: right;
	list-style: none;
	text-transform: uppercase;
}

#footerBottom ul li {
	background: none;
	float: left;
	margin-left: 20px;
	padding: 0;
}

#footerBottom ul li a {
	color: #787878;
	font-size: 11px;
	font-weight: bold;
}

#footerBottom ul li a:hover, #footerBottom ul li.active a {
	color: #FFF;
	text-decoration: none;
}