/* CSS Document */



/* CSS Reset */
* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}

ol, ul, li, a {
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/*///////////////////// GLOBAL ///////////////////////*/

body {  
	
	font: 12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4b4b4b;
}



/* Rounded Corners */
.round-all, a.large-primary-btn, a.large-secondary-btn, 
a.small-primary-btn, a.small-secondary-btn, input.small-primary-btn, 
.widget, .img-box-large, .nav-item, .post-meta, .comment, 
.comment-alt, input, textarea, .highlight-box  {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.round-bottom {
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

.round-top {
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
    -moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

/*White Inset Bevel Effects for elements */

/* Top Bevel */
.highlight-box, .slide-feature, .img-box-large, .img-box-small, .slider, 
.nivo-portfolio .nivo-controlNav, #portfolio-detail, thead td, #search-wrap, .post-meta,
.img-left, .img-right, .field, textarea, .widget-top, .button-list li a, .main-ruler,
.comment, .comment-alt {
	-moz-box-shadow: inset 0 1px 0 #fff; 
	-webkit-box-shadow: inset 0 1px 0 #fff;	
	box-shadow: inset 0 1px 0 #fff;
}


h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #2c2b2b;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 32px;
	line-height: 35px;
	padding-bottom: 15px;
}

h2 {
	font-size: 23px;
	line-height: 30px;
	padding-bottom: 9px;	
}

h3 {
	font-size: 19px;
	line-height: 24px;
	padding-bottom: 9px;
}

h4, h5 {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 4px;
	font-weight: bold;
}

p {
	padding-bottom: 15px;
}

.no-pad {
	padding-bottom: 0;  font-size:16px;

}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.large-primary-btn, .large-secondary-btn {
	display: inline-block;	
	padding: 15px 15px 15px 23px;	
	font-size: 23px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;	
}

.large-primary-btn span, .large-secondary-btn span {
	background: url(../images/btn-arrow.png) no-repeat 6px 4px;	
	margin: 0 2px 0 15px;
	padding: 0 16px;	
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.6); 
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.6);	
	box-shadow: inset 0 0 4px rgba(0,0,0,0.6);	
}

.large-primary-btn:hover, .large-secondary-btn:hover, 
.small-primary-btn:hover, .small-secondary-btn:hover {
	text-decoration: none;
}

.large-secondary-btn, .small-secondary-btn {
	border-bottom: 2px solid #393939;		
}

.large-secondary-btn span {
	background-color: #7C7C7C;
}

.large-secondary-btn {
	background: #a7a7a7 url(../images/large-secondary-btn.gif) repeat-x 0 bottom;
}

.large-secondary-btn:hover {
	background: #bab9b9 url(../images/large-secondary-btn-roll.gif) repeat-x 0 bottom;	
}

.large-secondary-btn:active, .small-secondary-btn:active {
	border-bottom-width: 1px;
}

.small-primary-btn, .small-secondary-btn {
	display: inline-block;	
	padding: 6px 14px 8px 14px;	
	font-size: 15px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
}

.small-secondary-btn {
	background: #a7a7a7 url(../images/small-secondary-btn.gif) repeat-x 0 bottom;	
}

.small-secondary-btn:hover {
	background: #bbbaba url(../images/small-secondary-btn-roll.gif) repeat-x 0 bottom;
}

.small-btn {
	background: #ebebeb url(../images/small-grad.gif) repeat-x 0 bottom;
	display: inline-block;
	border: 1px solid #ccc;
	text-shadow: 0 1px #fff;
	margin-bottom: 20px;
	padding: 3px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

.small-btn:hover {
	text-decoration: none;
	background-image: none;
	background-color: #EAEAEA;	
}

.arrow-link {
	background:slider
 url(../images/arrow-link.gif) no-repeat right 5px;
	display: inline-block;
	margin-top: 5px;
	padding-right: 17px;
}

.arrow-link:hover {
	background: url(../images/arrow-link-roll.gif) no-repeat right 5px;	
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.mar-left {
	margin-left: 20px;
}

.mar-right {
	margin-right: 20px;
}

/*///////////////////// HEADER ///////////////////////*/

#header {background: #2B60DE url(../images/header.png) repeat-x 0 bottom;
	margin: 0 auto;
	width:100%;
	
	
	height: 115px;
}

#header h2 {
	padding-bottom: 0;
}

#logo {
	width: 171px; background: #ffffff;
	height: 96px;margin-top:10px;
	display: block; position: relative;
	float: left;	margin-left:90px;
                   padding-right: 10px;
}

#logo a {
	background: url(../images/logo.png) no-repeat 0px 0px;
	
