/*
Theme Name: SKYY Spirits
Theme URI: http://andreasviklund.com/wordpress-themes/
Description: Updated for WordPress v2.6, now supporting tags, gravatars and other useful features. Originally based on the classic <a href="http://andreasviklund.com/templates/andreas01/">andreas01 CSS template</a>. Valid XHTML 1.0 Strict and CSS. Public domain.
Version: 1.0
Author: SKYY Spirits
Author URI: http://www.skyyspirits.com/
Tags: 2 columns, 3 columns, white, widgets, fixed width, 800px, andreas
*/

/* Body */
* {
	margin:0;
	padding:0;
}
body {
	background: url(img/bg.gif) top center repeat-y;
	color:#303030;
	font-family: 'Arial', Arial, Arial, Sans-Serif;
	font-weight:normal;
}
#wrap {
	background-color:#fff;
	color:#333;
	margin:0 auto;
	bottom-margin: 35px;
	width:950px;
}
/* Links */
a {
	background-color:inherit;
	color:#666666;
	font-family: 'Arial', Arial, Arial, Sans-Serif;
	text-decoration:none;
}
a:hover {
	color:#3399cc;
	font-family: 'Arial', Arial, Arial, Sans-Serif;
	text-decoration:none;
}
/* Header */
#header {
	padding: 0 0 0 0;
	margin:0px 0 0;
}
#header h1 {
	background-color:inherit;
	background: url('img/header.jpg') no-repeat bottom center;
	color:#FFFFFF;
	font-size: 1px;
	font-family: 'Arial', Arial, Arial, Sans-Serif;
	font-weight: normal;
	letter-spacing:-1px;
	margin:0 0 0px;
	height: 370px;
	width: 950px;
}
#header h1 a {
	background-color:inherit;
	color:#555;
	font-family: 'Arial', Arial, Arial, Sans-Serif;
}
#header p {
	background-color:inherit;
	color:#777;
	float:right;
	font-size:1.1em;
	font-family: 'Arial', Arial, Arial, Sans-Serif;
	line-height:1.3em;
	margin:6px 0 0;
	text-align:center;
	width:400px;
}
#frontphoto {
	margin:0 0 10px;
}
/* Sidebars */
#leftside  {


	clear:left;
	float:left;
	line-height:1.5em;
	margin:0px 0 5px 30px;
	padding: 20 0 0;
	width:140px;
}
#extras {
	float:right;
	line-height:1.4em;
	font-weight: lighter;
	margin-right:35px;
	width:140px;
	height:550px;
}
#leftside p, #leftside ul, #leftside div.textwidget, #extras p, #extras ul, #extras div.textwidget {
	font-size:10px;
	margin:0 0 0px;
}
#leftside li, #extras li {
	line-height:1.2em;
	list-style:none;
	margin: 6px 0 0 0px;
	background: #FFFFFF url('images/underline.jpg') no-repeat top center;
	border-bottom: thin solid #CCCCCC;
	width: 140px;
	height: 15px;
	background-position: 0px 1px;
}
#leftside ul ul, #extras ul ul {
	margin:6px 0 0 0px;
	background: #FFFFFF url('images/underline.jpg') no-repeat top center;
	font-size:10px;
	border-bottom: thin solid #CCCCCC;
	width: 140px;
	height: 15px;
	background-position: 0px 1px;
}
#leftside ul ul li, #extras ul ul li {
	font-size:10px;
	margin:0 0 4px;
}
#leftside ul ul li a, #extras ul ul li a {
	font-size:10px;
	font-weight:lighter;
	text-decoration:none;
	background: #FFFFFF url('images/underline.jpg') no-repeat top center;
	width: 165px;
	height: 15px;
	background-position: 0px 1px;
}
#leftside ul.linklist, #extras ul.linklist {
	font-size:10px;
}
#leftside ul.linklist ul, #extras ul.linklist ul {
	font-size:10px;
	margin:0 0 20px;
}
#leftside ul.linklist ul li a, #extras ul.linklist ul li a {
	font-size:10px;;
	font-weight: lighter;
	text-decoration:none;
}
#leftside h2, #leftside ul.linklist li h2, #leftside h3, #extras h2, #extras ul.linklist li h2, #extras h3, table#wp-calendar caption {
	font-family: 'Heveltica',Heveltica, Arial, Sans-Serif;
	font-weight: lighter;
	font-size:10px;;
	text-transform: uppercase;
	color:#ffffff;
	background: url('img/greybox.jpg') no-repeat bottom center;
	padding-left: 5px;
	text-align:left;
	margin:0 0px 6px 0px;
}
#leftside label, #extras label {
	font-size:10px;;
	font-weight:lighter;
	display:none;
}


