/*  
Site Name: Anne Garland
Site URI: http://www.annegarlandart.com
Description: Artist Anne Garland's Website
Version: 1.0	
Author: jmbroekman	
Author URI: http://www.jmbroekman.com

*/


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #666;
	
}

body {
    font-size: 0.9em;
    line-height: 1.4;
	font-family:'Source Sans Pro', sans-serif; /* Arial, Helvetica, sans-serif; */
	
}


/* RESET */
/*using html 5; to make elements block rather than in-line*/

header, footer, section, aside, nav, article, hgroup, details, figure, figcaption {display: block;}

/*global elements */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
ol,ul {
	list-style: none;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	
	}
	
h4 {font-weight:600; color:#84420C;  padding-top:1.5%; font-variant:all-caps;}
abbr,acronym { border: 0;
	}
figure {margin:0; padding:0;}	

/*AG SPECIFIC */

a:link, a:visited { color:#838D69; text-decoration:none;} /* ORIGINAL COLOR: #727C57 */
a:hover {color:#84420C;}
	
#bar {
	left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
	height:1%;
	background-color:#727C57;
	}
	
#wrapper { max-width:960px; width:100%; margin:5px auto; position:relative; clear:both; overflow:auto;}

#main {
	max-width:688px;
	width:100%;
	position:relative;
	overflow:hidden;
	clear:both;
	margin-left: 23%;
}

header{
	background-image:url(../images/ag-namplate.jpg);
	background-repeat:no-repeat; 
	background-position:center top;
	height: 93px;
	margin-top: 2%;
	position: fixed;
	z-index: 100;
	width: 74%;
	max-width: 686px;
	text-align:center;
	overflow:hidden;
	background-color:#fff;

	}
h1 {
	text-indent:-99999px; display:none;
}

#homelink {
	height:45px;
	width:310px;
	background-color: transparent;
	position:absolute;
	left:190px;
}

/* TOP/MAIN NAVIGATION */

.main-nav {
	margin-top:60px;
}
ul.main-nav li {
	font-size:140%;
	display:inline-block;
	padding:0 2%;
	color:#84420c;
}

#contact {
	font-size: 90%;
    float: left;
    position: relative;
    text-align: left;
    top: 45%;
	padding-right:2%;
	}

#statement, #links {
	margin-top: 156px;
	text-align:left;
	background-color:#fff;
}

/*#links {
	margin-left: 260px;
}*/

#statement h3, #resume h3, #links h3 {
	font-size: 120%;
    margin-bottom: 1%;
	text-align:left;
	color:#84420C;
	margin-top:2%;
	font-weight:600;
}

#links h3 {
	margin-top:0;
}
	
section {
	width: 100%;
	overflow: hidden;
	margin-bottom: 5%;
	max-width: 688px;
	float: right;
	text-align: center;
	position: relative;
	margin-left: 23%;
}

article {
	overflow:hidden;
	position:relative;}


#content, #content-home {
	margin-top:156px; 
	margin-right:1%;
	margin-bottom:1%;
	overflow:hidden;
	position:relative;
	max-width:720px;
	}
	
#content-home { 
	margin-top: 146px;
	margin-left:11%;}

   
#resume { margin-top:2%; text-align:left;}
#resume h5 {display:inline; float:left; font-size:95%; font-weight:bold; }
#resume ul {margin-left: 45px; margin-bottom:1%; font-size:95%;}
#resume h4 {font-family:'Source Sans Pro', sans-serif;
    font-size: 120%;
    font-variant: normal;
    margin-bottom: 1%;}
#resume ul li {margin-bottom:3px;}


ul.public {margin-left:0;}




#content-home div.wrapper { position:relative; width:28%;  display:block; line-height:0.5em; float:left; overflow:hidden; padding:1.5% 1.09% 1%;}
#content-home div.wrapper a {line-height:0; margin:0; }
#content-home div.wrapper img {
	-webkit-box-shadow:2px 2px 5px rgba(91, 91, 91, 0.4);
	box-shadow:2px 2px 5px rgba(91, 91, 91, 0.4); 
	width:99%;}