height: 80px;
	display: block;
	text-indent: -9999px;	
}

/*///////////////////// MAIN NAVIGATION ///////////////////////*/

#main-nav { width:700px;
	float: right;
	margin-top: 37px;
	margin-right: 90px;
	font-size: 17px;
}

#main-nav a {
	color: #000;
	text-shadow: 0 0px #fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;	
}

#main-nav a:hover {
	text-decoration: none;
}

#main-nav ul li {
	float: left;
	margin: 0px 4px;
}

.nav-item {
	padding: 6px 16px 8px;
	position: relative;
	z-index: 9000;
}

.nav-item:hover, .dropdown:hover .nav-item {
	background: #0281ec url(../images/nav-btn-bg.gif) repeat-x 0 bottom;
	padding: 6px 15px 7px;
	border-top: 2px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 2px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;	
}

.nav-item:active {
	border-bottom-width: 1px;
}

#main-nav #nav-selected {
	color: #fff;
	border: none;
	padding: 6px 16px 7px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

#main-nav .dropdown:hover #nav-selected {
	padding-bottom: 13px;
	border: none;
}

.dropdown {
	position: relative;
}

.dropdown:hover {
	background: #fff; 
}

.dropdown:hover .nav-item {
	background: #0281ec none;
	padding-bottom: 13px;
	border-bottom: none;	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.dropdown-wrap, .nav-flyout ul{
	width: 200px; /*Drowndown and Sub-Nav Menus Width */
	display: none;
	padding-bottom: 15px;
	position: absolute;
	z-index: 8999;
	top: 33px;
	left: 0;
}

.dropdown .dropdown-wrap, .nav-flyout ul {
	background: #d4d4d4 url(../images/dropdown-bg.gif) repeat-x 0 top;
	border-top: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 2px solid #818080;
	border-left: 1px solid #c3c3c3;	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown:hover .dropdown-wrap, .dropdown-wrap > .nav-flyout:hover > ul, .nav-flyout .nav-flyout:hover > ul, .nav-flyout .nav-flyout .nav-flyout:hover > ul {
	display: block;
}

#main-nav ul li .dropdown-wrap li {
	float: none;
	margin: 0;font-size: 19px;
}

#main-nav ul li .dropdown-wrap li:first-child a {
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

#main-nav ul li .dropdown-wrap li a {
	display: block;
	padding: 9px 15px;
	
}

#main-nav ul li .dropdown-wrap li a:hover {
	background-color: #fff; color: #000000;
}

.nav-flyout {
	position: relative;
}

.nav-flyout ul {
	left: 200px; /*Sub-Nav Menu Position*/
	top: 0;
}

/*///////////////////// FEATURE AREA ///////////////////////*/

#stage-wrap {
	
	height: 385px;
	overflow: hidden;
}

#stage {
	width: 940px;
	margin: 0 auto;
}

/* Anything-Slider Option 1 (The rest of the styles for this slider option are in anythingSlider.css)*/

.slide-feature {
	width: 861px;
	height: 310px; 
	border-top: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-bottom: 3px solid #aaa;
	border-left: 1px solid #CECECE;	
	padding: 11px 11px 12px;
	background: #f2f2f2 url(../images/highlight-bg.gif) repeat-x 0 bottom;	
}



/* Nivo Image-Slider Option 2 (The rest of the styles for this slider option are in nivo-slider.css)*/

.slider {
	width: 916px;
	height: 310px; 
	border-top: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-bottom: 3px solid #aaa;
	border-left: 1px solid #CECECE;	
	padding: 11px 11px 12px 11px;
	background: #f2f2f2 url(../images/highlight-bg.gif) repeat-x 0 bottom;		
}

.nivo-slider {
    height: 310px;
}

/* Static content without slider */
#stage-feature{
	height: 360px;
	float: right;
	padding-top: 25px;
	overflow: hidden;
}

#stage-content {
	width: 385px;
	float: left;
}

#stage-content ul {
	padding: 0 0 15px 30px;
}

#stage-content ul li {
	padding: 16px 0 6px 60px;
}

#stage-list-item1 {
	background: url(../images/presentation.png) no-repeat 0 center;
}

#stage-list-item2 {
	background: url(../images/color-wheel.png) no-repeat 0 center;
}

#stage-list-item3 {
	background: url(../images/user-group-colored.png) no-repeat 0 center;
}

#stage .large-primary-btn {
	margin-left: 30px;
}

#headline-wrap {
	background: #e4e1e1 url(../images/headline-bg.gif) repeat-x 0 bottom;
	overflow: hidden;	
	height: 83px;
	border-top: 1px solid #B7B7B7;
	border-bottom: 2px solid #868686;
	-moz-box-shadow: inset 0 1px 0 #EDEDED; 
	-webkit-box-shadow: inset 0 1px 0 #EDEDED;	
	box-shadow: inset 0 1px 0 #EDEDED;	
}

