/*
Theme Name: Nautilius
Theme URI: http://www.vivathemes.com
Description: Premium Minimalistic Theme for business, portfolios and more.
Author: Viva Themes
Author URI: http://www.vivathemes.com
version: 1.0
Tags: two-column, widget-ready, business, portfolio
*/

*{margin:0; padding:0;}

html, body {
	background: #6c9238 url(images/bg_green.png) top left repeat-x;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 13px;
	line-height: 137%;
	margin:0;
	padding:0;
	color: #000;
}

body {
	overflow-y: scroll;
}
	
h1 {
	font-size: 26px; 
	color: #000;
	font-weight: normal;
	text-transform: none;
	font-family: arial, helvetica, sans-serif;
	line-height: 120%;
}

h2, h2 a {
	color: #000;
	font-size: 24px;
	margin-bottom: 8px;
	font-weight: normal;
	margin-top: 0;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}

h3, h3 a {
	color: #000;
	font-size: 24px;
	margin-bottom: 8px;
	font-weight: normal;
	margin-top: 0;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}

h4 {
	font-size: 14px; 
	font-weight: normal;
	color: #000;
	text-transform: none;
	font-family: arial, helvetica, sans-serif;
	line-height: 120%;
}

h2.pagetitle { 
	display:none; 
}

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 { 
	padding: 5px;
	padding-left: 10px;
	margin: 15px 0;
	color: #666;
	font-size: 12px;
	line-height: 135%;
	font-style: italic;
	border-left: solid 1px #666;
}

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

/* diverse uthevet */

.curved {
	background-image: -moz-linear-gradient(top, #d3d8f0, #edf0fe); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #edf0fe),color-stop(1, #d3d8f0)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d3d8f0', endColorstr='#edf0fe'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d3d8f0', endColorstr='#edf0fe')"; /* IE8 */
	margin: 15px auto 15px auto;
	padding: 20px;
	border: 1px solid #bdc4e4;
	color: #828cbb;
 	text-shadow: #f8f9ff 0px 1px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.curved h1 {
	color: #828cbb;
}

.curved a {
	color: #828cbb;
}


/* links */

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

a:hover {
	text-decoration: none;
}

strong, b {
	font-weight: bold;
}

/* container */


#container {
	width: 850px;
	margin: 0 auto;
	margin-top: 0;
}
	
/* header */

#header {
  	width: 810px;
	float: left;
	padding: 20px 0 20px 20px;
	background: #;
}

#logo {	
	width:150px;
	float:left;
	height: 105px;
	margin-top: 0;
}

#logo a {
	color: #000;
}

#logo h1 {
	margin-top: 3px;
	padding-top: 15px;
}

#logo h1 a {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

/* Main Area */

#wrapper {
	width: 810px;
	float: left;
	clear: left;
	margin: 0;
	padding: 20px;
	background: #e9f3da;
	padding-top: 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/* front page widgets */

#frontwidgets {
	width: 810px;
	float: left;
	margin-top: 30px;
	border-top: solid 1px #ccddb1;
	padding: 0;
}

#frontleft {
	width: 240px;
	float: left;
}

#frontleft .widgets {
	margin-left: 5px;
	margin-bottom: 20px;
}

#frontleft h2 {
	width: 245px;
	line-height: 33px;
	border-bottom: solid 1px #ccddb1;
	margin-left: -5px;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #385511;
	background: url(images/frontleftbg.png) no-repeat left;
}

#frontmid {
	width: 240px;
	float: left;
	margin-left: 30px;
}

#frontmid .widgets {
	margin-left: 5px;
	margin-bottom: 20px;
}

#frontmid h2 {
	width: 245px;
	line-height: 33px;
	border-bottom: solid 1px #ccddb1;
	margin-left: -5px;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #385511;
	background: url(images/frontmidbg.png) no-repeat left;
}

#frontright {
	width: 240px;
	float: left;
	margin-left: 30px;
}

#frontright .widgets {
	margin-left: 5px;
	margin-bottom: 20px;
}

