::selection			{ background:#99173C; color:#000; /* Safari and Opera */ }
::-moz-selection  { background:#99173C; color:#000; /* Firefox */ }

@font-face {
  font-family: 'Leckerli One';
  font-style: normal;
  font-weight: normal;
  src: local('LeckerliOne'), url('http://themes.googleusercontent.com/static/fonts/leckerlione/v1/S2Y_iLrItTu8kIJTkS7DrKRDOzjiPcYnFooOUGCOsRk.woff') format('woff');
}
body {
   background-color: #99173C;
   font-family: Baskerville, Garamond, serif;
   font-size: 20px;
}
#subheading{
	font-family: "Leckerli One",Helvetica, Arial;
	padding:10px;
	text-align:center;
	font-size:24px;
	color:#2E2633;
}
#name{
	color:#2E2633;
	font-family: Baskerville, Garamond, serif;
	

  	font-size:66px;
	padding:3px;
	text-align:left;
}
a:link {color:#99173C;text-decoration:none;font-weight: bolder;}
a:visited {color:#99173C;text-decoration:none;font-weight: bolder;}
a:hover {color:#555152;text-decoration:none;font-weight: bolder;}
a:active {color:#99173C;text-decoration:none;font-weight: bolder;}

#navigation a, #footer a{color:#DCE9BE;text-decoration:none;font-weight: bolder;}
#navigation a:hover, #footer a:hover {color:#EFFFCD;text-decoration:none;font-weight: bolder;}


.container {
   margin-right: auto;
   margin-left: auto;
   margin-bottom: 20px;
   background-color: #EFFFCD;
   width: 1000px;
   min-height: 300px;
   padding:80px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#navigation, #footer{
	clear:both;
	margin-left:auto;
	margin-right:auto;
	background-color:#555152;
	padding:10px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px; 
   border-radius: 20px;
	margin-bottom:30px;
	color:#DCE9BE;
	font-family:Helvetica, Arial;
}
#sidebar{
	float:right;
	width:300px;
	background-color:#DCE9BE;
	padding:30px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px; 
   border-radius: 30px;
	
}
#docsidebar{
	float:right;
	width:200px;
	background-color:#DCE9BE;
	padding:30px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px; 
   border-radius: 30px;
	
}
#commentsidebar{
	float:left;
	width:590px;
	background-color:#DCE9BE;
	padding:30px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px; 
   border-radius: 30px;
}
#topdoc{
	font-size:30px;
	font-family: "Leckerli One", Helvetica, Arial;
	color:#232323;
}
#main{
	width:590px;
	padding:10px 30px;
        font-family: Baskerville, Garamond, serif;
	font-size:22px;
	line-height:150%;
}
#button{
	border: solid 6px #2E2633;
	padding:24px;
	font-size:24px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px; 
   border-radius: 30px;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.16, rgb(87,14,36)),
    color-stop(0.58, rgb(153,23,60))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(87,14,36) 16%,
    rgb(153,23,60) 58%
);
	margin: 40px 202px;
	background-color:#99173C;
}
#button a{
	color:#DCE9BE;
	font-family: Helvetica, Arial;
	font-size: 20px;
}
.navbar {
   cursor: pointer;
   text-decoration: none;
   font-size: 18px;
   font-weight: bolder;
   padding:10px;
   margin:20px;
   display: inline;
}

.content {
   margin-top: 20px;
   margin-right: auto;
   margin-left: auto;
   width: 100%;
}

