/*
Theme Name: L.S. ETC WPTH
Theme URI: 
Description: Thema de wordpress pentru sit-ul ligii.
Version: 1.0
Author: Bogdan Ciobanu
Author URI: http://iambogdan.com
Tags: simple, clean, single column

*/

/* Reset All Styles
-------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

hr {
  border:dotted 1px #E5E5E5;
  color: #fff;
  width: 100%;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global Styles
-------------------------------------------------------------------*/

body{
  background: #fff;
  font: 62.5% constantia, palatino, "times new roman";
  color: #333;
}
strong{
  font-weight: bold;
}

/* Links */

a:link,
a:visited{
  color: #0066CC;
  text-decoration: none;
}
a:hover,
a:active{
  color: #3E372B;
  text-decoration: underline;
}

/* Headers */

h1{
  margin: 10px 0 20px;
  font-size: 3.3em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .05em;
  word-spacing: .2em;
}
h1 a{
  padding-right: 60px;
  margin-left: 60px;
}
h1 a:link,
h1 a:visited{
  color: #000;
}
h1 a:hover,
h1 a:active{
  color: #000;
  text-decoration: underline;
}
h2{
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 2.4em;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}
h3{
  margin-bottom: 5px;
  font-size: 2.3em;
  font-weight: normal;
}
h3 a:link,
h3 a:visited{
  color: #333;
}
h3 a:hover,
h3 a:active{
  text-decoration: underline;
}
h4{
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
}
h5{
  position: relative;
  top: -35px;
  margin-bottom: 50px;
  font-family: "helvetica neue", helvetica, arial;
  font-size: 1.2em;
  color: #999;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
h5 abbr{
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 0 8px;
  background: #fff;
  top: 8px;
}

/* Form Elements */

input[type=text],
textarea{
  border: 1px solid #ddd;
  padding: 4px;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  color: #666;

}
input:focus,
textarea:focus{
  border-color: #999;
  color: #333;
}
input[type=submit]{
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  background-color: #85c226;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  cursor: pointer;
}
input[type=submit]:hover,
input[type=submit]:focus{
  background-color: #697D80;
  border-color: #666;
}





/* Header */
#header {
	height: 110px;
	background: #fff url(images/bg-header.png);
	border-bottom: solid #cbcbcb 1px;
}

#header div.continuth {
	width: 980px;
	margin: 0 auto;
	padding-top: 15px;
}

#logo {
	min-width: 300px;
}
#logo a {
	display: block;
	background: url(images/logo.png) center left no-repeat;
	width: 120px;
	height: 80px;
	text-indent: -9999px;
	float: left;
}

#cautah {
	float: right;
	padding-top: 25px;
}

#nicemenu { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#FFFFFF;
	margin:0 auto;
	width:980px; 
	margin-top:5px;
	border-bottom:dotted 1px #E5E5E5;
	padding-bottom:3px;
}

#nicemenu a { 
	color:#0066CC; text-decoration:none;
}

#nicemenu a:hover { 
	text-decoration:underline; 
}

#nicemenu li { 
	display:inline; position:relative;
}

#nicemenu li span { 
	position:relative; 
	z-index:10; 
	padding:4px 4px 4px 6px;  
	border-bottom:none; line-height:18px; 
}
	
#nicemenu li span a { 
	font-weight:bold;
	padding:0 6px 0px 2px;
}

#nicemenu li span.over {
	padding:4px 3px 4px 5px; 
	border-top:solid 1px #E5E5E5;
	border-left:solid 1px #E5E5E5;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #fff; 
}

*+html #nicemenu li span.over { 
	border-top:solid 2px #E5E5E5; padding-bottom:3px; 
} /* IE6 */

#nicemenu li span.over a { }
#nicemenu li span.over a:hover { 
	text-decoration:none; 
}

#nicemenu li span.active {
	padding:4px 3px 4px 5px; 
	border-top:solid 1px #E5E5E5;
	border-left:solid 1px #E5E5E5; 
	border-right:solid 1px #999999;
	border-bottom:solid 1px #fff;  
}

*+html #nicemenu li span.active {  
	border-top:solid 2px #E5E5E5; 
	padding-bottom:3px; 
}

#nicemenu li span.active a { }
#nicemenu li span.active a:hover { 
	text-decoration:none; 
}	

#nicemenu img.arrow { 
	/*margin-left:4px;*/ 
	cursor:pointer; 
}

