body {
	width: 100%;
	background-color: #ffffff;
	font: 62.5%  Helvetica, Geneva, sans-serif;
	color: #ffffff; 
	padding: 0;
	margin: 0;
}

#container-fullwidth {
	width: 100%;
	text-align: center;
	padding: 50px 0;
	margin: 0;
}


#container {
	width: 899px;
	text-align: left;
	margin: auto;
	padding: 0;
}

/* @group Basic html rewrites */

p {
	font-size: 1.2em;
	padding: 0 0 0.1em 0;
}

a,
a:link, 
a:visited,
a:hover, 
a:active {
	color:  #342d35;
	font-size: 1em;
	line-height: 1.6em;
	text-decoration:none;
}

strong {
    font-weight: bold;
}

h1 {
	font-size: 3em;
	padding: 0.43em 0;
	letter-spacing: 1px;
}


h2 {
	font-size: 2.4em;
	padding: 0 0 0.25em 0;
	letter-spacing: 10px;
	color:#3b3445;
}

h3 {
	font-size: 2.0em;
	padding: 0 0 0.25em;
}


h4 {
	font-size: 30px;
	line-height:32px;
	font-weight:bold;
	padding:0;
	margin:0;
}

span.header {
	font-size: 30px;
	line-height:32px;
	font-weight:bold;
	padding:0;
	margin:0;
}

img {
	padding: 0;
	margin: 0;
}


.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}


#contact p.small a:link{
	font-size:12px;
	padding-top:0;
	font-weight:bold;
}


em {
	font-style: italic;
	line-height: 1.6em;
}

hr {
	border-top: 1px dotted #000;
	border-bottom: 0px solid #ffffff;
	margin: 0 0 1.6em 0;
}

#nav {
	position: absolute;
	bottom:20px;
	left:20px;
	text-align:left;
}

#nav a,
#nav a:link, 
#nav a:visited,
#nav a:hover, 
#nav a:active {
	color:  #ffffff;
	font-size: 20px;
	line-height: 20px;
	text-decoration:none;
	font-weight:bold;
}

#nav a:hover {
	color: #333333;
}

#nav p {
	margin:0;
	padding:0;
}

/* @end */


/* dimensions are 830 x 400 total */
/* thirds are 270px each, 10px between each */
/* twothirds are 550px */

.onethird, .twothirds, .half{
	float:left;
	position:relative;
}


body#home .onethird {
	background-color:#01010b;
	margin:0pt 10px 0pt 0pt;
	padding:10px;
	text-align:center;
	height: 340px;
	width: 270px;	
}

body#home .twothirds {
	background: url('../_images/index_photo.jpg') no-repeat 0 0;
	height: 360px;
	width: 550px;
}

body#comments .onethird {
	background-color:#DDD4BE;
	height:360px;
	margin-left:10px;
	padding:20px;
	width: 200px;
	text-align:center;
}

body#comments .twothirds {
	background: url('../_images/comments.jpg') no-repeat 0 0;
	height:400px;
	width: 576px;
	z-index:1;
}

.title {
	padding:30px 0;
}

.language {
	margin-top:40px;
}

.language p a:link,
.language p a:visited,
.language p a:hover, 
.language p a:active {
	font-size: 1.4em;
	color: #ffffff;
	text-decoration:none;
}

.comment_types {
	text-align:left;
	padding:0pt 0pt 0pt 15px;
}

.comment_types li {
	font-size:20px;
	line-height:20px;
	padding:0;
	margin:0;
}

.comment_types li a:link,
.comment_types li a:visited,
.comment_types li a:hover, 
.comment_types li a:active {
	font-size:20px;
	line-height:20px;
	color: #ffffff;
	text-decoration:none;
	padding:0pt;
}

.comment_types em {
	display:none;
}

.comment_types ul {
	padding-left:10px;
}

.comment_types ul li {
	list-style-type:none;
}

.language p a:hover {
	color: #3b3445;
}

.language p {
	color: #3b3445;
	font-size:1.4em;
}

body#about .twothirds {
	margin-right:10px;
	padding:20px;
	width:493px;
	background-color: #999999;
	height: 360px;
}

body#contact .onethird {
	height: 360px;
	width: 209px;
	margin-left:10px;
	padding:20px;
	text-align: center;
	background-color: #303023;
}


body#contact .centering {
	width: 100%;
	text-align:center;
}

.contact_deets {
	text-align: left;
	margin:auto;
	padding:0pt 0pt 0pt 20px;
}

.contact_deets p{
	padding:3px 0;
	margin:0;
}


body#contact p b{
	font-size: 17px;
	line-height:18px;
	padding: 0;
	margin:0;
}
body#contact a{
	color: #fff;
}

body#menu .onethird {
	background-color:#c6c6bf;
	width:295px;
	margin-left:10px;
	height:360px;
	text-align:center;
	padding: 20px 50px;
}

body#menu .comment_types {
	padding-left:20px;
}

body#comments #panel {
  width:576px;
  height:400px;
  background-color: #8e887a;
  z-index:200;
  color:#fff;
  font-size: 1.8em;
}

body#comments #panel p{
	color:#ffffff
}

body#menu #panel p{
font-weight:normal;
padding:0;
}

body#menu #panel {
  width:430px;
  height:400px;
  background-color: #749D7F;
  z-index:200;
  color:#fff;
  font-size: 1.7em;
  font-weight:normal;
}

div.panels {
  position: absolute;
  width: 100%;
}

.quote p{
  margin: 12px;
}

/* Hide all panels, initially */
div.panels > div {
/* background-color: #330000;*/

}

.hide {
  display:none;
}

div.show {
  display:block;
}

.smaller {
	font-size:74%;
	font-weight:normal;
}

.panels ul li {
	list-style: none;
}

/*.panels ul li:before {
	content:"- ";
}*/

.panels ul {
	padding:0;
	margin:0;
	text-align: center;
	width:100%;
}

#gallery .onethird {
	background-color:#DDD4BE;
	height:360px;
	padding:20px;
	width: 200px;
	text-align:center;
}

#gallery .twothirds {
	background-color: black;
	height: 400px;
	width: 550px;
	padding:auto 0;
	margin-left:10px;
	text-align:center;
	line-height:350px;
	font-size:350px;
	vertical-align:middle;
}

#gallery img {
 	padding:2px;
 	border:0;
 	outline:0;
 }
 
 #gallery p {
 	padding:0;
 }
 
 img#largeImg {
 	vertical-align:middle;
 }