/* @override http://squid11.com/wp-content/themes/squid/css/style.css */

/* DigiSquid CSS Library Version 4.0 (12/19/09) */
/* SundownRestaurant.com

/* Framework */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #000000;
	background: url(../images/template/bkg.jpg) repeat-x 0 top;
}

.design #container {
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.design #masthead {
	height: 151px;
	background-image: url(../images/template/masthead.png);
}

.design #contenttophome {
	height: 378px;
	background: url(../images/template/contenttophome.png) no-repeat 0 top;
}

.design #content {
	height: 375px;
	background: url(../images/template/content.png) no-repeat 0 top;
}

.design #footer {
	height: 100px;
	width: 970px;
	background: url(../images/template/footer.png) no-repeat 0 bottom;
}

.design #sidebar {
	float: right;
	width: 169px;
	background-color: silver;
}

.design #animation {
	padding-left: 29px;
	width: 916px;
	height: 375px;
}

/* Start Sliding Panel */

.panel {
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-top: 20px;
	position: absolute;
	top: 150px;
	float: left;
	width: 425px;
	height: 300px;
	margin-left: 420px;
	display: none;
	background: #000000;
	border:1px solid #111111;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	filter: alpha(opacity=85);
	opacity: .85;
	overflow : auto;
}

.panel p{
	margin: 0 0 15px 0;
	padding: 0;
	color: #cccccc;
}


.panel a, .panel a:visited{
	margin: 0;
	padding: 0;
	color: #9FC54E;
	text-decoration: none;
	border-bottom: 1px solid #9FC54E;
}

.panel a:hover, .panel a:visited:hover{
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

/* End Sliding Panel */


.column {
	width: 150px;
	background: silver;
	vertical-align: top;
	display: inline-block;
	padding: 15px;
	margin-right: 25px;
}

.column ul {
	padding: 0;
}

.column li {
	display: block;		
}

hr {
	color: gray;
	background-color: gray;
	height: 1px;
	border: 0;
}


/* End Framework */


/* Text Styling */

h1 {
	color: #C3B715;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 21px;
	padding-bottom: 5px;
}

h2 {
	color: #C3B715;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	padding-bottom: 10px;
}

h3 {
	color: #C3B715;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

p {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding-top: 0;
	padding-bottom: 10px;
}

.design #sidebar p {
	
}

.design #footer p {
	text-align: center;
}

strong {
	font-weight: bold;
}

ul {
	font-size: 12px;
	line-height: 20px;
	padding-top: 0;
	padding-bottom: 10px;
}

li {
	padding-bottom: 10px;
}

/* End Text Styling */

/* P Links */

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

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

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

p a:active {
	color: #fa921f;
	text-decoration: none;
}

/* end P Links */

/* Media */
img.alignright {
	margin: 10px;
	float: right;
	border-style: solid;
	border-width: 1px;
	border-color: #C3B715;
	
}

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

p.pdf {
	padding-left: 35px;
	padding-top: 5px;
	height: 25px;
	margin-bottom: 20px;
	vertical-align: top;
	background: url(../images/graphics/pdf.png) no-repeat;
}
/* End Media */
