/*
THEME NAME: Smells like Facebook
THEME URI: http://wp-project.nazieb.com/themes/smells-like-facebook/
DESCRIPTION: The exact Facebook clone theme for Wordpress. Based on Facebook profile page.
VERSION: 1.0.5
AUTHOR: Ainun Nazieb
AUTHOR URI: http://nazieb.com/
TAGS: white, blue, two-columns
*/

* { margin: 0px; padding: 0px; border: 0; outline: 0; list-style: none; }

body {
	font-family: "lucida grande",arial,sans-serif;
	font-size: 13px;
	background: #fff url(images/bodybg.gif) repeat-x scroll left top;
 background-image: url('images/background_ama3.jpg');
 background-repeat: no-repeat;   
background-attachment: fixed;
}

input[type=text], textarea {
	color: #777777;
	font-size: 12px;
	padding: 3px;
}

input, textarea {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

input.submit {
	background-color:#3B5998;
	border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	font-size:12px;
	padding:2px 15px 3px;
	text-align:center;
}

a {
	color: #3B5998;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	background: url(images/quote.png) no-repeat left top;
	padding-left: 19px;
	color: gray;
}

#wrapper {
	width: 964px;
	margin: 0 auto;
background: #FFFFFF;
}

#menu {
	background:transparent url(images/menubar.jpg) no-repeat scroll left bottom;
	float: left;
background: #FFFFFF; 
	width: 964px;
        height: 30px;
	font-size: 15px;
}

#logo {
	float: left;
	margin: 5px 0px 3px 3px;
}

#menu li {
	color: #FF6F00;
	float: left;
	text-decoration: none;
font-weight: bold;
	padding: 1px 0px 8px 0px;
}

#menu li a {
	color: #ffffff;
	text-decoration: underline;
	padding: 5px;
	background: #627AAD;
	margin-right: 10px;
}

#pagemenu a {
	font-weight: bold;
}

#pagemenu a:hover {
	background-color: #FF7B00;
color: #FFFFFF;

}

#menu #more {
	float: right;
}

#moremenu {
	float: left;
}

#moremenu li {
	margin-right: 5px;
}

#moremenu li a:hover {
	background-color: #5C75AA;
}

#moremenu li:hover #feedmenu {
	left: auto;
}

#moremenu li #feedmenu {
	position: absolute;
	border: 1px solid #3B5998;
	background: #fff;
	margin-top: 5px;
	left: -999em;
}

#feedmenu li {
	float: none;
	padding: 0px;
	margin: 0px;
}

#feedmenu li a {
	color: #3B5998;
	padding: 5px 20px;
	display: block;
}

#feedmenu li a:hover {
	color: #fff;
}

#search {
	float: right;
	margin-top: 1px;
	margin-right: 2px;
	margin-left: 5px;
}

#search-text {
	float: left;
	margin-right: 2px;
}

#search-submit {
	float: left;
}

#sidebar, #title {
	margin-top: 1px;
}

#title h1 {
	font-size: 34px;
	display: inline;
}

#title h1 a {
color: #890000;
}

#desc {
	display: inline;
	font-size: 22px;
	color: #FF6F00;
	font-style: italic;
}

#categories {
	margin-top: 5px;
	margin-bottom: 5px;
	z-index: 900;
	position: relative;
}

#categories li {
	text-transform: capitalize;
	float: left;
	background: #D8DFEA;
	margin-left: 3px;
margin-bottom: 3px;
}
#categories li a {
	font-size:12px;
	font-weight:bold;
	padding:4px 11px;
	display: block;
}

#categories li a:hover {
	color: #fff;
	text-decoration: none;
	background: #627AAD;
}

#categories .current-cat {
	background: #fff;
}

#categories .current-cat a {
	background: #fff;
	color: #000;
}

#categories .current-cat a:hover {
	background: #fff;
	color: #000;
}

#categories #plus {
	background: url(images/plus.gif) no-repeat top left;
	height:16px;
	position:relative;
	width:2px;
	z-index:999;
}

#categories #plus:hover, #categories #plus.hover {
	background: #627AAD url(images/plus.gif) no-repeat left -25px;	
}

#hiddencats {
	left:-3px;
	position:relative;
	top:-28px;
}

