/*
*****************************************************

AB Design Css http://www.allisonbaxter.com
Original Interface, CSS and Site Development by Allison Baxter

*****************************************************
*/

/* Reset
----------------------------------------*/
/* 1	Global reset (based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui) */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
a { text-decoration:none }

/* 2	Global reset-RESET (restores some sensible defaults) */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */
a:active { outline:none }




/* Elements
----------------------------------------*/
body{
	background: #241309 url(../images/permanent/bodybg.png) repeat center top;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

body, p, td, th, li
{
	color:#45342a;
	
}
#printLogo{display:none;} /* added for printing the page */

p{margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 17px;
	font-weight: 300px;
}

img{border:none; text-decoration: none;}
img a{border:none; text-decoration: none;}

/* Header
----------------------------------------*/

#header{
	margin: 20px auto;
	padding:0 0 0 0;
	height:180px;
	width:960px;
	background: url(../images/permanent/logo.png) no-repeat right 20px;
}

/* mainContainer
----------------------------------------*/

/*-- Set the  content in the middle of the screen and Define website WIDTH --*/
#wrap {
	width: 960px;
	margin: 10px auto;
}

#mainContainer{ 	
	width:100%;
	margin: 0;
	padding: 0;
	border-top: 3px solid #46b8c7;
	border-bottom: 5px solid #46b8c7;
	font-size: 13px;
	line-height: 16px;
	background: #f7f4f4 url(../images/permanent/mainback.jpg) repeat-x;
}

/* NAVIGATION MENUS
	----------------------------------------*/
	
#navigation{
	vertical-align: middle;
	text-align: right;
	padding-top: 10px;
}

#navigation ul {
	border: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	font-size: 44px;
	line-height: 45px;
	color: #f7f4f4;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

#navigation ul li {
	padding: 4px;
	margin: 0;
	text-align: right;
}

#navigation ul li a {
	width: 78px;
	height: 18px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #f7f4f4;
	text-decoration: none;
	display: block;
	font: normal 44px/43px;
	font-family: "Franklin Gothic Heavy", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
	text-align: right;
}

#navigation ul li a:hover {
	color: #619fcd;
}



body#home a#homenav,
body#about a#aboutnav,
body#work a#worknav,
body#blog a#blognav {
color: #46b8c7;
}


/*--- Basic Link Styles ---*/
a{color:#46b8c7;
	text-decoration: none;
}

