/* @override http://www.corkdining.com/wp-content/themes/cork/style.css */

/* 
Theme Name: Cork Bar & Restaurant
Theme URI: http://DigiSquid.com
Description: The 2007 design for Cork Bar & Restaurant
Version: 1.0
Author: DigiSquid
Author URI: http://www.DigiSquid.com/

*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: black url(images/navigation/bkg.png) repeat-x;
}
.twoColFixLtHdr #container { 
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
.twoColFixLtHdr #header {
	height: 258px;
	background: url(images/navigation/masthead.jpg) no-repeat 60px;
	padding: 0 10px 0 60px;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 256px;
	background: url(images/navigation/body.png) no-repeat 0 top;
	padding: 20px 40px 0;
} 
.twoColFixLtHdr #footer {
	text-align: center;
	color: #787878;
	padding-top: 5px;
	padding-bottom: 5px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 181px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 15px 70px;
}

/* Menu */

.Menu a{
	text-decoration: none;
	position: relative;
	font: bold 16px/40px Arial;
	color: white;
	height: 44px;
	display: block;
	background: url(images/navigation/menu.png) no-repeat left top;
	width: 181px;
	text-align: left;
	padding-top: 2px;
	padding-left: 10px;
	margin-left: 5px;
}

.Menu a:hover{
	background: url(images/navigation/menu_over.png) no-repeat left top;
	color: #663d6d;
}

/* End Menu */

.photo {
	margin: 0 0 0 185px;
}

p {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 21px;
}

h1 {
	font: italic bold 18px/21px Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
}

h2 {
	font: italic bold 16px/21px Georgia, "Times New Roman", Times, serif;
	padding-top: 25px;
}

a:link { color: #bd369c;
	text-decoration: none;
}

a:hover { color: #fcb8eb;
	text-decoration: none;
}

a:visited { color: #bd369c;
	text-decoration: none;
}

a.white:link { color: white;
	text-decoration: none;
}

a.white:visited { color: white;
	text-decoration: none;
}

a.white:hover { color: fcb8eb;
	text-decoration: none;
}

/* Photo Gallery */
.gallery {
	padding: 0px;
	width: 540px;
	float: left;
}

.gallery-item {
	width:350px !important;
	margin-bottom: 50px;
	margin-left: 35px;
}

.gallery-caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
}

img.attachment-thumbnail {
	width: 350px;
}

img.attachment-medium {
	width: 450px;
	height: auto;
	margin-bottom: 50px;
}

img.alignright {
	margin-left: 25px;
	float: right;
}

img.alignleft {
	margin-right: 25px;
	float: left;
}


/* End Photo Gallery */

