@import "css/reset.css";

@import "css/text.css";

@import "css/buttons.css";



html, body{

	text-align: center;

	background: #e7e7e7;

	color: #444;

}

.wrapper{

	width: 960px;

	margin: 0 auto;

	text-align: left;
	overflow:hidden;

}



/* HEADER STYLING */



#header{

	background: url(images/header.png) top left no-repeat;

}

#logo{
-moz-border-radius: 4px 4px 4px 4px;

	-webkit-border-radius: 4px 4px 4px 4px;

	border-radius: 4px 4px 4px 4px;

	padding: 0 0 10px 0;

	-moz-box-shadow: 0px 2px 4px #000;

	-webkit-box-shadow: 0px 2px 4px #000;

	box-shadow: 0px 2px 4px #000;
	padding:5px;

	margin: 34px 0 50px 0;

	float:left;

}

#logo a{

	display: block;

	outline:none;
		color:#fffacd;
	text-decoration:none;

}
#logo a span {
	font-size:11px !important;
}
#quicklinks{

	float: right;

	margin: 50px 0 0 0;

}

#quicklinks em{

	display: block;

	float: left;

	background: url(images/circle.png) top left no-repeat;

	width: 35px;

	height: 36px;

	line-height: 35px;

	text-align: center;

	color: #fff;

	text-transform: uppercase;

	text-shadow: 1px 1px 0px #444;

	font-style: normal;

	font-weight: bold;

	margin: 0 10px 0 10px;

}

#quicklinks a{

	float: left;

	display: block;

	margin-top:5px;
}
#quicklinks a.special {
		padding: 5px 0 0 0;
margin:0;
	text-decoration: none;

	border-bottom: 2px dashed;

	font-weight: bold;

	font-size: 14px;

	text-transform: uppercase;

	color: #EEE;
}

#quicklinks a:hover{

	color: #000;

}



/* Navigation menu STYLING */



#navigation{

	background: url(images/navigation.png) top left no-repeat;

	height: 53px;

	margin: 0 0 21px 0;

}

#navigation ul{

	list-style: none;

	margin: 0;

}
#navigation #social li {
background:none;
float:none;
padding-top:13px;
}
#navigation ul li{

	float: left;

	position: relative;

	margin: 0 0 0 0;

	background: url(images/line.png) top right no-repeat;

}

#navigation ul li a{

	padding: 14px 13px 19px 13px;

	display: block;

	text-decoration: none;

	color: #444;

	font-weight: bold;

	text-transform: uppercase;

}

#navigation ul.sub-menu{

	position: absolute;

	width: 160px;

	margin: 0;

	top: 44px;

	display: none;

	background: #AFAFAF;

	list-style: none;

	list-style-position:inside;

	z-index: 9;

	border: 1px solid #8D8B8B;

	-moz-border-radius: 4px 4px 4px 4px;

	-webkit-border-radius: 4px 4px 4px 4px;

	border-radius: 4px 4px 4px 4px;

	padding: 0 0 10px 0;

	-moz-box-shadow: 0px 2px 4px #aba9a9;

	-webkit-box-shadow: 0px 2px 4px #aba9a9;

	box-shadow: 0px 2px 4px #aba9a9;

}

#navigation ul.sub-menu li{

	background:#f5f5f5;

	background: -moz-linear-gradient(bottom,#ebebeb ,#FFF );

	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ebebeb), to(#FFF));

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#FFFFFF'); /* IE6,IE7 only */

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#FFFFFF')"; /* IE8 only */

	border-bottom: 1px solid #9ea09f;

	display: block;

	width: 160px;

}

#navigation ul.sub-menu li:first-child{

	border-top: 1px solid #fff;

	-moz-border-radius: 4px 4px 0 0;

	-webkit-border-radius: 4px 4px 0 0;

	border-radius: 4px 4px 0 0;

}

#navigation ul.sub-menu li:last-child{

	border-bottom: 1px solid #fff;

	-moz-border-radius: 0 0 4px 4px;

	-webkit-border-radius: 0 0 4px 4px;

	border-radius: 0 0 4px 4px;

}