#hiddencats li {
	padding: 0px;
/*	padding: 8px 5px 4px 8px; */
	background: #eee;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	float: none;
	margin-left: 0px; 
}

#hiddencats li.browsecat {
	background: #fff;
	border: 1px solid #000;
	border-left: 1px solid #fff;
	border-bottom: none;
	padding: 9px;
	width: 150px;
	color: #666;
}

#hiddencats li a{
	font-weight: normal;
	font-size: 11px;
	padding: 7px 12px;
}

#hiddencats li a:hover {
	background: #899BC1;
}

#hiddencats .current-cat {
	background: #eee;
}

#hiddencats .current-cat a {
	background: #eee;
	color: #3B5998;
}

#hiddencats .current-cat a:hover {
	background: #899BC1;
	color: #fff;
}

#hiddencats ul {
	border-bottom: 1px solid #000;
}

#hiddenleft {
	width: 30px;
	height: 30px;
	border: 1px solid #000;
	border-right: none;
	position: absolute;
	background: #fff;
}

#hiddenright {
	position: absolute;
	margin-left: 31px;
}

#hiddencats #plus {
	background: #627AAD url(images/plus.gif) no-repeat left -25px;
	height:16px;
	width:2px;
}

.post {
	clear: both;
	float: left;
	border-top:1px solid #FF6F00;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
}

.post-gravatar {
	float: left;
	margin-right: 10px;
}

.post-text {
	float: right;
	width: 720px;
border-right:2px solid none;
padding-right: 10px; 

}

.post-text input[type=submit] {
	background-color:#3B5998;
	border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	font-size:11px;
	padding:2px 15px 3px;
	text-align:center;
}

.post-text label input {
	border:1px solid #BDC7D8;
	margin-bottom: 3px;
	color: #777777;
	font-size: 11px;
	padding: 3px;
	text-align: left;
	background: #fff;
}

.post .title {
	margin-bottom: 5px;
	font-size: 13px;
}

.post p {
	margin-bottom: 5px;
	line-height: 15px;
}

.post ol {
	list-style: decimal inside;
}

.post li {
	margin-bottom: 5px;
}

.post .meta, .post .post-meta {
	color: #777;
	margin-top: 5px;
	margin-bottom: 5px;
}

.post-meta {
	border-top: 2px solid none;
	padding-top: 3px;
}

.navigation {
	background:#ECEFF5 none repeat scroll 0 0;
	border-top:1px solid #D8DFEA;
	margin-top:8px;
	padding:3px 7px 4px 0;
	float: left;
	width: 100%;
}

.next {
	margin-left:52px;
	float: left;
}

.prev {
	margin-right:52px;
	float: right;
}

#sidebar {
	float: right;
	width: 215px;
background: #FFFFFF;
opacity: 1;
padding-left:5px;
border-top:1px solid #FF6F00;
}

.large-avatar {
	margin-bottom: 10px;
}

.user-desc {
	border:1px solid #D8DFEA;
	color:#333333;
	margin-bottom:20px;
	padding:7px;
}

.widget {
	border-top:0px solid #94A3C4;
	padding-bottom:10px;
	border-right:0px solid #FF6F00;
}

.widgettitle {
	background:# none repeat scroll 0 0;
border-bottom:0px solid #FF6F00;
border-top:1px solid #FF6F00;
	display:block;
	font-size:12px;
	margin-bottom:5px;
	padding:5px 8px;
}

.widgettitle  a {
	text-decoration: none;
	color: #000;
}

.widgettitle img {
	display: none;
}

.widget ul {
}

.widget li {
	margin-top: 5px;
}

.bns-featured-category {
font-size:10px;

}

.widgetCpd {
font-size:10px;
}

.vsrc_widget {
font-size:11px;
}

.widget_mailpress {
background: url(http://www.amaretti.lt/wp-content/uploads/naujienu_prenumerata.png) no-repeat top left;
height: 120px;
}
.MailPressFormEmail {
opacity: 0.80;
width: 130px;
}

.MailPressFormName {
opacity: 1;
width: 150px;
}

.MailPressFormSubmit {
padding: 2px;
margin-left: 50px;
margin-top: 5px;
}

#content {	float: left;	width: 740px; width: 740px; background: #FFFFFF; margin-top: 1px; border-top:1px solid #FF6F00;}

.index-comment{
	background: #ECEFF5;
	width: 695px;
	float: left;
	clear: both;
	margin-top: 5px;
	padding: 7px;
}

.ic-avatar {
	float: left;
}

.ic-text {
	width: 687px;
	float: right;
}

.ic-meta {
	margin-bottom: 3px;
}

#comment_form input[type=text], #comment_form textarea {
	border:1px solid #BDC7D8;
	margin-bottom: 3px;
}

