/****************/
/*   CSS RESET  */
/*   SHAMARUHK  */
/*   20101116   */
/****************/

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.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;
}

a { 
	text-decoration: none;
	outline: 0;
}

/****************/
/*   END RESET  */
/****************/
@import url(http://fonts.googleapis.com/css?family=Nothing+You+Could+Do);

html {
background: url(../images/gnf_art_bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body {
font-family: Georgia, "Times New Roman", Times, serif;
color: #222;
font-size: 18px;
line-height: 1.5em;
}
header {
background: url(../images/gnf_banner.jpg) top center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 200px;
border-radius: 0 0 2000px 2000px / 100px;
box-shadow: 0 25px 250px rgba(0,0,0,.4);
}
header h1 {
color: rgba(255,255,255,.5);
font-size: 3.5em;
line-height: 200px;
text-align: center;
text-transform: uppercase; 
text-shadow: 1px 1px 0 #eee , -1px -1px 0 #444;
white-space: nowrap;
}
nav, section, footer, #comments ul, #com {
width: 1000px;
margin: auto;
}
#com {
height: 3em;
padding: 10px;
overflow: hidden;
border-radius: 5px;
}
#com:hover {
background: rgba(0,0,0,.4);
}
#comments, #comment p.quote {
margin:0;
color: #fff;
font-family: 'Nothing You Could Do', cursive;
font-size: 1.3em;
-webkit-text-shadow: 1px 1px 2px #444;
text-shadow: 1px 1px 2px #444;
list-style: none;
}
#comment {
color: #222;
}
#comment p {
padding-top: 20px;
}
#comments li {
display: block;
width: 1000px;
margin: auto;
text-align: center;
}
#comments li:before, #comment p.quote:before {
content: open-quote ' ';
}
#comments li span, #comment span {
font-size: small;
font-family: sans-serif;
}
#comments li span:before {
content: close-quote ' - ';
}
footer {
margin: 20px auto;
text-align: center; 
}
nav {
position: relative;
top: -25px;
}
nav ul li  {
display: inline-block;
text-align: center;
}
nav ul li a {
display: inline-block;
width: 200px;
padding: 10px 0;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
color: #fff;
font-family: sans-serif;
font-size: 1.25em;
border-radius: 20px;
-moz-box-shadow: 0 4px 4px rgba(0,0,0,.4);
box-shadow: 0 4px 4px rgba(0,0,0,.4);
opacity: .85;
}
nav ul li a:hover {
opacity: 1;
color: #444;
}
section {
margin-top: 20px;
}
article {
min-height: 500px;
height: 500px;
overflow: auto;
background: rgba(255,255,255,.4);
padding-top: 20px;
border-radius: 5px;
}
article h1, article h2, article p, article form {
padding: 0 20px 10px 20px;
}
article h1 {
font-size: 1.5em;
font-weight: bold;
}
article h1 span {
font-size: .9em;
font-weight: normal;
}
article h2 {
font-size: 1.25em;
font-weight: bold;
}
article p span.dropcap {
float: left; 
color: #903; 
font-size: 3em; 
line-height: 1em; 
padding: 0 8px 0 0; 
}
#read p +p {
text-indent: 2em;
}
aside {
width: 210px;
height: 500px;
max-height: 500px;
float: left;
position: relative;
}
aside img {
}
aside p {
padding: 0 10px 10px 0;
text-align: center; 
}
aside p span, #buy span {
font-size: small;
}
#social {
position: relative;
bottom: -116px;
}
a {
color: #111;
}
a:hover {
color: #444;
}

figure {
position: relative;
}
figure img {
width: 25%;
float: left;
border: 3px solid transparent;
margin-right: 20px;
-webkit-transition: all .5s ease-in-out; 
-moz-transition: all .5s ease-in-out; 
-o-transition: all .5s ease-in-out; 
transition: all .5s ease-in-out;
z-index: 10;
}
figure img:hover {
	-webkit-transform: scale(2) translate(40px, 25px);
	-moz-transform: scale(2) translate(40px, 25px);
	-o-transform: scale(2) translate(40px, 25px);
	transform: scale(2) translate(40px, 25px);
	border: 3px solid #997744;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.4);
}
figure  img.rightIMG {
float: right;
margin-right: 15px;
}
figure  img.rightIMG:hover {
	-webkit-transform: scale(2) translate(-40px, 25px);
	-moz-transform: scale(2) translate(-40px, 25px);
	-o-transform: scale(2) translate(-40px, 25px);
	transform: scale(2) translate(-40px, 25px);
	border: 3px solid #997744;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.4);
}

figcaption {
position: absolute;
top: -1.5em;
font-size: .75em;
font-family: sans-serif;
text-align: center;
}
.twocolumn {
float: left;
width: 50%;
}
.clear { clear: both; padding-bottom: 20px;}
#cssOption {
position: absolute;
top: 10px;
left: 10px;
}
select#cssOption {
font-size: 1em;
padding: 20px;
background: rgba(255,255,255,0.5);
}
