/*
Theme Name: Optimizare
Theme URI: http://www.optimizaresite.org
Description: A light and clean Business Theme with Custom Options.
Version: 1.3
Author: Grigoruta Adrian
Author URI: http://www.pixelstudio.ro
Tags: two-columns, blue, theme-options
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import "css/reset.css";

/* general */
/*////////////////////////////////////////////////////////////////////////////////////////////*/

body {
	background: #FFF url('../images/top-bg.gif') repeat-x top left;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height:1.5em;
	height: 100%;
}
	
a {
	color: #3B5998;
	outline: 0;
	text-decoration:none;
}
	
a:link {
	color:#3B5998;
}
a:visited {
	color:#3B5998;
}
a:active,
a:hover {
	color: #3B5998;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 6px;
	padding: 0px;
	color: #1b1b1b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
	}

h3 {
	font-size: 20px;
	}

h4 {
	font-size: 18px;
	}

h5 {
	font-size: 14px;
	}

h6 {
	font-size: 11px;
	}

hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

p {
	padding: 0 0 0.5em;
	line-height:1.6em;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
	color: #000;
}
cite,
em,
i {
	font-style: italic;
	border: none;
}
big {
	font-size: 131.25%;
}
ins {
	background: #FFFFCC;
	border: none;
	color: #333;
}
del {
	text-decoration: line-through;
	color: #555;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 10px;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

p,
ul,
ol,
dd,
pre,
hr {
	margin-bottom:10px;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
pre,
kbd,
tt,
var {
	font-size: 15px;
	line-height: 21px;
}
code {
	font-size: 13px;
}
strong,
b,
dt,
th {
	color: #000;
}



/* main_container */
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#wrapper {
  height:auto;
	margin: 0 auto;
	min-height:100%;
}

/* header*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#header {
	width:964px;
	margin:0 auto;
	height:99px;
}

#content {
	width:964px;
	margin:0 auto;
	background: url('../images/border-bg.gif') repeat-y top left;
	z-index: 1;
}

#content #left-col {
	width:615px;
	float:left;
	padding: 20px 11px 20px 20px;
	z-index: 1;
}

#content #right-col {
	width:306px;	
	padding:5px;
	float:left;
	z-index: 1;
	border-left:1px solid #DCDCDC;
}

/*footer*/	
/*////////////////////////////////////////////////////////////////////////////////////////////*/


#footer {
  clear:both;
	height: 35px;
	width: 100%;
	background: #f5f5f5;
  border-top:1px solid #ebebeb;	
	margin: 20px 0 auto;
	position:relative;
}

#footer-info {
	font: 500 11px  Verdana, Arial, Helvetica, sans-serif;
	color:#838383;
	margin:auto;
	width: 964px;
	padding: 10px;
}

#footer-info a{
	text-decoration:none;
}	

#footer-info span#copyright {
	float: left;
}

#footer-info span#follow-us {
	float: right;
	text-align: right;
}

/*logo*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#header #logo {
	float:left;
	margin: 28px 0px 0px 0px;
}

#logo img{
	border: none;
}

/*search*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#search {
  margin-top:3px;
  -moz-border-radius:3px 3px 3px 3px;
  font-size:12px;
  height:23px;
  line-height:1.5;
  position:relative;
  border-color:#EDEDED #E8E8E8 #E8E8E8 #EDEDED;
  border-style:solid;
  border-width:1px;
}

#search.focus{
  -moz-box-shadow:0 0 3px #3784CC;
  border: 1px solid #3784CC;
  margin:2px 0 0 -1px;  
}

#search_content{
  -moz-border-radius-bottomleft:3px;
  -moz-border-radius-topleft:3px;
  background-color:white;
  background-image:url('../images/search_btn.png');
  background-repeat:no-repeat;
  float:left;
  height:22px;
  padding:0 24px;
  width:120px;
}

#search #searchsubmit {
  -moz-border-radius-bottomright:3px;
  -moz-border-radius-topright:3px;
  background-color:#D4D4D4;
  background-image: url('../images/submit_bg.png');
  background-repeat:repeat-x;
  border:2px solid white;
  color:#333333;
  cursor:pointer;
  float:right;
  font-family:"Lucida Grande",arial;
  font-size:11px;
  font-weight:bold;
  height:23px;
  line-height:18px !important;
  margin:0;
  padding:0 12px;
  text-shadow:0 1px 1px #FFFFFF;
  width:60px;
  overflow:hidden;
  padding:0 10px !important;
  text-align:center;
  text-decoration:none;
  white-space:nowrap;
}

#search #s {
  background-color:white;
  border:medium none;
  color:#646464;
  font-family:"Lucida Grande",arial;
  font-size:14px;
  height:100%;
  margin:0;
  outline:0 none;
  padding:0;
  width:196px;
}

/*menu bar*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

.menu {
	width:964px;
	margin:0 auto;
	z-index: 2;
}

/*homepage boxes*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

.boxes{
	width:303px;
	min-height: 150px;
	background-color: #fff;
	float: left;
	margin-right: 18px;
}

.box-head {
	float: left;
	position: relative;

}

.box-icon  {
	position:absolute;
	top: 0px;
}


.title-box{
	position: relative;
	font:500 22px Arial, Helvetica, sans-serif;
	padding: 0px 0 10px 45px;
}

.box-content {
	float: left;
	padding: 0px 0 0 45px;
}



/* post */
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#breadcrumbs {
	background-color:#F5F5F5;
  border-bottom:1px solid #E6E6E6;
  border-top:1px solid #F4F4F4;
  height:24px;
  line-height:22px;
  width:100%;
}