#frontright h2 {
	width: 245px;
	line-height: 33px;
	border-bottom: solid 1px #ccddb1;
	margin-left: -5px;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #385511;
	background: url(images/frontrightbg.png) no-repeat left;
}

#frontright ul li {
	list-style: none;
	float: left;
	clear: left;
	line-height: 20px;
	padding-left: 8px;
	background: url(images/altrightlibg.png) no-repeat left;
}

#content {
	float:left;
	width:550px;
}

#content2 {
	float: left;
	width: 805px;
}

#content2 .entry {
	width: 805px;
}

.post {
	clear:left;
	overflow: hidden;
	margin: 0;
	margin-bottom: 20px;
}

.post h2 a {
	margin: 0;
	line-height: 100%;
}

.post h2,
.post h3 {
	color: #f88c22;
	margin:0;
	padding: 0;
	line-height: 33px;
	margin-top: 5px;
	border-top: solid 1px #ccddb1;
	border-bottom: solid 1px #ccddb1;
	padding-left: 5px;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

.post h3 {
	color: #385511;
}
	
.post h3 a {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	line-height: 33px;
	
}

.post h3 a:hover {
	text-decoration: none;
}
	
.post h2 a:hover{
	text-decoration: none;
	color: #cc3333;
}

.post img.alignright,
.post img.alignleft  {
}

.post ul {}

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

.entry {
	width: 500px;
	padding-left: 5px;
}


/* portfolio category */

.portfoliocategory {
	padding-top: 10px;
	border-top: solid 1px #ccddb1;
	margin-top: 5px;
}

.portfoliocategory .post {
	background: url(images/portpostbg.png) no-repeat right bottom;
	width: 505px;
	padding-bottom: 20px;
	margin-bottom: 5px;
}

.portfoliocategory .entry {
	padding: 0;
	margin-top: 5px;
	border: solid 1px #999;
}

.portfoliocategory h3 {
	border: none;
	height: 30px;
	line-height: 30px;
	background: url(images/transparent.png);
	margin-top: -30px;
	z-index: 1;
	position: relative;
	font-weight: normal;
	width: 495px;
}

.pthumb {
	position: relative;
	z-index: 0;
	height: 150px;
	overflow: hidden;
}

.portfoliocategory h3 a {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}

.entry p {
	margin:7px 0;
}

.portfolio #audata {
	display: none;
}

.portfolio #rightbar {
	display: none;
}

.portfolio #content {
	width: 100%;
}

.portfolio .entry {
	width: 800px;
}

.lenker #audata,
.lenker #audata {
	display: none;
}

.lenker #rightbar {
	display: none;
}

.lenker #content {
	width: 100%;
}

.lenker .entry {
	width: 800px;
}

.portimage {
	width: 800px;
	margin-top: 10px;
	overflow: hidden;
}

.thumby {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

#audata {
	width: 500px;
	margin-left: 5px;
	float: left;
	clear: left;
	margin-bottom: 6px;
	margin-top: 7px;
	color: #999;
	font-size: 11px;
	height: 15px;
}

#audata a {
	color: #999;
	text-decoration: none;
	font-size: 11px;
}

#auticon {
	float: left;
	padding-left: 15px;
	background: url(images/authoricon.png) no-repeat left top;
}

#calicon {
	float: left;
	padding-left: 18px;
	background: url(images/calicon.png) no-repeat left top;
	margin-left: 10px;
}

#commicon {
	float: left;
	padding-left: 20px;
	background: url(images/commenticon.png) no-repeat left top;
	margin-left: 10px;
}

