/*FULL RESET*/
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;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color:black;
}
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;
}
/*END OF FULL RESET*/




/* GENERIC FORMATS */
.center_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.center_content {
	text-align:center;
}
/*END OF GENERIC FORMATS */




/* CUSTOMIZED FORMATS */
header#fixed{
	color:white;
	position:fixed;
	background-color:black;
	padding-top:1%;
}

header#hidden{
	visibility:hidden;
	padding-top:1%;
}

div#wrapper{
	margin-left:2%;
	margin-right:2%;
}

div#wrapper_page{
	margin:auto;
	max-width:632px;
}

img{
	width:80%;
}

img#feature_image{
	width:100%;
	box-shadow: 2px 2px 5px #333;
}

div#wrapper_content{
	padding-top:2%;
	background-color:#f2f3f4;
}

div#blog_post{
	margin-bottom:8%;
}

div#content{
	margin:4%;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 11pt;
}

div#div_button{
	//display:none;
}

#blog_post_list{
	display:none;
}

li{
	margin-top:6%;
}

.link_separator{
	padding-left:1%;
	padding-right:1%;
}

li:before {
    content: "►";
    display: block;
    float: left;
    width: 1.3em;
    margin-top:2px;
}

p.blog_post_paragraph{
	margin-left:2%;
	margin-right:2%;
	margin-top:4%;
	line-height:1.4;
}

p#first_post{
	font-size:10pt;
	margin-top:6%;
}

span.photo_credit{
	font-family:"Courier New", Courier, monospace;
	font-size:8pt;
	display:block;
	margin-top:6px;
}

span.blog_post_inbetween{
	display:block;
	text-align:center;
	margin-top:8%;
	margin-bottom:8%;
}

h1.blog_post_title{
	font-size:16pt;
	font-family:Georgia, Arial, sans-serif;
}

div#links_header{
	padding-bottom:2%;
	font-family:"Courier New", Courier, monospace;
	font-size: 14pt;
}


/* LINKS */
a.link_header{
	text-decoration:none;
	cursor:pointer;
	padding:0;
	margin:0;
}

/* unvisited link */
a.link_header:link {
    color: white;
}

/* visited link */
a.link_header:visited {
    color: white;
}

/* mouse over link */
a.link_header:hover {
	//color:gray;
	color:#F7B9CE;
}

/* selected link */
a.link_header:active {
	color:white;
}



a.link_blog_post{
	text-decoration:none;
	font-family:Georgia, Arial, sans-serif;
	font-size: 15pt;
	cursor:pointer;
}

/* mouse over link */
a.link_blog_post:hover {
	text-decoration:line-through;
}

/* selected link */
a.link_blog_post:active {
	color:black;
}
/* END OF LINKS */


.big_button{
  background-color: gray;
  border-radius:4px;
  border: none;
  color: white;
  padding: 2% 5%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: "Courier New", Geneva, sans-serif;
  font-size: 12pt;
  margin: 4px 2px;
  cursor: pointer;
}

.big_button:hover {
	background-color:#F7B9CE;
}


footer{
	background-color:#f2f3f4;
	font-size:10pt;
	font-family:"Courier New", Courier, monospace;
}