#headline-callout {
	width: 940px;
	margin: 0 auto;
}

#headline-callout h2, #headline-callout h1 {
	width: 650px;
	margin-top: 11px;
	float: left;
	text-shadow: 0 1px #E5E5E5;	
}

#headline-callout h1 {
	font-size: 23px;
	line-height: 30px;
	padding-right: 25px;
}

#headline-callout a {
	margin-top: 15px;
	float: left;
}

/*///////////////////// CONTENT ///////////////////////*/

#content {
	width: 940px;
	margin: 10px auto 0 auto;
	padding-bottom: 155px;
}

#home-wrap {
	background: url(../images/content-bg.gif) repeat-x;
	padding-top: 55px;
}

#main-content {
	width: 640px;
	float: left; 
}

#main-content table td {text-align:justify; }
#main-content table td img {  margin-left:5px; width:300px; height:300px; float:right; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 2px solid #000000;
	
	
}


#main-content-full {
	width: 940px;
}

.quote div {
	margin-top: 5px;
	padding-right: 10px;
	float: left;
	width: 38px;
	height: 26px;
}

.quote p {
	padding-bottom: 5px;
}

#content a.large-primary-btn, #content a.large-secondary-btn, 
#content a.small-primary-btn, #content a.small-secondary-btn {
	margin-right: 15px;
	margin-bottom: 20px;
}

#content a.small-primary-btn:active, #content a.small-secondary-btn:active,
#content a.large-primary-btn:active, #content a.large-secondary-btn:active {
	margin-bottom: 21px;	
}

.ruler {
	margin: 25px 0 30px;
	background-color: #F2F2F2;
	border: 1px solid #e2e2e2;
	height: 3px;	
	clear: both;	
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;		
}

.main-ruler {
	margin: 25px 0 30px;
	background-color: #EDEDED;
	border: 1px solid #C9C9C9;
	height: 7px;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	clear: both;		
}

h1 + .main-ruler, h2 + .main-ruler, h3 + .main-ruler {
	margin: 0 0 25px 0;
}

/*A class for adding extra space between different sections in main content area */
.section {
	margin-top: 35px;
}

#main-content-full .bullet-list, #main-content .bullet-list,
#main-content-full .arrow-list, #main-content .arrow-list, 
#main-content-full .check-list, #main-content .check-list {
	margin: 0 20px 20px 0;
}

.bullet-list li {
	padding-left: 20px;
}

.arrow-list li a {
	display: inline-block;
	padding-left: 10px;
}

.arrow-list li, .bullet-list li {
	padding-bottom: 10px;
}

.check-list li{
	background: url(../images/checkmark.png) no-repeat;
	padding-bottom: 15px;
	padding-left: 35px;
}

.button-list {
	margin-top: 10px;
}

.button-list li {
	line-height: 17px;
	margin-right: 10px;
	float: left;	
}

.button-list li a {
	background: #ebebeb url(../images/small-grad.gif) repeat-x 0 bottom;
	display: inline-block;
	border: 1px solid #ccc;
	text-shadow: 0 1px #fff;
	padding: 3px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

.button-list li a:hover {
	text-decoration: none;
	background-image: none;
	background-color: #FFA81B;	
}

.button-list li #button-current {
	background: #0281ec url(../images/small-secondary-btn.gif) repeat-x 0 bottom;
	box-shadow: none;
	-moz-box-shadow: none; 
	-webkit-box-shadow: none;		
	border: none;
	padding: 4px 8px;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}

.button-list li #button-current:hover {
	background: #bbbaba url(../images/small-secondary-btn-roll.gif) repeat-x 0 bottom;
}

/* Images */

.img-left, .img-right, .img-box-small {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	border-radius: 3px;		
}

.img-left {
	border: 1px solid #D6D6D6;
	padding: 5px;
	background-color: #EAEAEA;
	margin: 0 20px 20px 0;
	float: left;
}

.img-right {
	border: 1px solid #D6D6D6;
	padding: 5px;
	background-color: #EAEAEA;
	margin: 0 0 20px 20px;
	float: right;	
}

.img-box-large {
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;	
	border-bottom: 3px solid #aaa;
	border-left: 1px solid #d4d4d4;	
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 11px;
	background: #f2f2f2 url(../images/highlight-bg.gif) repeat-x 0 bottom;	
}


.img-box-small {
	border: 1px solid #d4d4d4;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 5px;
	background: #f2f2f2 url(../images/highlight-bg.gif) repeat-x 0 bottom;	
}

