/*
Theme Name: Amantina
Theme URI: http://www.vivathemes.com
Description: Professional WordPress theme
Author: Viva Themes
Author URI: http://www.vivathemes.com
version: 1.0
Tags: two-column, widget-ready, business, tourism
*/

*{margin:0; padding:0;}

body {
	background: url(images/bg.jpg) repeat-y scroll top center;
	color: #333;
	line-height: 165%;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 12px;
	margin:0;
}
	
h1 {
	font-size: 26px;
	color: #333;
	margin-top: 20px;
	text-transform: none;
	font-weight: normal;
	line-height: 28px;
}

h2 {
	color: #333;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: normal;
	font-size: 22px;
	line-height: 22px;
}

h3 {
	color: #333;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
}

h4 {
	color: #333;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
}

h5 {
	color: #333;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
}


p { margin-top: 6px; }

img { 
	border: none; padding:0; 
}

img a {
	border:none;
}

img.left { 
	float: left; border: none; padding: 6px 0 0 0; 
}

img.right { 
	float: right; border: none; padding: 0 0 0 6px; 
	}

blockquote {
	border-left:1px solid #ccc;
	margin:15px;
	padding:0 12px 0 12px;
	font-style: italic;
}

code{
	font-family:"Courier New", Courier, monospace;
}


/* links */

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* container */

#container {
	width: 850px;
	clear: both;
	margin: 0 auto;
	padding:0;
}
	
/* header */

#header {
  	width: 100%; 
  	float: left;
	clear: left;
	height: 80px;
	background: #272727 url(images/topline.png) repeat-x top;
}

#top {
	width: 850px;
	margin: 0 auto;
}

#logo {	
	width: 250px;
	float: left;
	height: 45px;
	margin-top: 27px;
}

#logo a {
	color: #272727;
}

#logo a.site-title {
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
	display: block;
	margin-top: 0;
}

#site-description {
	font-style: italic;
	color: #66ccff;
}

/* search */

#searchform {
	padding:0;
	margin-top: 33px;
	width: 150px;
	height: 22px;
	float: right;
	margin-left: 20px;
}

#searchform input#s {
	color: #999;
	width: 145px;
	border: none;
	font-size: 10px;
	padding-left: 5px;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-style: italic;
}

#searchform input#searchsubmit {
	display: none;
}

#header h2 {
	display: none;
}

/* content */

#wrapper {
	width: 850px;
	margin-top: 30px;
	float: left;
	clear: left;
	padding-bottom: 30px;
}

#left {
	width: 220px;
	float: left;
}

#contentwrapper {
	width: 600px;
	float: right;
	padding: 0;
	margin-top: 10px;
}

#content {
	float:left;
	width: 570px;
	background: #F7DC9F;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 2px 2px #333;
  	-webkit-box-shadow: 0px 2px 2px #333;
  	box-shadow: 0px 2px 2px #333;
	padding: 15px;
}

.attachment-mainthumb {
	float: right;
	margin-left: 20px;
	margin-top: 25px;
	padding: 8px;
	background: #eaeaea;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.post {
	margin:0;
	padding:0;
	padding-bottom: 40px;
	clear: left;
	float: left;
	width: 100%;
}

.entry {
}

h1.entry-title,
h2.entry-title {
	padding: 0;
	line-height: 24px;
	margin: 0;
}

h1.entry-title,	
h2.entry-title a {
	color: #333;
	padding:0;
	text-transform: none;
	font-weight: normal;
	font-size: 22px;
	line-height: 24px;
	text-decoration: none;
	margin-bottom: 10px;
}

h2.entry-title a:hover {
	text-decoration: none;
}

h2.pagetitle {
	display: none;
}

.post ul {}

.post li {
	margin-left: 15px;
}

.entry p {
	margin:8px 0;
}

a.more-link {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	text-decoration: underline;
	font-style: italic;
}

a.more-link:hover {
	text-decoration: none;
}

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}
	
.alignleft a {
	float:left; 
	margin:25px 0;
}

.alignright a {
	float:right;
	margin:25px 0;
}

ol {
	margin: 10px;
}

ul {
	margin: 5px;
}

/* Front Widgets*/

#frontwidget {
	width: 100%;
	float: left;
	clear: left;
	margin-bottom: 20px;
}

#frontwidget .widgets {
	padding: 15px;
	margin-top: 20px;
	float: left;
	clear: left;
	width: 570px;
	background: url(images/transbg.png) transparent;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
}

#frontwidget h2 {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
}

#frontwidget img.alignright {
	border: solid 5px #fff;
	margin-top: -25px;
	padding: 0;
}

#frontwidget ul li a {
	color: #fff;
}

/* Left Sidebar*/

