/* @override http://pixelcraftwebdesign.com/system/templates/home/main.css */
body{
	background: #efefef;
}
.clearfix{
	clear: both;
}
/*Client Login*/
#client-login {
	height:16px;
	margin-bottom: 5px
	z-index:10;
	background: rgba(0,0,0,.5);
}
#client {
	color:#fff;
	text-decoration:none;
	position:absolute;
	top:4px;
	font:normal normal 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight:200;
	letter-spacing:.1em;
	right:0px;
	cursor:pointer;
}
.work-message{
	margin-left: 20px;
	display:inline;
	position:relative;
	top:6px;
	color:#fff;
}
#panel {
	width: 100%;
	z-index:99;
	position:absolute;
	overflow:hidden;
	height:0px;
}
#panel h2 {
	color:#fff;
}
#panel h2 span{

	color: #bfdde8;
}
#panel label {
	font-size:2em;
	margin-top:4px;
	float:left;
	width:100px;
}
#panel input.input {
	width:200px;
	font-size:1.8em;
	color:#555555;
}
#panel input.button {
	width:15%;
	font-size:1.4em;
	background:#fff;
	border:2px solid #ddfff9;
	width:100px;
	margin:10px 0
}
#panel form {
	margin:0 auto;
	overflow:hidden;
	text-align:left;
}
#panel li {
	list-style:none;
	color:#FFF;
	margin-top:10px;
	float:left;
	clear:both;
}
#panel li#login-links{
	width:400px;
	font-size:1.4em;
}
#panel li#login-links a{
	color:#fff;

}

#panel input.checkbox {
	margin:4px;
}
div.center {
	height:75px;
}
/*General Styles*/
.wrap {
	margin:0 auto;
	width:960px;
}
#header.home {
	height:300px;
	background:#419aaf url(images/top.jpg) center top repeat-x;
}
#header.contact {
	height:250px;
	background:#419aaf url(images/top.jpg) center top repeat-x;
}
#header{
	height:184px;
	background:#419aaf url(images/top.jpg) center top repeat-x;
}
#header div.wrap {
	position:relative;
}
#header div.orient-home {
	position:relative;
	top:100px;
	left:30px;
	height:100px;
	background:transparent url(images/orient-home.png) left top no-repeat;
	z-index:0;
}
#header div.orient-contact {
	position:relative;
	top:90px;
	left:30px;
	height:100px;
	background:transparent url(images/orient-contact.png) left top no-repeat;
}
#header div.orient-work {
	position:relative;
	top:80px;
	left:30px;
	height:43px;
	background:transparent url(images/orient-work.png) left top no-repeat;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #FFF;
}
#header div.orient-blog {
	position:relative;
	top:90px;
	left:30px;
	height:43px;
	background:transparent url(images/orient-blog.png) left top no-repeat;
}
.hr{
	background:transparent url(images/hr.png) left top repeat-x;
	position:relative;
	top:70px;
	height:2px;
}
/*Main Navigation*/
#logo {
	float:left;
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
	width:132px;
	height:49px;
	top:12px;
	left:30px;
	background:url(images/logo.png) left top no-repeat;
}
ul#main-nav {
	line-height:0;
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:absolute;
	top:18px;
	right:20px;
}
#main-nav li {
	display:inline;
}
#main-nav li a {
	float:left;
	padding:3px 10px;
	margin:0 5px;
	outline:none;
	color:#fafafa;
	text-decoration:none;
	font: normal small-caps 200 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing:.1em;
}
#main-nav .active {
	background-color:rgba(0,0,0,0.2);
}
#main-nav a.active:hover {
	text-decoration:none;
}
#main-nav a:hover {
	text-decoration:underline;
}
/*Orient*/
ul#orient-buttons {
	line-height:0;
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position: absolute;
	left: 300px;
	top: 100px;
	margin: 0px;
}
#orient-buttons li {
	float: left;
	display: inline;
}
#orient-buttons li a {
	float: left;
	margin:0 5px;
	outline:none;
}
#Quote-Button a, #Learn-Button a{
	height: 43px;
	width: 197px;
	text-indent: -999px;
}
#Quote-Button a{
	background: url(images/Quote.png) no-repeat top left;
}
#Learn-Button a{
	background: url(images/Learn-More.png) no-repeat top left;
}
/*Content Style*/
#content{
	padding:30px 0;
}
#content .wrap{
	width: 920px;
}
#content h1{
	margin: 10px 0;
}
.left{
	width:640px;
	float:left;
}
.right{
	width:260px;
	float:right;
}
#content p {
	color: #3f4648;
	font: normal normal 15px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#contact p{
	letter-spacing: .1em;	
}
.topstripe {
	background:transparent url(images/top.png) left top repeat-x;
	height:10px;
	position:relative;
	top:-10px;
	width:100%;
	border-bottom: 1px solid #f9f9f9;
}

