/*---:[ custom styles for the Copyblogger theme that YOU define ]:---*/

/*---:[ ------------------------------------------------------- ]:---*/

/*---:[ to change the body background, the default font, and the default font color... ]:---*/

/*---:[ NOTE: if you change the body background color, you will need to update your image files also ]:---*/

/*---:[ Download the image template (.psd) with the Organic theme package at 
http://www.copyblogger.com/downloads/organic.zip ]:---*/

body.custom { background: #fff; color: #222; font-family: Verdana, sans-serif; }

/*---:[ uncomment the following lines only if you've uploaded updated image files to the a folder called 
"custom" within your copyblogger theme directory ]:---*/

/* 

.custom .add_comment { background: url('custom/icon_comment.gif') 0 50% no-repeat; }

.custom #rss { background: url('custom/rss.gif') 50% 0 no-repeat; }

.custom li.widget li, .custom li.linkcat li { background: url('custom/bullet.gif') 0 0.4167em no-repeat; }

.custom dl#comment_list dt { background: url('custom/comment_top.gif') 0 100% no-repeat; 

.custom dl#comment_list dt.author { background: url('custom/comment_author_top.gif') 0 100% no-repeat; }

.custom dl#comment_list dd { background: #dfdfdf url('custom/comment_bottom.gif') 0 100% no-repeat; }

.custom dl#comment_list dd.author { background: #f6f4c9 url('custom/comment_author_bottom.gif') 0 100% no-repeat; }

*/



/*---:[ to change the colors of the header and footer... ]:---*/

.custom #header {height: 190px;
	background: #000 url(images/headerre.jpg) no-repeat 30% 0px;
 border-bottom-color: #a90000; color: #fff; }



/* Footer */


/* .custom #footer { background: #000; border-top-color: #a90000; color: #fff; } */


.custom #footer {
	width: 100%;
	height: 5em;
	background: #000;
	clear: both;
}

.custom #footer p {
	float: right;
	display: block;
	line-height: 30px;
	color: #8A8A8A;
	padding-right: 20px;
	font-size: 10px;
}

.custom #footer p a {
	color: #ADADAD;
}

.custom #footer p a:hover {
	color: #fff;
}



.custom #footer ul { list-style: none; }

.custom #footer ul li { font-size: 10px; float: left; }

.custom #footer ul li a, #nav ul li a:visited { display: block; padding: 0 15px; color: #fff; }


.custom #footer ul li a:hover, #nav ul li a.current:hover { color: #fff !important;
text-decoration: none !important; }

.custom #footer ul li a.current, #nav ul li a.current:visited { color: #a90000; text-decoration: underline; }


/*
.custom #footer ul {
 display: block;
   line-height: 30px;
	/*width: 70%;*/
	/*height: 3em;*/
	font-size: 10px;
}

.custom #footer li {
	display: inline;
}

.custom #footer li a {
	display: inline;
	padding: 0 15px;
	line-height: 30px;
	float: left;
	color: #8A8A8A;
}

.custom #footer li a:hover {
display: inline;
	padding: 0 15px;
	line-height: 30px;
	float: left;
	color: #fff;
}

.custom #footer li a:visited {
	color: #fff;
} 
*/




/*---:[ to change link colors and behaviors... ]:---*/