#nicemenu div.sub_menu { 
	display:none; position:absolute; 
	left:0; top:0px;
	margin-top:18px; 
	border-top:solid 1px #E5E5E5; 
	border-left:solid 1px #E5E5E5; 
	border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999; 
	padding:4px; top:2px; 
	width:160px; 
	background:#FFFFFF; 
}

* html #nicemenu div.sub_menu { margin-top:23px; } /* IE6 */
*+html #nicemenu div.sub_menu { margin-top:23px; } /* IE7 */
#nicemenu div.sub_menu a:link, 
#nicemenu div.sub_menu a:visited, 
#nicemenu div.sub_menu a:hover{ 
	display:block; 
	font-size:11px; 
	padding:4px;
}

#nicemenu a.item_line { 
	border-top:solid 1px #E5E5E5; 
	padding-top:6px !important; 
	margin-top:3px; 
}

























/* Structure */

#siteWrapper{
	background: url(images/bg-continut.png);
	margin: 0 auto;
	margin-top:20px;
	width: 980px;
	text-align: center;  
}



/* Sidebar
-------------------------------------------------------------------*/
#sidebar {
	width: 310px;
	float: right;
	margin: 10px;
	padding: 5px;
	background-color: #fff;
}

#desprelsetc {
	margin-top: 15px;
}

.descriere {
	font-size: 1.2em;
}

#sidebar h5{
  position: static;
  margin-bottom: 8px;
  font-family: constantia, palatino, times new roman;
  font-size: 1.3em;
  color: #666;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  border-bottom: none;
}
#sidebar .listeaza{
  margin-bottom: 30px;
}
#sidebar .listeaza li{
  display: inline;
  padding: 0 8px 0 0;
  margin: 0 5px 0 0;
  border-right: 1px dotted #ccc;
  font-size: 1.2em;
}
#sidebar .listeaza li.last{
  padding: 0;
  margin: 0;
  border-right: none;
}

ul.categorii li{
	font-size: 1.8em;
}




/* Main Content Body
-------------------------------------------------------------------*/

#coreContent{
  float: left;
  background-color: #fff;
  width: 600px;
  margin: 10px;
  padding: 10px;
}

/* Posts
-------------------------------------------------------------------*/

.postContent{

}
.postContent h4{
  top: 0;
  font-family: constantia, palatino, times new roman;
  font-size: 1.2em;
  color: #999;
  font-weight: normal;
  font-style: italic;
  border-bottom: none;
}
.postDate ~ .postContent{
  margin-top: -30px;
}
#coreContent p,
#coreContent li,
#coreContent dd{
  margin-bottom: 1.7em;
  font-size: 1.4em;
  line-height: 1.5em;
  color: #333;
  text-align: justify;
}
#coreContent p{
  text-align: justify;
}
#coreContent li{
  list-style: square;
  margin-left: 17px;
}
#coreContent dt{
  font-size: 1.3em;
  color: #333;
}
.entry-content{
  margin-top: 24px;
  text-align: left;
}
.entry-content a:link,
.entry-content a:visited{
  text-decoration: underline;
}
.hentry{
  padding-bottom: 37px;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 30px;
}
#coreContent .postMeta{
  margin: 40px auto 0;
  font-size: 1.3em;
  color: #999;
}
#coreContent .postMeta div{
  margin-bottom: 5px;
}
#coreContent .postMeta a:link,
#coreContent .postMeta a:visited{
  color: #666;
}
#coreContent .postMeta a:hover,
#coreContent .postMeta a:active{
  color: #666;
}
#coreContent .postMeta span{
  text-transform: uppercase;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
  color: #333;
  border: none;
  padding: 0;
  font-family: constantia, palatino, times new roman;
  font-weight: bold;
  margin: 0 0 5px;
  font-style: normal;
  position: static;
}