h1, h1 a {
	margin-bottom:10px;
	text-decoration:none;
}
h2, h2 a {
	color: #313131;
	text-decoration: none;
}
h3, h3 a {
	margin-bottom:5px;
	margin-top:10px;
	color: #283132;
	text-decoration:none;
	font-size: 18px;
}
h3 a:hover {
	border-bottom:1px solid #294143;
	color:#3b4d54;
}
/*Category Page Style*/
.categories h2 {
	margin:0;
}
.categories li.category {
	list-style:none;
}
.categories li.category a {
	font:1.3em/1.6 Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#3b4d54;
	display:block;
	padding:5px 5px;
}
.categories li a:hover {
	text-decoration:none;
	color:#3b4d54;
	background:#e4f6f0;
}
/*Blog Entry Style*/
.entry{
	
}
.entry p{
	color:#303030;
}
.entry ol{
	font-size:1.3em;
	margin:14px 0;
}
.entry ol li{
	color:#665e58;
	margin-left:20px;
}
.post {
	margin-bottom:30px;
}
.post strong a {
	text-decoration:none;
	font-size:1.8em;
	color:#457073;
	display:block;
	padding:5px 10px;
}
.post strong a:hover {
	text-decoration:underline;
	background:#e4f6f0;
}
p.posted {
	color:#698382!important;
	font-weight:normal;
}
#share {
	margin:20px 0;
	width:640px;
	height:150px;
	background:url(images/share.jpg) left top no-repeat;
	border:1px solid #a5a5a5;
}
#share ul{
	position:relative;
	top:55px;
	left:20px;
}
#share li {
	list-style:none;
	display:inline-table;
}

.codeblock {
	background-color:#fbfaf9;
	border:1px solid #DAE0E4;
	font-size:11px;
	margin:10px 4px;
	overflow:auto;
	padding:8px;
}
/*Begin Front Page Style*/
#services {
	display:inline-table;
}
#services div.column{
	width:270px;
	float:left;
	margin:30px 30px 20px 0px;
}
#services h2 {
	border-bottom:1px solid;
	color: #3b4849;
	margin:20px 0;
	border-color: #c7c7c7;
	font-size: 22px;
	font-weight: 400;
}
#services .serviceimg{
	height: 200px;
	width: 270px;
}
#services span.more{
	background: url(images/plus.png) no-repeat top left;
}
#services span.less{
	background: url(images/minus.png) no-repeat top left;
}
#services span.more, #services span.less{
	padding:4px 0px 4px 36px;
	background-position: 0px left;
	cursor: pointer;
	font: normal 16px "Helvetica Nue";
}
#services p.intro{
	margin: 0px;
	color: #4c4c4c;
	font: 100 20px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
#services p {
	color: #3b4849;
	font-size: 14px;
}
#services ul{
	margin: 0;
}
#services li {
	list-style:none; 

}

