/*
CSS Style Sheet MAIN92013.CSS
JEAN TUTTLE STUDIO
jeantuttlestudio.com
Last Updated Sept 11, 2013
See also CSS Style Sheet for Gallery Pages
MAIN-GALLERY CSS
*/

/*
GENERAL AND DEFAULTVALUES AND BEHAVIORS FOR ALL PAGES
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*/
/*---KEEP: FALL 2013 UPDATE---*/
/*___Margin and Padding Reset________________________*/
/*---KEEP: FALL 2013 UPDATE---*/
	* {
	margin: 0;
	padding: 0;
	}
	
/*___Default Body Text_______________________________*/
/*---KEEP: FALL 2013 UPDATE---*/	
	body {
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%; 
	line-height: 1.1em;
	text-align:center;
	}
		
/*___Wrapper_________________________________________*/
/*---KEEP: FALL 2013 UPDATE---*/
	.outerwrapper {
	width: 920px;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	.wrapper {
	font-size: 0.8em;
	width: 870px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	.outerwrapperblog {
	width: 1000px;
	background-color: #FFFFFF;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	.wrapperblog {
	font-size: 0.8em;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}	
		
	
/*___Default H1 and H2 tags__________________________*/
/*---KEEP: FALL 2013 UPDATE---*/
	h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	}
	h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida.sans-serif", sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #000;
	padding-top:5px;
	padding-bottom:5px;
	}
	h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida.sans-serif", sans-serif;
	font-size: 1.1em; 
	font-style: normal;
	text-align: left;
	color: #000;
	padding-bottom:5px;
	}
	
/*___Default Paragraph Alignment and Padding________*/
/*---KEEP: FALL 2013 UPDATE---*/	
	p {
	text-align: left;
	padding-bottom:5px;	
	}
	
/*___Default List Padding Margins and (No) Bullets___*/
/*---KEEP: FALL 2013 UPDATE---*/	
	ul, ol, dl {
	padding: 0;
	margin: 0;
	}	 
	li{
	list-style-type: none;
	}
	

/*___Special Styling for Instruction Ordered List___*/
/*---KEEP: FALL 2013 UPDATE---*/	
	ol {
	padding-bottom: 10px;
	}
	
	.instruct li {
	text-align:left;
	list-style-type:circle;
	}
	
/*___Default Image Links No Borders___________________*/
/*---KEEP: FALL 2013 UPDATE---*/
	a img {  
	border: none;
	}
	
/*___General Link Color and Style_____________________*/
/*---KEEP: FALL 2013 UPDATE---*/
	a:link, a:visited {
	color: #e27023;
	text-decoration: underline;
	}
	a:hover, a:active, a:focus {
	color: #F03;
	text-decoration: underline;
	}
	
/*___HEADER STYLING GOES HERE_________________________*/
/*---KEEP: FALL 2013 UPDATE---*/
	.header {
	padding: 0;
	margin: 0;
	height: 115px;
	}
	div.header img{
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	float: left;
	}
	div.header a img{
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	float: left;
	}
	div.header a {
	margin: 0;
	padding: 0;
	border: none;
	}

/*
INDIVIDUAL PAGE COLORS AND ELEMENTS 
*/
/*---KEEP: FALL 2013 UPDATE---*/
	
	body.page2 {
	/*background-image: url(images/jtisquiggle2c.gif);
	background-repeat: repeat-y;
	background-position: center top;*/
	background-color: #fff;
	}
	/*background-color: #dbe6f7;*/
	body.page2 h1 {
	color: #5685d6;
	}
	body.page2 h2 {
	color: #5685d6;
	}
	

 /*
----Nav Bar color
*/
/*---KEEP: FALL 2013 UPDATE---*/

.nav2 {
	background-color: #fcf8e3;
}


/*
----UNIQUE PAGE STYLINGS----------
/*---KEEP: FALL 2013 UPDATE---*/
/*---USED ON INDEX PAGE FALL 2013---*/

div.leftcolumn240 {
	float: left;
	width: 240px;
	padding: 0 0 10px 0;
	/*display: inline; --add this if you add margins because some browser bugs will double the margin*/
}

.leftcolumn240 img{
	padding: 0;
	float: left;
	/*display: inline; --add this if you add margins because some browser bugs will double the margin*/
}

.leftcolumn240inner {
	margin: 15px 15px 15px 0;
	/*display: inline; --add this if you add margins because some browser bugs will double the margin*/
}

/*---USED ON INDEX PAGE FALL 2013; AREA FOR MAIN DISPLAY IMAGE---*/
.centercolumn630 {
	float: left;
	margin: 65px;
	width: 500px;
	height: 500px;
	padding: 0;
	background-image: url(images/welcome-gallery/jean-tuttle-2014-frontpiece.jpg);
	background-position:center
	background-repeat:no-repeat
	/*display: inline; --add this if you add margins because some browser bugs will double the margin*/
}



/*
----UNIQUE PAGE STYLINGS----------
*/


/*
-----IFRAME PAGES ONLY-----------
*/
 


div.maincontentstock iframe {
	border:none;
	width: 100%;
	padding: 0;
	margin: 0;
}