#navigation ul.sub-menu a{

	color: #444;

	display: block;

	padding: 13px;

}

#navigation ul li.current-menu-item a{

	color: #444;

}

#navigation ul li a:hover{

	color: #000 !important;

}

#loopedSlider,#content-wide,.post-small,.widget{

	background: #ebebeb;

	border: 1px solid #aaa8a8;

	-moz-border-radius: 6px 6px 6px 6px;

	-webkit-border-radius: 6px 6px 6px 6px;

	border-radius: 6px 6px 6px 6px;

}





.post-small{

	border: 1px solid #1F0F2F;

	border-bottom: 1px solid #74677F

}

.wide-depth{

	background: url(images/depth.png) top left no-repeat;

	height: 20px;

}

.small-depth{

	background: url(images/depth-small.png) top left no-repeat;

	height: 20px;

}

#sidebar .small-depth{

	background: url(images/depth-sidebar.png) top left no-repeat;

}

#container .wide-depth{

	background: url(images/depth-container.png) top left no-repeat;

}

.container, .content-inner{

	display: block;

	border: 1px solid #fff;

	margin: 0;

	padding: 6px;

	list-style: none;

	-moz-border-radius: 6px 6px 6px 6px;

	-webkit-border-radius: 6px 6px 6px 6px;

	border-radius: 6px 6px 6px 6px;

}



/* Slider styling */

.container { width:956px; height:375px; overflow:hidden; position:relative;  padding: 0; background: url(images/light.png) top center no-repeat; }

.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }

.slides li { position:absolute; top:0; width:864px; display:none; padding: 46px; }

#slide1{

	display: block;

}



.slides li h1{

	font-size: 28px;

	color: #4f4f4f;

	margin:0;

}

.slides li h3{

	color: #817f7f;

	font-size: 15px;

}

.slides li p{

	color: #6a6868;

	margin: 0 0 15px 0;

}

.slides li .alignright{

	margin-left: 60px;

}

#slides-navigation{

	background: url(images/featured-nav.png) top left no-repeat;

	margin-top: 10px;

	margin-bottom: 20px;

}

#slides-navigation ul{

	float: left;

	margin: 0;

}



#slides-navigation ul li{

	float: left;

	list-style: none;

	margin: 0 20px 0 0

}

#slides-navigation ul li a{

	color: #fff;

	text-decoration: none;

	font-weight: bold;

	height: 89px;

	line-height: 89px;

	display: block;

	outline: none;

}

#slides-navigation ul li a img{

	float: left;

	margin: 14px 0 0 0;

	display: inline;

	background: #2b1b3b;

	padding: 4px;

	border: 1px solid #8f66b6;

	-moz-border-radius: 3px 3px 3px 3px;

	-webkit-border-radius: 3px 3px 3px 3px;

	border-radius: 3px 3px 3px 3px;

}

#slides-navigation ul li.active a img, #slides-navigation ul li a:hover img, #slides-navigation ul li a:active img{

	background: #fff;

	border: 0px solid;

	-moz-box-shadow: 2px 2px 3px #2b1b3b;

	-webkit-box-shadow: 2px 2px 3px #2b1b3b;

	box-shadow: 2px 2px 3px #2b1b3b;

	margin: 15px 1px 0 1px;

}

#slides-navigation a.btn_alt{

	position: relative;

	top: 25px;

	right: 30px;

}

#slides-navigation a.btn_alt span{

	font-size: 16px;

}

.arrow-left{

	display: inline;

	float: left;

	margin: 0 13px 0 13px;

	width: 22px;

	height: 26px;

	text-indent: -9999px;

	outline:none;

	background: url(images/previous.png) top left no-repeat;

}

.arrow-right{

	display: inline;

	float: right;

	margin: 0 13px 0 13px;

	width: 22px;

	height: 26px;

	text-indent: -9999px;

	outline:none;

	background: url(images/next.png) top left no-repeat;

}



/* Recent Posts STYLING */

#recent-posts{

	visibility: visible;

	overflow: hidden;

	position: relative;

	z-index: 2;

	left: 0px;

}

