/* 
* Skeleton V1.0.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 5/20/2011
*/


/* Table of Content
=====================================
	Reset & Basics
	Basic Styles
	Typography
	Links
	misc: Skeleton Built-ins
	404 styles
	nav-menu 
		-Signature Button
		-Menu Buttons
		-Drop Down Portion
	footer & Bottom Menu
		-Bottom Menu Buttons
	Main Content
		-Home Page
		-Artist Statement Page
		-Recent Work and Archive
		-Contact Page
		-Talk From My Heart
*/

/*||||||||||||||||||||||||||||||||||*/
/*         Reset & Basics           */
/*    (Inspired by E. Meyers)       */
/*         by Dave Gamache          */
/*||||||||||||||||||||||||||||||||||*/

	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, 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: center; }
	article, aside, details, figcaption, figure, 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; }

	
/*||||||||||||||||||||||||||||||||||*/
/*          Basic Styles            */
/*         by Dave Gamache          */
/*||||||||||||||||||||||||||||||||||*/

	body { 
        background-image: url(/images/paper.jpg);
        background-repeat: repeat;
        /* background: #888;										 background color */
		font: 14px/21px "Special Elite", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444; 
		width:100%;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: none;
		word-wrap: break-word;
        text-align: center;
 }


/*||||||||||||||||||||||||||||||||||*/
/*           Typography             */
/*         by Dave Gamach           */
/*||||||||||||||||||||||||||||||||||*/

	h1, h2, h3, h4, h5, h6 { 
		color: #181818; 
		font-family: "Special Elite", "Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px; }
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 26px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }
	
	em { font-style: italic; }
	strong { font-weight: bold;}
	small { font-size: 80%; }
    large { font-size:140%; }


/*||||||||||||||||||||||||||||||||||*/
/*             Links                */
/*         by Dave Gamache          */
/*||||||||||||||||||||||||||||||||||*/

	a, a:visited { color: #333; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; text-decoration: underline; }


/*||||||||||||||||||||||||||||||||||*/
/*     misc: Skeleton Built-ins     */
/*          by Dave Gamache         */
/*||||||||||||||||||||||||||||||||||*/

	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


/**********************************************************************************/
/* the content of this document from this point onward was written by Andrew Ryan */
/**********************************************************************************/

/*||||||||||||||||||||||||||||||||||*/
/*             404 styles           */
/*||||||||||||||||||||||||||||||||||*/

#oopsBody {
	height:100%;
	text-align:center;
}
#oopsDiv {
	width:90%;
	margin-left:5%;
	margin-top:40px;
}
#oopsDivInner {
	width:60%;
	margin-left:20%;
}

/*||||||||||||||||||||||||||||||||||*/
/*              nav-menu              */
/*||||||||||||||||||||||||||||||||||*/

#nav-menu {
	left:0px;
	width:100%;
	height:auto;
	padding-top:5px;
	padding-bottom:10px;
	color:#00F; 
	background-color:#222; 										/* nav-menu background color */
	text-align:center; }

#show-more-button {
    cursor: pointer;
    }

#show-more-button a, a:visited {
    text-decoration:none;
	color:#222;
    }												/* top-button link color */
#archive-li {
    text-align:left;
    }
#show-more-button #archive-li:hover {
	background-color:#FFFFFF; 										/* top-button:hover background */
	color:#000; }												/* top-button:hover link color */
#show-more-button .top-level li:hover a {
	background-color:#FFFFFF; 										/* top-button:hover background */
	color:#000; }												/* top-button:hover link color */
#show-more-text {
    font-size:40px;
}


#show-more-button {
    text-align: center; 
    background-color: #ffffff;
    border: 1px solid #dedede;
            border-radius: 2px;
       -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 4px;
    
/**
 * Drop Shadow
 */
    -webkit-box-shadow: 6px 6px 8px -4px rgba(0,0,0,0.58);
       -moz-box-shadow: 6px 6px 8px -4px rgba(0,0,0,0.58);
            box-shadow: 6px 6px 8px -4px rgba(0,0,0,0.58);
}



/*__________________________________*/
/*          Menu Buttons            */
/*__________________________________*/

#menu-span ul.top-level li.top-level {
	padding-left:15px;
	padding-right:15px;
	padding-top:16px;
	padding-bottom:5px;
	border-radius:5px;
	}

/*__________________________________*/
/*        Drop Down Portion         */
/*  of the menu bar that appears    */
/*  when "archive" is hovered over  */
/*__________________________________*/


#menu-span ul ul > li {
	display:block; }
	
#menu-span ul li {
	display:inline-table;
	vertical-align:top;
    padding:10px;
    font-size: 26px;}

#menu-span ul li > ul {
	display:none;
	margin-top:10px;
	background-color:#FFFFFF; 										/* drop-down background */
	border-radius:5px;
	padding:10px;
	margin-left:-10px; }


/*||||||||||||||||||||||||||||||||||*/
/*     footer & Bottom Menu         */
/*||||||||||||||||||||||||||||||||||*/

#footer-div {
    background-color: #222;
    color:white;
    padding-top:20px;
    bottom:0px;
    }
#footer-gradient {
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(34,34,34,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(34,34,34,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(34,34,34,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(34,34,34,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(34,34,34,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(34,34,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#222222', GradientType=0 );
    height:100px;
    margin-top:30px;
    }

#footer-div div {
    padding-top:20px;
}
.footer-element {
    max-width:300px;
}

#show-more-button {
    margin-top:120px;
}

#self-portrait-image {
    max-width:400px;
    width:100%;
    float:left;
}

#contact-info-span {
    font-family:Georgia;
    font-size: 35px;
}

#biograph-span {
    font-family:Georgia;
    font-size: 18px;
}


#contact-info a, a:visited {
    text-decoration:none;
	color:#fff;
    font-size: 24px;
}		

#social-media-span {
    font-family: Georgia;
    font-size:35px;
}

#biography-text {
    font-family: Georgia;
}

#signature-img img {
    display: inline-block;
}
.social #signature-img {
    padding-top:0px;
}

#social-media-div {
    margin-top:20px;
    padding-top:20px;
    text-align: center;
}

#biography-name {
    font-size:35px;   
}
#biography-text {
    position:static;
    font-size: 15px;
    text-align: center;
    min-width:320px;
    width=90%;
    max-width:800px;
    text-align: center;
}


/*__________________________________*/
/*       Bottom Menu Buttons        */
/*__________________________________*/

#tiles p {
    padding-top: 5px; }

.item-title {
    font-family: "Special Elite";
    font-size:1.2em;
    font-weight: bold;
    line-height: 1.05;
}



.contact {
    padding-top: 40px;
    padding-bottom:25px;
}

.contact a {
    text-decoration: none;
    color:#333;
    font-family: "Special Elite";
    font-size:200%;
}


/*___________________________*/
/*       Main Content        */
/*___________________________*/

#main-content {
    padding-top:20px;
}


/*___________________________*/
/*       #tfmh Content       */
/*___________________________*/


#tfmh-title {
    padding-top:20px;
    padding-bottom:20px;
}

#tfmh-main-content {
    position:relative;
    width: 100%;
}

#tfmh-main-content ul li {
    padding-bottom: 10px;
    padding-top: 10px;
}

#tfmh-main-content img {
    text-align: center;
    width: 80%;
    max-width: 300px;
}

.theend {
    padding-top:100px;
}




#twitter-div {
    display:none;
}

#plus-sign {
    border-radius: 10px;
}