div.maincontentblog iframe {
	border:none;
	width: 100%;
	padding: 0;
	margin: 0;
}


/*
-----IMAGE PAGES ONLY-----------
*/

div.sidebari {
	border:none;
	width: 270px;
	padding: 0;
	margin: 0;
	float: left;
}


 
div.maincontentimage {
	border:none;
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
}

 
div.maincontentimagei {
	border:none;
	width: 600px;
	padding: 0;
	margin: 0;
	float: right;
}




/*
-----GALLERY PAGES ONLY-----------
.galleftcolumn is used to place a left-floating intro paragraph above galleries that is not full width of page
*/
.galleftcolumn {
	float: left;
	width:572px;
	min-height: 150px;
	margin-top: 15px;
	padding:0;
}

.galleftcolumnnew {
	float: left;
	width: 572px;
	min-height: 150px;
	margin-top: 15px;
	padding:0;
}


.galleftcolumni {
	float: left;
	width: 256px;
	min-height: 150px;
	margin-top: 15px;
	padding:0;
}

.galrightcolumn {
	float:left;
	width:298px;
	min-height: 150px;
	margin-top: 15px;
	padding:0;
}

.galrightcolumnnew {
	float:left;
	width:298px;
	min-height: 150px;
	margin-top: 15px;
	padding:0;
}



	
	
div.galleftinner h1{
	color: #000;
	padding-top:0px;
	padding-bottom:12px;
}

.galleftinnernew h1{
	padding-top:0px;
	padding-bottom:12px;
}

.galrightinner{
	padding-left:24px;
	padding-bottom:0px;
}

.galrightinnernew{
	padding-left:24px;
	padding-bottom:0px;
}

/*---KEEP: FALL 2013 UPDATE
div.galrightinner is used for cast of characters on doodles page---*/
 
 div.galrightinner h1{
	color: #FFF;
	margin-top: 10px;
	padding-top:10px;
	padding-bottom:12px;
	text-transform:uppercase;
	text-align:center;
}

 
   
   
/*---KEEP: FALL 2013 UPDATE--
.rightbloc is used on ABOUT and DOODLES to style the right hand sidebar; div.arrowlist holds link to the DCD blog rollover button -- had originally held links to other pages also*/
	
	div.arrowlist ul {
	padding-top:3px;
	}
	div.arrowlist li {
	padding-bottom: 7px;
	display:block;
	}
	
	div.rightbloc {
	margin-top: 0px;
	}
	
	div.rightbloc p {
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 5px;
	}
	
	div.rightbloc h1 {
	padding-left: 24px;
	padding-right: 24px;
	}
	
	div.rightbloc h2 {
	padding-left: 24px;
	padding-right: 24px;
	}
	
	div.rightbloc ul {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 24px;
	padding-right: 12px;
	margin: 0;
	}

	div.rightbloc li{
	list-style-type: square;
	padding-bottom: 5px;
	list-style-position: inside;
	}

	div.rightbloc li ul li{
	list-style-type: none;
	}

	div.rightbloc ul li ul{
	padding-top: 5px;
	padding-bottom: 0;
	}

	



	
/* UNIQUE RIGHT BLOCK COLORS*/	

/*----------------BLOC6----------------*/
.bloc6 {
	background-image: url(images/about-gallery/dotbloc6.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 30px;
}

div.rightbloc.bloc6 h1 {
	font-size:1.2em;
	text-align: left;
	color: #b8bc4f;
	text-transform: uppercase;
	padding-top:0px;
	padding-bottom:3px;
}

.bloc6 h2 {
	color: #b8bc4f;
}

.bloc6 p {
	color: #b8bc4f;
}

.bloc6 li {
	color: #b8bc4f;
}
	

/*---TOP NAV BAR STYLING---NAV: attributes all nav bars share---*/
/*---Keep at bottom to override any other list color stylings---*/
.nav {
	height: 28px;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border:none;
}

.nav ul{
	font-size: .85em;
	line-height: 100%;
	white-space: normal;
	text-align: center;
	padding-top: 7px;
	margin: 0;
	font-weight: bold;
}
.nav li{
	list-style-type: none;
	display: inline;
}
.nav li a {
	text-decoration:none;
	color: #e87163;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.nav ul li a:visited {
	color: #e87163;
	text-decoration:none;
}
.nav ul li a:hover, a:active, a:focus {
	/* #FF9 is a light bright yellow! */
	color: #f00;
	text-decoration: underline;
}

/* extra styling for span */
.nav ul li span a {
	color: #000;
}

.nav ul li span a:visited {
	/* #FF9 is a light bright yellow! */
	color: #000;
	text-decoration:none;
}

nav ul li span a:hover, a:active, a:focus {
	color: #666;
	text-decoration: none;
}

	
/*---FOOTER STYLING---------------------------------------------*/
/*---Keep at bottom to override any other list color stylings---*/
#footer {
	color: #666;
	height: 24px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	text-align: center;
	margin-top: 10px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	width: 100%;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: relative; /* <<do not change this line - required to display correctly */
	clear: both; /* <<do not change this line - required to display correctly */
	text-transform: uppercase;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}