#breadcrumbs a{
	color:#5C5C5C;
  cursor:pointer;
  display:inline;
  float:left;
  font-weight:normal;
  height:22px;
  margin:0 10px 0 6px;
  text-decoration:none;
}

#breadcrumbs a:hover{
  text-decoration:underline;
}
#breadcrumbs span{
  background-image:url('../images/arrow.png');
  background-repeat:no-repeat;
  display:inline;
  float:left;
  height:16px;
  margin:0;
  position:relative;
  text-indent:-9999em;
  top:4px;
  width:12px;
}
#breadcrumbs .home {
  background-image:url('../images/home.png');
  height:16px;
  margin:3px 10px 0 5px;
  text-indent:-9999em;
  width:16px;
}

#breadcrumbs .contain{
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  width:964px;
}
.post {
	width:620px;
	float:left;
	padding: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}

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

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

.post-entry {
	width:620px;
	float:left;
	padding-bottom: 10px;
	padding-top: 10px;
}

.post-head {
	margin-bottom: 5px;
}

.post-head h1 a, .post-head h1 {
	font:500 26px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#1b1b1b;
}

.post-head h1 a:hover {
	color:#464646;
}


.post-head-notfound h1, .post-head-404 h1, .post-head-archive h1, .post-head-search h1 {
	margin-bottom: 10px;
	font:500 22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#464646;
}

.post-thumb img {
	border: 1px solid #ebebeb;
	padding: 5px;
}

.meta-data{
	font: 500 12px  Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding: 3px;
	margin-bottom: 10px;
}

.read-more a{
	background: #ebebeb;
	width: 80px;
	height: 21px;
	margin: 0px 0px;
	float: right;
	color: #000;
	text-decoration: none;
	text-align:center;
}

.read-more a:hover{
	background: #3B5998;
	color: #FFF;
}

.clear {
	clear:both;
}

.sticky {
  border-bottom: 1px solid #000000;
}
/* sidebar*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#sidebar {
	float:left;
	width:290px;
	padding:0px 5px;
}

#sidebar ul  {
	list-style: none;
}

/*comments*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;

}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	padding: 4px;
	border: 1px solid #e6e1db;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;	
}
.comment-meta a:link,
.comment-meta a:visited {
	color:#999999;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color:#999999;
}
.commentlist .even {
}
.commentlist .bypostauthor {

}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a { 
  text-decoration:none;
  color:#3b5998;
  text-align:right;
}
.reply a:hover {
  text-decoration:underline;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px; 
	font-weight:bold;
}
#respond input {
	margin: 0 0 9px 5px;
	border:1px solid #BDC7D8;
  font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
  font-size:11px;
  padding:3px;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
  	background-color:#3b5998 !important;
    border-color:#88acf9 #577fd2 #052568;
    border-style:solid;
    border-width:1px;
    color:#FFFFFF !important;
    margin-top:-3px;
    padding:3px 10px;
    text-shadow:0 -1px 1px #0e378d;
    width:auto;
}

.comment-form-author{
  width:300px;
  text-align:right;
}
.comment-form-email{
  width:300px;
  text-align:right;
}
.comment-form-url{
  width:300px;
  text-align:right;
}
.comment-form-comment{
    width:500px;
    text-align:center;
}
.comment-form-comment label{
  vertical-align: top;
  width:100px;
}
#comment{
  width:320px;
  margin-left:5px;
  border:1px solid #BDC7D8;
  font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
  font-size:11px;
  padding:3px;
}

.gallery-caption {
	margin: 0 0 5px;
}


/*--navigation--*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

.navigation {
	float: left;
	width: 600px;
	margin: 20px 0;
}


.navigation .alignleft a {
	float: left;
}

.navigation .alignright a {
	float: right;
}

/*--wp-pagenavi--*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

.wp-pagenavi {
	color: #464646;
	margin-top: 30px;
	text-align:center;
}

.wp-pagenavi a {
	margin-left: 3px;
	padding: 3px 7px;
	text-decoration: none;
}

.wp-pagenavi a.page {
	padding: 5px 10px; 
	margin: 2px;
	text-decoration: none;
	background: #f6f6f6;
}
.wp-pagenavi a.page:hover {
  background-color:#3B5998;
  color:#FFFFFF;
}

.wp-pagenavi a.last:hover {
  text-decoration:underline;
}
.wp-pagenavi a.first:hover {
  text-decoration:underline;
}
.wp-pagenavi span.current {
	padding: 5px 10px; 
	margin: 2px;
	font-weight: bold;
	background: #ebebeb;
}
.wp-pagenavi span.extend {
	padding: 5px 10px; 
	margin: 2px;
	background: #f6f6f6;
	text-decoration: none;
}

.wp-pagenavi span.pages {
	padding: 5px 10px; 
	margin: 2px;
	background: #f6f6f6;
}


/*////////////////////////////////////////////////////////////////////////////////////////////*/

