/*  
Theme Name: Arthemia
Theme URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/
Description: <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a> theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
	background:#BEC3C6 url(images/bk.png) repeat-x;
	/* font: 100% Georgia, "Times New Roman", Times, serif; */
		 font:100% Arial; 
	color: #333;
	}
#wrap {
	background:url(images/margini_bk.png) center top no-repeat;
	padding:20px 0;
	padding-top:10px;
}
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #0d6fb3;
	text-decoration:none
	}

a:hover, a:active {
	color: #1C99BD;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:960px;
	margin:0px auto;
	margin-top:5px;
	padding:0px;
	font-size:0.7em;
	}


#page {
	width:938px;
	margin:0px auto;
	padding:10px;
	padding-top:0px;
	background:#F1F1F1;
	font-size:0.7em;
	border-left: 1px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	background-position:0px 0px;
	background-image: url(images/page_up_bk.jpg);
	background-repeat: repeat-x;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	margin-top:15px;
	padding:0px 10px;
	text-transform:uppercase;
	background:#2c2c2c url(images/navbar.png);
	font: 100% Georgia, "Times New Roman", Times, serif;
	}

#page-bar {
	width:900px;
	padding-left:20px;
	padding-right:20px;
	
	 margin-bottom:3px;
	 margin-top:15px;
	}

#page-bar ul {
	display:inline;
	list-style:none;
		float:left;
	}

#page-bar li {
	list-style:none;
	cursor: pointer;
	float:left;
	}
#page-bar li.cat_s {
	background-color:#B7D6EC;
    color:#222;

		float:left;
	}
#page-bar li:hover {
	background-position:0 -31px;
	float:left;		
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:9px 10px;
	padding-bottom:8px;
	font-weight:bold;
	color:#000;
	display:block;

	float:left;

		
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
		float:left;
			background: #e0f5fb;
	}
#page-bar .current-cat {
	background-color:#B7D6EC;
	color:#222;
	text-decoration:underline;
	float:left;
}

	
	
#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:5px;
	margin-right:10px;
	}
/* meniu jos */	


#page-barjos {
	width:920px;
	padding-left:20px;
	padding-right:20px;
	 background:transparent url(images/meniu_jos.png) no-repeat; 
	 margin-bottom:15px;
	}

#page-barjos ul {
	display:inline;
	list-style:none;
	}

#page-barjos li {
	list-style:none;
	cursor: pointer;

	}

#page-barjos li:hover {
	/* background: #3c78a7; */
	background-position:0 -31px;

			
	}


#page-barjos a, #page-barjos a:visited {
	margin: 0px;
	padding:9px 20px;
	padding-bottom:8px;
	font-weight:bold;
	color:#000;
	display:block;
	margin-left:-10px;
	float:left;
	z-index:1;
		background:transparent url(images/butoane_jos.png) no-repeat;
	}

#page-barjos a:hover {
	text-decoration:none;
	display:block;
	background-position:0 -31px;
			
	}
#page-barjos a.lastmenu:hover {
	background-position:0 0;
	cursor:default;
}
#page-barjos a.lastmenu {
	background-position:0 0;
	height:14px;
	cursor:default;
}	
	
	
/* meniu subcategorii */ 
/* Navigation Bar*/


#page-bar2 {
	
	}

#page-bar2 ul {
	display:inline;
	list-style:none;
	width:925px;;
	padding:5px;
	background-color: #FFF;

	border: 1px solid #D8D8D8;
	margin-bottom:10px;
	}

#page-bar2 li {
	list-style:none;
	cursor: pointer;
	margin: 0px;
	padding:5px 10px;
	padding-bottom:8px;
	font-weight:bold;
	color:#000;
	display:block;
	/* background: #333; */
	float:left;
	margin-right:10px;

	}

#page-bar2 li:hover {
	 background: #3c78a7; 

			
	}