div.description{  
    position:absolute; /* absolute position (so we can position it where we want)*/  
    bottom:0px; /* position will be on bottom */  
    left:3.3%; bottom:3%;  
    display:none; /* hide it */  
    /* styling bellow */  
    background-color:black;  
    font-family: 'tahoma';  
    font-size:15px;  
    color:white; 
	width:93%;
	/*margin-left:3%;*/
	
}  
div.description_content{  
    padding:10px;  
	display:inline; width:100%;
} 
div.description_content p{padding:3%;}

.gap-left {margin-left:33.3333%;}

.first {margin-top:96px; overflow:hidden;}


ul.thumbs, ul.three-up {margin-bottom:2%; margin-left:3.5%; overflow:hidden; position:relative; width:100%;}
ul.thumbs li, ul.three-up li {display:inline; line-height:0; float:left; padding: 0 12px 12px 0;}
ul.thumbs li img, ul.three-up li img { 
	   -webkit-box-shadow:1px 1px 5px rgba(91, 91, 91, 0.4);
	   box-shadow: 1px 1px 5px rgba(91, 91, 91, 0.4);
	   width:100%;
	   max-width:150px;}
	
ul.three-up {width:75%; margin-left: 15%;}	
	   

.gap-left {margin-left:33.333333%;}

img.blog-temp {margin: 0 auto; 
-webkit-box-shadow:1px 1px 5px rgba(91, 91, 91, 0.4);
box-shadow:1px 1px 5px rgba(91, 91, 91, 0.4);  
}

footer {
	clear: both;
    font-size: 75%;
    padding-top: 1%;
    text-align: right;
	border-top: 1px dotted #A0AFB8;
}


aside {
  float: left;
    font-size: 105%;
    padding-left: 2%; 
    position: fixed;
    top: 156px;
    width: 11%;
	max-width:140px;
}

aside p {
	font-size: 85%;
    margin-left: 3%;
    margin-top: 36px;
	text-align:right;
	}

section p{ margin: 2% 2% 2% 0;}

/* SIDEBAR NAVIGATION */
ul.portfolio li{padding: 4%; color:#84420C; text-align:right; font-weight:600;}
.portfolio a {display:block; font-weight:400;}
.portfolio a:hover {color:#84420C;}
ul.portfolio li h4 {padding-top:8%;}


/*aside ul li*/

/* ORIGINAL aside declarations - not fixed
{position:fixed;
	float: left;
    padding-left: 5%;
    width: 16.3333%;
	font-size:110%;
	}
	*/
	
nav { }

img.links-photo, img.links-photo-contact {
	  -webkit-box-shadow:1px 1px 5px rgba(91, 91, 91, 0.4);
	   box-shadow: 1px 1px 5px rgba(91, 91, 91, 0.4);
	margin: 0 5% 20% 5%;
	float:left;
}
ul.links li {
	margin-bottom: 0.75%;
	font-size:110%;
}


/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 768px) {
	#main {
		max-width: 588px;
		margin-left: 20%;
	}
	header {
		max-width: 569px;
		font-size:90%;
	}
	footer {
		padding:1%;
	}
	#content-home {
		margin-left:50px;
		max-width: 640px;
	}
	#content {
		max-width:640px;
		margin-left:4.5%;
	}
	#links-page>#main {
		margin-left:10%;
	}
	
}

@media only screen and (max-width: 640px) {
	#content-home:  {
		max-width:480px;
		margin-left:20px;
	}
	
	#main {
		max-width:480px;
	}
	ul.thumbs li img {
		max-width:130px;
	}
	header {
		max-width:480px;
		font-size:75%;
	}
	aside {
		font-size: 95%;
	}
	
	#links, ul.links li {
		font-size:95%;
	}
	
}



@media screen and (max-width: 480px)  {
	body {
		font-size:75%;
	}
	#main {
		max-width:360px;
	}
	
	img.links-photo-contact {max-height:141px; max-width:150px;}
}
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