#recent-wrap{

	background: #674B80 url(images/texture.png) top center no-repeat;

	padding: 30px 0 20px 0;

	-moz-border-radius: 6px 6px 6px 6px;

	-webkit-border-radius: 6px 6px 6px 6px;

	border-radius: 6px 6px 6px 6px;

	margin-bottom: 20px;

}

#recent-posts ul{

	list-style:none;

	position: relative;

	z-index: 1;

	overflow: hidden;

}

#recent-posts ul li{

	overflow: hidden;

	float: left;

}

#recent-posts a{

	text-decoration: none;

	color: #444;

}

.previous,.next{

	margin-top: 35px;

}

.next{

	float: left;

	margin-left: 0;

}

#recent-posts{

	margin: 0 46px 0 46px;

}

#recent-title{

	background: url(images/newspaper_32.png) no-repeat;

	font-size: 22px;

	color: #4f4f4f;

	background-position: 5px 0px;

	padding: 0 0 0 50px;

	line-height: 32px;

	margin: 0 0 20px 0;

}

#recent-posts ul{

	list-style: none;

	margin: 0 auto;

	padding: 0;

}

#recent-posts li{

	padding: 0 37px 0 0;

	width: 262px;

	height: 232px;

}



#recent-posts ul li img{

	margin: 5px auto;

	background: #fff;

	padding: 4px;

	-moz-box-shadow: 1px 1px 2px #b3b3b3;

	-webkit-box-shadow: 1px 1px 2px #b3b3b3;

	box-shadow: 1px 1px 2px #b3b3b3;

	border: 0px;

	-moz-border-radius: 3px 3px 3px 3px;

	-webkit-border-radius: 3px 3px 3px 3px;

	border-radius: 3px 3px 3px 3px;

}

#recent-posts ul li h2{

	color: #4f4f4f;

	font-size: 18px;

	margin: 0;

}

#recent-posts ul li span{

	display: block;

	color: #4f4f4f;

}

.recent-next, .recent-previous{

	position: relative;

	z-index:10;

	top: -180px;

}



/* Homepage styling */



.double-col{

	width: 620px;

	float: left;

	margin: 0 5px 5px 0;

}

.col{

	width: 254px;

	padding: 0 0px 0 0;

	float: left;

}

.last-col{

	width: 250px;

	padding: 0 !important;

	margin: 0;

}

.post-small .content-inner{

	padding: 5px;

}



#page-heading{

	margin: 0 0 20px 0;

	border-bottom: 1px solid #BFBFBF;

}

#page-heading h1{

	margin: 0 !important;

}

.post-details{

	margin: 0 0 15px 0;

}

h2{

	font-size: 16px;

	color: #4f4f4f;

	margin: 0 0 10px 0;

}

h1, #sidebar h2{

	font-size: 18px;

	color: #4f4f4f;

	margin: 0 0 10px 0;

}

h3{

	color: #817f7f;

	font-size: 15px;

	margin: 0 0 10px 0;

}

.post-details h2{

	font-size: 22px;

	color: #4f4f4f;

	margin: 0;

}

.post-details h2 a{

	color: #444;

	text-decoration: none;

}

.post-meta-data{

	display: block;

	color: #817f7f;

	font-size: 13px;

}

.post-meta-data a{

	padding: 3px;

	color: #fff;

	background: #A4A4A4;

	-moz-border-radius: 5px 5px 5px 5px;

	-webkit-border-radius: 5px 5px 5px 5px;

	border-radius: 5px 5px 5px 5px;

	text-decoration: none;

}

.post-navigation{

	margin: 30px 0 0 0;

}

.post-navigation a{

	color: #444;

	text-decoration: none;

	font-weight: bold;

}

.post-navigation .alignleft a{

	background: url(images/previous.png) top left no-repeat;

	line-height: 26px;

	padding: 0 0 0 30px;

	display:block;

}

.post-navigation .alignright a{

	background: url(images/next.png) top right no-repeat;

	line-height: 26px;

	padding: 0 30px 0 0;

	display:block;

}

#content-wide h1{

	font-size: 20px;

	color: #4f4f4f;

	margin: 0 0 20px 0;

}