/*widget*/


.widget-container ul li a	{
	color:#3B5998;
  cursor:pointer;
  text-decoration:none;
}

.widget-container ul li a:hover	{
	text-decoration:underline;
}

.widget-title{
  border-top:2px solid #E8E8E8;
  color:#333333;
}

.widget-container h3 {
	color: #1b1b1b; 
	padding-top:5px;
	margin: 10px 0px;
	overflow: hidden;
	height: 18px;
	font-size: 15px;
	font-weight: 500;
	
}

.widget-container ul li {
	padding: 3px 0px 3px 6px;
	margin-left: 2px;
	margin-right: 5px;
}


.widget-container ul li ul li{
	margin-left: 12px;
}

/*widgets*/

.textwidget {
	padding: 5px 11px;
}

#calendar_wrap {
	text-align: left;
	padding: 8px 15px;
	margin: 0;
}

#wp-calendar {
	text-align:	left;
	margin-top:	5px;
	width:	100%;
}

#wp-calendar caption{
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: .4em;
}

#wp-calendar td{
	padding:10px;
}

#wp-calendar #today{
		font-weight: bold; color: #FF0000;
}


.widget_tag_cloud a{
	text-decoration: none;
	padding: 11px;
}

/*Alignments */
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#left-col img {
	max-width: 620px;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft,
.alignright,
.aligncenter,
img.alignleft,
img.alignright,
img.aligncenter
{
	margin-bottom: 6px;
}

img.alignnone,
.alignnone {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
	margin-bottom: 12px;
}

.wp-caption {
	border: none;
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 15px;
	padding: 4px;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.wp-caption img {
	margin: 5px;
}
.wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
.wp-smiley {
	margin:0;
}


/*** ESSENTIAL STYLES ***/
.nav, .nav * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.nav {
	line-height:	1.0;
	border-right: 1px solid #DCDCDC;
}
.nav ul {
	position:		absolute;
	top:			-999em;
	width:			13em; /* left offset of submenus need to match (see below) */
}
.nav ul li {
	width:			100%;
}
.nav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	background-color: #FFFFFF;
}
.nav li.sfHover{
  background-color: #FFFFFF;
}
.nav li {
	float:			left;
	position:		relative;
	border-left: 1px solid #DCDCDC;
}
.nav li a{
  
}
.nav a {
	display:		block;
	position:		relative;
}

.nav li:hover ul,
.nav li.sfHover ul {
	left:			0;
	top:			39px; /* match top ul list item height */
	z-index:		99;
	margin-left:-1px;
}
ul.nav li:hover li ul,
ul.nav li.sfHover li ul {
	top:			-999em;
}
ul.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:			13em; /* match ul width */
	top:			0;
}
ul.nav li li:hover li ul,
ul.nav li li.sfHover li ul {
	top:			-999em;
}
ul.nav li li li:hover ul,
ul.nav li li li.sfHover ul {
	left:			13em; /* match ul width */
	top:			0px;
}
              
/*** DEMO SKIN ***/
.nav {
	float:	left;
	font-family:"Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
	font-size: 13px;
}
.nav a {
	padding: 1em 0.7em 1em 0.7em;
	text-decoration:none;
}


.nav a, .nav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #5C5C5C;
}

.nav li {
   
}


.nav li li a:visited {
	color: #000;
}

.nav li ul {
	background:	#000;

}

.nav a:focus, .nav a:hover, .nav a:active {
	outline: 0;
	color: #5C5C5C;
	background: none;
	text-decoration:underline;
}
.nav li ul{
  border-bottom:1px solid #DCDCDC;
}
.nav li ul li{
  border-right:1px solid #DCDCDC;
  background-color:#FFFFFF;
}
.nav li ul li ul{
  border-top:1px solid #DCDCDC;
}

.nav li ul li:hover, .nav li ul li.sfHover{
  background-color:#e8e8e8;
}
.nav li ul li a:focus, .nav li ul li a:hover, .nav li ul li a:active {
	outline: 0;
	color: #FFFFFF;
	text-decoration:none;
}
.nav li ul a{
      font-weight:normal;
}