/* Main menu */
ul.page {
	list-style:none;
	margin:0 0 20px;
	width:140px;
}
ul.page li {
	display:inline;
	line-height:1.4em;
	width:140px;
}
ul.page li a {
background-color:;
	border-left:4px solid #cccccc;
	color:#505050;
	float:left;
	font-weight:normal;
	margin-bottom:5px;
	padding:5px 1px 5px 5px;
	text-decoration:none;
	width:130px;
}
ul.page li a:hover, ul.page li.current_page_item a {
	background-color:#eaeaea;
	border-left:4px solid #286ea0;
	color:#505050;
}
ul.page ul {
	font-size:0.9em;
	margin:0 0 0 15px;
	padding:0 0 5px;
	width:125px;
}
ul.page ul a {
	padding:3px 1px 3px 5px;
	width:115px;
	text-decoration:none;
}
ul.page ul ul {
	width:113px;
}
ul.page ul ul a {
	width:100px;
	text-decoration:none;
}
/* Content */
#content {
	/* background: url('img/press.jpg') no-repeat top left; */
	font-size:11px;
	line-height:1.6em;
	margin:0 204px 5px;
	border-left: thin solid #CCCCCC;
	border-right: thin solid #CCCCCC;
	padding: 0px 30px 0px 40px;
	width: 460px;
}
#content a img {
	/*width: 156px;
	height: 28px;
	border: 0px;
	margin:0 0 0px;*/
}

#contentwide {
	line-height:1.6em;
	margin:0 0 5px 150px;
	padding:0;
}
#content h2, #contentwide h2 {
	font-size:1.6em;
	margin:0 0 10px;
}
#content h3, #contentwide h3 {
	font-size:1.4em;
	margin:0 0 8px;
}
#content img, #contentwide img {
	border:0px solid #d0d0d0;
	float:left;
	margin:3px 10px 3px 0;
}
#content ul, #contentwide ul, #content ol, #contentwide ol {
	margin:0 0 16px 20px;
}
#content li, #contentwide li {
	padding:0 0 0 5px;
}
#content ul ul, #contentwide ul ul, #content ol ol, #contentwide ol ol {
	margin:0 0 0 16px;
}
/* Footer */
#footer {
	background: url('img/footer.jpg');
	font-size:0.9em;
	clear:both;
	color:#777;
	font-weight:normal;
	line-height:1.7em;
	margin: 0px 50px 30px 30;
	padding:20px 21px;
	text-align:center;
	width:900px;
}
#footer p {
	margin:0;
	padding:0;
}
#footer a {
	color:#777;
	font-weight:normal;
	text-decoration:none;
}
#footer a:hover {
	color:#555;
	text-decoration:none;
}
#footer strong a {
	font-weight:normal;
}
#footer span.credits {
	font-size:1.1em;
}
#superfooter 
{ 
	color:#eeeeee; 
	font-family: 'Arial', Arial, Arial, Sans-Serif;
	background-color:#333333;
	font-weight:lighter;
	font-size:10px;
	text-transform: uppercase;
	
	/*
	word-spacing: 10px;
	*/
}	

#superfooter a
{
	color:#eeeeee;
}