#content-wide img.alignleft{

	margin: 0 20px 20px 0;

	padding: 4px;

	background: #fff;

	-moz-box-shadow: 1px 1px 2px #b3b3b3;

	-webkit-box-shadow: 1px 1px 2px #b3b3b3;

	box-shadow: 1px 1px 2px #b3b3b3;

}

#content-wide img.alignright{

	margin: 0 0 20px 20px;

	padding: 4px;

	background: #fff;

	-moz-box-shadow: 1px 1px 2px #b3b3b3;

	-webkit-box-shadow: 1px 1px 2px #b3b3b3;

	box-shadow: 1px 1px 2px #b3b3b3;

}

/* Portfolio styling */



.splitter{

	list-style: none;

	margin: 0 0 20px 0;

	padding: 0;

}

.splitter li{

	margin: 0;

	padding: 0;

	float: left;

}

.splitter li em{

	text-transform: uppercase;

	font-weight: bold;

	padding: 3px;

	color: #817F7F;

	display: block;

	float: left;

	font-style: normal;

}

.splitter ul{

	float: right;

	margin: 0;

}

.splitter ul li{

	float: left;

	list-style: none;

}

.splitter ul li a{

	margin: 0 0 0 10px;

	display: block;

}

.portfolio ul, .portfolio-single ul{

	list-style: none;

	margin: 0;

}

.portfolio li{

	float: left;

	width: 266px;

	margin: 0 30px 30px 0;

	float: left;

	position: relative;

}

.portfolio-single li{

	position: relative;

	margin: 0 0 20px 0;

	padding: 0;

	width: 556px;

}

.portfolio2col li{

	margin: 0 20px 20px 0;

}

.portfolio-item img{

	position: relative;

	margin: 0 20px 20px 0;

	padding: 4px;

	background: #fff;

	-moz-box-shadow: 1px 1px 2px #b3b3b3;

	-webkit-box-shadow: 1px 1px 2px #b3b3b3;

	box-shadow: 1px 1px 2px #b3b3b3;

}

.lightbox-photo{

	width: 260px;

	height: 236px;

	display: none;

	background: url(images/lightbox-photo.png) center center no-repeat;

	z-index:10;

	position: absolute;

	top: 4px;

	left: 4px;

	display: none;

}

.lightbox-video{

	width: 260px;

	height: 236px;

	display: none;

	background: url(images/lightbox-video.png) center center no-repeat;

	z-index:10;

	position: absolute;

	top: 4px;

	left: 4px;

	display: none;

}

.lightbox-wide{

	width: 550px;

	height: 280px;

}

/* Templates styling */

#container{

	width: 652px;

	float: left;

}

#sidebar{

	float: right;

	width: 288px;

	margin: 0 0 0 20px;

}

.cright, .sright{

	float: right !important;

}

.cleft, .sleft{

	float: left !important;

}

.sleft{

	margin: 0 20px 0 0 !important;

}





#sidebar .content-inner{

	padding: 10px;

}

#sidebar .widget ul{

	list-style:none;

	margin: 0;

	padding: 0;

}

#sidebar .widget ul li{

	clear:both;

	margin: 0 0 5px 0;

	height: 30px;

}

#sidebar .widget ul li a{

	float: left;

	display: block;

	text-decoration: none;

	line-height: 28px;

	color: #444;

}



#sidebar .widget ul li a:hover{

	color: #000;

}

#sidebar .widget ul li span, .reply a,.splitter ul li a{

	font-weight: bold;

	float: right;

	display: block;

	padding: 3px 6px 3px 6px;

	color: #fff !important;

	text-decoration: none;

	background: #A4A4A4;

	-moz-border-radius: 5px 5px 5px 5px;

	-webkit-border-radius: 5px 5px 5px 5px;

	border-radius: 5px 5px 5px 5px;

}

#sidebar .widget ul li:hover span, .splitter ul li a:hover, .splitter ul li.selected-1 a,.splitter ul li.selected-0 a,.splitter ul li.selected-2 a,.splitter ul li.selected-3 a,.splitter ul li.selected-4 a{

	background: #382847 !important;

}

