/* anoki.net style sheet */
/* by anoki casey */
/* revised October 8th, 2007 */

/* main */

body {
	font: 62.5%/1.6em arial, helvetica, sans-serif;
	color:#666;
	margin:0;
	border-top:3px solid #BCE67D;
	background-color: transparent;
	background-image: url("../images/anokinewback.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;

}



* {
	margin:0;
	padding:0;
}


#wrapper {
	width:760px;
	margin:0 auto;
	padding-left: 115px;
}


#header {
}


#header .description {
	float:right;
	margin:145px 12px 0 0;
	font-size: 1.2em;
	color:#499381;
}

#header h1 {
	margin:0px 0 0 0;
	padding:75px 25px 70px 30px;
	background: url("../images/headerbottom.jpg") bottom;
	background-repeat: no-repeat;

}

#titlea {
	color: #499381;
}

#footer {
	padding:20px;
	text-align:right;
	border-top:1px solid #eee;
	border-bottom:4px solid #BCE67D;
	margin:0;
	color:#999;
	background-image: url("../images/headerbottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom ;
}


#footer a, #footer a:link, #footer a:visited {
	color:#999;
	text-decoration: none;
}

/* nav */

#nav {
      float:left;
      width:100%;
      font-size:100%;
      line-height:normal;
      border-bottom:1px solid #eee;
      border-top:1px solid #ABE46C;
      margin: 0 0 30px 0;
      padding: 15px 0 0 0;
      }

#nav ul {
	margin:0;
	padding:10px 10px 0 9px;
	list-style:none;
      }
      
#nav li {
      display:inline;
      margin:0;
      padding:0;
      }
      
#nav a {
      float:left;
      background:url("../images/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      font:normal 1.6em arial, helvetica, sans-serif;
      }
      
#nav a span {
      float:left;
      display:block;
      background:url("../images/tabrightB.gif") no-repeat right top;
      padding:5px 13px 3px 8px;
      color:#666;
      }
      
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {
    	float:none;
    	}
/* End IE5-Mac hack */
    
#nav a:hover span {
      color: #2F9680;
      }
      
#nav a:hover {
      background-position:0% -42px;
      }
      
#nav a:hover span {
      background-position:100% -42px;
      }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a.here span {
    	float:none;
    	}
/* End IE5-Mac hack */
    
#nav a.here span{
	    color: #3F7E6F;
      }
      
#nav a.here {
      background-position:0% -84px;
      }
      
#nav a.here span{
      background-position:100% -84px;
      }


.clear {
		clear:both;
	}






 /* Basics */

h1 {
	font: normal 3.4em arial, helvetica, sans-serif;
	color:#555;
	letter-spacing:-1px;
	margin: 20px 0;
}

h1 a {
	text-decoration:none;
	color:#555;
}





 /* Links */


#content a, #linkscontent a, #quickjump a, .news a, .newsblue a, .sidesnippet a  {
	text-decoration:none;
	color: #499381;
	border-bottom:1px solid #C8FEA1;
}

#content a:hover, #linkscontent a:hover, #quickjump a:hover, .news a:hover, .newsblue a:hover {
color: #9CD164;
border-bottom:1px solid #359E87;
}

.more {
	display:block;
	text-align:right;
	color: #499381;
	text-decoration:none;
	margin:5px 0 0 0 ;
	border: none !important;
}

a.more:hover {
	color: #000;
}







 /* Content */

#content {
	margin:0 275px 0 0 !important;
	margin:0 277px 0 0;
	padding:10px 45px 30px 35px;
	background: url("../images/contentbottom.jpg") bottom left ;
	background-repeat: no-repeat;
}

.workbody #content{
	padding-bottom: 80px;
}

#designwork2body #content {
	margin:0 25px 0 0 !important;
	margin:0 27px 0 0;
	padding:10px 25px 30px 25px;
	background: url("../images/contentbottom.jpg") bottom left ;
	background-repeat: no-repeat;
}

#newsbody #content {
	margin:0 25px 0 0 !important;
	margin:0 27px 0 0;
	padding:10px 25px 30px 25px;
	background: url("../images/contentbottom.jpg") bottom left ;
	background-repeat: no-repeat;
}

#content p {
	margin:15px 10px 15px 15px;
	font-size: 1.5em;
	word-spacing:2px;
	line-height: 2.1em;
	color: #777;
}