#page-bar2 a, #page-bar2 a:visited {

	font-weight:bold;
	color:#000;
	display:block;
	/* background: #333; */
	float:left;

	}

#page-bar2 a:hover {
	text-decoration:none;
	display:block;
	 background: #A5E0F1; 
color:white;
			
	}
#page-bar2 a.lastmenu:hover {
	cursor:default;
}


h1 {
font:3.5em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
font:2.3 Georgia, "Times New Roman", Times, serif;
font-weight:normal;
	}

h3 {
	
	margin-bottom:3px;
	color:#3c78a7;

	}

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
font:0.85em Georgia, "Times New Roman", Times, serif;
	color:#333;
	letter-spacing:-0.05em;

	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	margin-left:30px;
	width:350px;
	}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#fff;
	}

#top {
	padding:0;
	padding-top:10px;
	}

#headline {
	width:595px;
	float:left;
	background-color: #FFF;
	background-image: url(images/homepagetop.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding:5px;
		min-height:184px;
	font-size:11px;
	line-height:160%;
	margin:0;
		 border: 1px solid #D8D8D8; 

		
	}

#headline  .title {
	font-weight:bold;
	font:2em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.02em;
	display:block;
	padding-bottom:5px;
	padding-left:10px;
	padding-top:10px;
	}

#headline .meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
		padding-left:10px;
	}

#headline p {
	padding-bottom:15px;
		padding-left:10px;
		line-height:150%;
	}
	
	
	/* heline arhiva */
	
#headline_arhiva {
	width:586px;
	float:left;
	padding:0px;
	min-height:170px;
	margin:0px;
	background-color: #EBF6FA;
	border: 2px solid #E7E7E7;
	margin-bottom:10px;
	line-height:1.5em;
	}

#headline_arhiva  .title {
	font-weight:bold;
	font: 1.9em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.02em;
	padding-left:10px;
	padding-top:10px;
	}

#headline_arhiva .meta {
	display:block;

	padding-left:10px;
	}

#headline_arhiva p {

	padding-left:10px;
	font-size:0.9em;
	}

#featured {
	width:300px;
	background-color: #FFF;
	background-image: url(images/homepagetop2.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px;
		 border: 1px solid #D8D8D8; 
	float:right;
	padding:5px 10px 2px 10px;
	min-height:180px;
	margin-bottom:10px;
	}

#featured .clearfloat {

	margin-bottom:5px;
	}

#featured .info {
	margin-top:5px;
	padding-top:5px;
	float:right;
	width:180px;
	}

#featured .title {

	font:1.1em ;
	 font-weight:bold; 
	 letter-spacing:-0.01em;
	 margin-top:10px;

	}

#headline a img, #post a img{
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}
#featured a img {
	border:1px solid #ccc;
	margin-top:2px;
	margin-right:10px;
	padding:2px;
	}
#meniu_sus {
width:958px;
float:left;
margin-left:-10px;
	background-position:0px 0px;
	background-image: url(images/page_up.jpg);
	background-repeat: no-repeat;}
/* MENIU INDEX MIDDLE */
#middle_index {
	width: 927px;
	background-color: #FFF;
	/* background-image: url(images/middle_bar.jpg); 
	background-repeat: no-repeat;
	background-position: 0px 0px; */
		/* border: 1px solid #D8D8D8; */
		
	float:right;
	padding:0px;
	padding-left:10px;
	margin:0px;
	margin-bottom:10px;
	font: 100% Georgia, "Times New Roman", Times, serif;
	}

.category_index {
	width:166px;
	float:left;
	color:blue;
	margin:0px;
	padding:5px 8px 5px 8px;
	/* background:#fff; */
	
	}

.category_index p {
	margin:0;
	}

#cat-1_index  {font-size:11px;		letter-spacing:-0.02em; }
#cat-1_index:hover{
	background-color: #E4EEF1;
	min-height: 41px;
	background-repeat: no-repeat;
}
#cat-1_index:hover a {color:#333;}
.category_index span.cat_title_index, .cat_title_index {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:12px;
	letter-spacing:-0.02em;
	}