.entry-content h1{
  font-size: 2em;
  letter-spacing: 0;
}
.entry-content h2{
  font-size: 1.8em;
}
.entry-content h3{
  font-size: 1.6em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6{
  font-size: 1.4em;
}
.entry-content strong{
  color: #000;
}
.entry-content pre{
  color: #666;
  font-size: 1.5em;
  line-height: 18px;
  margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol{
  margin: 0 0 20px 15px;
}
.entry-content ol li{
  list-style-type: decimal !important;
}
.entry-content li{
  margin-bottom: 5px !important;
}
.entry-content blockquote{
  font-size: 1.4em;
  font-style: italic;
  line-height: 1.5em;
  color: #7D7D7D;
  margin: 0 20px 20px;
  padding-left: 10px;
  border-left: 3px solid #ccc;
}
#coreContent .entry-content blockquote p{
  font-size: 1.1em;
  line-height: 1.3em;
  color: #7D7D7D;
}
.entry-content .alignleft{
  float: left;
  margin: 4px 10px 10px 0;
}
.entry-content .alignright{
  float: right;
  margin: 4px 0 10px 10px;
}
.entry-content .wp-caption.alignnone{
  margin-bottom: 15px;
}
#coreContent .entry-content p.wp-caption-text{
  font-size: 1.1em;
  font-style: italic;
  color: #666;
  margin-bottom: 0;
}
.hentry img{
  margin: 0 auto;
  border: 1px solid #ccc;
}


/* Single Post Page
-------------------------------------------------------------------*/

.single h3{
  margin-top: 0px;
  margin-bottom: 5px;
}
.single h5{
  position: static;
  font-family: "helvetica neue", helvetica, arial;
  font-size: 1.2em;
  color: #999;
  font-weight: normal;
  border-bottom: none;
  background: #fff;
}
.single.hentry{

  border-bottom: none;
  padding-bottom: 0;
}
#coreContent .single .postMeta{
  margin: 20px 0 0;
  padding-top: 0;
  padding-bottom: 17px;
  text-align: left;
}

/* Links Page
-------------------------------------------------------------------*/

#coreContent .entry-content #linkList{
  margin-left: 0;
}
#coreContent .entry-content #linkList li{
  list-style-type: none;
  margin-left: 0;
}
#coreContent .entry-content #linkList li li{
  font-size: .9em;
  list-style-type: square;
  margin-bottom: 20px !important;
  margin-left: 15px;
}
#coreContent .entry-content #linkList ul{
  margin: 10px 0 40px;
}

/* Comments
-------------------------------------------------------------------*/

.commentEntry{
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
}
#coreContent .commentEntry p{
  color: #666;
}
.avatar{
  float: left;
  margin-top: 4px;
}
.commentContent{
  float: left;
  width: 415px;
  margin-left: 22px;
}
.commentMeta{
  color: #333;
  font-size: 1.1em;
  text-align: left;
}
.commentMeta a:link,
.commentMeta a:visited{
  font-weight: bold;
}
.nocomments{
  font-size: 1.2em;
  padding: 25px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* Comment Form */

fieldset{
  background: #F6F6F6;
  padding: 0 0 10px;
}
legend{
  position: relative;
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 0 0 4px 0;
}
legend span{
  position: relative;
  top: -15px;
  display: block;
  width: 600px;
  background-color: #fff;
}
#comments h4,
legend span{
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: .5em 0 .7em;
  font-weight: bold;
  text-align: left;
}
.leaveComment{
  margin-top: 14px;
  padding-bottom: 19px;
}
.commentForm{
  font-size: 1.1em;
  text-align: left;
  text-transform: uppercase;
  margin: 0 10px;
}
.commentForm em{
  text-transform: lowercase;
  font-style: italic;
  color: #999;
  font-size: 1em;
}
.commentForm input[type=text]{
  display: block;
  margin-bottom: 15px;
  width: 240px;
  font-size: 1.4em;
}
.commentForm textarea{
  width: 570px;
  max-width: 570px; /* Restricts the resizing capability in webkit bases browsers */
  height: 150px;
  font-size: 1.4em;
}
.commentForm input[type=submit]{
  float: left;
  margin-top: 8px;
}

/* Paging Navigation
-------------------------------------------------------------------- */

.pageNav{
  margin-top: 40px;
}
.pageNav a:link,
.pageNav a:visited {
  display: inline-block;
  color: #fff;
  font-family: helvetica, arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #666;
  background-image: url(images/button.png);
  background-repeat: repeat-x;
  background-position: left top;
  padding: 3px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #575757;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
}
.pageNav a:hover,
.pageNav a:active {
  text-decoration: none;
  background-color: #3F3F3F;
  border-color: #232323;
}
.pageNav .prev,
.pageNav .next{
  display: inline;
}
.pageNav .prev{
  margin-right: 2px;
}
.pageNav .next{
  margin-left: 2px;
}

/* Archives
-------------------------------------------------------------------- */

#archives{
  margin-top: -50px;
}
h2.archiveTitle{
  margin: 0px 0 70px;
  color: #666;
}
h2.archiveTitle strong{
  color: #000;
}
#archives h3,
#coreContent li h3{
  font-family: constantia, palatino, times new roman;
  font-size: 1.6em;
  text-align: left;
  color: #333;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 5px;
  border-bottom: 1px solid #ccc;
}
#coreContent li h3{
  font-size: 1.2em;
}
#archives label{
  font-family: constantia, palatino, times new roman;
  font-size: 1.4em;
  color: #333;
  font-weight: normal;
  text-transform: uppercase;
}
#archives #date{
  float: left;
  width: 150px;
}
#archives #categoryTags{
  float: left;
  width: 320px;
  margin-left: 30px;
}
#archives ul{
  margin: 5px 0 60px;
  text-align: left;
}
#archives ul li{
  display: inline-block;
  margin: 0 5px 5px 0;
  color: #999;
  font-size: 1.3em;
  line-height: 1.5em;
  white-space: nowrap;
}
#archives li a{
  margin-right: 5px;
}
#archives #date ul li{
  display: block;
  list-style-type: none;
  margin: 0 10px 0 0;
}
.tagArchives li{
  float: left;
  margin-right: 10px;
}
.categories li{
  margin-bottom: 5px;
  font-size: 2.3em;
}