a:hover{color:#333;text-decoration:none;}
	
	
/*--- CSS3 Styles ---*/
.basicBoxShadow{
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
}
.basicRoundedCorner{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


/*--- Basic Title Styles ---*/
h1,h2,h3,h4,h5,h6{
	margin:5px 0 10px 0;
	font-family: "Franklin Gothic Heavy", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
}
	h1{color:#619fcd; font-size: 48px;
	line-height: 50px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-shadow:0 1px 1px #ffffff;
}
	h2{color: #619fcd; font-size: 30px;
	line-height: 40px;
	text-shadow:0 1px 1px #ffffff;}
	h3{color:#46b8c7; font-size: 16px;
	font-weight: bold;
	text-shadow:0 1px 1px #ffffff;
}
h3.work{
	color: #acaaaa;
	text-shadow:0 1px 1px #ffffff;
}
	h4{color:#46b8c7; font-size: 13px;
	text-transform: uppercase;
}
	h5{color:#46b8c7; font-size:13px;}
	h6{color:#46b8c7; font-size:12px;}
	
	ul{margin-left:25px; list-style-type:none;}
	ol{margin-left:25px;}

blockquote	{margin: 0 0 0px 0px; color:#666666; font-style: italic;
	padding-left: 80px;
	background: url(../images/permanent/bgBlockquote.gif) no-repeat left top;
	padding-right: 80px;
}

strong		{font-weight:bold;}
em			{font-style:italic;}


/*horizontal line */
hr {color: #d9d7d7; 
background-color: #d9d7d7; 
width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
}
/* */



/* Standard Definitions
----------------------------------------*/
.left 		{float:left;
	width: 40%;
}
.right 		{float:right; width: 40%;}
.clear 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}
p.client		{
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	line-height: 14px;
	text-shadow:0 1px 1px #ffffff;
}

.box {padding:10px; margin: 0 0 10px 0;}

.leftwork {
	float: left; width: 300px; background-color: #e7e6e5;
	padding: 20px;
}

.rightwork{float:right; width:550px;
	
}

/* List Definitions
----------------------------------------*/
ul.normal {
	list-style-type:disc;
	margin-bottom:10px;
}

ul.advanced{
	margin:0 10px 0 12px;
}
	ul.advanced li{
		display:block;
		padding: 0 0 0 17px;
		background: url(../images/background/bg_list.gif) left 4px no-repeat;
	}
		
ol { margin: 0 0 10px 25px; padding: 0; }

ol li {
	background: none;
	list-style-type: decimal;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
ul { margin: 0 0 20px 0; padding: 0; list-style: none; }
	
li {background: url(../img/bullet.gif) no-repeat left 6px;
	margin: 0 0 0 13px;
	padding: 0 0 4px 10px;	}
		
.leftimage/* left aligns text and image */
    {float: left; 
    padding: 0px 20px 20px 0;}

.rightimage/* right aligns text and image */
    {float: right; 
    padding: 0px 0 20px 20px;}

	
		

	/* #leftCol , ususally SUBNAV is here
	----------------------------------------*/
		#leftCol{ /* Define WIDTH */
			float:left;
			width:200px;
		}


	/* #contentSection 
	----------------------------------------*/
		#contentSection{ /* Define WIDTH */
			float:left;
			width:600px;
			padding: 0 10px 20px;
		}



	/* #rightCol 
	----------------------------------------*/
		#rightCol{ /* Define WIDTH */
			float:right;
			width:220px;
		}

.sidepanel {
	background-color: #e7e6e5;
	border: 1px groove #d9d7d7;
	-moz-border-radius:8px;
-webkit-border-radius:8px;
-opera-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;
width: 200px;
}


.blogmore a, .blogmore, .datemore a, .datemore{
	color: #ffffff;
	padding: 3px;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	line-height: 25px;
	padding-left: 10px;
}

.blogmore{
	background: #619fcd url(../images/permanent/whitearrow.png) no-repeat 80px center;
	height: 25px;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 100px;
} 

.datemore{
	background: #619fcd;
	height: 25px;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 130px;
	text-align: center;
} 


.blogmore a:hover, .datemore a:hover {
	color: #ececec;
	text-decoration: none;
}

.category, .category a {
	background-color: #acaaaa;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	height: 20px;
	color: #686767;
	padding: 5px;
	display: inline;
	clear: both;
	margin-bottom: 10px;
	margin-top: 8px;
	text-shadow:0 1px 1px #ffffff;
	font-size: 10px;
}



/* Footer
----------------------------------------*/
#footer{
	background:#241309;
	margin:20px 0 0 0px;
	padding: 0 0 0 0;
	height:60px;
}

	#footer p {
		font-size:10px;
	color: white;
}




/* Clearfix
When using a display block container and having floated div inside
add this class to the container to have it wrap floated children
----------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: inline-block;}

* html .clearfix {height: 1%;}













	
	
	/* ----------- Main front panel -------------- */
	#frontmain{
	width:960px;
	
	}
	
		#fullwidth{
	width:920px;
	
	}
	



#maintext a{
	color:#adadac;
	text-decoration: none;
}

#maintext a:hover {
	color: #619fcd;
	text-decoration: none;
}

#maintext a:active {
	color:#46b8c7;
	text-decoration: none;
}

.imagespace {
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

#slideshow {
	margin:0 auto;
	width:960px;
	height:385px;
	position:relative;
	background-color: #e7e6e5;
	border: 1px groove #d9d7d7;
	-moz-border-radius:8px;
-webkit-border-radius:8px;
-opera-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;
}
#slidesContainer {
  margin: 5px auto;
  width:820px;
  height:376px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
 .slide {
  margin: 0 auto;
  width:800px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:376px;
}




/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:60px;
  height:350px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#leftControl {
  top:0;
  left:0;
  background: transparent url(../images/permanent/arrowleft.png) no-repeat center center;
}
#rightControl {
  top:0;
  right:0;
  background: transparent url(../images/permanent/arrowright.png) no-repeat center center;
}



#lowerwrapper {
	width:960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}


#lowercontainer {
	width: 960px;
	float: left;
	margin-right: -314px;
}

#lowerleftcontainer {
	width: 634px;
}

#column2 {
	width:307px;
	float: right;
}

#column1 {
	width: 307px;
	float: left;
	
}

#column3 {
	width: 307px;
	float: right;
	}
	
.lowerpanel {
	background-color: #e7e6e5;
	border: 1px groove #d9d7d7;
	-moz-border-radius:8px;
-webkit-border-radius:8px;
-opera-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;
height:320px;
}