#s{

	border: 1px solid #b0b1b0;

	-moz-border-radius: 3px 3px 3px 3px;

	-webkit-border-radius: 3px 3px 3px 3px;

	border-radius: 3px 3px 3px 3px;

	float: left;

	display: block;

	outline: none;

	padding: 7px;

	margin: 2px 5px 0 0;

	width: 175px;

	-moz-box-shadow: 0px 3px 3px #eee inset;

	-webkit-box-shadow: 0px 3px 3px #eee inset;

	box-shadow: 0px 3px 3px #eee inset;

}

#searchsubmit{

	border: 0px solid;

	background: url(images/search.png) top left no-repeat;

	margin: 0;

	padding: 0;

	text-indent: -9999px;

	display: block;

	width: 44px;

	height:  39px;

	float: left;

	cursor: pointer;

	outline: none;

}

#services{

	margin: 0;

	list-style: none;

}

#services li{

	margin: 0 0 25px 0;

}

.service h2{

	float: left;

	color: #4F4F4F;

	font-size: 18px;

	margin: 0 0 10px 0;

}

hr{

	display: block;

	margin: 40px 0 20px 0;

	background: #aaa8a8;

	border: 0px solid;

	border-bottom: 1px solid #fff;

	border-top: 1px solid #aaa8a8;

}

.service span.price{

	float: right;

	color: #9A9898;

	text-transform: uppercase;

	line-height: 25px;

}

.service span.price em{

	font-weight: bold;

	font-style: normal;

	color: #444;

	font-size: 16px;

}



#pricing-table{

	float: right;

	width: 758px;

	line-height: 30px;

	border: 1px solid #aaa8a8;

	-moz-border-radius: 6px 6px 6px 6px;

	-webkit-border-radius: 6px 6px 6px 6px;

	border-radius: 6px 6px 6px 6px;

	-moz-box-shadow: 0px 10px 0px #aaa8a8;

	-webkit-box-shadow: 0px 10px 0px #aaa8a8;

	box-shadow: 0px 10px 0px #aaa8a8;

	margin: 0 0 40px 0;

}

#pricing-table .pricing-plan{

	text-align: center;

	color: #fff;

	font-weight: bold;

	font-size: 20px;

	line-height: 40px;

	background: #757575;

	background: -moz-linear-gradient(top, #757575, #4F4A4A);

	background: -webkit-gradient(linear, left top, left bottm, color-stop(0, #757575), to(#4F4A4A));

	filter:  progid:DXImageTransform.Microsoft.gradient(EndColorStr='#4F4A4A', startColorStr='#757575'); /* IE6,IE7 only */

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(EndColorStr='#4F4A4A', startColorStr='#757575')"; /* IE8 only */

	border: 0px solid;

	-moz-border-radius: 6px 6px 6px 6px;

	-webkit-border-radius: 6px 6px 6px 6px;

	border-radius: 6px 6px 6px 6px;

	text-shadow: 1px 1px 1px #000;

}

#pricing-table .pricing-plan th{

	border: 0px solid;

	-moz-border-radius: 6px 6px 6px 6px;

	-webkit-border-radius: 6px 6px 6px 6px;

	border-radius: 6px 6px 6px 6px;

}

#pricing-table th{

	text-align: center;

	-moz-border-radius: 6px 6px 0 0;

	-webkit-border-radius: 6px 6px 0 0;

	border-radius: 6px 6px 0 0;

}

#pricing-table td{

	border-right: 1px solid #a2a0a0;

}

#pricing-table tr{

	background: #f2f2f2;

	font-weight: 16px;

}

tr.alt{

	background: #dedede !important;

}

#pricing-table td{

	text-align: center;

}

#pricing-atts{

	line-height: 30px;

	width: 200px;

	text-align: right;

	float: left;

}

#pricing-atts th{

	height: 49px;

}

#pricing-atts td{

	height: 30px;

	text-align: right;

}

.last-att{

	border: 0px solid !important;

}

.four-col td,.four-col th{

	width: 25%;

}

.pricing-buttons td{

	height: 70px;

}

.pricing-buttons a{

	line-height: 18px;

	margin: 0 auto;

	float: none;

	width: 100px;

}