.feature-img {
	margin: 8px 0 17px 0;
}

.six-col img {
	padding-bottom: 9px;
}

/* Box Containers */

.highlight-box {
	background: #f2f2f2 url(../images/highlight-bg.gif) repeat-x 0 bottom;
	display: inline-block;
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 3px solid #aaa;
	border-left: 1px solid #d4d4d4;	
	margin-top: 30px;
	padding: 20px;
	text-shadow: 0 1px #fff;
}

.message p:first-child {
	padding-bottom: 5px;
}

.highlight-box .img-box-small, .highlight-box img-box-large {
	border-color: #bdbdbd;
}

.highlight-box .img-box-small {
	background-image: none;
	background-color: #fff;
	padding: 5px;	
}

/* Column Containers */

.one-col, .two-col {
	padding-bottom: 15px;
	margin: 10px 0 30px;
}

.two-col {
	width: 460px;
	margin-right: 20px;
	float: left;
}

.three-col, .four-col, .six-col {
	margin: 0 20px 30px 0;
	float: left;
}

.three-col {
	width: 300px;
}

.four-col {
	width: 220px;
}

.six-col {
	width: 140px;
}

.one-col .highlight-box, .two-col .highlight-box, .three-col .highlight-box, .four-col .highlight-box {
	padding: 10px 10px 5px 14px;
	margin: 10px 0 16px 0;
	background: #dbdbdb url(../images/highlight-bg.gif) repeat-x 0 top;	
	display: block;
}

.one-col h3, .two-col h3, .three-col h3, .four-col h3, .six-col h3 {
	overflow: hidden;
}

/* Add this class to the last box in a row, or else column boxes will not all fit in a row next to each other in layout */
.end-col {
	margin-right: 0;
}

.two-col h3, .two-col p, .three-col h3, 
.three-col p, .four-col h3, .four-col p {
	padding-right: 5px;	
}

.large-icon {
	padding-right: 9px;
	float: left;
}

.three-col h3, .two-col h3 {
	padding-top: 2px;
}

/* Forms */

label {
	display: block;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 9px;
}

.required span{
	color: #d80000;
}

.field {
	background: #f7f7f7 url(../images/field-bg.gif) repeat-x 0 bottom;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 3px solid #aaa;
	border-left: 1px solid #d3d3d3;
	padding: 9px 8px;
	width: 220px;	
}
.textbox {
	background: #f7f7f7 url(../images/field-bg.gif) repeat-x 0 bottom;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 3px solid #aaa;
	border-left: 1px solid #d3d3d3;
	padding: 9px 8px;
	width: 220px;	
}
.field-group {
	margin-bottom: 15px;
	margin-right: 30px;
}

textarea {
	background: #f7f7f7 url(../images/textarea-bg.gif) repeat-x 0 bottom;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 3px solid #aaa;
	border-left: 1px solid #d3d3d3;
	width: 250px;
	height: 220px;
	padding: 15px;
	font: 12px/20px "Lucida Grande",Verdana,Helvetica,sans-serif;	
}

.input-btn {
	margin-top: 25px;
	cursor: pointer;
}

.input-btn:active {
	margin-bottom: 1px;
}

input.large-primary-btn {
	padding-bottom: 12px;
}


/*About Us page*/

.team-detail {
	width: 505px;
	float: right;
	margin-top: 7px;
}

.team-detail h3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	border-radius: 3px;	
	border-bottom: 1px solid #D8D8D8;
	background-color: #E8E8E8;
	display: inline;
	padding: 5px 14px 7px;
	text-shadow: 0 1px #fff;
}

.team-detail h3 em {
	font-size: 16px;
}

.team-detail p {
	margin-top: 20px;
	padding-bottom: 7px;
}

.team-detail p:first-child {
	padding-bottom: 0;
}

/*Features pages */

.testimonial {
	width: 530px;
}

#feature-detail ul {
	width: 375px;
	margin: 10px 0 15px;
}

#feature-detail a.small-primary-btn, 
#feature-detail a.small-secondary-btn {
	margin-left: 37px;
}

.thumbs-gallery {
	max-width: 470px;
	margin-top: 45px;
	padding: 15px 20px;
}

.thumbs-gallery img {
	margin-top: 7px;
	margin-bottom: 7px;
}



/*Portfolio pages */

#portfolio-overview .one-col {
	padding: 25px 0 10px;
}

#portfolio-overview .one-col h2 {
	padding-top: 5px;
}

#portfolio-overview .one-col a.small-primary-btn {
	margin-top: 5px;
}

#project-details {
	margin-bottom: 20px;	
}