a.more-link {
	border-top: 1px solid #f9e5d2;
   	background: #f88c22;
   	background: -webkit-gradient(linear, left top, left bottom, from(#fca249), to(#f88c22));
   	background: -moz-linear-gradient(top, #fca249, #f88c22);
   	padding: 3px 8px;
   	-webkit-border-radius: 4px;
   	-moz-border-radius: 4px;
   	border-radius: 4px;
   	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   	box-shadow: rgba(0,0,0,1) 0 1px 0;
   	text-shadow: rgba(0,0,0,.4) 0 1px 0;
   	color: white;
   	font-size: 12px;
   	text-decoration: none;
   	vertical-align: middle;
}
	

a.more-link:hover {
	border-top-color: #de7e1f;
   	background: #de7e1f;
}

a.more-link:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

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

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

/* right sidebar */

#rightbar #recent-posts-4 {
	background-image: -moz-linear-gradient(top, #d9e7c3, #ccddb1); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ccddb1),color-stop(1, #d9e7c3)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d9e7c3', endColorstr='#ccddb1'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d9e7c3', endColorstr='#ccddb1')"; /* IE8 */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#rightbar #recent-posts-4 h2 {
	color: #6c9238;	
 	text-shadow: #f8f9ff 0px 1px 0;
	margin-left: 10px;
	padding-left: 18px;
	border-bottom: solid 0px #ccddb1;
	background: url(images/altrightbg.png) no-repeat left;
}

#rightbar #recent-posts-4 ul {
	padding: 0 0 0 10px;
}

#rightbar #recent-posts-4 ul li {
	background: url(images/altrightlibg.png) no-repeat left;
}

#rightbar #mailpress-3 {
	background-image: -moz-linear-gradient(top, #d9e7c3, #ccddb1); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ccddb1),color-stop(1, #d9e7c3)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d9e7c3', endColorstr='#ccddb1'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d9e7c3', endColorstr='#ccddb1')"; /* IE8 */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #ccddb1;
	width: 248px;
}

#rightbar #mailpress-3 h2 {
	color: #6c9238;	
 	text-shadow: #f8f9ff 0px 1px 0;
	margin-left: 10px;
	padding-left: 18px;
	border-bottom: solid 0px #ccddb1;
	background: url(images/altrightbg.png) no-repeat left;
}

#rightbar #mailpress-3 form {
	padding: 0 0 0 10px;
}

#rightbar #mailpress-3 ul li {
	background: url(images/altrightlibg.png) no-repeat left;
}

#rightbar #mailpress-3 input {
	margin-bottom: 4px;
}

#rightbar #mailpress-3 submit {
	padding: 4px 7px;
}

#rightbar {
	width:260px;
	float: left;
	margin: 0;
	padding: 0;
	border-top: solid 1px #ccddb1;
	margin-top: 5px;
}

#rightbar .widgets {
	display: block;
	padding-top: 0;
	margin-bottom: 10px;
	float: right;
	width: 250px;
	padding-bottom: 15px;	
}

#rightbar label {
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#rightbar h2 {
	color: #385511;
	text-shadow: #f8f9ff 0px 1px 0;
	line-height: 33px;
	width: 232px;
	margin-left: -10px;
	border-bottom: solid 1px #ccddb1;
	padding-left: 28px;
	font-size: 14px;
	font-weight: bold;
	background: url(images/rightbg.png) no-repeat left;
}

#rightbar p {
	margin:0; 
	padding:0;
}

#rightbar img {
	padding: 0; 
	margin: 0;
}

#rightbar ul {
	margin:0;
	padding:0;
	width: 100%;
	float: left;
	height: auto;
	display: block;
}

#rightbar ul li {
	list-style: none;
	float: left;
	clear: left;
	margin-top: 1px;
	line-height: 20px;
	padding: 0 8px;
	background: url(images/rightlibg.png) no-repeat left top;
	color: #000;
}

#rightbar ul ul {
	margin:0;
	padding:0;
}

#rightbar ul ul li {
	list-style: none;
	float: left;
	clear: left;
	margin-top: 1px;
	line-height: 25px;
	padding: 0 8px;
}

#rightbar ul li a {
	border: none;
	color: #000;
	text-decoration: none;
}

#rightbar ul li:hover a {
	color: #666;
}

#rightbar ul ul ul {
	margin: 0;
	padding: 0;
	height: auto;
	float: left;
	display: block;
}

#rightbar ul ul ul li {
	padding: 0 0 0 15px;
	list-style: none;
}


/* search */

#searchform {
	padding:0;
	margin:0;
	float: left;
	margin-top: 7px;
	clear: left;
}

