/* @override 
	http://robandkaeleigh.dev/skin/styles.css
	http://robandkaeleigh.com/skin/styles.css
*/

/*** BASICS ***/

html * {
	padding: 0;
	margin: 0;
}

html {
	color: #333;
	background: #f9f9f2 url(./media/tile.png) top;
	font-family: Georgia, serif;
	font-size: 1em;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}

body {
	background: url(./media/background.png) top no-repeat;
}

a, a img {
	color: #338;
	border: none;
	outline: none;
}

/*** WRAPPER ***/

#wrapper {
	margin: 0 auto;
	padding: 0 20px 60px;
	width: 800px;
}

/*** BANNER ***/

#banner {
	background: url(./media/top_banner.png) no-repeat;
	height: 98px;
	margin: 0 auto;
	padding: 52px 0 20px;
	width: 550px;
}

#banner h1 {
	display: none;
	color: #fff;
	font-size: 1.6em !important;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 550px;
}

#banner p {
	color: #fff;
	display: block;
	height: 17px;
	margin: 0 auto;
	padding-top: 43px;
	width: 370px;
}

#banner #date {
	float: left;
}

#banner #count {
	float: right;
}

/*** CONTENT ***/
#content {
	overflow: auto;
}

/*** MENU ***/
#menu {
	float: left;
	margin-top: 35px;
	text-align: left;
	width: 180px;
}

#menu #menu_nav {
	list-style: none;
}

#menu #menu_nav li {
	background: url(./media/bullet.png) no-repeat;
	margin-bottom: 20px;
	padding-left: 28px;
}

#menu #menu_nav li a {
	color: #333;
	font-style: italic;
	text-decoration: none;
}

#menu #menu_nav li a:hover {
	text-decoration: underline;
}

/*** PRIMARY CONTENT ***/
#primary_content {
	float: right;
	min-height: 400px;
	padding: 5px;
	text-align: left;
	width: 580px;
}

#primary_content h1 {
	font-size: 1.8em;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0.4em;
}

#primary_content h2 {
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0.4em;
}

#primary_content p {
	margin-bottom: 1em;
	line-height: 1.5em;
}

#primary_content ol,
#primary_content ul {
	margin-left: 1.5em;
	margin-bottom: 1em;
}

#primary_content img {
	border: 15px solid #fff;
	box-shadow: 0 0 5px #bbb;
	margin-bottom: 1em;
}

/*** RSVP FORM ***/
#ss-form {
	margin: 0 auto;
	padding-top: 20px;
	width: 475px;
}

#ss-form .ss-form-entry {
	height: 25px;
	line-height: 25px;
	margin-bottom: 1em;
}

#ss-form label {
	float: left;
	font-style: italic;
}

#ss-form .ss-text input {
	border: 1px solid #bbb;
	border-radius: 5px;
	float: right;
	font-size: 10pt;
	height: 13px;
	line-height: 13px;
	padding: 5px 7px;
	width: 150px;
}

#ss-form .ss-text .name input {
	width: 350px;
}

#ss-form .ss-text .adults input,
#ss-form .ss-text .children input {
	text-align: center;
	width: 30px;
}

#ss-form .ss-select select {
	float: right;
	width: 60px;
}

#ss-form .ss-select .attending .chzn-container {
	float: right;
}

#ss-form .ss-select .attending .chzn-container .chzn-results {
	margin-left: 0;
	margin-bottom: 5px;
}

#ss-form .ss-select .attending .chzn-container .chzn-results .highlighted {
  background-color: #99cccc;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cccc', endColorstr='#86b3b3', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #99cccc), color-stop(90%, #86b3b3));
  background-image: -webkit-linear-gradient(top, #99cccc 20%, #86b3b3 90%);
  background-image: -moz-linear-gradient(top, #99cccc 20%, #86b3b3 90%);
  background-image: -o-linear-gradient(top, #99cccc 20%, #86b3b3 90%);
  background-image: linear-gradient(#99cccc 20%, #86b3b3 90%);
  color: #fff;
}

#ss-form .ss-navigate {
	padding-top: 20px;
}

#ss-form .ss-navigate input {
	float: right;
}

/*** LOCATION ***/
#map {
    background-color: #fff;
    border: 15px solid #fff;
	box-shadow: 0 0 5px #bbb;
    margin-bottom: 1.5em;
}

#map small a {
	color: #333 !important;
	font-style: italic;
	text-decoration: none;
}

#map small a:hover {
	text-decoration: underline;
}

/*** REGISTRIES ***/
#registries {
	padding: 20px 210px 0 0;
	text-align: center;
}

#registries ul {
	margin: 0;
}

#registries li {
	list-style: none;
	margin-bottom: 20px;
}

#registries li img {
	border: none;
	box-shadow: none;
}

/*** FOOTER ***/
#footer {
	clear: both;
}

