/*
Project: indiewebstudio
Credit: http://indiewebstudio.com
*/
 
/*
# Reset defaults ################### 
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/*
# Layout ################### 
*/

html, body {height: 100%;}

img.bg {
	/* Set rules to fill background */
	min-height: 100%; min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%; height: auto;
	
	/* Set up positioning */
	position: fixed; top: 0; left: 0; }

@media screen and (max-width: 1024px){
	img.bg { left: 50%; margin-left: -512px; }
}

body{ color:#222; background:#fff url(../images/bokeh.jpg) no-repeat center center fixed; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; }

#wrapper { /*position:absolute; top:0;left:0;  z-index:70;  overflow: auto;*/  }
	#content { margin: 0 0 0 50px; width: 910px; min-height: 100%; }

#sidebar { float: left; width: 230px; background: #fff; min-height: 650px; height: auto !important; height: 650px; position: absolute; opacity: 0.7; }
	#logo { margin-top: 25px; display: block; }
	#sidebar ul, #sidebar p, #sidebar h2 { margin: 0 13px 25px; }
	#sidebar h2 { margin-bottom: 3px; font-size: 16px; letter-spacing: -1px; }
	#sidebar p { font-size: 12px; }
	#sidebar li { font-size: 12px; }
	.copyright { color: #999; }
	#sidebar a:visited { text-decoration: line-through; }
	
	#sidebar.grey { background: #111; color: #fff; }
		Sidebar h2 { color: #999; }
		#sidebar.grey a { color: #fff; }
	
#main { margin-left: 270px; padding-top: 110px; }
	#main h1 { margin-bottom: 20px; font-size: 72px; line-height: 72px; text-shadow: 2px 2px 5px #666666; letter-spacing: -3px;  }
	#main p { margin-bottom: 25px; }
	#main img { border: 10px solid #fff; max-width: 600px; }
	
	.whiteBox { color: #000; background: #fff; opacity: 0.9; padding: 30px 25px 10px; }

.projectText { margin-bottom: 35px; }
  .projectText h2 { margin-bottom: 5px; }
  .projectText p { margin: 0 !important; font-size: 16px; line-height: 24px;  }
  .projectText a { font-family: Georgia; color: #fff; font-size: 14px; font-style: italic; border-bottom: 1px dotted #eee; }

/*
# Typography ################### 
*/

h1, h2, h3, h4 { font-weight: bold; }
h1 {}
h2 { font-size: 28px; margin-bottom: 20px; }
h3 { font-size: 18px; margin-bottom: 5px; }
h4 { font-size: 16px; }

p {}

.big { font-size: 96px !important; line-height: 96px !important; text-shadow: 2px 2px 5px #666666; }
	.big sup { font-size: 35px; letter-spacing: -1px; }
.white { color: #fff; }

sup { vertical-align: super; }

.bump30 { margin-right: 30px; } 

.home { font-size: 26px; line-height: 42px; text-shadow: 2px 2px 5px #666666; font-weight: bold; }
	.home h1 span { font-family: Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
; position: relative; bottom: -5px; font-size: 96px; }
	.home p { margin-bottom: 50px !important; font-size: 36px; line-height: 42px; }

#backtotop { text-align: right; margin: 0 20px 25px; }
	#backtotop a { display: inline-block; padding: 5px; background: #fff; color: #000; }
	#backtotop a:hover { background: #000; color: #fff; }

/*
# Lists ################### 
*/

ol li { list-style-type: decimal; }

/*
# Images ################### 
*/

img{border:none;}
img.left{margin:0 10px 10px 0;}
img.right{margin:0 0 10px 10px;}

/*
# Links ################### 
*/

a { text-decoration: none; }
a:hover{}

/*
# Other ################### 
*/

.right{float:right;}
.left{float:left;}
.clear{clear:both;}
.alignleft{text-align: left;}
.alignright{text-align: right;}
.aligncenter{text-align: center;}
