/*
Theme Name: InfoPromotii Them
Theme URI: http://www.infopromotii.ro
Version: 1.0
Description: Tema creata pentru InfoPromotii.
Author: Tiberiu Petcu
Author URI: http://www.dlpetcu.ro
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a img {border: none;}

body {
	background: #FFFFFF;/* url('img/body.png') repeat top left;*/
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 20px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 2.2em Tahoma,sans-serif;letter-spacing:-1px;width:100%;}
h2 {font: normal 1.6em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

h1,h2,h3 {padding-top: 6px; color: #000000; margin-bottom: 4px;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */

#feed {
	margin:0 auto;
	width:780px;
	text-align:right;
	margin-bottom:10px;
	font: normal 1.8em Verdana,sans-serif;
	font-weight:bold;
	letter-spacing:-1px;
	padding:5px 0px 5px;	
	}

#feed a {
	color:#E10915;
	text-decoration:none;
	background:url(img/feed.gif) top right no-repeat;
	padding:5px 45px 5px;
	}

#feed a:hover {
	text-decoration:underline;
	}

.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.outer-container {
	padding-bottom: 64px;
}

/* headere & title */
.header {
	background: #222 url('img/cana.png') no-repeat right;
	height: 130px;
	margin-bottom: 5px;
	text-align: center;
	background-color:#E5E5E5;
}
.header .title {
	color: #FFF;
	padding-top: 40px;
}
.header .title .sitename a {
	color: #FFF;
	font: normal 3.4em sans-serif;
	font-weight:bold;
	letter-spacing:-2px;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title .sitename a:hover {color: #000;}
.header .title .slogan {
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;font-size:24px;
	padding-top: 30px;
	letter-spacing:-1px;
	color:#000000;
}

/* path */
.path {
	background: url('img/bgHeadBottom.jpg') repeat-x top left;
	color: #FFF;
	height:40px;
	padding:10px 0px 0px 10px;
	/*font: normal 1.4em Verdana,sans-serif;
	padding: 8px 12px 8px 0;*/
}

.path ul { display:inline; }
.path li {display:inline; }
.path a {color:#E10915;text-decoration:underline;font-family:"Trebuchet MS",Verdana,Arial,sans-serif;font-size:18px;}
.path a:hover {background-color:#E10915;color:#FFFFFF;text-decoration:none;font-family:"Trebuchet MS",Verdana,Arial,sans-serif;font-size:18px;}
.path form {display:inline; padding:0px 0px 0px 395px;}
.inputSearch {/*border:4px solid #FCC5C8;*/}
.inputSearch input {height:21px;width:110px;font-family:"Trebuchet MS",Verdana,Arial,sans-serif;font-size:16px;color:#DF0017;font-style:italic;background-color:#F4F4F4;border:4px #FCC5C8 solid;}
/*
.path li,.path ul {display: inline;}
.path a {
	color: #FFF;
	text-decoration: none;
	padding: 8px 16px 8px;
	font-weight:bold;
	letter-spacing:-1px;
	background: #D957AF;
}
.path a:hover {
	color: #000;
	text-decoration: none;
	background: #000000;
}*/

/* path2 */
.path2 {
	background: #D957AF;
	color: #FFF;
	font: normal 1.4em Verdana,sans-serif;
	padding: 8px 12px 8px 0;
	float:left;
}
.path2 li,.path2 ul {display: inline;}
.path2 a {
	color: #FFF;
	text-decoration: none;
	padding: 8px 16px 8px;
	font-weight:bold;
	letter-spacing:-1px;
	background: #D957AF;
}
.path2 a:hover {
	color: #000;
	text-decoration: none;
	background: #000000;
}

.formular {
float:right;
background: #D957AF;
height:30px;
width:417px;
text-align:right;
padding:6px 0px 0px 0px;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: left;
	width: 538px; /*si-l marim cu js*/
}
.content .descr {
	color: #664;
	font-size: 1em;
	margin-bottom: 6px;
}
.content li {
	line-height: 1.4em;
	list-style: url('img/li.gif');
	margin-left: 18px;
}
.content p {font-family: Verdana,sans-serif;font-size: 1.2em;}

/* navigation */
.navigation {
	float: right;
	width: 210px;
}
/*.navigation h2 {
	color: #000;
	font: bold 1.4em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}*/
/*.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #F0F0EB;
	color: #654;	
}*/

/* footer */
.footer {
	background: url('img/bgHeadBottom.jpg') repeat-x top left;
	color: #000000;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
	height:25px;
}
.footer a {
	color: #000000;
	text-decoration: none;
}
.footer a:hover { text-decoration:underline;}

/* posts */
.post h1 a {
	color: #000000;
	text-decoration: undeline;
}
.post h1 a:hover {
	border-color: #F60;
	color: #000;
}

.post {margin: 6px 0 2px; }
.post .info{
	background: #F7F7F7;
	border: 1px solid #000000;
	color: #666;
	margin: 2px 0 4px;
	padding: 5px 10px;
	font-size:1.1em;
	letter-spacing:-1px;
	color:#000000;
}
.post img {
	border: 4px solid #DDD;
	margin: 4px 0;
}
.post a img {border: 4px solid #DDD;}
.post a:hover img {border-color: #CCC;}

.info a {text-decoration: underline;}
.info a:hover {text-decoration: none;}

/* comments */
.content ol li {
	background: none;
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 360px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.navigation table caption {border-bottom-color:#000;}

.navigation table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.navigation table th {border-bottom-color:#000;}

.navigation table td#today {
  border-color:#000;
  color:#A53512;
}

.navigation table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.navigation table tfoot {border-top-color:#000;}

.navigation table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.navigation table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.navigation table thead tr {border-bottom:1px solid;}

.navigation table th {border-bottom:1px solid;}

.navigation table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
  border: none;
  font-weight: bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:center;}

#postnav {
	width:100%;
	float:left;
	padding:10px 0 10px 0;
	}

#postnav a {
	font-size:1.4em;
	}

.alignright {
	float:right;
	display:inline;
	}

.alignleft {
	float:left;
	display:inline;
	}

.categorii {background-image:url('img/bgCategorii.gif');background-repeat:no-repeat;color:#FFFFFF;font-family:"Trebuchet MS",Verdana,Arial,sans-serif;font-size:17px;font-style:italic;line-height:28px;padding-left:15px;padding-bottom:3px;width:200px;height:28px;}
.items {margin:0;padding:0;cursor:hand;cursor:pointer;font-family:"Trebuchet MS",Verdana,Arial,sans-serif;font-size:12px;}
.cat-item a {background-image:url('img/bgMenuItem.gif');background-repeat:no-repeat;display:block;width:190px;height:24px;padding-top:4px;padding-left:26px;cursor:hand;cursor:pointer;margin:0; color:#000000; text-decoration:none;}
.cat-item a:hover{background-image:url('img/bgMenuItemActive.jpg');background-repeat:no-repeat;text-decoration:none;cursor:hand;cursor:pointer;color:#000000;text-decoration:none;}

.specialitems {margin:0;padding:0;cursor:hand;cursor:pointer;font-family:"Trebuchet MS",Verdana,Arial,sans-serif;font-size:12px;}
.specialitems li a {background-image:url('img/bgMenuItem.gif');background-repeat:no-repeat;display:block;width:190px;height:24px;padding-top:4px;padding-left:26px;cursor:hand;cursor:pointer;margin:0; color:#000000; text-decoration:none;}
.specialitems li a:hover{background-image:url('img/bgMenuItemActive.jpg');background-repeat:no-repeat;text-decoration:none;cursor:hand;cursor:pointer;color:#000000;text-decoration:none;}

.current-cat a, .current-cat a:hover {
background-image:url('img/bgMenuItemSelected.gif');
background-repeat:no-repeat;
color:#FFFFFF;
text-decoration:none;
}
/*.current-cat a:hover {background-image:url('img/bgMenuItemActive.jpg');background-repeat:no-repeat;text-decoration:none;cursor:hand;cursor:pointer;color:#000000;text-decoration:none;}*/

.arhiva {margin:0;padding:0;cursor:hand;cursor:pointer;font-family:"Trebuchet MS",Verdana,Arial,sans-serif;font-size:12px;}
.arhiva li a{background-image:url('img/bgMenuItem.gif');background-repeat:no-repeat;display:block;width:190px;height:24px;padding-top:4px;padding-left:26px;cursor:hand;cursor:pointer;margin:0; color:#000000; text-decoration:none;}
.arhiva li a:hover{background-image:url('img/bgMenuItemActive.jpg');background-repeat:no-repeat;text-decoration:none;cursor:hand;cursor:pointer;color:#000000;text-decoration:none;}

.post a {color:#E10915;text-decoration:underline;}
.post a:hover {background-color:#E10915;color:#FFFFFF;text-decoration:none;}


.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#F7F7F7}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #F7F7F7;
  border-right:1px solid #F7F7F7;
  background:#F7F7F7}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #F7F7F7;
  border-right:1px solid #F7F7F7;
  background:#F7F7F7}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #F7F7F7;
  border-right:1px solid #F7F7F7;}
.spiffy4{
  border-left:1px solid #F7F7F7;
  border-right:1px solid #F7F7F7}
.spiffy5{
  border-left:1px solid #F7F7F7;
  border-right:1px solid #F7F7F7}
.spiffyfg{
  background:#F7F7F7}
#digg a:link, #digg a:visited{
	background-image:url(img/digg_i.gif);
	text-decoration:none;
display:block;
hight:14px;
width:16px;
}
#digg a:hover{
	background-image:url(img/digg.png);
background-color:#fff;
}

#delicious a:link, #delicious a:visited{
	background-image:url(img/delicious_i.gif);
	text-decoration:none;
display:block;
hight:16px;
width:16px;
}
#delicious a:hover{
	background-image:url(img/delicious.png);
background-color:#fff;
}

#google a:link, #google a:visited{
	background-image:url(img/googlebookmark_i.gif);
	text-decoration:none;
display:block;
hight:16px;
width:16px;
}
#google a:hover{
	background-image:url(img/googlebookmark.png);
background-color:#fff;
}

#twitter a:link, #twitter a:visited{
	background-image:url(img/twitter_i.gif);
	text-decoration:none;
display:block;
hight:16px;
width:16px;
}
#twitter a:hover{
	background-image:url(img/twitter.gif);
background-color:#fff;
}

#facebook a:link, #facebook a:visited{
	background-image:url(img/facebook_i.gif);
	text-decoration:none;
display:block;
hight:16px;
width:16px;
}
#facebook a:hover{
	background-image:url(img/facebook.png);
background-color:#fff;
}

#sphinn a:link, #sphinn a:visited{
	background-image:url(img/sphinn_i.gif);
	text-decoration:none;
display:block;
hight:16px;
width:16px;
}
#sphinn a:hover{
	background-image:url(img/sphinn.gif);
background-color:#fff;
}

#mixx a:link, #mixx a:visited{
	background-image:url(img/mixx_i.gif);
	text-decoration:none;
display:block;
hight:16px;
width:16px;
}
#mixx a:hover{
	background-image:url(img/mixx.png);
background-color:#fff;
}

*html #cat{
margin-left:-15px;
}

*+html #cat{
margin-left:-15px;
}
#searchform{
float:right;
margin-right:10px;
margin-top:-23px;
}
#searchform a:hover{
background-color:#F0E301;
}