/* Subpage menu */
#subpages {
	border-bottom:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	float:right;
	font-weight:normal;
	line-height:1.3em;
	margin:-5px 0 8px 15px;
	padding:0 0 10px 10px;
	width:190px;
}
#subpages h2 {
	font-size:1.2em;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:1.3em;
	margin:0 0 12px;
}
#subpages ul.submenu {
	line-height:1.4em;
	list-style:none;
	margin:0;
}
#subpages ul.submenu li {
	display:inline;
	line-height:1.4em;
	width:180px;
	padding:0;
}
#subpages ul.submenu li a {
background-color:;
	border-left:4px solid #cccccc;
	color:#505050;
	float:left;
	font-weight:normal;
	margin-bottom:5px;
	padding:3px 1px 3px 5px;
	text-decoration:none;
	width:180px;
}
#subpages ul.submenu li ul {
	margin:0 0 5px 10px;
	width:170px;
}
#subpages ul.submenu li ul li a {
	width:170px;
}
#subpages ul.submenu li ul ul {
	margin:0 0 5px 10px;
	width:160px;
}
#subpages ul.submenu li ul ul li a {
	width:160px;
}
#subpages ul.submenu li ul ul ul {
	margin:0 0 5px 10px;
	width:150px;
}
#subpages ul.submenu li ul ul ul li a {
	width:150px;
}
#subpages ul.submenu li a:hover, #subpages ul.submenu li.current_page_item a {
	background-color:#eaeaea;
	border-left:4px solid #286ea0;
	color:#555;
}
#subpages ul.submenu li.current_page_item ul li a {
background-color:;
	border-left:4px solid #cccccc;
	color:#555;
}
/* Tags */
p, ul, ol {
	margin:0 0 0px;
	margin-bottom:10px;
}
blockquote {
	border-left:4px solid #e0e0e0;
	margin:20px;
	padding:8px 8px 8px 15px;
}
blockquote p {
	background-color:inherit;
	color:#505050;
	font-size:0.9em;
	line-height:1.3em;
}
label {
	background-color:inherit;
	color:#606060;
	font-size:0.9em;
	font-weight:normal;
}
table#wp-calendar {
	margin:0 0 20px;
	font-size:10px;
	width:140px;
}
code {
	font-size:1.2em;
	display:block;
	padding:5px 5px 5px 8px;
background-color:;
	margin:5px 0 15px 0;
	border-left:4px solid #cccccc;
}
/* Forms */
#s, #submit {
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#505050;
	font-size:0.9em;
	margin:0 0 16px;
	padding:4px;
	width:130px;
}
#author, #email, #url, #comment {
	border:1px solid #cccccc;
	font-family:Arial, Arial, Arial, Sans-Serif;
	font-size:10px;;
	margin:0;
	padding:4px;
}
#commentsection {
	margin:25px 0 0;
}
#commentsection p {
	margin:0 0 6px;
}
/* Float fix */
.contenttext {
	overflow:hidden;
}
* html .contenttext {
	height:1px;
	overflow:visible;
}
* html .contenttext p {
	overflow:hidden;
	width:99%;
}
/* WP image align classes */
img.centered {
	display:block;
	margin:0 0 2px 0px;
	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;
}
/* Various classes */
.left {
	border:1px solid #cccccc;
	float:left;
	margin:10px 15px 10px 0;
}
.right {
	border:1px solid #cccccc;
	float:right;
	margin:10px 0 5px 10px;
}
.center {
	border:1px solid #aaaaaa;
	margin:5px auto 12px;
	text-align:center;
}
.textright {
	text-align:right;
}
.small {
	font-family: 'Arial', Arial, Arial, Sans-Serif;
	font-size:0.8em;
}
.normal {
	font-family: 'Helvetica', Helvetica, Arial, Sans-Serif;
}
.hide {
	display:none;
}
.post {
	margin:0 0 25px;
}
.postinfo {
	background-color:#ffffff;
	color:#606060;
	font-size:0.9em;
	font-family: 'Helvetica', Helvetica, Arial, Sans-Serif;
	line-height:1.5em;
	margin:1px 0 0px;
	padding:0px 5px 8px 0px;
}
.comment {
	background-color:#f4f4f4;
	border-left:4px solid #cccccc;
	color:#606060;
	margin:0 0 10px;
	padding:8px 5px 0 8px;
}
.comment p {
	font-size:0.9em;
	line-height:1.3em;
	margin:0 0 6px;
	padding-bottom:5px;
}
.gravatarside {
	float:right;
	width:48px;
	height:48px;
	margin:0 5px 5px 5px;
}
.navigation {
	display:block;
	margin:10px 0 20px 0;
	padding:0;
	text-align:center;
}
.navigation p {
	margin:0;
	padding:0;
}
.prevlink {
	margin-right:20px;
}
.nextlink {
	margin-left:20px;
}

/* RSS Button */
#box-rss {
height: 30px;
	margin: 0 0 0px 0;
}

#box-rss a {
	display: block;
	height: 10px;
	/* padding: 5px 10 0 10px; */
	font-size:10px;
	font-family: 'Arial', Arial, Arial, Sans-Serif;
	font-weight:normal;
}
#box-rss a img {
	width: 16px;
	height: 16px;
	border: 0px;
	margin:0 0 3px;
	background-position: 0px 1px;
}


