/* stylesheet for frankgaspar.com  */

/* created by Rochelle Cocco */

html, body  {
	color:#ECECEC;
	font-size: small;
	font-family: verdana, tahoma, helvetica, sans-serif;
	background-image: url(xwatermark.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 20px;
	font-size: small;
	}
	
	
/* layout structure */
	
#content {
	width: 875px;
	color: #333;
	border: 1px solid #666;
	margin-top: 2%;
	margin-right: auto;
	margin-bottom: 2%;
	margin-left: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	height: auto;
	background-color: #ececec;
	font-size: 14px;
	}
	
#header  {
	height: 222px;
	background: url(../gfg_css2/gradient3_header.jpg) no-repeat;
	background-color:#FFF;
	margin-left: 0px;
	width: 875px;
	}
	
	
#main-content {
	float: left;
	width: 560px;
	padding-left: 5px;
	font-size: 16px;
	text-align: left;
	line-height: 1.6em;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0px;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	background-color: #DFDFDF;
	padding-right: 5px;
	font-weight: normal;
	}
	
	#mainContent { 
	margin: 0 24% 0 23.5%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
	
#sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 140px; /* since this element is floated, a width must be given */
	height: auto;
	margin-top: 45px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #ececec;
	border-right-color: #FFF;
	
}
 #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 120px; /* top and bottom padding create visual space within this div */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	height: 895px;
	margin-top: 20px;
	background-color: #ececec;
	margin-right: 8px;
}
 #sidebar1 p, #sidebar1 h3, #sidebar2 p, #sidebar2 h3 {
	margin-left: 16px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#separator{
	width: 875px;
	height: 20px;
	color: #B7B7B7;
	background-color: #B7B7B7;
}


#order {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 118px; /* since this element is floated, a width must be given */
	height: 20px;
	margin-top: 1em;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-color: #ebebeb;
	margin-left: 1.5em;
	border-left-width: 2em;
	border-left-color: #FFF;
	border-top-width: 1em;
	border-top-color: #FFF;
	font-size: 110%;
    }

 #editions {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 560px; /* top and bottom padding create visual space within this div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: 185px;
	margin-top: 0px;
	background-color: #dfdfdf;
}


#sidebar {
	float: left;
	padding-left: 0px;
	text-align: left;
	font-size: 105%;
	margin-top: 0px;
	margin-right: 0.5em;
	margin-bottom: 1em;
	margin-left: 1em;
	width: 20%;
	color: #0A0009;
	padding-top: 0px;
	height: 1110px;
	clear: none;
	}
	
#footer {
	background:#ececec;
	height: 80px;
	width: 845px;
	clear: left;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-bottom: 15px;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	color: #4B4B4B;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #b7b7b7;
	margin-right: 15px;
	margin-left: 15px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}	

	
/* meta navigation */

#navigation {
	font-size: 105%;
	margin-top: 15px;
	margin-bottom: 15px;
	float: none;
	height: auto;
  	}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 0em;
    }

#navigation li {
    
    }

#navigation a:link, #navigation a:visited {
	padding: 0.4em 1.5em;
	color: #ececec;
	background-color: #333;
	text-decoration: none;
	border: 1px solid #ccc;
    }

#navigation a:hover {
	color: #ececec;
	background-color: #369;
	border: 1px solid #000;
	} 

#navigation a.current {
	color: #ececec;
	background-color: #369;
	border: 1px solid #000;
    }

* html #navigation a {
    width: 100%;
    }
	


	
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	
	}

#navlist li {
	
	list-style-type: none;
	}

#navlist a { 
	padding: 0.3em 1.75em; 
	}

#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	}


#navlist a:hover, #navlist a.current {
	background-color: #888;
	color: #fff;
	text-decoration: none;
	}
	
	/* subnavigation on sidebar */
	
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	font-size: 105%;
	text-align: left;
	}
	
#menu ul li {
	margin-bottom: -6px;
	font-size: 105%;
	}
	
#menu {
	background-color: #ececec;
	width: 140px;
	font-size: 105%;
	color: #666;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	}
	  
#menu a.button {  /* Specify only the properties that differ from a.button */
	border-right: 0px;
	border-left:5px #bbb solid;
	color: #515151;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 135px;
	font-size: 105%;
	background-color: #ececec;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	line-height: 1.2em;
	}
	  
