@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; 
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Chunkfive font: downloaded from fontsquirrel.com
*/


/*-------------------------------------------------------- BASE STYLES---*/

body {
	width: 940px;
	margin: 20px auto;
	padding: 10px;
	font-size: 14px;
	line-height: 17px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	
}

header {
	height: 100px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	margin-bottom: 20px;
}

h1 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	
}


/*----------------------------------------------------- Main Navigation */

nav#primary {
	margin-bottom: 20px;
	padding-left: 205px;
	font-size: 14px; 
	font-family: 'Quicksand', sans-serif;
}

nav#primary ul {
	margin: 0px auto;
	overflow: auto;
	height: 20px;
}

nav#primary ul li {
	float: left;
	margin-left: 30px;
}

nav#primary a {
	text-decoration: none;
	color: #000;
		
}

nav#primary a:hover {
	text-decoration: none;
	color:#999;


}


/*----------------------------------------------------- Main Content Area */

#content {
	margin-bottom: 20px;
	margin-top: 60px;
	text-align:center;
	
}

#content a {
	text-decoration: none;
	color: #000;
		
}

#content a:hover {
	text-decoration: none;
	color:#999;
}

/*THUMBNAILS*/

.thumbnail {
	float: left;
	margin: 0px 30px 30px 0px;

}

.end {
	margin-right: 0;
}

.thumbnail a:hover img {
	opacity: .5;
}

.thumbnail img {
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;
}

#feature a:hover img {
	opacity: .5;
}

#feature img {
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;
}


/* Pages of Portfolio------------------------------------*/

.info {
	width: 160px;
	float: left;
	text-align: left;
	font-size: 13px;
	
}

.images {
	float: right;
	padding: 0 195px 30px 30px;

}

.imageslarge {
	float: right;
	padding: 0 90px 30px 30px;
}


footer {
width: 940px;
height: 20px;
font-size: 10px;
text-align:center;
float: left;
padding-top: 50px;
clear:both;
}


/* about me and contact pages*/

.about {
	width: 460px;
	float: left;
	padding-left: 235px;
	text-align: left;
	

	
}