#comment_form textarea {
	width: 687px;
height: 50px;
}

#footer {
	border-top:1px solid #FF6F00;
	clear:both;
	float:left;
	margin-bottom:20px;
	margin-top:10px;
	padding-top:5px;
	text-align:right;
	width:964px;
background: #FFFFFF;
}

.archive {
	background:transparent none repeat scroll 0 0;
	border-bottom:1px solid #D8DFEA;
	border-top:1px solid #3B5998;
	padding:4px 6px 5px;
	color:#333333;
	font-size:13px;
	font-weight:bold;
	line-height:15px;
}

.nofloat {
	float: none;
	width: 100%;
}

/* Wordpress requirement */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.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: 12px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* Extra div to handle some IE scenarios with absolute positioning. */
#sliding-panel-container {
	position: relative;
	display: table;
	z-index: 999;
	width: 100%;
	}

/* Sliding panel. */
#sliding-panel {
	position: relative;
	top: 0;
	z-index: 999;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	}

/* The part of the panel that actually slides. */
#sliding-panel .panel {
	overflow: hidden;
	display: none;
	position: relative;
	z-index: 10;
	width: 100%;
	height: 180px;
	background: #FFFFFF;
opacity: 1;
	}

/* Widget container. */
#sliding-panel .panel-content {
	overflow: hidden;
	width: 964px;
	height: 170px;
	margin: 5px auto;
	padding: 0;
	text-align: left;
	border-left: 2px solid #3B5998;
	}

/* Sliding panel widgets. */
#sliding-panel .widget {
	overflow: hidden;
	float: left;
	width: 308px;
	height: 170px;
	margin: 0;
	padding: 0 5px;
	font: normal normal normal 14px/21px Georgia, Times, 'Times New Roman', serif !important;
	color: #111;
	background: transparent;
	border: none;
	border-right: 2px solid #3B5998;
	}
#sliding-panel .widget-inside {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	}

/* Sliding panel widget titles. */
#sliding-panel .widget-title {
	margin: 0 0 5px 0;
	padding: 0;
	font: normal normal bold 18px/21px Arial, Verdana, sans-serif !important;
	color: #111;
	text-transform: none;
	background: transparent;
	border: none;
	}

/* Sliding panel widget lists. */
#sliding-panel .widget ul {
	margin: 0 0 5px 5px;
	list-style: square;
	}
#sliding-panel .widget ul li {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	}

/* Sliding panel widget links. */
#sliding-panel .widget a {
	font-style: italic;
	color: #3B5998;
	text-decoration: none;
	}
#sliding-panel .widget a:hover {
	text-decoration: underline;
	}

/* Toggle div wrapper. */
#sliding-panel .tab {
	position: relative;
	top: 0;
	z-index: 9999;
	height: 30px;
	border-top: 3px solid #3B5998;
	}

/* Wrapper for the open/close button. */
#sliding-panel .tab .toggle {
  	clear: both;
	display: block;
	position: relative;
	width: 964px;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	}

/* Open/close link. */
#sliding-panel .tab a {
	display: block;
	float: left;
	position: relative;
	width: 200px;
	height: 28px;
	top: -8px;
	margin: 0;
	padding: 0;
	font: normal normal bold 12px/33px Georgia, Times, 'Times New Roman', serif !important;
	color: #fff;
  	background: #3B5998;
 	text-align: center;
	}

/* Open link. */
#sliding-panel .tab a.open {
	}

/* Close link. */
#sliding-panel .tab a.close {
	}

/* Open/close link hover. */
#sliding-panel .tab a:hover {
	cursor: pointer;
	text-decoration: underline;
	}

/* Open/close link array (&urarr;). */
#sliding-panel .tab a .arrow {
	font-style: normal;
	}