#searchform input#s {
	margin:0;
	padding-left: 5px;
	color: #666;
	width: 155px;
	height:16px;
	font-size:11px;
	padding-top:2px;
	float: left;
	background: #fff;
	border: solid 1px #ccddb1;
}

#searchform input#searchsubmit {
	clear: left;
	float: left;
	background: #fff;
	border: solid 1px #ccddb1;
	border-right: solid 3px #ccddb1;
	margin-top: 5px;
	cursor: pointer;
}

#searchform input#searchsubmit:hover {
	color: #666;
}


/* comments */

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

#author, #email, #url, #comment, #submit {
	font-size: 11px;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #ccddb1;
	border-right: solid 3px #ccddb1;
	background: #fff;
	color: #000;
}

#author, #email, #url {
	height:16px;
	padding-top:3px;
}
	
#submit {
	margin:5px 5px 0 0; 
	cursor:pointer;
	color: #000;
	padding: 4px 7px;
}

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

#respond h3,
h3#comments {
	color: #000;
	font-size: 14px;
	margin-bottom: 2px;
	clear: left;
	text-transform: uppercase;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	margin-top: 20px;
	border: none;
	padding-left: 5px;
}	

.reply a.comment-reply-link {
	font-size: 11px;
	border: none;
	padding:0;
	color: #000;
	padding: 4px 7px;
	border: 1px solid #ccddb1;
	border-right: solid 3px #ccddb1;
}

.reply a.comment-reply-link:hover,
#submit:hover {
	color: #666;
}

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

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

ol.commentlist li {
	border: solid 1px #666;
	margin: 0;
	padding: 20px;
	list-style-type:none;
	float: left;
    	width: 450px;
	margin-bottom: 20px;
}

ol.commentlist ul li {
      border: none;
      padding: 20px;
	width: 400px;
	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: #666;
	text-decoration: none;
}

textarea#comment {
	width: 500px;
}

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 #000;
}


/* misc */

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;
	padding-left: 2px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
	
.wp-caption {
   	border: 1px solid #ddd;
   	text-align: center;
   	background-color: #f3f3f3;
   	padding-top: 4px;
   	margin: 10px;
}

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

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

.post ol li,
.post ul li { 
	margin-left: 20px; 
}

/* footer */

#footer {
	background-image: -moz-linear-gradient(top, #d9e7c3, #ccddb1); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ccddb1),color-stop(1, #d9e7c3)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d9e7c3', endColorstr='#ccddb1'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d9e7c3', endColorstr='#ccddb1')"; /* IE8 */
	width: 770px;
	padding: 10px 20px 10px 20px;
	margin-top: 10px;
	float: left;
	clear: both;
	float: left;
	color: #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#footer a {
	color: #f88c22;
}

#bottomwidgets {
	float: left;
	width: 260px;
	font-size: 12px;
	background: url(images/foot-divider.gif) top right repeat-y;
}

#bottomwidgets .widgets {
	width: 122px;
	float: left;
	padding-right: 15px;
}

#bottomwidgets ul li {
	list-style: none;
	float: left;
	clear: left;
	line-height: 20px;
	padding-left: 8px;
	background: url(images/altrightlibg.png) no-repeat left;
}

#bottomwidgets ul li:hover a {
	color: #000;
}

#bottomwidgets ul li a {
	border: none;
	color: #666;
	text-decoration: none;
	text-transform: lowercase;
}

#bottomwidgets h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #000;
	display: none;
}

#connect {
	width: 350px;
	float: right;
}

#copyinfo {
	float: right;
	width: 100%;
	clear: right;
	margin-top: 10px;
	text-align: right;
	font-size: 11px;
}

#copyinfo a {
	text-decoration: none;
	border-bottom: solid 1px #666;
}

#copyinfo a:hover {
	border: none;
}

#socialize {
	width: 350px;
	float: right;
	text-align: right;
}

#socialize a {
	width: 24px;
	height: 24px;
	margin-left: 5px;
	text-decoration: none;
}

#lang_sel ul, #lang_sel ul ul{
	width: 100%;
}

#lang_sel ul li {
	border-bottom: 0px;
}
