@charset "UTF-8";
/* RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul,  fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, nav, article, aside, footer, hgroup, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
}
:focus, :active { outline: 0 }

.bullet {list-style-image: url(../images/dot.jpg);
 float: left; 
 width: 80%; 
 display: block; 
 text-align: left;
 	margin-left: 50px;
}
.bulletNone
{
list-style-type: none;
}

  img {
 max-width: 100%;
 height: auto;
 width: auto\9; /* ie8 */
	}
	
.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; }
.align-left-photo { float:left; margin: 25px 15px 15px 0; }
.align-right-glow { float:right;
	box-shadow: 0 0 10px pink;
	-moz-box-shadow: 0 0 10px pink;
	-webkit-box-shadow: 0 0 10px pink;}
.align-left-glow { float:left;
	box-shadow: 0 0 10px pink;
	-moz-box-shadow: 0 0 10px pink;
	-webkit-box-shadow: 0 0 10px pink;}


.mainArticle { height:100%; 
              
}

.p-left { text-align:left;
          min-height:100%; 
		  position: relative;
		  font-size:1.100em;
		  margin: 15px 15px 15px 0;} 

blockquote:before, blockquote:after { content: "" }
blockquote { quotes: "" "" }

header, nav, article, aside, footer, hgroup, section { display: block }
footer2 { display: block }


/* @FONT-FACE */

@font-face {
  font-family: CIPOLLINAfont;
  src: url('../fonts/CIPOLLINAfontTuten.eot'),
                  url('../fonts/CIPOLLINAfontTuten.ttf') format('truetype'),
         url('../fonts/CIPOLLINAfontTuten.svg#CIPOLLINAfont') format('svg');
  font-weight: 400;
  font-style: normal;
}


.CIPOLLINAfont {
 font-family:'CIPOLLINAfont', Arial;
 color:white;
}

/*   page background color  */
html {
	background-color: black;
	background-image: -moz-linear-gradient(top, black 50%, purple  60%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.8, purple),color-stop(0.3, black));
    background: -ms-linear-gradient(top, black 25%,Indigo 33%,Indigo  33%,purple 100%); 
}
body {
	width:80%;
	min-width:250px;
	text-align:center;
	margin-left: auto ;
    margin-right: auto ;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	}


strong { font-weight: bold }
em { font-style: italic }

a { color: pink }
a:hover { color: red }
a:active { color: aqua }

h1 { font: 24px/36px CIPOLLINAfont, Arial, Helvetica, sans-serif }

.newLine { 
display: block; }


/* HEADER */
hgroup header {

min-width: 250px;	
}
div.navHeader {
min-width: 250px;
  margin-left: auto ;
  margin-right: auto ;
width: 80%;
}
hgroup {
	text-align:center;
	margin-left: auto ;
    margin-right: auto ;
}
hgroup h1 {
	font: 24px CIPOLLINAfont, Arial, Helvetica, sans-serif;
	color: yellow;
	text-shadow: -1px -1px 0 #650000, 0 0 10px rgba(255,255,255,0.7);
}
hgroup h1 a:hover { border: none }
hgroup h2 {
	font: 14px/20px CIPOLLINAfont, Arial, Helvetica, sans-serif;
	color: aqua;
}


/* MAIN */
#content {
	width: 80%;
	  margin-left: auto ;
      margin-right: auto ;
	}
article {
min-width: 250px;
min-height: 600px;
overflow:scroll;
	 scrollbar-base-color: black;
 scrollbar-base-color: black;
 scrollbar-3dlight-color: black;
scrollbar-highlight-color: black;
 scrollbar-track-color: purple;
 scrollbar-arrow-color: white;
scrollbar-shadow-color: black;
 scrollbar-dark-shadow-color: black;
 
		background-image: -moz-linear-gradient(top, purple 0%, black 15%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, purple),color-stop(0.2, black));
	    background: -ms-linear-gradient(top, purple 10%,black 40%,black  10%,black 100%);
	  margin-left: auto ;
      margin-right: auto ;
	padding: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 0 20px navy;
	-moz-box-shadow: 0 0 10px navy;
	-webkit-box-shadow: 0 0 10px navy;
}

article header {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 100%;
	color: #eee;
	height: 40px;
	margin-bottom: 15px;
	background-color: blue;
	box-shadow: inset 0 -35px 35px -18px purple;
	background-image: -moz-linear-gradient(top, navy, orchid);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, navy),color-stop(1, orchid));
}

article header h1 { line-height: 40px }
#photoGalleryLeft { 
	max-width:600px;
margin-top:0px;
margin-bottom:0px;
margin-right:10px;
margin-left:0px;
float:left;
border:none;
text-align:left; /* reset align=center */
}
#photoGalleryCenter { 
	width:100%;
margin-top:0px;
margin-bottom:0px;
margin-right:50px;
margin-left:0px;
float:left;
border:none;
text-align:center; /* reset align=center */
}
.time {
	float: left;
	text-align: right;
	width: 50px;
	height: 40px;
	font-size: 24px;
	margin-right: 12px;
	padding-right: 10px;
	background-color: #195875;
	background-color: rgba(126, 0, 0, 0.2);
	border-right: 1px solid #600;
	border-right-color: #024a62;
	border-right-color: rgba(0, 72, 96, 0.9);
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	box-shadow: inset 1px 0 15px rgba(0, 72, 96, 0.9);
	-moz-box-shadow: inset 1px 0 15px rgba(0, 72, 96, 0.9);
}
.year {
	font-size: 15px;
	text-align: center;
	width: 40px;
	line-height: 16px;
	margin: 12px 0 0 -7px;
	display: block;
}
.date {
	font-size: 18px;
	height: 24px;
	text-align: center;
	float: right;
	margin: -25px 0 0 -10px;
}
.date span {
	display: block;
	font-size: 12px;
	height: 16px;
}

article header h1 { float: left }
.comments {
	font-size: 16px;
	font-weight: bold;
	float: right;
	line-height: 40px;
	width: 150px;
	height: 40px;
	text-align: center;
	background-color: Orchid;
	background-color: purple;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: inset 0 0 10px navy;
	-moz-box-shadow: inset 0 0 10px navy;
}

footer p { margin: 0 }

.links li {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
	text-align: left;
	border-bottom: 1px solid slate;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.links li:hover { margin-left: 5px }
.links li a:hover { border: none }






/* FOOTER */
footer section {
	width: 260px;
	float: left;
	margin: 0  0 30px 30px;
		background-image: -moz-linear-gradient(top, black 0%, purple 80%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, black),color-stop(0.2, purple));
	margin: 0 0 30px 0;
	padding: 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 0 10px blue;
	-moz-box-shadow: 0 0 10px blue;
	-webkit-box-shadow: 0 0 10px blue;

}
footer section:first-child { margin-left: 0 }

footer2 section {
	width: 100px;
	float: left;
	margin: 0  0 30px 30px;
	background: black;
	padding: 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 0 10px nlue;
	-moz-box-shadow: 0 0 10px blue;
	-webkit-box-shadow: 0 0 10px blue;

}
footer2 section:first-child { margin-left: 0 }

#comments li {
	border-bottom: 1px solid pink;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
}
#comments li .newLine {
	font-size: 12px;
	text-align: right;
}

.copyright {
	text-align: center;
	margin: 10px 0 30px;
	clear: both;
}
nsform:rotate(45deg);
  }
+