.pricing-buttons a:active{

	margin: 6px auto 0 auto;

}

.col-half h3{

	line-height: 32px;

	color: #444;

}

#tour{

	list-style: none;

	margin: 0;

	padding: 0;

}

#tour li{

	margin: 0 0 20px 0;

}

#tour .step{

	outline: none;

	background: #aaa8a8;

	border: 1px solid #aaa8a8;

	-moz-border-radius: 6px 6px 6px 6px;

	-webkit-border-radius: 6px 6px 6px 6px;

	border-radius: 6px 6px 6px 6px;

	display: block;

	text-decoration: none;



}

.step h1{

	border: 1px solid #fff;

	background: #eee;

	-moz-border-radius: 6px 6px 6px 6px;

	-webkit-border-radius: 6px 6px 6px 6px;

	border-radius: 6px 6px 6px 6px;

	margin: 0 0 6px 0;

	padding: 5px 20px 5px 50px;

	position: relative;

}

.step span{

	position: absolute;

	top: -3px;

	left: 8px;

	display: block;

	background: url(images/circle.png) top left no-repeat;

	width: 35px;

	height: 36px;

	line-height: 35px;

	text-align: center;

	color: #fff;

	text-transform: uppercase;

	text-shadow: 1px 1px 0px #444;

	font-style: normal;

	font-weight: bold;

}

#tour li div{

	display: none;

}

#tour li.current div{

	display: block;

}

.box{

	margin: 0 0 20px 0;

	background: #eee;

	border: 1px solid #ccc;

	-moz-border-radius: 4px 4px 4px 4px;

	-webkit-border-radius: 4px 4px 4px 4px;

	border-radius: 4px 4px 4px 4px;

	padding: 20px 20px 20px 72px;

	background-repeat: no-repeat;

	background-position: 20px 13px;

	background-image: url(images/box.png);

}

.box-download{

	background-color: #E3F4DE;

	border: 1px solid #A2D392;

	background-image: url(images/download.png);

	color: #599847;

}

.box-notice{

	background-color: #DEEEF7;

	border: 1px solid #82C3E6;

	background-image: url(images/info.png);

	color: #30A8E0;

}

.box-error{

	background-color: #F8E4E2;

	border: 1px solid #E69D94;

	background-image: url(images/stop.png);

	color: #BB5A4D;

}

.box-note{

	background-color: #F7F3DE;

	border: 1px solid #E1CA59;

	background-image: url(images/document.png);

	color: #955D0D;

}

/* Footer styling */



#footer{

	padding: 26px;

	text-shadow: 1px 1px  0px #fff;
	clear:both;

}

#footer li {
	width:200px;
	float:left;
}
#footer a{
	color:#FFFACD;
}

#navigation #social{

	float: right;

	list-style: none;

}

#social li{

	float: left;

	margin: 0 0 0 10px;

}

#social li a{

	display: block;

	width: 16px;

	height: 16px;

	text-indent: -9999px;

	outline: none;

	text-decoration: none;

}

#rss_feed{

	background: url(images/feed.png) top left no-repeat;

}

#facebook{

	background: url(images/facebook.png) top left no-repeat;

}

#twitter{

	background: url(images/twitter.png) top left no-repeat;

}

#flickr{

	background: url(images/flickr.png) top left no-repeat;

}

#help{

	background: url(images/help.jpg) top left no-repeat;

}

/* Comments styling */



.comment{

	margin: 0 0 10px 0;

}

.comment .children{

	margin: 10px 15px 0 15px;

}

.odd{

	border: 1px solid bfbfbf

}

.comment-head{





}

.avatar{

	float: left;

	width: 40px;

	margin: 0 15px 0 0;

}

.avatar img{

	padding: 4px;

	background: #fff;

	-moz-box-shadow: 1px 1px 2px #b3b3b3;

	-webkit-box-shadow: 1px 1px 2px #b3b3b3;

	box-shadow: 1px 1px 2px #b3b3b3;

}

.name{

	display: block;

	float: left;

	font-weight: bold;

	font-size: 15px;

	color: #444;

}