#content strong, em {
	color: #499381;

}

em {
	color: #499381;
	font-style: normal;

}


#content h2 {
	font:normal 2em arial, helvetica, sans-serif;	
	margin:-10px 0 15px 0;
	border-bottom:1px solid #D5FCAE;
	padding:5px 0;
	letter-spacing: -1px;
	color: #555;
	text-transform: lowercase;

}

#content h2.secondhead, #sidebar h2.secondhead{
	margin-top: 20px;
	text-transform: lowercase;
}

#content h2 a {
	color:#555;
	text-decoration:none;
	border:none;
}

#content h3 {
	font:normal 2em arial, helvetica, sans-serif;	
	margin:45px 0 0px 0;
	border-bottom:1px solid #eee;
	padding:5px 0;
	letter-spacing: -1px;
	color: #66CDB5;
	text-indent: 15px;
}

#newsbody h3 {
	font:normal 2em arial, helvetica, sans-serif;	
	margin:20px 0 10px 0;
	border-bottom:1px solid #eee;
	padding:5px 0;
	letter-spacing: -1px;
	color: #66CDB5;
	text-indent: 7px;
}

#content a img, #sidebar a img{
	border: none !important;
	border-bottom: 1px solid #fff;
}

#look{
	border: none !important;
	border-bottom: 1px solid #fff;
}




/* Blog Stuff */

.blogdate {
	text-align: right;
	font-style: italic;
}

.cover-image-left {
float: left;
margin: 15px 15px 0 15px;
}

.firstblogimage-left {
float: left;
margin: 15px 15px 0 15px;
}

.secondblogimage-right {
float: right;
margin: 10px 15px 0 15px;
}

.blog ul {
	margin: -10px 0 0 60px;	
	font: 1.4em/1.8em arial, helvetica, sans-serif;
}


.signoff {
	text-align: right;
	margin: 10px 20px 75px 0;
}

#archivelink, #backtobloglink{
	text-align: right;
	margin: 10px 20px 75px 0;
	font: 1.2em arial, helvetica, sans-serif;
	border-top: 1px solid #eee;
	padding: 5px 0 0 0;
}

#backtobloglink{
	border-top: none;
	margin: -10px 0px 0px 0;

}





/* Sidebar */

#sidebar {
	width:250px;
	float:right;
	padding: 4px 10px 30px 10px;
}



#sidebar h2{
	letter-spacing:-1px;
	color:#999;
	border-bottom:1px solid #e1e1e1;
	padding:0 0 3px 0;
	font:normal 1.8em arial, helvetica, sans-serif;	
	text-transform: lowercase !important;
}

#sidebar ul {
	list-style:none;
	margin:0 0 20px 0;
}

#sidebar li {
	padding:10px 5px;
	font-size: 130%;

}

#sidebar li a {
	color: #499381;
	text-decoration:none;
}

#sidebar li a:hover {
	color:#9CD164;
}



p.news {
	padding:10px;
	margin:0px 0 30px 0;
	color:#666;
	font-size: 120%;
	line-height: 2em;
}



.newsblue {
	padding:10px 10px;
	background-image: url("../images/newsback.jpg");
	margin:0px 0 30px 0;
	color:#666;
	font-size: 120%;
	line-height: 2em;
		border-bottom:1px solid #e1e1e1;

}

.newsblue p{
	padding: 0 10px;
}

.newsblue .imageleft{
	float: left;
	padding-right: 5px;
}

p#work {
	padding:10px;
	background: #d9fcf2;
	margin:10px 0 30px 0;
	color:#666;
	border-bottom:1px solid #BCE67D;
	border-top:1px solid #BCE67D;
	font-size: 120%;
	line-height: 2em;
}

p.sidesnippet {
	padding:10px;
	background: url("../images/contentbottom.jpg") bottom right ;
	background-repeat: no-repeat;
		margin:10px 0 30px 0;
	color:#666;
	border-bottom:1px solid #BCE67D;
	border-top:1px solid #BCE67D;
	font-size: 130%;
	line-height: 2em;
}

#relatedworksbox{
	text-align: center;
}

#relatedworksbox img{
	padding: 15px 0;
}

#relatedworksbox em{
	font-size: 110%;
}
	

#footer a img, p#work a img {
	border: none !important;
}

