/*  
Theme Name: Blue Sky High
Theme URI: http://localhost/wordpress
Description: This is my website theme.
Version: 1.0
Author: Brian Leopold
Author URI: http://localhost/wordpress
*/


/*/////////////////////// GENERAL ////////////////////////*/


#wrapper{
	height: 100%;
	margin: 0 auto 0 auto;
	width: 990px;
	text-align: left;	
}

#container.full { width:960px !important; }
body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}

body{
	width: auto;
	height: 100%;
	margin: 10px 0 0 0;
	font-family: �Arial�, �Verdana�, �Trebuchet MS�, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000;
	vertical-align: top;
	background: url("images/background.png") no-repeat fixed;
	background-position: top center;
    background-size: cover !important;
    background-position-x: -1px !important;
	background-overflow: hidden;
}


/*/////////////////////// HEADER ////////////////////////*/

.logo{
	height: 100%;
	position: relative;
	background-position: auto;
	/*background-color: #007733;
	background-overflow: hidden;
	-moz-box-shadow: 5px 5px rgba(0,0,0,0.45);
	-webkit-box-shadow: 5px 5px rgba(0,0,0,0.45);
	box-shadow: 5px 5px rgba(0,0,0,0.45);*/
}



img{
	border-style: none;
	margin: 0px;
}

#navmenu ul li a{
	text-decoration:none; 
	margin: 0;
	padding: 0; 
	font-family: "Arial", "Verdana", "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #fff; 
}

#navmenu ul li a:hover{
	color: #fff;
	text-decoration:underline; 
}

#navmenu ul{
	list-style-type: none;
	margin: 0; 
	padding: 0;
}

#navmenu li a{
	text-indent: -9000px;
}

#navmenu{
	width: 100%;
	padding: 10px 0 10px 0;
	list-style-type: none;
	float: left;
	display: block;
}


#navmenu li{
	float: left;
}

.ie #navmenu li{
	float: left;
}

#navmenu a{
	display: block;
	background: url("images/topnav.png") no-repeat;
	height: 31px; 
	text-indent: -9000px;
}

#navmenu a#nav-blog {
	background-position: -270px 0px;
	width: 340px;
}

body#photo a#nav-blog, #navmenu a#nav-blog:hover {
	background-position: -270px -31px;
	width: 340px;
}

#navmenu a#nav-photo {
	background-position: 0px 0px; 
	width: 260px;
}

body#blog a#nav-photo, #navmenu a#nav-photo:hover {
	background-position: 0px -31px;
	width: 260px;
}

#navmenu a#nav-bucket {
	background-position: -600px 0px; 
	width: 200px;
}

body#bucket a#nav-bucket, #navmenu a#nav-bucket:hover {
	background-position: -600px -31px;
	width: 200px;
}

#navmenu a#nav-about {
	background-position: -800px 0px; 
	width: 190px;
}

body#about a#nav-about, #navmenu a#nav-about:hover {
	background-position: -800px -31px;
	width: 190px;
}



/*/////////////////////////////////CONTAINER/////////////////*/

#container{
	float: right;
	width: 720px;
	height: 100%;
	position: relative;
	background-color: #ffffff;
	background-position: auto;
	background-overflow: hidden;
	padding: 15px;
	margin: 0px;
	font-size: 14px;
	-moz-box-shadow: 5px 5px rgba(0,0,0,0.45);
	-webkit-box-shadow: 5px 5px rgba(0,0,0,0.45);
	box-shadow: 5px 5px rgba(0,0,0,0.45);
}


* html #container{
	height: 100%;
	margin: 0;
}

#container img{
	padding: 5px;
}


#container_about{
	float: left;
	width: 950px;
	height: 100%;
	background-color: #ffffff;
	background-position: auto;
	background-overflow: hidden;
	padding: 20px;
	margin: 0;
	line-height: 24px;
}

#container_bucket{
	float: left;
	width: 950px;
	height: 100%;
	vertical-align: center;
	background: url("images/world_map.png") no-repeat fixed;
	background-position: center;
	background-overflow: hidden;
	background-color: #ffffff;
	padding: 20px;
	margin: 0;
	line-height: 24px;
}

.date{
	text-align:right;
	padding: 0 10px 10px 0;
}

content{
	width: 690px;
	height: 100%;
	float: center;
	margin: 0;
}

.post_home{
	padding: 30px 0 0 0;
	position: top center;
}

.post{
	padding: 10px 0 5px 0;
	color: #000;
}

.post h2, .post h2 a, .post h2 a:link{
	color: #000;
	text-decoration: none;
	padding: 0 0 10px 0;
	text-align:center;
	font-size:24px;
}

.post h2 a:hover{
	text-decoration: underline;
	padding: 0 0 10px 0;
}

.entry{
	line-height: 24px;
}

