/* @override http://huronchurchcamp.ca/stylesheets/main.css?1 */

html, body {
	height: 100%;
	background-image: url(../images/background.png);
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #1e3642;
}

#page {
	position: relative;
	margin: auto;
	width: 942px;
	background: #fff;
	min-height: 100%;
	border-left: 10px solid #051923;
	border-right: 10px solid #051923;
	border-bottom: 10px solid #051923;
}

/* @group Header */

#header {
	padding: 20px;
	background: url(../images/rainbow.png) repeat-x;
}

#header h1 {
	position: relative;
	top: 10px;
}

#sticker {
	position: absolute;
	top: 20px;
	right: -25px;
	z-index: 1000;
}

/* @end */

/* @group Masthead */

#masthead {
	position: relative;
}

/* @group Main Menu */

#mainmenu {
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	color: #fff;
	background: #000;
	background: rgba(0,0,0,0.75);
	font: 0.9em "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	z-index: 2;
}

#mainmenu a {
	color: #fff;
	text-decoration: none;
}

#mainmenu {
	margin: 0;
	padding: 0;
}

#mainmenu li {
	float: left;
	padding: 10px 30px;
	list-style: none;
}

#mainmenu li ul.submenu {
	display: none;
	position: absolute;
	margin-top: 10px;
	margin-left: -30px;
	min-width: 150px;
	padding: 0;
}

#mainmenu li ul.submenu li {
	clear: left;
	padding: 10px 20px;
	font-size: 80%;
	width: 100%;
	background: #333;
}

#mainmenu li:hover {
	background: #333;
}

#mainmenu li:hover ul.submenu {
	display: block;
}

#mainmenu li:hover ul.submenu li:hover {
	background: #2a2a2a;
}

#mainmenu .heading {
	font-weight: 600;
}

/* @end */

/* @end */

/* @group Content */

#body {
	font-size: 0.8em;
	padding: 30px;
}

a {
	color: inherit;
}

b {
	font-weight: bold;
}

h2 {
	color: #0b5191;
	font: bold 2em Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin: 1em 0 0.2em;
	color: #40a4dd;
	font: bold 1.3em Georgia, "Times New Roman", Times, serif;
}

.subtitle {
	color: #50781c;
	font-size: 1em;
}

p {
	margin: 1.2em 0;
}

ol, ul {
	padding-left: 20px;
}

li {
	list-style-type: disc;
}

/* @end */

/* @group Sidebar */

#body {
	width: 490px;
}

/* Override width for gallery body */
#body.gallery {
  width: auto;
}

#sidebar {
	position: relative;
	top: -20px;
	right: -4px;
	width: 400px;
	float: right;
}

#sidebar img {
	margin: -1px;
}

/* @end */

/* @group Posts */

.post {
	margin: 20px 10px;
	margin-bottom: 30px;
}

.post .subtitle {
	color: #797979;
	font-size: 0.85em;
}

/* @end */

/* @group Gallery */

.images {
  padding: 1em;
  background-color: #f9f9f9;

  border: 1px solid #e0e0e0;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  
  -webkit-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.images .image {
	float: left;
}

.images .item {
  float: left;
  width: 420px;
}

.images .name {	
	font-size: 105%;
	font-weight: bold;
}

.images .description {
	color: #666;
}

.images p {
	margin-right: 20px;
}

.images .first {
  clear: left;
}

/* @end */


/* @group Footer */

#footer {
  color: #dff2fb;
  padding-top: 10px;
  background: #051923 url(../images/rainbow.png) repeat-x;
  font-size: 0.75em;
  font-family: Verdana, Tahoma, sans-serif;
  text-shadow: 0px -1px 0px #000000;
  filter: dropshadow(color=#000000, offx=0, offy=-1);
}

#footer p {
  margin: 0.5em;
}

#footer hr {
  border: none;
  height: 3px;
  background: url(../images/footer-separator.png) no-repeat;
}

#footer .content {
  padding: 2em;
  background: url(../images/footer-background.png) repeat-x;
}

#footer .logos {
  float: right;
  padding: 3em;
}

#footer .logos img {
  padding: 1em;
}

#footer .vcard {
  margin: 1.5em 0;
}
/* @end */
