/* And The Dish Ran Away With The Spoon
   Brown    #a84c0f
   Blue     #55bceb
*/

* {
	margin:0;
	padding:0;
}

/* Layout */

body {
	background-color:#ffffff;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	margin-bottom:10px;
}

#container {
	width:750px;
	margin:20px auto;
	padding: 10px;
	padding-top: 0;
}

#logo {
	float:right;
}

#menu {
	float: left;
	margin-top: 50px;
	margin-left: 0px;
}

ul#menu li {
	list-style-type:none;
	float:left;
	margin-right:12px;
}

ul#menu li#menu-blog {
	margin-right:0;
}

#content {
	clear:both;
	border-top: 2px solid #55bceb;
	line-height:20px;
	padding-top:10px;
}

#text ul li ul {
	margin-bottom:0;
}

#text ul {

}

#text li {
	background: url(../images/bullet.png) top left no-repeat;
	background-position: left 6px;
	list-style-type: none;
	margin-left: 5px;
	padding-left: 15px;
}

#text {
	width:470px;
	float:left;
}


#newsletter {
    float: right;
    min-height: 150px;
    width: 240px;
}

#newsletter p {
	margin-bottom: 10px;	
}

input#mce-EMAIL {
    border: 1px solid #7e9db9;
    color: #000000;
    font-size: 11px;
    height: 15px;
    padding-left: 5px;
    padding-top: 3px;
    width: 140px;
}

#image {
	float:right;
	width: 240px;
}
#image img {
	margin-bottom: 20px;
}
#image li {
	list-style-type: none;
}

#footer {
	clear:both;
	text-align:center;
	font-size:11px;
	color:#55bceb;
}


/* Links */
a:link, a:visited, a:active {
	color:#a84c0f;
	text-decoration:underline;
}

a:hover {
	color: #55bceb;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color:#55bceb;
}


/* Typography */
#content p, #content table, #content ul {
	margin-bottom:2ex;
}

h1,h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:2px;
	color:#a84c0f;
	clear:both;
}
h2 {				/* First header on page */
	margin-top: 30px;
	clear: both;
}

h3 {
	clear: both;
	color:#a84c0f;
	font-weight:normal;
	font-size:14px;
	margin-top: 20px;
}


strong, label, th, h4 {
	font-weight:bold;
	font-size:12px;
}	

table {
	width:100%;
	border-collapse:collapse;
}

td {
	padding:3px 0;
}

th {
	width:25%;
	text-align:left;
}


/* Menu */
#menu li {
        display: inline;
	padding: 0;
	margin: 0;
	list-style: none;
	background-repeat: no-repeat;
	float: left;
}

#menu li a, #menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -2000px;
	background-repeat: no-repeat;
}

#menu:after {
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#menu-home a {background-image: url(../images/menu/home.png); width: 38px; height: 91px;} 
#menu-home {background-image:url(../images/menu/home-over.png); width: 38px; height: 91px;}
#menu-menu a {background-image: url(../images/menu/menu.png); width: 65px; height: 91px;} 
#menu-menu {background-image:url(../images/menu/menu-over.png); width: 65px; height: 91px;}
#menu-events a {background-image: url(../images/menu/events.png); width: 83px; height: 91px;} 
#menu-events {background-image:url(../images/menu/events-over.png); width: 83px; height: 91px;}
#menu-where a {background-image: url(../images/menu/where.png); width: 66px; height: 91px;} 
#menu-where {background-image:url(../images/menu/where-over.png); width: 66px; height: 91px;}
#menu-contact a {background-image: url(../images/menu/contact.png); width: 79px; height: 91px;} 
#menu-contact {background-image:url(../images/menu/contact-over.png); width: 79px; height: 91px;}
#menu-christmas a {background-image: url(../images/menu/christmas-over.png); width: 65px; height: 91px;} 
#menu-christmas {background-image:url(../images/menu/christmas.png); width: 65px; height: 91px;}
#menu-friends a {background-image: url(../images/menu/friends.png); width: 90px; height: 91px;} 
#menu-friends {background-image:url(../images/menu/friends-over.png); width: 90px; height: 91px;}
#menu-blog a {background-image: url(../images/menu/blog.png); width: 66px; height: 91px;} 
#menu-blog {background-image:url(../images/menu/blog-over.png); width: 66px; height: 91px;}

