/* 
Theme Name: Muldoon's Coffee House
Theme URL: http://www.muldoonscoffeehouse.com/
Description: Custom Theme Developed by 2 Simple Things
Author: Michael Madison
Author URI: http://www.2simplethings.com
Version: 2.0
*/


/* -------------------------------------------------------------------------------------------------------------------------------- 
		ERIC MEYER RESET.CSS BASED ON
		RESET-RELOADED AT MEYERWEB.COM
-------------------------------------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* -------------------------------------------------------------------------------------------------------------------------------- 
		SET UP SENSIBLE TYPOGRAPHY
		 BASED ON TYPOGRAPHY.CSS
		*FOUND AT BLUEPRINTCSS.ORG
-------------------------------------------------------------------------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #fdf7f7; }
a           { color: #eedc82; text-decoration: none; }

blockquote  { margin: 1.5em; color: #edf; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }



/* -------------------------------------------------------------------------------------------------------------------------------- 
		BEGIN SITE SPECIFIC STYLING
-------------------------------------------------------------------------------------------------------------------------------- */


/* Structural Elements
-------------------------------------------------------------- */

body { 
	background: url('img/bg_center.jpg') top center no-repeat fixed #503522;
	font-size: 100%;
	line-height: 1.4;
	color: #000; 
	font-family: Georgia, serif;
	padding-bottom: 10px;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.5em; margin-bottom: 0.75em; }
h3 { font-size: 1em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


#container {
	width: 1000px;
	margin: 0 auto;
}

/* Header
-------------------------------------------------------------- */

#header div, #header p {
	display: none;
}

#header {
	height: 130px;
}

/* Navigation
-------------------------------------------------------------- */

#navigation {
	border-top: 2px solid #23150c;
	border-bottom: 2px solid #23150c;
	margin-bottom: 2px;
	background: url('img/semi_sb.png') top center repeat;
}
#dropmenu, #dropmenu ul {
	font-size: 85%;
	margin: 0;
	position: relative;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	line-height: 30px/*1.5em*/;
	z-index: 300;
	width: 100%;
	font-weight: bold;
}

#dropmenu a {
	display: block;
	padding: 0.5em 1em;
	color: #fff;
	text-decoration: none;
}

#dropmenu a:hover {
	background: #7D5939;
}

#dropmenu li {
	float: left;
	position: relative;
}

#dropmenu ul {
	position: absolute;
	display: none;
	width: 12em;
	top:46;
	left: -1px;
}

#dropmenu ul a {
	border-top: 1px solid #EEDC82;
	border-left: 1px solid #EEDC82;
	border-right: 1px solid #EEDC82;
}

#dropmenu li ul {
	width: 14.1em;
}

#dropmenu li ul a {
	width: 12em;
	height: auto;
	float: left; 
	border-bottom: 1px solid #EEDC82;
}

#dropmenu ul ul {
	top: auto;
}

#dropmenu li ul ul {
	left: 12em;
	margin: 0px 0 0 10px;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display: none;
}

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display: block;
	background: #BC9552;
}

/* Contentwrapper
-------------------------------------------------------------- */

#contentwrapper {
	clear: both;
	overflow: hidden;
	margin-bottom: 2px;
	border-bottom: 2px solid #23150c;
}

/* Gallery
-------------------------------------------------------------- */

#indexgallery {
	margin-bottom: 2px;
	border: 2px solid #23150c;
}

/* Content
-------------------------------------------------------------- */

#content {
	background: url('img/semi.png') top center repeat;
	width: 700px;
	float: right;
	padding: 10px 10px 4000px 10px;
	border: 2px solid #23150c;
	margin-bottom: -4000px;
}

#content h1 {
	text-align: center;
	color: #770000/*#981B1E*/;
	border-bottom: 2px solid;
}

#googlemap {
	width: 640px;
	margin: 0 auto;
}

div.wpcf7 {
	border: 1px solid #23150c;
	width: 400px;
	color: #333;
}

/* Sidebar
-------------------------------------------------------------- */

#sidebar {
	background: url('img/semi_sb.png') top center repeat;
	border: 2px solid #23150c;
	float: left;
	width: 250px;
	padding: 10px 10px 4000px 10px;
	margin-bottom: -4000px;
}

#sidebar h4 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 130%;
	text-transform: uppercase;
	border-bottom: 2px solid;
	color: #eedc82;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li a {
	display: block;
	padding: 7px 10px;
	border-bottom: 1px solid #47301E;
	}

#sidebar ul li a:hover {
	background: #49321F;
}

#sidebar a img {
	padding: 5px 0;
}

#sidebar p, #sidebar address {
	font-style: normal;
	color: #FDF7F7;
	text-align: center;
	line-height: 1.2;
	margin: 5px 0;
}

/* Social
-------------------------------------------------------------- */

#social {
	background: url('img/semi_sb.png') top center repeat;
	clear: both;
	text-align: center;
	border-top: 2px solid #23150c;
	border-bottom: 2px solid #23150c;
	margin: 0 0 2px 0;
}

#social ul {
	margin-top: 20px;
}

#social ul li {
	display: inline;
	padding: 0 10px;
}

/* Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 0px;
	text-align: right;
	border-top: 1px solid #23150c;
	border-bottom: 3px solid #23150c;
	padding: 0;
}

#footer p {
	padding-top: 0px;
	font-size: 90%;
	margin: 5px 0;
	color: #ffffed;
}

#footer p.copyright {
	padding: 10px 0;
}

#footer a {
	color: #b38e4e;
	text-decoration: none;
}

#footer a:hover {
	color: #3a1905;
	border-bottom: 1px dotted #3a1905;
}

#footer img {
	margin-right: 20px;
}

/* Universal Classes
-------------------------------------------------------------- */

.clearfix {
	clear: both;
	height: 1px;
}

div.clearfix p {
	display: none;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