.category_index a {
	color:#333;
	display:block;
	background:none;
	}

.category_index a:hover {
	background:none;
	text-decoration:none;
}

	
	
	
/* MIDDLE MENIU */
#middle {
	width: 935px;
/* 	background-color: #FFF;
	 background-image: url(images/middle_bar.jpg); 
	background-repeat: no-repeat;
	background-position: 0px 0px; */
		/* border: 1px solid #D8D8D8; */
		
	float:right;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	font: 100% Georgia, "Times New Roman", Times, serif;
	}

.category {
	width:166px;
	float:left;
	color:blue;
	margin:0px;
	margin-top:5px;
	padding:5px 8px 5px 8px;
	/* background:#fff; */
	
	}

.category p {
	margin:0;
	}

#cat-1  {font-size:11px;		letter-spacing:-0.02em; }
#cat-2  {font-size:11px;		letter-spacing:-0.02em;	background-color: #FFF;background-image: url(images/bar_buton_selected.jpg);	min-height: 41px; background-repeat: no-repeat; }

.category span.cat_title, #front-popular h3, #front-list .cat_title,#front-list-post .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:12px;
	letter-spacing:-0.02em;
	}

#front-popular h3 {
	color:#000;
	}

.category a {
	color:#333;
	display:block;
	background:none;
		
	}

.category a:hover {
	background:none;
	
	text-decoration:none;

	}

#cat-1:hover{ 	background-color: #FFF;background-image: url(images/bar_buton_on.jpg);	min-height: 41px; background-repeat: no-repeat;}
#cat-2:hover{ 	background-color: #FFF;background-image: url(images/bar_buton_on.jpg);	min-height: 41px; background-repeat: no-repeat;}
	
#cat-1:hover a {color:#333;}


#bottom {
	width: 940px;
	}

#front-list {
	width:590px;
	background-color: #FFF;
	background-image: url(images/homepagetop.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	/* border: 1px solid #D8D8D8; */
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	
	}
#front-list-post {
	width:100%;
/* 	background-color: #FFF;
	background-image: url(images/homepagetop.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px; */
	/* border: 1px solid #D8D8D8; */
	/* padding:10px; */
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	
	}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font-family: Verdana;
	font-size:14px;
	letter-spacing:-0.02em;
	}

#front-list .clearfloat, #archive .clearfloat, #front-list-post .clearfloat {
	padding-bottom:10px; 
	 border-bottom:1px dotted #ccc; 
	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler, #front-list-post .spoiler{
	display:block;
	margin-top:3px;
	line-height:1.6em;
	}

#front-list p, #archive p, #front-list-post p {
	margin:0px;
	padding:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	color:#333;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}


/* Content Page*/

#content {
	width:590px;
		background-color: #FFF;
	background-image: url(images/homepagetop.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	/* border: 1px solid #D8D8D8; */
	padding:10px;
	font-size:1.05em;
	 /* line-height:1.75em;  */
	float:left;
	min-height:400px;
	margin-top:5px;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	color:#333;
	font-size:11px;
	}

#content h2.title {
	font:2em Georgia, "Times New Roman", Times, serif;
	color:#0d6fb3;
font-weight:normal;
	letter-spacing:-0.03em;
	/* border-bottom:1px solid #ddd; */
	/* padding-bottom:5px; */
	padding-top:5px;
	}
#content h3.title {
	font-size:1em ;
	color:#0d6fb3;
margin:0px;
padding:0px;

	/* border-bottom:1px solid #ddd;  */

	
	}

.post {
	
	font-size:1.05em;
 line-height:1.5em; 
	
	}

.post p {

	margin:10px;
	}

.post .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol , #front-list-post ul, #front-list-post ol{
	margin-bottom:15px;
	}