.reply{

	float: right;

}

.date{

	display: block;

}

.date a{

	color: #a7a7a7;

	text-decoration: none;

	margin: 0 0 0 10px;

	line-height: 23px;

}

.comment-entry, .service{

	clear:both;

	background: #f2f2f2;

	padding: 20px;

	border: 1px solid #fff;

	-moz-border-radius: 4px 4px 4px 4px;

	-webkit-border-radius: 4px 4px 4px 4px;

	border-radius: 4px 4px 4px 4px;

}

.comment-entry p{

	margin: 0;

}

.comment-entry-container, #services li{

	background: #AAA8a8;

	border: 1px solid #AAA8A8;

	-moz-border-radius: 4px 4px 4px 4px;

	-webkit-border-radius: 4px 4px 4px 4px;

	border-radius: 4px 4px 4px 4px;

	clear: both;

	padding: 0 0 6px 0;

}

.comment-entry-top{

	clear: both;

	display: block;

	width: 0px;

	margin: 0 0 0 80px;

	border-bottom: 10px solid #AAA8A8;

	border-left: 8px solid #e8e8e8;

	border-right: 8px solid #e8e8e8;

}

/* Forms styling */

.forms{

	list-style: none;

	margin: 0;

	padding: 0;

}

ol.forms{float:left;list-style:none;width:100%;margin:10px 0 0;}

ol.forms li{clear:both;float:left;margin-bottom:18px;position:relative;width:100%;}
ol.forms li input.radio {
	width:auto;
	display:inline;
	float:none;
	margin:0;
	padding:0;
}
ol.forms label{cursor:pointer;display:block;float:left;font-weight:700;padding-right:20px;width:100px;}
textarea, {width:100%}
ol.forms input,ol.forms textarea.textarea{	border: 1px solid #b0b1b0;

	-moz-border-radius: 3px 3px 3px 3px;

	-webkit-border-radius: 3px 3px 3px 3px;

	border-radius: 3px 3px 3px 3px;

	display: block;

	outline: none;

	padding: 7px;

	margin: 2px 5px 0 0;

	width: 170px;

	-moz-box-shadow: 0px 3px 3px #eee inset;

	-webkit-box-shadow: 0px 3px 3px #eee inset;

	box-shadow: 0px 3px 3px #eee inset;

	}
ol.forms textarea.textarea {
	width:400px;
}
ol.forms input#sendCopy{border:none;}

ol.forms textarea{height:200px;width:400px;}

ol.forms li .error{font-size:12px;display:block;margin-left:120px;color:red;}

ol.forms li.textarea .error{display:block; margin-left:120px}

ol.forms li.screenReader{margin-bottom:0; display: none;}

.buttons{text-align: center;overflow:hidden;}