/* Recent Posts (on the 404 page)
-------------------------------------------------------------------- */

#recentPosts{
  border-top: 2px solid #ccc;
}
#recentPosts li{
  list-style: none;
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
#recentPosts a{
  float: left;
}
#recentPosts .postDate{
  float: right;
}

/* Search Results
-------------------------------------------------------------------- */

#coreContent.searchresults{
  margin-top: 0px;
}
.searchresults .postMeta{
  text-align: left;
}
.searchpanel{
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin: 0 0 40px;
  padding: 10px 0;
}
.searchpanel input[type=text]{
  width: 400px;
  font-size: 1.7em;
}
.searchpanel input[type=submit]{
  background-position: left 5px;
  font-size: 1.4em;
  padding: 5px;
}

/* Footer
-------------------------------------------------------------------- */

#footer{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	background: #fff url(images/bg-header.png);
	border-top: solid #cbcbcb 3px;
}

#footer p {
	padding: 2px;
}

/* Admin Edits
-------------------------------------------------------------------- */

.loggedin a:link,
.loggedin a:visited,
a.post-edit-link:link,
a.post-edit-link:visited,
a.comment-edit-link:link,
a.comment-edit-link:visited{
  color: #85c226;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
  text-decoration: underline;
}
#coreContent p.loggedin{
  display: inline-block;
  margin-bottom: 35px;
  padding: 10px;
  background: #F9FAD2;

}

/* Self Clearing Floats
-------------------------------------------------------------------- */

#siteWrapper:after,
.post:after,
.commentEntry:after,
.commentForm:after,
#footer .elsewhere:after,
#metaContent .metaExtend:after,
#mainNav:after,
#mainNav ul:after,
#archives ul:after,
#coreContent .postMeta:after,
#recentPosts li:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}





















#coreProj{
  float: right;
  width: 600px;
  margin-top: 10px;

}

.topProj {
padding-bottom: 20px;
}

.entryProj {
	width: 200px;
	min-height: 300px;
	float: left;
	background-color: #FFF;
	margin-bottom: 10px;
}

.entryProj h3{
  border: none;
  padding: 0;
  font-family: constantia, palatino, times new roman;
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 5px;
  font-style: italic;
  position: static;
}

.entryProj h3 a{
	color: #9C8A6A;
}

.thumb {
padding: 3px;
border: solid 1px #f1e7d6;
}


#structuracon {
	font-size: 7px;
}

#structuracon h2{
	font-size: 14px;
}

#structuracon ul {
	width: 600px;
	list-style-type: none;
	margin:0;
	padding-bottom: 20px;
}

#structuracon ul li{
	list-style-type: none;
	margin:0;
}

#structuracon ul li.poza{
	width: 110px;
	height: 110px;
	float: left;
}

#structuracon ul li.info{
	width: 390px;
	height: 110px;
	padding: 10px;
	float: left;
}













.wp-pagenavi {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	font-size:13px;
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #0066CC;
	background-color: #FFFFFF;	
	border-bottom:dotted 1px #E5E5E5;
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	text-decoration:underline;
	font-weight:bold;
}
.wp-pagenavi a:active {
	font-weight:bold;
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #85c226;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #fff;
	color: #fff;
	background-color: #85c226;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