#project-details p {
	padding-bottom: 5px;
}

#project-details .ruler {
	margin-top: 5px;
}

#facebook-like {
	margin-bottom: 10px;
}

#project {
	width: 280px;
	padding-right: 20px;
}

/* Nivo Image-Slider Option 2 (The rest of the styles for this slider option are in nivo-slider.css)*/
#portfolio-detail {
	background: #f2f2f2 url(../images/highlight-bg.gif) repeat-x 0 bottom;		
	width: 596px;
	height: 527px; 
	margin-top: 5px;
	margin-bottom: 155px;
	padding: 11px;
	float: right;
	border-top: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-bottom: 3px solid #aaa;
	border-left: 1px solid #CECECE;		
}

.nivo-portfolio a img {
	position: absolute; /* Prevents images from overflowing if Javascript is turned off */
}

/* Pagination */

#pagination {
	margin-top: 30px;
	margin-bottom:10px; font-style:italic; font-weight:bold;
}

#pagination a {
	background: #ebebeb url(../images/small-grad.gif) repeat-x 0 bottom;
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 2px solid #aaa;
	border-left: 1px solid #d4d4d4;	
	padding: 3px 10px 4px;
	margin-right: 5px;
	display: inline-block;
	font-size: 15px;
	color: #4b4b4b;
	text-shadow: 0 1px #fff;		
}

#pagination a#current, #pagination a:hover {
	padding: 4px 11px 4px;	
	border: none;	
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);		
}

#pagination a:hover {
	background: #0281ec url(../images/small-secondary-btn.gif) repeat-x 0 bottom;
	border-bottom: 2px solid #353535;
}

#pagination a#current:active, #pagination a:active {
	border-bottom-width: 1px;
}

/* Blog */

.post-list {
	margin-bottom: 38px;
	margin-right: 15px;
}

.post-list .main-ruler {
	margin: 10px 0 0 0;
}

.post-list p {
	padding-bottom: 0;
}

.post-list h1 a {
	color: #2c2b2b;
}

.post-list h1 a:hover {
	text-decoration: none;
}

.post-meta {
	padding: 4px 9px;
	margin-bottom: 27px;
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 3px solid #959595;		
	border-left: 1px solid #d4d4d4;	
	background: #ebebeb url(../images/small-grad.gif) repeat-x 0 bottom;
	text-shadow: 0 1px #fff;
}

.post-meta ul li {
	float: left;
	padding: 0 15px 0 24px;
}

.post-meta .meta-date {
	background: url(../images/calendar-icon.png) no-repeat 0 -1px;
}

.post-meta .meta-author {
	background: url(../images/edit-icon.png) no-repeat 0 -1px;
}

.post-meta .meta-tag {
	background: url(../images/category-icon.png) no-repeat 0 0;
}

.post-meta .meta-comments {
	background: url(../images/comment-icon.png) no-repeat 0 -1px;
}

#post {
	margin-right: 15px;
}

#post-share {
	width: 280px;
	margin-top: 10px;
}

#author-bio {
	margin-top: 40px;
}

#author-bio p {
	overflow: hidden;
}

/* Blog Text Styles */

.strike {
	text-decoration: line-through;
}

.text-highlight {
	background-color: #fefaca;
	padding: 2px 6px;
}

sup, sub {
	color: #2d2d2d;
}

blockquote {
	background-color: #f2f2f2;
	margin-left: 50px;
	margin-bottom: 20px;
	text-shadow: 0 1px #fff;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
    -moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;	
}

blockquote p {
	padding: 15px;
}

.pullquote-left, .pullquote-right {
	width: 300px;
	font-style: italic;
	line-height: 22px;
	padding: 0 30px 10px 48px;			
}

.pullquote-left {
	float: left;
}

.pullquote-right {
	float: right;
	margin-left: 25px;
	padding: 0 0 10px 48px;			
}

/* Blog Comments */

#comments-top {
	margin: 70px 0 15px 0;
	height: 25px;
}

#comments-top p {
	font-size: 19px;
	float: left;
}

#comments-top a {
	background: url(../images/comment-add-icon.png) no-repeat 0 1px;
	padding: 2px 0 2px 26px;
	float: right;
}

#comments .add-reply {
	background: url(../images/comment-reply-icon.png) no-repeat 0 -2px;
	padding-left: 26px;
	margin: -5px -5px 10px 20px;
	float: right;
}

#comments .img-box-small {
	margin-left: -95px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	border-radius: 3px;
}

.comment .img-box-small {
	border-color: #aaa;	
}

.comment-alt .img-box-small {
	border-color: #CECECE;
}