.lowertweet {
	background: #e7e6e5 url(../images/permanent/twitter.png) no-repeat left top;
	border: 1px groove #d9d7d7;
		-moz-border-radius:8px;
-webkit-border-radius:8px;
-opera-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;
height:320px;
}

.lowerpanelcontact {
	background-color: #e7e6e5;
	border: 1px groove #d9d7d7;
	-moz-border-radius:8px;
-webkit-border-radius:8px;
-opera-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;
height:320px;
}

.more  {
margin: 0;
	height:40px;
	border-style: none;
	text-align: left;
	color: #294d56;
	text-decoration: none;
	padding-top: 2px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 11px;
}

.more a {text-decoration: none;
	background: transparent url(../images/permanent/bigBlueButton.png) no-repeat left -23px;
	color:  #294d56;
	height:23px;
	display:block;
	vertical-align: middle;
	line-height: 15px;
	font-variant: small-caps;
	text-align: left;
	text-indent: 10px;
	padding-left: 20px;
}


.more a:hover {background: transparent url(../images/permanent/bigBlueButton.png) no-repeat left 0;
color: #264c56;
	text-decoration: none;
	height:23px;
	display:block;
	font-variant: small-caps;
	text-indent: 10px;
}
	

	
	.tweet {

	margin-top: 5px;
	margin-left: 20px;
	padding-top: 10px;
	font-size: 13px;
	font-style: italic;
	
}

.date {
	color: #70655f;
	font-size: 10px;
	line-height: 13px;
	font-style: italic;
}

.status{
	font-size: 13px;
	line-height: 14px;
	font-style: italic;
}



.formheader{
	color: #45342a;
	font-variant: small-caps;
	font-size: 13px;
	line-height: 14px;
	padding-bottom: 4px;
	text-shadow:0 1px 1px #ffffff;
}


.excessivelyRounded {-moz-border-radius:6.5px;-webkit-border-radius:6.5px;border-radius:6.5px;font-size:1.0em;color:black;padding: 4px 10px;border:0;background: white;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.4);-moz-box-shadow:0 0 3px rgba(0,0,0,0.4);min-width:100px;margin:0}


.buttonWrapper input:hover{cursor:pointer}

.buttonWrapper input:focus::-moz-focus-inner{border-color: transparent;
	border-style: none;
}

.buttonWrapper input{height:35px; width:149px; background-color:transparent;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background-image: url(../images/permanent/oldbigBlueButton.png);background-position: left -35px;background-repeat: no-repeat;-webkit-box-shadow:none;
display:block;
	border-style: none;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	font-variant: small-caps;
	text-indent: 10px;
	line-height: 30px;
}

.buttonWrapper input:active, .buttonWrapper input:hover{background-position: left 0;}

/* Blog Content
----------------------------------------*/
.postmeta {
	font: italic 11px/13px Georgia, "Times New Roman", Times, serif;
	background: url(../images/permanent/comment_bubble.png) no-repeat;
	height: 115px;
	float: right;
	width: 115px;	
	position: relative;
} /* Blog date style */

.postmeta span{
	position: absolute;
	top: 40px;
	left: 22px;
	width: 100%;
}





/* #comment-form */
#commentform { margin-top:15px; }
#commentform label { font-size:11px; text-shadow:#c2c2c2 1px 1px 2px; text-transform:uppercase; letter-spacing:0.1em; }
#commentform input, #commentform textarea { padding:2px; -moz-border-radius:5px; -webkit-border-radius:5px; -moz-box-shadow:#ccc 1px 1px 2px; -webkit-box-shadow: #ccc 1px 1px 2px; }
#commentform input:focus, #commentform textarea:focus { border-color:#363636; -moz-box-shadow:#ccc 3px 3px 6px; -webkit-box-shadow:#ccc 3px 3px 6px; }
#commentform input#author, #commentform input#email, #commentform input#url  { display:block; height:30px; font-size:24px; line-height:26px; color:#999; border:1px solid #ccc; }
#commentform input#comment-reply-checkbox { display:inline; height:auto; margin-right:10px; line-height:normal; border:none; }
#commentform textarea { border:1px solid #ccc; width:100%; }
#commentform #submit { border:none; cursor:pointer; background-color:#363636; width:120px; height:30px; line-height:30px; font-size:11px; color:#fff; }
input#comment_post_ID, input#comment_parent, input#_wp_unfiltered_html_comment  { display:none; border:none; }


