/*
Theme Name: Hooked
Theme URI: http://hookedmarblehead.com/
Description: The official theme of Hooked Seafood & Grill of Marblehead, MA.
Version: 1.0
Author: John Livornese
Author URI: http://johnthedesigner.com/

	Hooked v1.0
	 http://hookedmarblehead.com

	This theme was designed and built by John Livornese

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* resets */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Typography */

p {
	font-family:helvetica, sans-serif, arial;
	font-size:9pt;
	color:#FFF;
	line-height:1.25;
	margin:0 10px 10px 10px;
}

h1 {
	font-family:myriad, helvetica, sans-serif, arial;
	font-size:16pt;
	font-weight:900;
	color:#FFF;
	margin:10px 10px 0 10px;
	line-height:1;
}

h2 {
	font-family:Helvetica, Sans-Serif, Arial;
	font-size:12pt;
	font-weight:100;
	color:#FC0;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10pt;
	color:#EBD758;
}

/* Begin Body*/

body {
	background:#023 url('images/hookbg.png') repeat top center;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	padding:0;
	margin:0;
	height:100%;
}

#page {
	width:100%;
	text-align: left;
	position:relative;
	overflow:auto;
}
#page2{
	background:url('images/waveBG01.png') repeat-x top center;
	width:100%;
	overflow:auto;
}

/*Begin Header */

#header {
	margin:0 auto;
	overflow:auto;
	}

#headerBox{
	background:url('images/headerCard.png') no-repeat bottom center;
	margin: 0 auto;
	height: 520px;
	width: 920px;
	}
#headerBox2{
	background:url('images/headerCard2.png') no-repeat bottom center;
	margin: 0 auto;
	height: 170px;
	width: 920px;
	}
	
/* nav */

#nav{
	width:920px;
	overflow:visible;
	padding-top:10px;
	float:left;
	clear:none;
	z-index:2;
	position:relative;
}

#logoCard{
	background:url('images/logoCard.png') no-repeat center;
	width:200px;
	height:140px;
	margin-left:30px;
	float:left;
	clear:none;
}

#twitterBox{
	background:url('images/twitterBox.png') no-repeat center;
	width:280px;
	height:70px;
	float:left;
	clear:none;
	font-size:10px;
	font-weight:800;
	color:#003D52;
	overflow:hidden;
}

#twitterFeed{
	height:48px;
	margin:5px 45px 5px 30px;
	padding:5px 0;
	overflow:hidden;
	font-family:helvetica, sans-serif, arial;
	font-size:10px;
	font-weight:100;
	color:#1E79BC;
	line-height:1.25;
	word-wrap: break-word;
}

#twitterFeed .twitterName{
	font-family:times, helvetica, sans-serif, arial;
	font-size:8px;
	font-weight:900;
	color:#Fc0;
}
#twitterFeed .twitterName a{
	font-family:helvetica, sans-serif, arial;
	font-size:10px;
	font-weight:900;
	color:#003D5D;
}
#navMenu{
	float:right;
	clear:none;
	margin-right:30px;
	margin-top:55px;
}

#navMenu ul {
	margin:0;
	padding:0;
}

#navMenu ul li {
	font-family:helvetica, sans-serif, arial;
	font-weight:700;
	font-size:8pt;
	list-style-type: none;
	float:right;
	margin: 0 2px;
	padding: 0;
}

#navMenu ul li a {
	background:#84CCF4;
	background:rgba(132, 204, 244, 0.25);
	padding:4px 5px;
	margin: 0 2px;
	color: #FFF;
	display:block;
	text-decoration:none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#navMenu ul li a:hover {
	background:#FFF;
	color:#206983;
	text-decoration:none;
}

#cardMain{
	background:#333;
	width:650px;
	height:380px;
	float:left;
	clear:none;
	margin-top:-40px;
	margin-left:29px;
	z-index:1;
	position:static;
}
#rotator {
	position: relative;
	width: 650px;
	height: 380px;
	margin: 0; padding: 0;
	overflow: hidden;
	z-index:1;
}
#cardSide{
	width:200px;
	height:390px;
	float:right;
	clear:none;
	margin-top:-40px;
	margin-right:30px;
	z-index:1;
	position:relative;
}
.cardsidebox{
	width:199px;
	height:119px;
	margin-bottom:10px;
	border-top:#CC9  solid 1px;
	border-left:#CC9 solid 1px;
}