.comment, .comment-alt {
	margin-bottom: 35px;
	padding: 20px 20px 20px 55px;
}

.comment {
	background-color: #EDEDED;
	text-shadow: 0 1px #fff;
	border-top: 1px solid #CECECE;	
	border-right: 1px solid #CECECE;	
	border-bottom: 3px solid #CECECE;	
	border-left: 1px solid #CECECE;		
}

.comment-alt {
	background-color: #f9f9f9;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 3px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;	
}

.comment-details  {
	padding: 3px 8px;
	margin: 2px 0 10px 0;
	background-color: #fff;
	display: inline-block;		
	border: 1px solid #E5E5E5;		
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	border-radius: 3px;
}

.comment-alt .comment-details {
	background-color: #E8E8E8;
	border: 1px solid #DBDBDB;			
}

.comment-details span {
	padding-left: 15px;
}

#comments .reply li {
	margin-left: 25px;
}

#post-comment {
	margin-top: 60px;
}

/* Contact */

#contact-info {
	padding-right: 40px; font-size:15px;font-color:#000000;
	width: 420px;
}

#contact-form textarea {
	width: 425px;
}

#contact-form input[type=text] {
	width: 440px;
}

.hide {
	display: none;
}

#response {
	background-color: #999999;
	width: 260px;
	border: 1px solid #595959;
	color: #fff;
	padding: 15px 20px 17px 20px;
	line-height: 26px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}

/*///////////////////// SIDEBAR ///////////////////////*/

#sidebar {
	width: 265px;
	margin-left: 35px;
	float: left;
}

.widget {
	margin-bottom: 30px;
	text-shadow: 0 1px #fff;				
}

.widget a {
	text-shadow: 0 1px #fff;					
}

.widget .img-box-small {
	background-color: #fff;
	background-image: none;
}

.widget-top {
	margin: 0 2px;
	height: 18px;
	border-top: 1px solid #aaaaaa;		
	border-left: 1px solid #aaaaaa;		
	border-right: 1px solid #aaaaaa;
	background-color: #f7f4f4;
}

.widget h3 {
	padding: 6px 14px 8px;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}

.widget-content {
	background: #f7f4f4 url(../images/widget-bg.gif) repeat-x 0 bottom;	
	margin: 0 2px;	
	padding: 12px 14px 25px;
	border-left: 1px solid #aaaaaa;		
	border-right: 1px solid #aaaaaa;	
	border-bottom: 3px solid #818080;		
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;	
}


.widget-content p {
	padding-bottom: 0;
}

#sidebar .arrow-list li {
	padding: 10px 0; color:#000000; font-size:15px;
	border-bottom: 1px solid #aaa;
}

#sidebar .arrow-list li a {
	color: #4B4B4B;
}

/* Recent posts */
.sidebar-post {
	border-bottom: 1px solid #aaa;
	padding: 12px 0 2px; color:#000000;
}

.sidebar-post p {
	overflow: hidden;
}

.sidebar-post img {
	margin-bottom: 10px;
}

.sidebar-post .sidebar-post-title {
	padding: 5px 0 2px;
    line-height: 18px;
}

#sidebar .sidebar-post-title a {
	color: #4b4b4b;
	padding: 0;
	font-weight: bold;
}

/* Testimonials */

.widget-quote {
	border-bottom: 1px solid #aaa;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.widget-quote p {
	padding-bottom: 5px;
}

/* Search Form */

#search {
	background: #f3f2f2 url(../images/search-bg.gif) repeat-x 0 bottom;
	margin-bottom: 30px;
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;			
	border-right: 1px solid #aaaaaa;	
	border-bottom: 3px solid #818080;	
	overflow: hidden;
}

#search-wrap {
	padding: 11px;	
}

#search-form {
	background-color: #fff;
	color: #717070;
	width: 176px;
	margin-right: 10px;
	padding: 8px 9px;
	float: left;
}

#search-form:focus {
	color: #4B4B4B;
}

#submit-search {
	background: #a7a7a7 url(../images/search-btn-bg.gif) repeat-x 0 bottom;
	border-bottom: 2px solid #353535;
	float: left;
}

#submit-search input {
	background: url(../images/search-btn.gif) no-repeat center center;
	width: 37px;
	height: 31px;	
	cursor: pointer;
	display: block;
}

#submit-search input:hover {
	background: url(../images/search-btn-roll.gif) no-repeat center center;
}


/* Sponsor Ads */
.sponsors {
	margin-bottom: 30px;
	padding-left: 2px;
}

.sponsors img {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.sponsors img.end-ad {
	margin-right: 0;
}


/*///////////////////// FOOTER ///////////////////////*/


#footer {
	background: #939393 url(../images/footer-bg.gif) repeat-x 0 0;	
}