/*End Front Page Style*/
.hiddenFields {
	display:none;
}
/*Side Nav Style*/
.right h2 {
	margin:0;
	clear: both;
}
.right li {
	list-style:none;
	font-size:1.2em;
}
.right li a {
	display:block;
	padding:9px 16px;
}
.right form h2 {
	padding:10px 0 0 0;
}
.right form {
	padding:0 12px;
}
/*Footer Style*/
.footer-column {
	width:270px;
	float:left;
	margin:30px 30px 20px 0px;

}
#footer {
	clear:both;
	background:#1e1e1e url(images/footer.jpg) repeat-x left top;
	height: 232px;
}
#footer h2 {
	color:#61afd3;
	margin:0 0 15px 0;
}
#footer a {
	color:#d6eae9;
}
#footer ul{
	margin: 0;
	border-bottom:#575757 1px solid;
}
#footer li {
	list-style:none;
	padding:5px 0;
	color: #9b9b9b;
	font-size:13px;
	border-top:#575757 1px solid;
}
#footer li a {
	display:block;
	color: #9b9b9b;
	text-decoration:none;
}
#footer li a:hover{
	color: #dadada;
}
#footer p {
	color:#d6eae9;
	font-size:13px;
	margin: 10px 0 0;
}
#footer .footer-contact a{
	color: #9b9b9b;
	border-top:#575757 1px solid;
	border-bottom:#575757 1px solid;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 26px;
	display: block;
	text-align: center;
	letter-spacing: 2px;
}
#footer .footer-contact a:hover{
	color: #dadada;
}
#footer .phone {
	color:#5eaacf;
}
#footer-copyright{
	background: rgba(0,0,0,0.95);
	padding: 5px 0;
}
#footer-copyright{
	color:#d6eae9;
	font-size:15px;
	text-align:center;
	clear:both;
	margin: 0;
}
/* ----------- Contact Form ----------- */ 
#contactform p{
	margin: 10px 0;
	font:1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#contactform ul{
	margin: 20px 0;
	display: inline;
}
#contactform h2, #thank-you h2 {
	font:2.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 10px 0;
}
#contactform span{
	color: #498bbf;
}
#contactform li {
	list-style:none;
	font-size: 1em;
	display: inline-table;
}
#contactform label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	font-size:1.3em;
	color:#325c6b;
}
#contactform .small {
	color:#666666;
	display:block;
	font-size:.9em;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#contactform input.required, input.url {
	float:left;
	font-size:1.6em;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:400px;
	margin:2px 0 20px 10px;
	outline:none;
	color:#386575;
}
.expanding {
	float:left;
	font-size:1.6em;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:400px;
	margin:2px 0 20px 10px;
	outline:none;
	color:#386575;
	min-height:200px;
	max-height:1500px;
}
#contactform input.submit {
	margin-left:150px;
}
#contactform .spacer {
	height:1px;
	clear:both;
}
#contactform label.error {
	color:#e27039;
	font-size:1.3em;
	margin-top:9px;
}
#contactform input.error, textarea.error {
	color:#e27039!important;
	border:2px solid!important;
}
#thank-you h1 {
	margin:30px 0 10px;
}
#thank-you p {
	margin-bottom:300px;
		font-family:"Myriad Pro",Helvetica,Arial,sans-serif;

}