/* Begin Content */

#contentWrapper{
	width:920px;
	margin:0 auto;
}

/* Begin Blog */

#blog{
	Width:650px;
	margin-left:30px;
	float:left;
	clear:none;
	margin-bottom:0;
}

.post {
	background:url('images/menubg.png') center repeat-y;
	width:650px;
	margin:0;
	overflow:auto;
}
.posthead {
	background:url('images/menubgtop.png') center bottom no-repeat;
	width:630px;
	height:35px;
	padding:0 10px;
}
.postfoot {
	background:url('images/menubgbottom.png') center top no-repeat;
	width:630px;
	height:35px;
	padding:0 10px;
}
.gallerycontainer{
	width:600px;
	margin:0 25px;
}
.gallerycontainer .navigation{
	border-top:#003D52 solid 1px;
}
.postgallery{
	width:250px;
	margin:25px;
	float:left;
	clear:none;
	text-align:center;
}
.postgallery h1{
	font-size:14px;
}
.postgallery p{
	font-size:9px;
}
.singlegallery{
	width:590px;
	padding-bottom:30px;
}
.entry{
	width:650px;
	color:#003D52;
	overflow:hidden;
}
.entry ul li{
	background:url('images/waveBG03.png') center top repeat-x;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	width:600px;
	font-size:13px;
	float:left;
	clear:both;
	text-align:center;
	padding:5px 0;
	margin:25px 23px 0 23px;
	list-style-position:outside;
	color:#F7F1D2;
}
.entry ul ul li{
	background:none;
	color:#003D52;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	width:140px;
	height:30px;
	font-size:12px;
	font-weight:900;
	text-align:center;
	float:left;
	clear:none;
	padding:0 30px;
	list-style:outside;
	display:inline-block;
	border-top:none;
	margin:30px 0 0	0;
	list-style-position:outside;
}
.entry ul ul ul li{
	background:none;
	color:#003D52;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10px;
	font-weight:100;
	text-align:center;
	margin:0 auto;
	list-style:inherit;
	list-style:position;
	display:block;
	text-indent:-60px;
}
.postwave{
	width:630px;
	padding:10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float:left;
	clear:both;
	margin-bottom:10px;
}
.post h1{
	margin:0 30px 10px 30px;
	color:#003D52;
}
.post p{
	margin:0 30px 10px 30px;
	color:#003D52
}
.post h2{
	margin:0 30px 10px 30px;
	color:#003D52
}

.post hr {
	display: block;
}

.postmetadata {
	clear: both;
}
#frontad{
	width:650px;
	margin:5px 0;
}

/* Begin Right Column */

#rightColumn{
	Width:200px;
	margin-right:30px;
	float:right;
	clear:none;
}

#rightColumn .box{
	background:url('images/box200bg.png') repeat;
	width:200px;
	height:100px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Begin Footer */

#footer {
	border: none;
	padding: 0;
	width:100%;
	overflow:auto;
	position:relative;
}

.footerClear{
	height:150px;
	clear:both;
	position:relative;
}

#footer p {
	font-size:7pt;
	color:#068;
	font-weight:100;
	margin:0;
	padding: 20px 0;
	text-align: center;
}
#footer a {
	color:#068;
	font-weight:500;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}

/* Begin Typography & Colors */

.thread-alt {
}
.thread-even {
}
.depth-1 {
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


/* End Structure */

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.nav .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

.nav .entry li {
	margin: 7px 0 8px 10px;
	}

.nav ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.nav .entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.nav .entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 0;
	}

#sidebar #searchsubmit {
	padding: 0;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */






/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}
hr {
	display:block;
width:0; 
}
#blog hr {
	color: #fff; 
	border: 1px dotted #FFF; 
	width:300px; 
	border-style: none none dotted; 
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */



/* Begin Sidebar */
#sidebarcontainer{
	width:200px;
	float:right;
	margin-right:30px;
	margin-bottom:20px;
	overflow:hidden;
}
#sidebar{
	background:url('images/box200bg.png') repeat;
	padding: 20px;
	float:right;
	width:160px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
#sidebar a{
	color:#068;
	text-decoration:underline;
}
#sidebar a:hover{
	color:#FFF;
	text-decoration:none;
}
#sidebar form {
	margin: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
.specials{
	width:200px;
	height:135px;
	float:right;
	overflow:hidden;
}
/* End Sidebar */