.footer-content {
	width: 960px;
	margin: 0 auto;
	padding-left: 15px;
	position: relative;
	z-index: 2;
}

#footer h3 {
	padding-bottom: 5px;
	color: #909090;
}

#footer a.footer-btn {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	background: #fff url(../images/footer-btn.gif) repeat-x 0 bottom;
	color: #4b4b4b;	
	display: inline-block;	
	padding: 5px 12px 7px 12px;	
	font-size: 15px;
	box-shadow: 0px 2px 0px #686868;
	-moz-box-shadow: 0px 2px 0px #686868;
	-webkit-box-shadow: 0px 2px 0px #686868;	
	text-shadow: none;
}

#footer a.footer-btn:hover {
	background: #fff none;
	text-decoration: none;
}	

#footer a.footer-btn:active {
	border-bottom-width: 1px;
	box-shadow: 0px 1px 0px #686868;
	-moz-box-shadow: 0px 1px 0px #686868;
	-webkit-box-shadow: 0px 1px 0px #686868;	
}

/* Top Footer */

#footer-header {
	background-color: #fff;
	height: 33px;
	width: 970px;
	border-bottom: 1px solid #AFAFAF;	
	margin: -2px 0 0 -485px;
	position: absolute;
	top: 0;
	left: 50%;
}

#footer-top {
	padding: 2px 0 60px;
	position: relative;
	border-top: 1px solid #AFAFAF;
}

#contact {
	width: 195px;
	margin-right: 25px;
	float: left;
	text-shadow: 0 1px #dedede;	
	color: #000;	
}

#contact p {
	margin-top: 18px;
}

.footer-col {
	width: 135px;
	margin-right: 25px;
	float: left;
	text-shadow: 0 1px #dedede;			
}

.footer-col ul {
	margin-top: 15px;
}

.footer-col ul li {
	padding: 6px 0;
	border-bottom: 1px solid #5d5d5d;	
}

.footer-col ul li a {
	color: #000;
}

.footer-col ul li a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}

.footer-icon-link  {
	padding: 2px 0 2px 23px;
}


.footer-col1 {
	width: 390px;
	margin-right: 25px;
	float: right; font-color:#000000; font-size:14px; font-family:verdana;
	text-shadow: 0 1px #dedede;			
}



/* Tweet update */

.tweet-update {
	float: left;
}

.tweet {
	background-color: #fff;
	width: 218px;
	min-height: 100px;
	margin-top: 30px;
	padding: 20px 20px 5px;
}

.tweet_avatar img {
	margin-right: 8px;
	float: left;
}

.tweet_time {
	display: block;
}

.tweet_odd, .tweet_even {
	padding-bottom: 20px;
}

#tweet-bottom {
	
	width: 240px;
	height: 60px;
}

#tweet-bottom img {
	padding: 3px 0 0 10px;
	float: left;
}

/* Bottom Footer */

#footer-bottom {
	border-top: 3px solid #1c1c1c;
	background-color: #282828;
	padding: 18px 0;
}

#footer-bottom a, #footer-bottom p {
	color: #6d6d6d;
}

#footer-bottom a.high-link {
	color: #cfcece;
}

#footer-bottom p {
	padding-bottom: 0;
}

#footer-bottom ul li {
	float: left;
	padding-right: 20px;
}


/*//////////Style Switcher///////////*/

/*----- Switch -----*/
	#switch {
	background: #000000 url(../images/m.gif) repeat-x 0 bottom;
    position: fixed;  float:left;
    z-index: 9000;
    top: 20%;
    left:-5px;
    width:200px;
    height: 300px;
	-webkit-border-top-right-radius: 6px ;
	-webkit-border-bottom-right-radius: 6px ;
	-moz-border-radius: 0px 6px 6px 0;
	border-radius: 0px 6px 6px 0;
    border-top: 1px solid #282727;
    border-right: 1px solid #282727;
    border-bottom: 1px solid #282727;
    overflow: hidden;
	cursor: pointer;
}



#switch-tab {
    width:43px;
    height: 218px;
	
	-webkit-border-top-right-radius: 5px ;
	-webkit-border-bottom-right-radius: 5px ;
    -moz-border-radius: 0px 5px 5px 0;
	border-radius: 0px 5px 5px 0;
    float: left;
}

#switch:hover #switch-tab {
    border-right: 1px solid #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#switch a {
    color: #e0e0e0; margin-top:210px; float:left;  
    font-size: 14px; 
}

#switch a:hover {
    text-decoration: underline;
    color: #fff;
}

