/*   
Theme Name: Planeta Vino
Theme URI: www.planetavino.net
Description: A custom theme for planetavino.net
Author: Miloš Krsmanovic & Andrew Cordery
*/


#custom-doc { 
	width:61.38em;*width:59.91em;min-width:798px; margin:auto; text-align:left;
}

/* Begin Typography & Colors */
body {
	background-color: #79011F; 
	background-image: url(images/background.png); 
	background-repeat: repeat-x; 
	background-attachment: fixed; 
	font-family:verdana;
	color:black;
}
#hd{
	margin:3em 0px 0px 0px;
	
}
#headerImagesOuter{
	position:relative;
	width:798px;
	height:175px;
}
#headerImg{
	position:absolute;
	top:0px;
	right:0px;
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	width:597px;
	height:175px;
}

#headerImg .description {
	position:absolute;
	font-size: 153.9%;
	font-family:georgia;
	right:10px;
	bottom:10px;
	text-align: center;
	color:#7f0020;
}


#bd{
	background-image: url(images/main-bg.png); 
	background-repeat: repeat-y; 
	border-left:1px solid #f3f0e2;
	border-right:1px solid #f3f0e2;
	
}

#ft {
	background-image: url(images/main-bg.png); 
	background-repeat: repeat-y; 
	text-align:center;
	border-left:1px solid #f3f0e2;
	border-right:1px solid #f3f0e2;
}
.innerBox{
padding:20px 15px 20px 15px;
}
#ft hr{
margin:0px;
color: #7f0020;
background-color: transparent;
border-top: 1px solid #7f0020;
border-left:0px;
border-right:0px;
border-bottom: 1px solid #7f0020;
height:1px;
}

#yui-main{
margin:0px;
}
#yui-b{
margin:0px;
}
#yui-g{
margin:0px;
padding-top:20px;
}




#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: verdana;
	font-size: 77%;
	line-height: 150%;
	}

h1, h2, h3, h4 {
	font-family: georgia;
	margin:0px;
	padding-bottom:10px;
	color: #7f0020;
	}
	
	h4{
	padding-bottom:10px;
}

h1 {
	font-size: 167%;
	text-align: center;
	}


h2 {
	font-size: 153.9%;
	}

h2.pagetitle {
	font-size: 153.9%;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 138.5%;
	}

h3 {
	font-size: 123.1%;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #7f0020;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #7f0020;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h4{
	font-size:116%;
	font-weight:bold;
}

ul {
padding-left:2em;
}

li {
list-style:disc;
padding:.2em;
}
.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	padding-top:10px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #7f0020;
	text-decoration: none;
	}

a, a:hover {
	color: #7f0020;
	text-decoration: underline;
	}

#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 */


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0px;
	padding:0px;
	text-align: justify;
	width:523px;
	}


.postmetadata {
	clear: left;
}

/* End Structure */




/* 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 Form Elements */
#searchform {
position:relative;
height:20px;
width:100%;
padding-bottom:15px;
	}

#searchform #s {

	width: 140px;
	font-size:93%;
	margin:0px;
	padding:0px;
	
}
#sidebar #searchform #s{
	position:absolute;
	top:3px;
	left:3px;
}

#searchsubmit {

	margin:0;
	padding:0;
	background-color:transparent;
	border:0;
	height:25px;
	width:30px;
	}
	
#sidebar #searchsubmit{
position:absolute;
top:0px;
right:0px;
}

.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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



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

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

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

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

#commentform p {
	margin: 5px 0;
	}

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

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



/* Begin Sidebar */
#sidebar
{
	
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

#contactUs {
	background-image:url(images/contact-us.gif);
	background-repeat:no-repeat;
	height:248px;
	width:184px;
	padding:10px 10px 10px 20px;
}

#contactInfo{
padding-top:20px;
}
#contactInfo .indent {
line-height:100%;
font-size:85%;
}
.indent  {
padding-left:5px;
padding-bottom:10px;
}
span.miniHeader{
    font-size:120%;
	color:#7f0020;
	font-family:Georgia;
	padding-top:20px;
}

/* 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;
	}

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


.page_item {
padding-left:20px;

}

div.contentBox{
background-image:url(images/content-box-bg.png);
background-repeat:repeat-y;
margin:0px;
padding:5px 20px 20px 20px;
width:563px;
min-height:100%;
overflow:auto;
}
div.contentBox img {
border:1px solid #7f0020;
padding:5px;
background-color:white;
margin:1em;
}
div.contentBoxBottom {
background-image:url(images/content-box-bottom.png);
background-repeat:no-repeat;
margin:0px;
padding:0px;
width:563px;
height:6px;
margin-bottom:15px;
}

div.contentBoxTop{
background-image:url(images/content-box-top.png);
background-repeat:no-repeat;
margin:0px;
padding:0px;
width:563px;
height:5px;
}

p{
padding-bottom:15px;

line-height:150%;

}

strong{
font-weight:bold;
}

div.welcomeBoxContainer{

}
div.welcomebox {
width:50%;
float:left;
height:300px;
}
div.welcomebox p{
font-size:85%;
padding:0px;
padding-top:5px;
width:269px;
}
div.welcomebox h4{
padding:0px;
padding-top:10px;
margin:0px;
}

div.welcomebox hr{
width:269px;
text-align:left;
padding:0px;
margin:0px;
height:0px;
border:0px;
background-color:transparent;
border-top:1px solid #7f0020;
}
.akst_share_link {
margin-top:2em;
}
