@charset "UTF-8";
* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
body {
	width: 100%;
}
.clear {
	clear: both;
}
#wrapper, .box960 {
	width: 960px;
	margin: 0 auto 0 auto;
	background-color: #E2E2E2;
	
}
#header {
	width: 960px;
	margin: 0 auto 0 auto;
	background-color: #C00;
	text-transform: capitalize;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 400;
	
	
}
#header h1 {
	float: left;
	font-size: 30px;
	line-height: 64px;
	margin: 0 0 0 20px;
	
}
#mainNav {
	float: left;
	font-size: 18px;
	margin: 20px 0 0 437px;
	letter-spacing: 3px;

}
#mainNav li {
	font-size: 22px;
	text-align: center;
	display: inline;
	
}
#mainNav, #header a {
	color: inherit;
	text-decoration: none;
	
}	
#mainNav, #header a:hover {
	color: #FFF;
	
}
#mainNav, #header a:active  {
	color: #000;
	text-decoration: none;
	
}
.white {
	color: #FFF;	
	

}
.sidebar {
	float: left;
	width: 180px;
	height: 522px;
	border-radius: 10px;
	background-color: #FFF;
	margin: 20px 0 20px 20px;
	text-transform: capitalize;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 400;
	
	
}
.sidebar h2 {
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	text-transform: capitalize;
	color: #C00;
	padding: 20px 0 20px 20px;
	
	
	
}
.sidebar li {
	list-style: none;
	text-align: left;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 42px;
	margin: 0 0 0 20px;
}
.sidebar a {
	color: inherit;
	text-decoration: none;
	
}	
.sidebar a:hover {
	color: #C00;
	
}
.sidebar a:active  {
	color: #000;
	text-decoration: none;
	
}
.red {
	color: #C00;
	
}
.content {
	float: right;
	width:	720px;
	height: 522px;
	border-radius: 10px;
	margin: 20px 20px 20px 20px;
	background: #FFF;
	color: #000;
}
.content p {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: left;
	margin: 20px 20px 20px 20px;
}
.portrait {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.landscape {
	padding: 20px 0 0 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;

}
#footer {
	background-color: #C00;
	
}
#footer p {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 38px;
	font-style:	italic;
	text-align: right;
	margin: 0 20px 0 0;
}

.content a {
  text-decoration: none;
}

/* General */
#css3-slider {
  padding: 5px 0 5px 0;
  position: relative;
  display: block;
  
}

#css3-slider li {
  list-style: none;
}

/* Navigation */
#css3-slider li input + label {
  position: absolute;
  top: 475px;
  left:10px;
  font-family: 'Alegreya Sans SC', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  width: 16px;
  text-align:center;
  cursor: pointer;
}

#css3-slider li:nth-child(2) label {left:28px;}
#css3-slider li:nth-child(3) label {left:46px;}
#css3-slider li:nth-child(4) label {left:64px;}
#css3-slider li:nth-child(5) label {left:82px;}
#css3-slider li:nth-child(6) label {left:98px;}
#css3-slider li:nth-child(7) label {left:114px;}

/* Images */
#css3-slider li img {
  border:none;
  outline:none;
  width: 0px;
  height: 0px;
  visibility:hidden;
  opacity:0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}

/* Captions */
#css3-slider a {
  text-decoration:none !important;
}

#css3-slider li a span {
  cursor: pointer;
  position:absolute;
  top: 495px;
  right:0px;
  bottom:0px;
  left:0px;
  font: 12px 'Alegreya Sans SC', sans-serif;
  letter-spacing: 1px;
  color: #000;
  padding:0px 10px;
  text-align:left;
  opacity: 0;
}

/* Active navigation */
#css3-slider li input:checked + label {
  color: #C00;
}

/* Show the image with transition */
#css3-slider li input:checked ~ img,
#css3-slider li input:checked ~ a img {
  top:0%;
  left:0%;
  width: inherit;
  height:inherit;
  visibility:visible;
  opacity:1;
  z-index:99;
}

/* Show the caption with fade effect */
#css3-slider li input:checked ~ a span {
  opacity:1;
  z-index:100;
}
/* Hide the radio */
#css3-slider input {
	display:none;
}