p.postmetadata{
	padding: 0 0 10px 0;
	margin: 10px 0 20px 0;
	font-size: 12px;
}

.facebook{	
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000;
}



/*/////////////////////// POST NAV ////////////////////////*/

.navigation{
	padding: 5px 0 20px 0;
	font-size: 16px;
	text-align: center;
	line-height: 18px;
	color: #000;
}

.navigation a, .navigation a:link, .navigation a:visited{
	padding: 5px 0 5px 0;
	font-size: 16px;
	text-align: center;
	line-height: 18px;
	color: #000;
	text-decoration: underline;
}

.navigation a:hover{
	text-decoration:underline;
}

.align-left{
	padding: 0 0 10px 0;
}


.wp-pagenavi {
	clear: both;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, {
	padding: 0 0 10px 0;
	text-decoration: underline;
}

.wp-pagenavi span.current {
	font-size: 20px;
	padding: 0 0 10px 0;
	color: #000;
}


/*/////////////////////// SIDEBAR ////////////////////////*/

.sidebar {
    float: left;
    width: 190px;
    height: 100%;
    margin: 0px;
    padding: 20px;
    box-shadow: 5px 5px rgba(0,0,0,0.45);
    background: #fff;
}
#search{
	float: left;
	padding: 0;
}

.sidebar ul, .sidebar li{
	list-style-type: none;
	margin: 0;
	padding: 5px 0 5px 5px;
}

.sidebar ul li{
	list-style-type: none;
	padding: 5px 0 5px 5px;
}

.sidebar ul li h2, .sidebar ul li h2 a:link{
	color: #000;
	font-family: "Arial", "Verdana", "Trebuchet MS", sans-serif;
	font-size: 16px;
	/*font-weight: bold;*/
	border-bottom: 1px solid #fff;
}


.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
	font-size: 14px;
}

.sidebar a:link, .sidebar a:visited{
	color: #000;
	text-decoration: none;
}

.sidebar a:hover, .sidebar a:active{
	color: #333;
	text-decoration: underline;
}



/*/////////////////////// FOOTER ////////////////////////*/

#footer, #push{
	clear: both;
	float: inherit;
	position: relative;
	height: 100%;
	padding: 0 0 20px 0;
	margin: 0;
}

#footer_icons{	
	text-align: center;
	padding: 10px 0 10px 0;
}

#footer_icons img{
	padding: 0 0 0 15px;
}


#footer p{
	text-align: center;
	line-height: 18px;
	color: #FFFFFF;
	padding: 0;
}

#footer a:link, #footer a:visited{
	text-decoration: none;
	line-height: 18px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
}

#footer a:hover{
	line-height: 18px;
	color: #B82619;
	padding: 0;
}

#footer a:active{
	color: #B82619;
	padding: 0;
	font-weight: bold;
}



/*///////////////////////TYPEOGRAPHY////////////////////////*/

p{
	padding: 0 0 0 0;
}

a:link, a:visited{
	color: #B82619;
	text-decoration: none;
}

a:active, a:hover{
	color: #000;
	text-decoration: underline;
}


h1{
	font-family: �Garamond�, �Times New Roman�, serif;
	font-size: 36px;
	padding: 0 0 10px 0;
	color: #000;
	text-decoration: none;
}


h2, h2 a:link, {
	text-align:center;
	color: #000;
	text-decoration: none;
	font-size: 136px;
}


h2 a:hover, h2 a:active{
	color: #000;
	text-decoration: none;
}


h3{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	color: #B82619;
}

h4{
	font-size: 10px;
	font-weight: normal;
}

h5{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 20px 0;
	color: #B82619;
	text-align: center;
}


/*///////////////////////COMMENTS////////////////////////*/

.comments-template{
margin: 30px 0 0;
padding: 0px 0 0;
border-top: 0px solid #ccc;
}

.comments-template ol{
margin: 0px 0 0;
padding: 0px 0 0;
list-style: none;
line-height: 12px;
}

.comments-template ol li{
margin: 10px 0 0px;
padding: 0px 0 10px;
border-bottom: 1px dashed #ccc;
}

.comments-template h3, .comments-template h2{
padding: 0px 0 0;
}

.commentmetadata{
margin: 20px 0 0;
padding: 0px 0 0;
}


/*///////////////////////WINE REVIEWS TABLE////////////////////////*/


#Wine_reviews{
	font-family: "Arial", "Verdana", "Trebuchet MS", san-serif;
	width:100%;
	border-collapse:collapse;
}

#Wine_reviews td, #Wine_reviews th{
	font-size:1em;
	border:1px solid #98bf21;
	padding:3px 7px 2px 7px;
}

#Wine_reviews th{
	font-size:1.1em;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#A7C942;
	color:#ffffff;
}

#Wine_reviews tr.alt td{
	color:#000000;
	background-color:#EAF2D3;
}