.work {
	padding:10px;
	background: #E2FCF4;
	margin:10px 0 30px 0;
	color:#666;
	border-bottom:1px solid #BCE67D;
	border-top:1px solid #BCE67D;
}

.thoughts{
	padding:10px;
	background-image: url("../images/newsback.jpg");
	margin:10px 0 30px 0;
	color:#999;
	border-bottom:1px solid #BCE67D;
	border-top:1px solid #BCE67D;
	font-size: 90%;
	line-height: 1.75em;
}

.thoughtsdates {
	color:#499381;
}



/* Resume Page */


.resumeentrybody ul, .sitemapul ul, .designworkbody ul{
margin: 0 0 45px 0;
}

.resumeentrybody ul li, .sitemapul ul li, .designworkbody ul li{
	font-size: 1.5em;
	line-height: 2em;
	margin: 0 0 15px 25px;
	}

.resumeentrybody ul ul li, .sitemapul ul ul li{
	font-size: 1em;
	line-height: 1em;
	margin: 15px 0 0px 25px;

	}
	
.resumeheadings {
	color:#4C9B88;
	margin: 30px 0 20px 0;
	background-color: #f1f1f1;
	text-indent: 10px;
	font-size: 1.7em;
	padding: 5px 0;
}
.resumedates {
		color: #666;
		font-size: 1.7em;
		margin: 35px 0 20px 10px;
		border-bottom:1px solid #D5FCAE;

		}

.resumetitles {
		color: #4E9F8C;
		font-size: 1.5em;
		line-height: 2em;
		margin: 0 0 15px 10px;
		font-style: italic;
		}
	
.resumejobs {
	padding: 0 0 0 30px;
	font-size: 1.5em;
	line-height: 2em;
	}


.resumeresponsibilities {
	color: #999;
	font-style: italic;
		font-size: 1.25em;
	line-height: 2.25em;
	}

	.resumeentrybody a.more {
	display:block;
	text-align:right;
	color: #499381;
	text-decoration:none;
	margin:-10px 0 0 0 ;
	border: none !important;
}
.resumeentrybody a.more:hover {
	color: #000;
}

#quickjump, #questions {
	background: none;
}






/* Links Page */

#linkscontent {
	background-image: url("../images/linksback.jpg");
	width: 350px;
}

#linkscontent ul {
		line-height: 2em;
		
}

#linkscontent li {
	list-style-type: none;
		font-size: 1.5em;
	line-height: 1.75em;
	margin-bottom: 18px;}

#linkscontent h5{
	font-size: 1.5em;
	border-bottom:1px solid #eee;
	background: url("../images/down.gif");
	background-repeat: no-repeat;
	background-position: 5px;
	text-indent: 25px;
	margin: 30px 0 20px 0;
	padding: 5px 0;
}


#linkscontent h5 a{
	border-bottom: none;
}


.twocolumnlist {
	width: 400px;
}

.leftul {
    float: left;
    width: 180px; 
    margin: 0px;
    padding: 0 0 25px 0px;
    border: 0px none; 
    position: relative;
    left: 20px;
   	background-image: url("../images/linksback.jpg");

  }

 .rightul {
    float: right;
    width: 180px; 
    margin: 0px;
    padding:  0 0 25px 0px;
    border: 0px none; 
	background-image: url("../images/linksback.jpg");
 }

.brclear{
	clear: left;
}

#designworkbody .leftul li, #designworkbody .rightul li{
line-height: 140%;
margin-bottom: 25px;
}

#designworkbody .leftul, #designworkbody .rightul{
padding: 0 0 0 0;
}

#linkcontent p {
  	margin: 0;
  	padding: 0;
}

#badges {
	background-color: #F1FFEB;
	padding:25px 0px 25px 0px;
	margin: 0 0 20px 0;
}

#badges a img, #sitedetail a img {
	border: none !important;
}




/* Sites Pages */


.worklist {
	padding: 0px 0 0 0;
	margin: -20px 0 60px 0; 
}
.worklist ul{
		background-color: #fff;

}

.worklist li { 
	list-style-type: none;
	padding: 10px 0 10px 0;
	margin: 0 0 25px 0px;
	background-color: #F1FFEB;
}

.worklist li img {
	padding: 0 0 0 25px;
	border: none !important;
}