.custom a { color: #a90000; }

.custom a:visited { color: #777; }

.custom a:hover { color: #a90000; }

/*---:[ site title (logo) in the header ]:---*/

.custom #logo a { color: #fff; font-family: "American Typewriter", "Trebuchet MS", Verdana, sans-serif; }

/*---:[ navigation links in the header ]:---*/

.custom #nav ul li a, .custom #nav ul li a:visited { color: #a90000; }

.custom #nav ul li a:hover, .custom #nav ul li a.current:hover { color: #fff !important; background: #a90000; }

/* leave the !important declaration */

.custom #nav ul li a.current, .custom #nav ul li a.current:visited { color: #a90000; }

/*---:[ headline link colors on the main page, archive pages, and search pages ]:---*/

.custom h2 a, .custom h2 a:visited { color: #a90000; }

.custom h2 a:hover { color: #000; }

.custom h1 a, .custom h1 a:visited { color: #a90000; }

.custom h1 a:hover { color: #000; }

/*---:[ category links located underneath headlines ]:---*/

.custom .post_date a, .custom .post_date a:visited { color: #000; }

.custom .post_date a:hover { color: #000; background: #ccc; }

/*---:[ link behavior within posts ]:---*/

.custom .entry a, .custom .entry a:visited { border-color: #bbb; }

.custom .entry a:hover { color: #fff; background: #a90000; }

/*---:[ link to comments that follows posts on the main page, archive pages, and search pages ]:---*/

.custom .post_meta a:hover { color: #000; border-color: #a90000; }

/*---:[ inter-post navigation (found at the bottom of main pages or at the top of single post pages) ]:---*/

.custom .navigation a:hover { color: #000; border-color: #a90000; }

/*---:[ sidebar link colors ]:---*/

.custom li.widget li a:hover, .custom li.linkcat li a:hover { color: #000; border-color: #a90000; }

/*---:[ calendar widget link colors ]:---*/

.custom table#wp-calendar td a, .custom table#wp-calendar td a:visited { color: #a90000; }

.custom table#wp-calendar td a:hover { color: #a90000; }

/*---:[ comment permalink colors (precedes the commenter's name on each comment) ]:---*/

.custom dl#comment_list dt .comment_num a, .custom dl#comment_list dt .comment_num a:visited { color: #999; }

.custom dl#comment_list dt .comment_num a:hover { color: #a90000; }

/*---:[ comment author's link colors ]:---*/

.custom dl#comment_list dt strong a, .custom dl#comment_list dt strong a:visited { color: #000; 
border-color: #999; }

.custom dl#comment_list dt strong a:hover { color: #000; border-color: #a90000; }

/*---:[ footer link colors ]:---*/

.custom #footer a, .custom #footer a:visited { color: #fff; border-color: #a90000; }

.custom #footer a:hover { color: #fff; border-color: #fff; }

/*---:[ to change all of the gray double-borders in one fell swoop... ]:---*/

.custom .page h1, .custom #sidebar h2, #comments h3.comment_intro, .custom .post_date, .custom .post_meta, .custom .page .entry { border-color: #ccc; }

/*---:[ other stuff you may want to change... ]:---*/

/*---:[ headlines ]:---*/

	.custom h1, .custom h2, .custom h3, .custom h4, .custom h5 { font-weight: bold; 
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.custom h1, .custom h2 { color: #a90000; }

.custom .archive h1 { color: #000; }

.custom #sidebar h2 { color: #000; }

.custom h3 { color: #000; }

.custom h4 { color: #a90000; }

.custom h5 { color: #000; }

/*---:[ in-post stuff ]:---*/

.custom blockquote { font-family: Georgia, "Times New Roman", Times, serif; color: #555; 
border-color: #a90000; }

.custom blockquote.right, .custom blockquote.left { border-color: #ccc; } 

.custom blockquote.align {text-align: left; }

/* These are pullquotes */

.custom code { color: #090; font-family: Courier, "Courier New", monospace; }

.custom .post_date { color: #aaa; }

.custom img.frame { border-color: #ddd; }

/*---:[ calendar widget ]:---*/

.custom table#wp-calendar caption { border-color: #ccc; }

.custom table#wp-calendar th { color: #666; border-color: #ccc; }

.custom table#wp-calendar td { color: #999; }

	/*---:[ comments ]:---*/

.custom dl#comment_list dt { color: #999; }

.custom dl#comment_list dt strong { color: #000; } /* Comment author's name */


/*---:[ comment form elements ]:---*/

.custom #comment_form .text_input { color: #a90000; font-family: Verdana, sans-serif; 
border-top-color: #999; border-left-color: #999; border-right-color: #eee; border-bottom-color: #eee; }

.custom #comment_form .text_input:focus { border-top-color: #666; border-left-color: #666; 
border-right-color: #ddd; border-bottom-color: #ddd; }

.custom #comment_form .form_submit { color: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

 /* This is the submit button on the comment form */

.custom #comment_form .form_submit:hover { color: #a90000; }

/*---:[ search form ]:---*/

.custom #search_form .search_input { color: #777; font-family: Verdana, sans-serif; 
border-color: #999; border-right-color: #eee; border-bottom-color: #eee; }

.custom #search_form .search_input:focus { border-top-color: #666; border-left-color: #666; 
border-right-color: #ddd; border-bottom-color: #ddd; }

/*---:[ CSEKE CSEKE CSEKE CSEKE CSEKE CSEKE CSEKE CSEKE CSEKE CSEKE CSEKE ]:---*/


.custom .sarga a{background: #FFFF99; color:#000000; font-weight:normal;
text-decoration:none;
}

.custom .sarga a:hover{background: #FFF9F2; color:#000000; text-decoration:none;
font-weight:normal;}

.custom #transindex {border-bottom:medium dashed #EDEDED; padding:4px 4px 4px 4px;}
.custom #transindex:hover{background: #F7F7F7;}

.custom #transindexr {background: #FCFCFC; padding: 3em 4px 4px 4px;}
.custom #transindexr:hover{background: #FFF8DC;}

.custom #produs {background: #FCFCFC; padding: 4px 0px 0px 4px;}
.custom #produs:hover {background: #FFF8DC;}
.custom #produs h3{ display: block; padding-top: 3em; padding-left: 4px; color: #000;}

.custom #produs h3 a{clear: left; display: inline; color: #000; text-decoration: none; border-color: #FCFCFC; }
.custom #produs h3 a:hover{clear: left; display: inline; color: #000; background: none; text-decoration: underline; }

.custom #prod {background: none; padding: 0px; }
.custom #prod img a, a:hover {border: none; display: inline; clear: both; }


.o1 {border-bottom:#C9B884 1px dashed; padding:0px 1em 8px 3px; margin:0 0 8px 5px;}


.image{color: #000; text-decoration: none; border-color: none; 
}
.image:hover {border-bottom: none; background-color: transparent; padding: 0px; }

.custom .th {background: #005050; background-image: url('http://www.cameolis.ro//wp-content/themes/copyblogger/rotate/about_us.gif');
background-repeat: repeat-x;
color: #fff; height: 2em;}

.custom .td {background: #FAFCFD; 
background-image: url('http://www.cameolis.ro/wp-content/themes/copyblogger/rotate/td.jpg');
background-repeat: repeat-x;
color: #535454; height: 2em; 
border-style: solid;
border-width: 1px;
border-color: #E7E8FF;
text-align: center;}


.custom .ttleft {background: #FAFCFD; 
background-image: url('http://www.cameolis.ro/wp-content/themes/copyblogger/rotate/td.jpg');
background-repeat: repeat-x;
color: #535454;
border-style: solid;
border-width: 1px;
border-color: #E7E8FF;
text-align: left;
float:left;
padding:2px;
width: 48%;}

.custom .ttright {background: #FAFCFD; 
background-image: url('http://www.cameolis.ro/wp-content/themes/copyblogger/rotate/td.jpg');
background-repeat: repeat-x;
color: #535454;
border-style: solid;
border-width: 1px;
border-color: #E7E8FF;
float:right;
padding:2px;
width: 48%;}

.custom .ttright a, a:hover {border-bottom: none; background-color: transparent; padding: 0px;}
.custom #hide img {display: none;}


.custom .titleleft {background: #005050; background-image: url('http://www.cameolis.ro/wp-content/themes/copyblogger/rotate/about_us.gif');
background-repeat: repeat-x;
color: #fff; 
padding:2px;
padding-top: 6px;
border-style: solid;
border-color:#005050;
border-width: 1px;
border-width: 1px;
text-align:center;
float:left;
height:2em;
width: 48%;}

.custom .titleright {background: #005050; background-image: url('http://www.cameolis.ro/wp-content/themes/copyblogger/rotate/about_us.gif');
background-repeat: repeat-x;
color: #fff; 
padding:2px;
padding-top: 6px;
border-style: solid;
border-color:#005050;
border-width: 1px;
text-align:center;
float:right;
height:2em;
width: 48%;}

.custom .wrap {background: #FAFCFD; 
background-image: url('http://www.cameolis.ro/wp-content/themes/copyblogger/rotate/td.jpg');
background-repeat: repeat-x;
color: #535454;
border-style: solid;
border-width: 1px;
border-color: #E7E8FF;
text-align: center;
float:left;
padding:5px;
padding-bottom: 5em;
width: 100%;}


.custom .tdn a, a:hover {display: inline; padding: 0px; border:none;}

.custom .tdn img a {border: none;}