#menu-home a:hover, 
#menu-menu a:hover, 
#menu-events a:hover,
#menu-where a:hover, 
#menu-blog a:hover,
#menu-christmas a:hover, 
#menu-friends a:hover, 
#menu-contact a:hover {
	background: none;
}

body.home #menu-home a { background: none; }
body.menu #menu-menu a { background: none; }
body.events #menu-events a { background: none; }
body.where #menu-where a { background: none; }
body.contact #menu-contact a { background: none; }
body.christmas #menu-christmas a { background: none; }
body.friends #menu-friends a { background: none; }
body.blog #menu-blog a { background: none; }

#latest {
	clear: both;
	position: relative;
	top: -5px;
	font-size:16px;
	padding-bottom:20px;
}
#latest a{
	text-decoration: none;
	color:#55bceb;
}
#latest a:hover {
	text-decoration: underline;
}



/* Blog menu */
#bloglinks {
	background: url(../images/latestnews.png) no-repeat top left;
	margin-top: 8px;
	padding-top: 26px;
}
#bloglinks ul, #bloglinks li {
	list-style-type: none;
}
#bloglinks ul {
	padding-bottom: 10px;
}
#bloglinks li {
	border-top: 1px dashed #61c0eb;
	padding: 1px 0 5px 0;
}
#bloglinks a:link, #bloglinks a:hover, #bloglinks a:active, #bloglinks a:visited {
	text-decoration: none;
}



/* Misc */

img {
	border:0;
}

.hidden {
	display: none;
}



/* Begin Post/blog stuff */

.commentlist {
	padding: 0;
}

.commentlist li {
	margin: 5px 0 3px 0 !important;
	padding: 5px 10px 3px 0 !important;
	list-style: none !important;
	background: none !important;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-size: 10px;
	}

.postmetadata {
	background-color: #eee;
	padding: 3px;
	margin-bottom: 10px;
}

h3#comments {
	padding-top: 20px;
}

.navigation {
	display: block;
	text-align: center;
	padding-bottom: 10px;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.sociable ul li {
	list-style-image: none !important;
	background: none !important;
	margin: 0 !important;
	padding: 1px !important;
}

/* End Blog/post stuff */


/* Menu items (definition list) */
dl {
	display: block;
	width:470px;
}
dt {
	clear: both;
	float: left;
	padding-top: 5px;
	width: 40%;
}
dd {
	float: left;
	padding-top: 5px;
	width: 55%;
	display: block;
}

dl br {
	clear: left;
}



/*splash*/

#splash {
	position:absolute;
	margin-left:130px;
	margin-top:-25px;
	width:140px;
	height:140px;
}

#image #splash img {
	margin:0;
}

/*splash end*/

.addthis_toolbox {
	margin-bottom:10px;
}


/* Forms */
.contact input,.contact textarea {
    display: block;
    margin-bottom: 20px;
}
.contact form {
    padding: 10px 0;
}
.contact label {
	font-weight: bold;
	float: left;
	width: 10em;
}
.contact input[type=text] {
	margin-left: 10em;
}
.contact textarea {
	clear: both;
}
/* End forms */



/*newsletter */
#newsletter {
    float: right;
    min-height: 150px;
    width: 240px;
}

#newsletter p {
	margin-bottom: 7px;	
}

input#mce-EMAIL {
    border: 1px solid #7e9db9;
    color: #000000;
    font-size: 11px;
    height: 15px;
    padding-left: 5px;
    padding-top: 3px;
    width: 140px;
}

#newsletter input[type=text] {
	margin-left: 0;
}
#newsletter textarea {
	clear:none;
}

#newsletter input,.contact textarea {
    display: block;
    margin-bottom: 0;
}

#newsletter label {
	font-weight:normal;
	float: none;
	width: auto;
}

#newsletter form {
    padding: 0;
}