.worklist h5{
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	border-bottom:1px solid #eee;
	background: url("../images/down.gif");
	background-repeat: no-repeat;
	background-position: 0px;
	background-color: #fff;
	text-indent: 0px;
	margin: 30px 0 30px 0px;
	padding: 10px 0px 5px 20px;
}

.worksamples a {
		border: none !important;
}

.worklink {
	text-align: right;
	margin: -25px 20px 0 0;
	padding: 0 0 5px 0;
}

.worklink a {
	color: #50A38F;
	text-decoration: none;
	font-size: 1.65em;
	border-bottom:1px solid #C8FEA1;
}

.worklink a:hover {
	color: #50A38F;
}

.projectgoal{
	border:1px solid #eee;
	padding: 5px 15px;
	font-size: 1.5em;
	word-spacing:2px;
	line-height: 2em;
	color: #29836F;
}

.projectgoal span{
	color:#777;
	font-weight: bold;
}

.bluem{
	color: #29836F;
	font-weight: bold;
}

#sitedetail {
padding:10px;
	background: #F1FFEB;
	margin:10px 0;
	color:#666;
	border-bottom:1px solid #BCE67D;
	border-top:1px solid #BCE67D;
	font-size: 110%;
	line-height: 2em;
	text-align: center;
}

#feedback {
	font-size: 90%;
	font-style: italic;
	line-height: 2.5em;
	text-indent: -5px;
	padding: 0 0 0 10px;
}


/*colophon*/

#emblem {
	text-align: center;
}


/*banner ads*/

#bannerpop .bannerpop{
	list-style-type: none;
		text-align: center;
}

#bannerpop .bannerpop p{
	margin: 40px 0 40px 0;
	text-align: center;
}

.bannersul ul{
	list-style-type: none;
}

.bannersul li{
	margin: 40px 0 40px 0;
	text-align: center;
}

/* Design Work */

#designworkoptions{
	width: 600px;
	margin-left: 35px;
	margin-top: -30px;
}


#designoption{
	line-height: 1.5em;
	margin:50px 0 55px 0;
	font:normal 2.5em arial, helvetica, sans-serif;	
	padding:125px 0 10px 0;
	letter-spacing: -1px;
	color: #66CDB5;
	border-top:1px solid #eee;
border-bottom:1px solid #eee;
}

#designoption:hover{
border-top:1px solid #B6CA73;
border-bottom:1px solid #B6CA73;
}

.logobutton{
background: url("../images/designwork/logoback.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}

.identbutton{
text-align: right !important;
background: url("../images/designwork/identback.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}

.campbutton{
background: url("../images/designwork/capback.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}

.advertsbutton{
	text-align: right !important;
background: url("../images/designwork/adsback.jpg");
	background-repeat: no-repeat;
text-align: right !important;
	background-position: bottom left;

}

.miscbutton{
background: url("../images/designwork/miscback.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}

.designworkbody ul{
	list-style-type: none;
}

.designbodyul{
	padding-left: 20px;
}

.return {
	padding:10px 10px 10px 20px;
	margin:0px 0 0px 0px;
	color:#666;
	font-size: 120%;
	line-height: 2em;
	text-align: right !important;
}



.buzz-box {
    background: #fff;
    padding: 10px;
        font-size: 1.5em;
        line-height: 2em;
        

}

.buzz-box .entry {
    padding: 1em 1em 30px 1em;
    margin: 10px 0 15px 0px;
    border-bottom: 1px solid #eee;

}


.buzz-box .details {
    clear: both;
    padding-top: 1em !important;
    font-size: .8em;
    text-align: right;
}

.buzz-box a {
    color: #777;
border-bottom: none !important;}

.buzz-box .date {
    color: #777;
}

.buzz-box .photo {
    float: right;
    padding: 1em 0 ;
}

#twitbox{
padding-top: 15px;
padding-left: 15px;
}

#twitbox p{
		font-size: 110%!important;
		line-height: 160%;
		margin-bottom: 20px;
}


#twitbox h3{
	letter-spacing: normal;
	text-indent: 0px;
} 

#twitbox .twtr-widget .twtr-tweet-wrap{
padding-bottom: 15px;
padding-top: 10px;
}

#twitbox div.twtr-hd, #twitbox div.twtr-ft{
	display: none;
}

.floatright{
	float: right;
}

.floatleft{
	float: left;
}