#sidebar {
	width:300px;
}
#sidebar ul {
	clear:both;
}
#sidebar li {
	padding:0 10px;
}
#sidebar input.submit {
	background:#ECECEC;
	border:1px solid #a5a5a5;
	color:#464646;
	margin:9px 0 0 -1px;
}
#sidebar input {
	padding:8px 5px;
	display:block;
	float:left;
	outline:none;
	font-size:1.2em;
}
#sidebar input.input {
	width:170px;
	border:1px solid #a5a5a5;
	color:#464646;
}
#sidebar li a {
	font-size:1.2em;
	text-decoration:none;
	border-top:1px solid silver;
	border-bottom:1px solid silver;
	margin-top:-1px;
	color:#5f5f5f;
}
#sidebar li a:hover {
	text-decoration:underline;
}
/*Entry Styles*/
.entry img, img.linked-to-original {
	padding:10px!important;
	background: #dee0dd;
	clear: both;
	border: 1px solid #c6c6c6;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.entry img.leftimg{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.entry img.rightimg{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
/* Comments----------------------------------------------------*/
#comments {
	margin-top:40px;
	clear:both;
}
#comments h2 {
	width:200px;
	font-size:2.4em;
	margin-bottom:0;
}
p.add-comment {
	height:37px;
	margin:0px!important;
}
.add-comment a {
	font-size:1.2em;
	position:relative;
	top:6px;
}
.jump-to-comments {
	float:right;
	text-decoration:underline;
	font-weight:normal;
	font-style:normal;
}
.comment-box {
	padding:20px 10px;
	background:#f6f5f1;
	border:1px solid #dddad1;
	display:inline-table;
}

.comment-box.alt {
	background:#e9e7e0;
}
.comment-box.k {
	background:#def0fd;
	border:1px solid #c5d7e3;
}
.comment-box dl.comment-info {
	width:200px;
	float:left;
}
.comment-box dt {
	float:left;
}
.comment-box dt img {
	border:2px solid #e9e7e0;
}
.comment-box.alt dt img {
	border:2px solid #e9e9e5;
}
.comment-box dd {
	margin-left:93px;
	font-size:1.3em;
}
.comment-box dd a {
	font-size:1.2em;
}
.comment-box p {
	color:#2b231d;
}
.comment-box .count {
	font-size:2.8em;
	width:18px;
	color: #5f5f5f;
	margin-top:22px;
	margin-left:-40px;
}
#comment-form {
	margin-top:20px;
}
#comment-form textarea {
	border:1px solid #b1b2ae;
}
.editCommentBox textarea {
	color:#2b231d;
	background:#fcfdfe;
	font-size:1.3em;
}
/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left;
	width: 225px;
	height: 175px;
	border:5px solid #FFF;
}        			
/*The Sidebar*/

#portfolio .right ul{
	border-bottom: 1px solid #d4d4d4;
	margin: 0px;
}
#portfolio .right ul li{
	list-style:none;
	border-top: 1px solid #d4d4d4;

}
#portfolio div.right li a{
	text-decoration:none;
	color:#46939c;
	padding:10px 18px;
	display:block;
	outline:none;
	font-size: 1.0em;
}
#portfolio div.right span{
	color: #696969;
	display:block;
	font: .75em Georgia, "Times New Roman", Times, serif;
}
#portfolio div.right li a.current, #portfolio div.right li a.current span{
	color:#696969;
}
#portfolio div.top{
	background:url(images/portfolio-menu-top.jpg) top left no-repeat;
	height:169px;
	width:200px;
}
#portfolio .right div.bottom{
	background:url(images/portfolio-menu-bottom.jpg) left bottom no-repeat;
	height:169px;
	width:200px;
}


/*The Portfolio*/		
#portfolio{
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;
}
#portfolio h2{
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight:normal;
	font-style:normal;
	margin:5px 0;
	color:#383838;
}
#portfolio h4{
	color:#383838;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
}
#portfolio div.left{
	width:540px;
	float:left;
	margin:0 50px 0 0;
}
#portfolio div.left img{
	margin:20px 0 0 0;
	border:3px solid #dadada;
}
ul.gallery_changer{
	margin:8px 0;
}
.gallery_changer li a{
	text-decoration:none;
	color:#272727;
	outline:none;
	margin:5px 0 0;
	padding:3px;
	font-size:1.5em;
}
.gallery_changer li{
	display:inline;
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
}
#gallery_changer li a{
	text-decoration:none;
	color:#272727;
	outline:none;
	margin:5px 0 0;
	padding:3px;
}
.gallery_changer li.current a{
	color:#3992cb;
}