/* @override 
	http://destilaria.tv/conteudo/wp-content/themes/destilaria-novo/style.css
	http://localhost:8888/destilaria/wp-content/themes/destilaria-novo/style.css
*/

/*
	RESET & BASIC SETUP
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	background: #F0F0F0;
	color: #999;
	display: block;
}

#img_header {
	background: url(images/destilaria.gif) no-repeat fixed 30px 20px;
	display: inline-block;
	height: 100px;
	width: 100%;
	clear: none;
	float: none;
}
#header {
	position: fixed;
	width: 100%;

}

#navmenu {
	display: inline-block;
	float: none;
	width: 100%;
	text-align: right;
	clear: none;
	position: absolute;
}

#navmenu li{
	color: #ccc;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-size: 1.8em;
	display: inline;
	padding-right: 20px;
}

h3 {
		color: #ccc;
	font-size: 1.5em;
}

#navmenu li a {
	color: #ccc;
	text-decoration: none;
}

#navmenu li a:hover {
	color: purple;
}

#submenu {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#submenu a {
	display: inline;
	text-transform: lowercase;
	white-space: nowrap;
	color: #a0a0a0;
	text-decoration: none;
	font-size: 1.2em;
	padding-right: 5px;
}

#submenu a:hover {
	color: purple;
}

#submenu a.tag-selected{
	font-weight: bold;
}

.current-cat {
	font-weight: bold;
}

.current_page_item {
	font-weight: bold;
}

#content {
	text-align: right;
	display: block;
	position: absolute;
	top: 120px;
	min-width: 100%;
	margin-top: 5%;
	margin-bottom: 5%;

}

contatoForm{
	clear: both;
	display: block;
}

table{
	text-align: right;
	display: block;
	float: right;
}

#document {
  height: 100%;
}

td {
	padding-right:10px;
	padding-left:15px;
	vertical-align: top;
}


div.right_align {
	float: right;
	display: block;
}

form{
	display: inline;
}

#content div.page {
	text-align: right;
	padding-right: 20px;
	display: block;
	width: 400px;
	position: relative;
	float: right;
}



#navmenu li{
	display: inline;
	text-transform: lowercase;
	white-space: nowrap;
}

#footer {
	position: fixed;
	width: 100%;
	text-align: left;
	background: #F0F0F0;
	vertical-align: baseline;
	display: block;
	bottom: 10px;
	text-indent: 20px;
}


/* blip */

.blip_credit {
	display: none;
}

.blip_formats {
	display: none;
	color: #fff;
}

.blip_formats b {
	display: none;
}

.blip_formats a {
	color: #ccc;
	margin-left: -1px;
	text-transform: lowercase;
}
.blip_formats a:hover{
	color: #fff;
	margin-left: -1px;
	
}

/* p */

input, textarea {
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	font-size: x-small;
	color: #000;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	width: 300px;
}


input[type="submit"]{
	padding: 5px;
	margin-top: 10px;
		width: 100px;
	float: right;
}


img {
	padding-bottom: 20px;
}

div.blip_description {
	padding-top: 20px;
}

div.page p {
	font-size: 8pt;
	margin: 0 0 15px 0;
}

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 4.0em;
	letter-spacing: -1px;
	color: #ccc;
}

h2 {
	font-family: Helvetica, sans-serif;
	font-size: 3.0em;
	letter-spacing: -1px;
	color: #ccc;
}

strong{
	color: #535353;
	font-weight: bold;
}

p a {
	
	font-weight: bold;
	color: #535353;
	text-transform: lowercase;
	font-size: 1em;
	text-decoration: none;
}

div.twitter_content a {
	
	font-weight: bold;
	color: #535353;
	text-transform: lowercase;
	font-size: 0.8em;
	text-decoration: none;
	clear: right;
	display: block;
}

div.twitter_content a:hover {
	
	color: purple;

}

a:hover {
	color: purple;
}



div.twitter_post div.date {
	font-size: xx-small;
	font-weight: bold;
}

div.twitter_content {
	font-size: small;
}

h4,h4 a{
	color: #616161;
	text-decoration: none;
	padding-bottom: 10px;
	font-size: medium;
}

div.twitter_post {
	display: block;
	margin-bottom: 15px;
}