#leftbar {
	width: 200px;
	float: left;
	padding:0;
	background: #F7DC9F;
	margin-top: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#leftbar .widgets {
	margin: 0;
	padding: 15px;
	padding-top: 0;
	padding-bottom: 12px;
	float: left;
	clear: left;
	width: 170px;
}

#leftbar h2 {
	margin: 0;
	color: #99cc66;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 18px;
	line-height: 120%;
	text-transform: lowercase;
	font-weight: normal;
}

#leftbar ul {
	margin: 0;
}

#leftbar ul li {
	line-height: 25px;
	list-style: none;
	background: url(images/leftarrow.png) no-repeat right top;
	margin-top: 1px;
}

#leftbar ul li ul li {
	border: none;
	list-style: none;
	margin-left: 0;
	margin-top: 2px;
	float: left;
	clear: left;
	width: 100%;
}

#leftbar ul li a {
	color: #333;
	border: none;
	text-decoration: none;
	margin-left: 0;
}

#leftbar a {
	text-decoration: underline;
	color: #333;
}
	
#leftbar a:hover {
	border: none;
	text-decoration: none;
}

#leftbar ul li a:hover {
	text-decoration: underline;
}

/* comments */


#commentform {
	margin:0;
	padding:0;
}
	
#commentform p {
	color: #666;
}
	
#commentform a { 
	color: #000; 
	text-decoration: none; 
	line-height: 14pt;
}
	
#commentform h3 {
	font-size: 10pt;
	font-weight: normal;
	color: #333;
	margin:0;
	padding:0;
}
	
#comment {
	width:80%;
	padding: 5px;
}

#author, #email, #url, #comment, #submit {
	font-size: 11px;
	margin: 5px 5px 0 0;
	border: none;
	background: #eaeaea;
	color: #666;
	padding-left: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#author, #email, #url {
	height:16px;
	padding-top:5px;
	padding-bottom: 5px;
}
	
#submit {
	margin:5px 5px 0 0; 
	cursor:pointer;
	color: #666;
	padding: 4px 7px;
	background: none;
	background: #eaeaea;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#comments {
	margin:0; 
	padding:0;
}

#respond h3,
h3#comments {
	color: #99cc66;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 18px;
	line-height: 120%;
	text-transform: lowercase;
	font-weight: normal;
}	


.reply a.comment-reply-link {
	background: #fff;
	font-size: 11px;
	border: none;
	padding:0;
	color: #666;
	padding: 4px 7px;
	background: #eaeaea;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.reply a.comment-reply-link:hover,
#submit:hover {
	background: #ccc;
}

ol.commentlist { 
	list-style-type: none; 
	margin:0; 
	padding:0; 
	float:left;
	margin-top: 15px;
	margin-left: 5px;
}

.avatar {
	float:left; 
	margin:0 12px 0 0;
}

ol.commentlist li {
	border: solid 1px #eaeaea;
	margin: 0;
	padding: 20px;
	list-style-type:none;
	float: left;
    width: 500px;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

ol.commentlist ul li {
    border: none;
    padding: 20px;
	width: 440px;
	padding-bottom: 0;
	padding-right: 0;
}

ol.commentlist li.alt {
	
}

ol.commentlist li p {
	margin: 6px 0 6px 0; 
	padding: 0 12px 0 0; 
	line-height: 14pt;
}

ol.commentlist a {
	color:#000;
	text-decoration: none;
}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a {
	color: #000; 
	text-decoration: none; 
	border-bottom: 1px solid #ccc;
}

/* misc */

img.aligncenter {
	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;
	padding-left: 2px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.alignleft a {
	margin: 5px;
}
	
.wp-caption {
   	border: 1px solid #ddd;
   	text-align: center;
   	background-color: #f3f3f3;
   	margin: 0 10px 10px 0;
}

.wp-caption img a{
   	margin: 0;
   	padding: 0;
   	border: 0 none;
	margin: 0 auto;
}

p.wp-caption-text {
   	font-size: 11px;
   	line-height: 17px;
   	padding: 0 4px 5px;
   	margin: 0;
}

p { margin-top: 6px; }

#archivelist {
	float:left;
	margin-right: 0;
	
}

#archivelist ul li {
	list-style: none;
	line-height: 35px;
}

#archivelist ul {
	height: auto;
	margin-bottom: 30px;
}

#archivelist ul li a {
	color: #666;
	text-transform: uppercase;
}

#archivelist ul li a:hover {
	text-decoration: none;
}


/* footer */

#footer {
	width: 570px;
	margin-top: 20px;
	padding: 15px;
	float: right;
	clear: both;
	font-size: 11px;
	color: #666;
	background: url(images/transbg.png) transparent;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#footer a {
	color: #666;
}