ol.forms li input.submit{
	float:left;

	padding: 5px 10px 5px 10px;

	font-size: 12px;

	font-weight: bold;

	display: block;

	margin: 0 auto;

	width: auto;

	/* GRADIENTS */

	background: #fff;

	background: -moz-linear-gradient(bottom, #FFF, #ebebeb);

	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFF), to(#ebebeb));

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#FFFFFF'); /* IE6,IE7 only */

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#FFFFFF')"; /* IE8 only */



	/* BORDER RADIUS */

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

	border-radius: 4px;

	border:1px solid #b0b1b0;



	/* COLOR & SHADOW */

	color:#666;

	text-shadow: 0 1px 1px #FFF;

}

ol.forms li.inline input{width:auto;margin-left:120px;}
ol.forms input.submit.inline {float:left;
margin-right:5px;
}
ol.forms li.inline label{display:inline;float:none;width:auto;}

ol.forms .inputError { border: 3px solid #EFDADA; }

p.error { background:#f6a6a6;border:1px solid #e76868;padding:10px; margin-bottom:20px; }

.thanks{background:#fafafa;border:1px solid #ddd;padding:10px 20px; margin-bottom:20px;}



/*

 * jTweetsAnywhere V1.0.1

 * http://thomasbillenstein.com/jTweetsAnywhere/

 *

 * Copyright 2010, Thomas Billenstein

 * Licensed under the MIT license.

 * http://thomasbillenstein.com/jTweetsAnywhere/license.txt

 */



.jta-tweet-list

{

    padding: 0;

	margin: 0;

}

.jta-tweet-list-item

{

	background: #674B80 url(images/texture.png) top center no-repeat;

	-moz-border-radius: 4px 4px 4px 4px;

	-webkit-border-radius: 4px 4px 4px 4px;

	border-radius: 4px 4px 4px 4px;

    list-style: none;

    padding: 8px;

	padding-top: 13px;

	overflow: hidden;

	color: #eee;

	margin: 0 0 20px 0;

}

.jta-tweet-profile-image

{

	width: 48px;

	display: inline;

	float: left;

}

.jta-tweet-body-list-profile-image-present

{

	margin-left: 62px;

}

.jta-tweet-a

{

    color: #E6CFFF;

    text-decoration: none;

}

.jta-tweet-a:hover

{

    color: #E6CFFF;

    text-decoration: underline;

}

.twitter-anywhere-user

{

    color: #E6CFFF;

    text-decoration: none;

}

.twitter-anywhere-user:hover

{

    color: #E6CFFF;

    text-decoration: underline;

}

.jta-tweet-timestamp

{

    display: block;

    color: #DFDFDF;

    font-size: 11px;

    margin-top: 3px;

}



.jta-tweet-profile-image a img

{

	width: 48px;

	display: block;

	float: left;

	padding: 3px;

	background: #392748;

	border: 1px solid #6E5981;

	-moz-border-radius: 2px 2px 2px 2px;

	-webkit-border-radius: 2px 2px 2px 2px;

	border-radius: 2px 2px 2px 2px;

}

.jta-login-info-block

{

	margin-left: 58px;

}

.jta-login-info-sign-out

{

	width: 97px;

	margin-top: 2px;

	padding: 1px;

	text-align: center;

    border: 1px solid #999;

}

.jta-login-info-sign-out:hover

{

	color: black;

	background-color: #999;

	cursor: pointer;

}

.jta-clear

{

	clear: both;

	display: block;

	overflow: hidden;

	visibility: hidden;

	width: 0;

	height: 0;

}



.btn_alt {

	display: block;



	padding:0 0 6px 0;



	/*Background*/

	background: #563c6e;

	/* BORDER RADIUS */

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

	border-radius: 4px;

	border:1px solid #150c1e;

	border-top:1px solid #362249;

	/* DROP SHADOW */

	-moz-box-shadow: 0px 1px 2px #c0c0c0;

	-webkit-box-shadow: 0px 1px 2px #c0c0c0;

	box-shadow: 0px 1px 2px #c0c0c0;

}

.btn_alt span{

	padding: 5px 10px 5px 10px;

	font-size: 12px;

	font-weight: bold;

	display: block;

	/* GRADIENTS */

	background: #775595;

	background: -moz-linear-gradient(bottom, #775595, #5b3c7c);

	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #775595), to(#5b3c7c));

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#5b3c7c', EndColorStr='#775595'); /* IE6,IE7 only */

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#5b3c7c', EndColorStr='#775595')"; /* IE8 only */

	/* BORDER RADIUS */

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

	border-radius: 4px;

	border:1px solid #8b66aa;

	border-top: 1px solid #c076ff;

	/* COLOR & SHADOW */

	color:#fff;

	text-shadow: 0 1px 1px #5b3f74;

}

/* HOVERED STATE */



.btn_alt:hover	{

	/* BACKGROUND & SHADOW */

	background: #785893;

	-moz-box-shadow: 0px 1px 2px #fff;

	-webkit-box-shadow: 0px 1px 2px #fff;

	box-shadow: 0px 1px 2px #fff;

}

/* PUSHED */



.btn_alt:active	{

	padding:  0;



	/* SHADOW */

	background: #785893;

	-moz-box-shadow: 0px 1px 2px #fff;

	-webkit-box-shadow: 0px 1px 2px #fff;

	box-shadow: 0px 1px 2px #fff;

}

#loggedin {
	margin-bottom: 5px;
	color:#FFF;
}

