/* @override http://bookpro.local:11112/styles.css */
/* 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;
}

.title0 { font:bold 32px Lucida, Verdana, sans-serif; }
.title1 { font:italic bold 28px Lucida, Verdana, sans-serif; }
.title2 { font:italic bold 20px Lucida, Verdana, sans-serif; }

ul.graphilist li { padding:2px; }
ul.graphilist li.alt { background-color:#fff7c5; }





/* grahiarts
 */

body { background-color:#fad848; font:13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }

b { font-weight:bold; }
p { margin-bottom:8px; margin-top:8px; }
.bold { font-weight:bold; }
.list { padding-left:32px; }
.bulletlist { padding-left:32px; list-style-type:disc; }
 
#logo { width:300px; height:100px; background:url(imgs/logohead.png) no-repeat; position:absolute; margin-left:30px; margin-top:8px; }
#head {  height:130px; background-color:#3f3f3f; top:0; right:0; left:0; }
#headpage { height:130px;background:url(imgs/graytex.png) repeat-y; margin-right:auto; margin-left:auto; width:860px; color:white;}

#gamenu { left:120px; position:relative; top:106px; }

#content { width:828px; background-color:white; padding-top:16px; padding-bottom:16px; padding:16px; margin-right:auto; margin-left:auto; margin-bottom:40px; }
#page { width:660px; margin-right:auto; margin-left:auto; margin-top:20px; }
#page hr { margin-top:20px; margin-bottom:20px; }

#content_alt { width:860px; background-color:#d3d3d3; margin-right:auto; margin-left:auto; margin-bottom:40px; }
#page_alt { margin-right:auto; margin-left:auto; }
#page_alt hr { margin-top:20px; margin-bottom:20px; }


#foot { height:40px; background-color:#3f3f3f; bottom:0; margin-right:auto; margin-left:auto; position:fixed; right:0; left:0; }
#footpage { height:40px;background:url(imgs/foottxt.png) repeat-y 0 2px; margin-right:auto; margin-left:auto; width:860px; color:white; }

.blocinfo { border:1px solid gray; }
.bloctitre { font-size:14px; font-weight: bold; font-family: Verdana, Arial, sans-serif; background-color:#fade6a; border-bottom:1px solid gray; padding-left:8px; padding-top:4px; padding-bottom:4px;

background-image: linear-gradient(bottom, #FAD948 100%, #FFFDF7 0%);
background-image: -o-linear-gradient(bottom, #FAD948 100%, #FFFDF7 0%);
background-image: -moz-linear-gradient(bottom, #FAD948 100%, #FFFDF7 0%);
background-image: -webkit-linear-gradient(bottom, #FAD948 100%, #FFFDF7 0%);
background-image: -ms-linear-gradient(bottom, #FAD948 100%, #FFFDF7 0%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(1, #FAD948),
	color-stop(0, #FFFDF7)
); text-align:center; }
.bloccontent { padding:6px; }

.blockleft { background-color:olive; display:inline; float:right; }

.leftimg { margin-right:16px; }
.leftimg10 { margin-right:10px; }

.section { background-color:red; }
.sectionillus { float:left; margin-right:20px; }
.sectiontitle { }
.sectionimg { }

.highlight { color:#813212; font-weight:bold; font-size:14px; }

/* menu
 */
#gmenu { top:103px; left:10px; position:relative; }
#gmenu ul { padding:0; margin:0; list-style-type:none; }
#gmenu li { float:left; margin-right:3px; }
ul li a { background-color:black; color:white; text-decoration:none; text-align:center; padding:4px 8px 6px; font-weight:bold; display:block;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
-webkit-box-shadow: -5px -6px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    -5px -6px 5px rgba(50, 50, 50, 0.75);
box-shadow:         -5px -6px 5px rgba(50, 50, 50, 0.75); font-size:14px; }
ul li a:hover { background-color:gray; }