#switch ul {
    float: left;
    margin: 15px 0 0 5px; padding:5px;
	width: 90px; color:#fff;
}

#switch ul li {
    padding-bottom: 3px;
}

#switch ul li a {
    float: left;
    margin-bottom: 2px;	
}

#switch ul li a span {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-bottom: 1px solid #000;
    margin-bottom: -1px;
    margin-right: 5px;
}
@media only screen and (max-width: 479px) {#switch {
	background: #000000; 
    position: fixed; float:left;
    z-index: 9000;
    top: 10%;
    left:0px;
    width:13px;
    height: 210px;
	-webkit-border-top-right-radius: 1px ;
	-webkit-border-bottom-right-radius: 1px ;
	-moz-border-radius: 0px 6px 6px 0;
	border-radius: 0px 6px 6px 0;
    border-top: 1px solid #282727;
    border-right: 1px solid #282727;
    border-bottom: 1px solid #282727;
    overflow: hidden;
	cursor: pointer;
}

#switch:hover {
    width:160px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

#switch-tab {
    width:13px;
    height: 210px;
	background: #5e5e5e url(../images/switch-tab.png) no-repeat 0 bottom;
	-webkit-border-top-right-radius: 5px ;
	-webkit-border-bottom-right-radius: 5px ;
    -moz-border-radius: 0px 5px 5px 0;
	border-radius: 0px 5px 5px 0;
   
}

#switch:hover #switch-tab {
    border-right: 1px solid #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#switch a {
    color: #e0e0e0;
    font-size: 10px;
}

#switch a:hover {
    text-decoration: underline;
    color: #fff;
}

#switch ul {
    float: left;
    margin: 1px 0 0 0px;
	width: 10px;
}
#switch ul form { font-size:10px; color:#FFF; height:5px; width:50px; line-height:2px;}
 #switch ul table td  textbox { height:5px; width:50px; line-height:2px; }
 

#switch ul li {
    padding-bottom: 3px;
}

#switch ul li a {
    float: left;
    margin-bottom: 2px;	
}

#switch ul li a span {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-bottom: 1px solid #000;
    margin-bottom: -1px;
    margin-right: 5px;
}}
	
	
	/*----- Switch End -----*/
/*//////////Style Switcher///////////*/

#switch1 {
	background: #000000 url(../images/switch-base.gif) repeat-x 0 bottom;
    position: fixed; float:right;
    z-index: 9000;
    top: 20%;
    right:0px;
    width:38px;
    height: 163px;
	-webkit-border-top-right-radius: 6px ;
	-webkit-border-bottom-right-radius: 6px ;
	-moz-border-radius: 0px 6px 6px 0;
	border-radius: 0px 6px 6px 0;
    border-top: 1px solid #282727;
    border-right: 1px solid #282727;
    border-bottom: 1px solid #282727;
    overflow: hidden;
	cursor: pointer;
}



#switch1-tab {
    width:38px;
    height: 163px;
	background: #5e5e5e url(../images/switch-tab.png) no-repeat 0 bottom;
	-webkit-border-top-right-radius: 5px ;
	-webkit-border-bottom-right-radius: 5px ;
    -moz-border-radius: 0px 5px 5px 0;
	border-radius: 0px 5px 5px 0;
    float: left;
}

#switch1:hover #switch1-tab {
    border-right: 1px solid #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#switch1 a {
    color: #e0e0e0;
    font-size: 14px;
}

#switch1 a:hover {
    text-decoration: underline;
    color: #fff;
}

#switch1 ul {
    float: left;
    margin: 15px 0 0 20px;
	width: 90px;
}

#switch1 ul li {
    padding-bottom: 3px;
}

#switch1 ul li a {
    float: left;
    margin-bottom: 2px;	
}

#switch1 ul li a span {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-bottom: 1px solid #000;
    margin-bottom: -1px;
    margin-right: 5px;
}


#backtotop {
	cursor : pointer;
	display : none;
	margin : 0px 0px 0px 5px;
	position : fixed;
	bottom : 10px;
	font-size : 90%;
	padding	: 10px;
	width : 120px;
	text-align : center;
	background-color:#0F0;
	border-radius : 8px;
	-webkit-border-radius : 8px;
	-moz-border-radius : 8px;
	filter : alpha(opacity=60);
	-khtml-opacity : 0.6;
	-moz-opacity : 0.6;
	opacity	: 0.7;
	color : #000000;
	font-size : 14px;
	font-weight:bold;
	z-index	: 1000;
}
#backtotop:hover
{
	filter : alpha(opacity=90);
	-khtml-opacity : 0.9;
	-moz-opacity : 0.9;
	opacity	: 0.9;
}