#menu a.button:hover {  /* Specify only the properties that differ from a.button */
	width: 135px;
	font-size: 105%;
	border-right-width: 0px;
	border-left-width: 5px;
	border-right-style: none;
	border-left-style: solid;
	border-left-color: #369;
	color: #121349;
	float: none;
	line-height: 1.2em;
	background-color: #DDD;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-top-style: none;
	border-bottom-style: none;
	border-bottom-color: #FFF;
	}
	
#menu a.button1 {  /* Specify only the properties that differ from a.button */
	background: #d6d6d6;
	border-right: 0px;
	border-left:5px #336699 solid;
	color: #333;
	display: block;
	margin: 0 0 1px 0;
	padding: 2px;
	text-decoration: NONE;
	width: 135px;
	font-size: 105%;
	}

	



/* links */
	
#main-content a:link, #main-content a:visited, #footer a:link {
	color: #666;
	background-color: transparent;
	font-size: 110%;
	text-decoration: none;
	}


#main-content a:hover, #main-content a:active, #footer a:hover, #footer a:active {
	color: #004080;
	background-color: #f1f1f1;
	text-decoration: none;
	font-size: 110%;
	}
	
#footer a:link, #footer a:visited, #index a:link, #index a:visited {
	color: #369;
	background-color: transparent;
	text-decoration: none;
	}


#footer a:hover, #footer a:active, #index a:hover, #index a:active {
	color: #369;
	background-color: #ececec;
	text-decoration: none;
	font-size: 101%;
	}
	
/* end links */
	
#acrobat {
	margin-top: -10px;
	}
	
#acrobat a:link, #acrobat a:visited {    /* get rid of link styles */
	color: #fff;
	background-color: #fff;
	text-decoration: none;
	}


#acrobat a:hover, #acrobat a:active {
	color: #fff;
	background-color: #fff;
	}
	

/* headings */

h1 {
	display: none;
	}
	
h2.issue {
	text-align: right;
	padding-right: 1em;
	font-size: 95%;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0.5em;
	letter-spacing: 2px;
	
	}
	
h2 {
	font-size: 24pt;
	color: #666;
	background-color: transparent;
	margin-bottom: 10px;
	}
	
h3 {
	font-size: 110%;
	margin-bottom: 0px;

	color:#666;
	}
	
h4 {
	font-size: 24pt;
	margin-bottom: 35px;
	margin-left: 0.8em;
	margin-top: 35px;
	color: #666;
	line-height: 1.1em;
	font-weight: bold;
	background-color: #dfdfdf;
	}
	
	
h5{
	font-size: 12pt;
	margin-bottom: 29px;
	margin-top: 25px;
	color:#282828;
	font-weight: normal;
		}

	
h6 {
	font-size: 110%;
	margin-bottom: -3px;

	margin-left: 2em;
	margin-top: 20px;
	color:#666;
	margin-left: .5em;
	}	
	
#sidebar h3 {
	font-size: 125%;
	margin: 1em 0 7px 0;
	color: #666666;
	background-color: #fff;
	font-weight: lighter;
	}	  
	
	
h2, h3, p {
	font-size: 16px;
	margin-bottom: -1px;
	color:#666
	}
	
p {
	padding-left: 0.6em;
	font-size: 16px;
	color: #333;
	background-color: #dfdfdf;
	font-weight: normal;
	}
	
ul {
	list-style-type: none;
	}
	
ul li {
	padding-bottom: 10px;
	}
	
ul.square {
	list-style-type: square;
	margin-left: 3em;
	}
	
img.gallery {
	float: left;
	margin: 1.5em 0 0.5em 0;
	border: 1px solid #000;
	}
	
img.acrobat {
	display: block;
	height: 33px;
	width: 112px;
	border: 0;
	}
	
img.flash {
	display: block;
	height: 31px;
	width: 88px;
	border: 0;
	}
	
img.png {
	height: 120px;
	width: 700px;
	border: 0;
	}
	
p.center {
	text-align: center;
	}
	
.left {
	text-align: left;
	}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
	
.clearleft {
	clear: left;
	margin-right: 0px;
	}
	
.red {
	color: #b51032;
	background-color: #fff;
	font-weight: bold;
	}
	
.normal {
	font-style: normal;
	}
	
.author {
	font-style: italic;
	font-weight: bold;
	}
	
.indent {
	text-indent: 2.5em;
	}
	
.italic {
	font-style: italic;
	}
	
p.bio {
	text-indent: 0em;
	}
	
	
/* end style sheet */
#content #sidebar #menu ul li .button {
	font-size: 105%;
}