.post ul li, #front-list ul li , #front-list-post ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li, #front-list-post ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li , #front-list-post ol li ul li{	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img {
	border:2px solid #E7E7E7;
	margin:0 0px 0px 0;
	padding:0px;
	display:block;
	}
#front-list img,#front-list-post img, #archive img {
	border:2px solid #E7E7E7;
	margin:0 10px 5px 0;
	padding:2px;
	}
	
.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
width:580px;
float:left;
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:5px 0px 0px 0px;
	}

#sidebar h3 {
	font:1.5em Georgia, "Times New Roman", Times, serif;
	color:#333;
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;
	padding-bottom:5px;
	border-bottom: 1px dotted #000;
	}

#sidebar-top, #sidebar-bottom {
	width:296px;
	float:right;
	padding:0px 10px 10px 10px;
		background-color: #EBF6FA;
/* 	background-image: url(images/homepagetop2.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px; */
	border: 2px solid #E7E7E7;
	margin-bottom:10px;
	}

#sidebar-bottom, #sidebar-middle {
	margin-bottom:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
		background-color: #FFF;
	background-image: url(images/homepagetop2.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	/* border: 1px solid #D8D8D8; */
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background-color: #FFF;
	background-image: url(images/homepagetop2.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	border: 1px solid #D8D8D8;
	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 0px 5px;
	}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 5px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background-color: #FFF;
	/* border: 1px solid #D8D8D8; */
	}


/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#000;
	width: 940px;
	background:#ececec url(images/bottombar.png) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	padding-bottom:40px;
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:1px solid #D8D8D8;
	color:#000;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:1px solid #D8D8D8;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#000;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #D8D8D8;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#fff;
	color:#000;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}


#footer {
	margin: 0 auto;
	width: 960px;
	font-size:0.6em;
	padding-top:10px;
	padding-bottom:10px;
	}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
/* ale mele */
.grupare {
	float:left;
	width:300px;
	padding-bottom:5px;
	}
.grupare_main {
	float:left;
	width:285px;
	
	padding-right:10px;
	padding-bottom:0px;
	font-size:11px;
	}
.grupare_main2 {
	float:left;
	width:285px;
	padding-right:10px;
	padding-bottom:3px;
	font-size:11px;
	}
.grupare_main_titlu {
	font:1.2em  Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	
}.pic_top {

	margin: 3px;
	margin-top:8px;
	margin-left:8px;
	padding: 2px;
	float: left;
	/* border: 1px solid #D8D8D8; */
	background-color: #E7E7E7;
}

.pic_top_grup {

	padding-right: 5px;
	float: left;

}

#related_cat {
	width:296px;
	background-color: #EBF6FA;
/* 	background-image: url(images/homepagetop2.jpg);
	background-repeat: repeat-y;
	background-position: 2px 2px; */
		 border: 2px solid #E7E7E7; 
	float:right;
	padding:0px 10px 10px 10px;
margin-bottom:10px;
		line-height:1.6em;
	}
#related_cat p {
	margin:0px;
	padding:0px;

	}
#related_cat .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#related_cat .info {
	float:right;
width:200px;
margin-top:-10px;
	}

#related_cat .title {
	font-weight:bold;
	font-size:12px;
	color:#000;

	}
.pic_sidebar {
	margin: 3px;
	margin-right:10px;
	padding: 2px;
	float: left;
	border: 2px solid #E7E7E7;
}
.wp-caption-text { 
font-size:0.9em;
font-weight:bold;text-align: center;
line-height:1.2em;
margin:0px;
padding:0px;
}
#container-4 {
padding:0px;
margin:0px;

}
#container-4 ul{
	padding:0px;
	margin:0px;

	list-style:none;
}
#fragment-1 {
padding:0px;
margin:0px;
}
#fragment-2 {
padding:0px;
margin:0px;
}
#fragment-3 {
padding:0px;
margin:0px;
}
#fragment-4 {
padding:0px;
margin:0px;
}