div#footer ul{
	line-height: 100%;
	text-align: center;
	padding-top: 5px;
	margin: 0;
}

div#footer li{
	list-style-type: none;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}
	
div#footer li a {
	text-decoration:none;
	text-decoration:none;
	color: #27aae1;
	padding-top: 0;
}

div#footer ul li a:visited {
	color: #27aae1;
	text-decoration:none;
}

div#footer ul li a:hover, a:active, a:focus {
	/* #FF9 is a light bright yellow! */
	color: #963;
	text-decoration: underline;
}


.footer2 {
	color: #666;
	height: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	text-align: center;
	margin: 0;
	padding-top: 10px;
 padding-left:100px;
	position: relative; /* <<do not change this line - required to display correctly */
	clear: both; /* <<do not change this line - required to display correctly */
	text-transform: uppercase;
}

.footer2b {
	float: right;
}



	
img.feature {
	float: left;
	padding-top: 3px;
	padding-bottom:12px;
	padding-left: 24px;
	padding-right: 15px;
	}
		
	
img.featureabout {
	float: left;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 15px;
	}

img.featurecenter {
	 padding-bottom: 15px;
	}
	
img.featurefloatright {
	float: right;
	padding-top: 3px;
	padding-bottom:12px;
	padding-left: 15px;
	padding-right: 24px;
	}
	
div.featurefloatleft a img {
	float: left;
	padding-top: 3px;
	padding-bottom: 12px;
	padding-left: 0;
	padding-right: 24px;
	}

img.featurefloatleft {
	float: left;
	padding-top: 3px;
	padding-bottom: 12px;
	padding-left: 0;
	padding-right: 24px;
	}

.clearboth {
	 clear:both;
	 }

.click {
	font-size: .9em;
	text-transform: uppercase;
	line-height: 1.6em;
}
	

.ital {
	text-transform: none;
	font-style: italic;
	font-variant: normal;
}



/*___the below code was from a previous version of home page that included thumbnails to the whole site below a break_____________________*/	
#divider {
	color: #5685d6;
	height: 24px;
	width: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	text-align: center;
	margin: 10px 0 0 0;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	width: 100%;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: relative; /* <<do not change this line - required to display correctly */
	clear: both; /* <<do not change this line - required to display correctly */
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	font-weight: bold;
}


div#divider ul{
	/* 9pt type = 12px/16 =0.75em */
	line-height: 100%;
	white-space: normal;
	text-align: center;
	padding-top: 5px;
	margin: 0;
}

div#divider li{
	list-style-type: none;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}
	
div#divider li a {
	text-decoration: underline;
	color: #5685d6;
	padding-top: 0;
}

div#divider ul li a:visited {
	color: #5685d6;
	text-decoration:none;
}

div#divider ul li a:hover, a:active, a:focus {
	color: #F90;
	text-decoration: underline;
}

/***************************************************/

.gallerybox {
	margin-top: 8px;
	margin-left:0px;
	margin-bottom: 25px;
	margin-right: 0px;
	width: 870px;
	display:block;
}

.gallery li {
/**	font-family: Verdana, Arial, Helvetica, sans-serif; **/
    	font-size: .75em;
		line-height: 1.2em;
        display: inline;
        list-style: none;
        width: 160px;
        min-height: 120px;
        float: left;
        margin: 0;
        text-align: center;
		padding: 10px 5px 0 5px;
	}
	
/***********styling for single image pages************************/	
	
.gallerynew {
	margin-top: 8px;
	margin-left:5px;
	margin-bottom: 3px;
	/**	font-family: Verdana, Arial, Helvetica, sans-serif; **/
	font-size: 0.85em;
	line-height: 1.8em;
	text-align: center;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	}


/*.gallery li a img{
	border: thin solid #CCC;

}
*/
/***************************************************/
/*********** Adding a separated divider to style gallery headings within large thumbnail section ***************/

.insidedivider {
	color: #666;
	/*height: 24px;*/
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
	margin: 10px 0 0 0;
	float: left;
	/*
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	*/
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: relative; /* <<do not change this line - required to display correctly */
	clear: both; /* <<do not change this line - required to display correctly */
	text-transform: uppercase;
	/*
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #666;
	border-bottom-color: #666; 
	*/
}


div.insidedivider ul{
	/* 9pt type = 12px/16 =0.75em */
	line-height: 100%;
	white-space: normal;
	text-align: center;
	padding-top: 4px;
	margin: 0;
}

div.insidedivider li{
	list-style-type: none;
	/*display: inline;*/
	padding-left: 10px;
	padding-top:6px;
}
	
div.insidedivider li a {
	text-decoration: underline;
	color: #F00;
	padding-top: 0;
}

div.insidedivider ul li a:visited {
	color: #F00;
	text-decoration:none;
}


div.insidedivider ul li a:hover, a:active, a:focus {
	color: #F90;
	text-decoration: underline;
}

div.insidedivider span a{
	text-decoration:none;
	font-size:2em;
}


span.special {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 1.3em;
}

span.speciallink{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 1.3em;
}


span.upper {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	text-transform:uppercase;
}

.red {
	color: #F00;
}
