/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/* CIVIL BLOGOKHOZ */

/* jellemző színek
	#E5E7E6 - szürke háttér 

*/

.custom a { color: #888888; }
/* a { color: #2361a1; text-decoration: none; } */

.custom a:hover { color: #04ABF3; }
/* a:hover { text-decoration: none; } */

/* háttér és tartalom felület színek, keretek, margók */

body.custom { background: #E5E7E6; }
/* body { background: #fff; color: #111; font-size: 62.5%; } */

.custom #container { margin-top: 1em; margin-bottom: 1em; }
     /* #container { width: ' . round(($container / $base), 1) . 'em; margin: 0 auto; } */

.custom #page { background: #fff; padding: 0 2em 2em 2em; }
     /* #page { padding: 2em; } */


/*  fejléc és logo  */

.custom #header { background: url("/wp-content/common-stuff/civilradio-small.gif"); background-repeat: no-repeat; background-position: right; border-bottom: 0px ; }		
     /* #header { padding-right: ' . round(($header_padding / $base), 1) . 'em; padding-left: ' . round(($header_padding / $base), 1) . 'em; }'; } */
     /* #header { border-bottom: 3px double #ddd; clear: both; } */

.custom #header #logo a { color: #04ABF3; }
     /* #header #logo a:hover { color: #2361a1; } */

.custom #header #tagline { color: #000000; margin-right:250px; font-size:13px; font-weight:bold; } 
     /* #header #tagline { font-weight: normal; color: #888; } */

/* --- remove "comments are closed" --- */
.custom .comments_closed, p.to_comments {
display: none;
}

/* lábléc */	 

	.custom #footer { border-top: 1px dotted #ddd; margin-top: 7px; }
         /* #footer { color: #888; border-top: 3px double #ddd; text-align: right; clear: both; } */
	
/* menüsor - navmenu styles */

.custom .menu {
	border-top: dotted #dddddd 1px;
	border-bottom: dotted #dddddd 1px;
	margin-bottom: 10px;}
	
.custom	.menu a {
	line-height: 0.8em;}
	
.custom .current {
	font-weight: bold;}

/*.custom ul#tabs { border: 1px dotted #ddd; border-width: 1px 0 1px 0; margin-bottom: 7px; }
     /* ul#tabs { list-style: none; border: 1px solid #ddd; border-width: 0 0 1px 1px; } */
	
/*	.custom ul#tabs li { background: none; border: 0px; }
	     /* ul#tabs li { margin-bottom: -0.1em; background: #efefef; border: 1px solid #ddd; border-left: 0; float: left; } */

/*	.custom ul#tabs li.current_page_item, ul#tabs li.current-cat { font-weight: bold; background: none; }
	     /* ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0; } */
	
/*.custom ul#tabs li a { color: #888888; }
		     /* ul#tabs li a { display: block; line-height: 1em; color: #111; text-transform: uppercase; letter-spacing: 2px; } */

/*		.custom ul#tabs li a:hover { text-decoration: none; color: #04ABF3; }
		     /* ul#tabs li a:hover { color: #111; text-decoration: underline; } */

/*        .custom ul#tabs li.current_page_item a, ul#tabs li.current-cat a { color: #04ABF3; }
			 /* ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default; } */

		     /* ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; } */
	
	         /* ul#tabs li.rss { padding-right: 0; background: none; border: none; float: right; } */

		     /* ul#tabs li.rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; } */

/* címsorok, és jelzősorok - headlines and bylines */


     /* h1, h2, h3, h4 { font-size: 1em; font-weight: normal; } */

.custom h2 a { color: #FF8700; font-weight: bold; }
     /* h2 a { color: #111; } */

.custom h2 a:hover { color: #FF8700; }
      /*h2 a:hover { color: #2361a1; } */

.custom .headline_area h1, .headline_area h2 { font-weight: bold; color: #FF8700; }
     /* .headline_area h1, .headline_area h2 { font-size: 2.2em; line-height: 1.364em; } font-weight: bold; color: #FF8500;*/

/* .headline_meta a { color: #888888; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #eeeeee; } */

/*.custom .format_text h1, h2, h3, h4 { font-size: 1em; font-weight: bold; color: #FFA540; }	 */

.custom .format_text h1 { color: #FFA540; font-weight: bold; font-size: 1.385em; line-height: 1.111em; margin-top: 1.667em; margin-right: 0pt; margin-bottom: 0.556em; margin-left: 0pt; }
.custom .format_text h2 { color: #FFA540; font-weight: bold; font-size: 1em; line-height: 1em; margin-top: 1.4em; margin-right: 0pt; margin-bottom: 0.4em; margin-left: 0pt; }
.custom .format_text h3 { color: #FFA540; font-weight: normal; font-size: 1em; line-height: 1em; margin-top: 1.4em; margin-right: 0pt; margin-bottom: 0.4em; margin-left: 0pt; }
     /* .format_text h3 { font-size: 1.385em; line-height: 1.111em; margin-top: 1.667em; margin-right: 0pt; margin-bottom: 0.556em; margin-left: 0pt; } */
.custom .format_text h4 { color: #737473; font-weight: normal; font-size: 1em; line-height: 1em; margin-top: 1.4em; margin-right: 0pt; margin-bottom: 0.4em; margin-left: 0pt; }
                  /* h4 { font-size: 1em; font-weight: bold; } */




.custom blockquote { border-left-width: 6px; border-left-color: #FFBD73; color: #888888; }
    /* blockquote { border-left-width-value: 1px; border-left-style-value: solid; border-left-color-value: #dddddd; border-left-width-ltr-source: physical; border-left-width-rtl-source: physical; border-left-style-ltr-source: physical; border-left-style-rtl-source: physical; border-left-color-ltr-source: physical; border-left-color-rtl-source: physical; color: #666666; } */
	/* background: #FFFAF0; */

.custom .format_text blockquote { margin-left: 2em; }
     /* .format_text blockquote { margin-top: 0pt; margin-right: 0pt; margin-bottom: 1.538em; margin-left: 0.769em; 
padding-left: 0.769em; } */

/* menük - sidebar styles */

.custom .sidebar h3 { color: black; }
/* .sidebar h3 { color: #555; } */
/* .sidebar h3 { font-size: ' . $relative[$h3] . 'em; line-height: ' . round(($line_height / $h3), 3) . 'em; ' . $secondary_font_family . 'margin-bottom: ' . round((8 / $h3), 3) . 'em; font-variant: small-caps; letter-spacing: 2px; } */
	
.custom .sidebar a { text-decoration: none; color: #888888; }
	
.custom .sidebar a:hover { text-decoration: underline; color: #04ABF3; }
     /* .sidebar a:hover { text-decoration: underline; } */


/* kommentek */

.custom .author_comment { background-color: #FFBD73; }
     /* .author_comment { background-color: #e7f8fb; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0% 0%; } */
	
	
/* hozzászólás jelző címlapon */
	
/* .format_text a { text-decoration: underline; } */

/* .format_text a:hover { text-decoration: none; } */

.custom .format_text .to_comments a { color: #888888; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #eeeeee; }
     /* .format_text .to_comments a { color: #666666; text-decoration: none; } */

.custom .format_text .to_comments a:hover { color: #04ABF3; text-decoration: none; }
     /* .format_text .to_comments a:hover { color: #111111; text-decoration: underline; } */

.custom .format_text .to_comments span { color: #888888; }
      /*.format_text .to_comments span { color: #111111; } */

.custom .format_text .to_comments span { font-size: 1em; color: #888888; }
      /*.format_text .to_comments span { font-size: 1.667em; line-height: 1em; } */

	  
/* hozzászólás jelző kommentek előtt */


     /* .comments_intro p { color: #666666; font-size: 1.2em; line-height: 1.667em; } */


     /* .comments_intro a { text-decoration: underline; } */

/* .comments_intro a:hover { text-decoration: none; } */

.custom .comments_intro p { color: #888888; } 
     /* .comments_intro p { color: #666666; font-size: 1.2em; line-height: 1.667em; } */

.custom .comments_intro span { color: #888888; }
     /* .comments_intro span { color: #111111; } */

.custom .comments_intro span { color: #888888; font-size: 1em; }
     /* .comments_intro span { font-size: 1.667em; line-height: 1em; } */
	 
.custom .comments_intro span.bracket { color: #888888; } */
     /* .comments_intro span.bracket { color: #cccccc; } */


/* teaser */

.custom .teaser h2 {  }
     /* .teaser h2 { font-size: 1.4em; line-height: 1.429em; } */


/*	WordPress image captioning  (14) */
.custom .format_text .alignleft { margin: 0.286em 1.071em 0em -0.357em; float: left; clear: left; }
.custom .format_text .alignright { margin: 0.286em -0.357em 0em 1.071em; float: right; clear: right; }
.custom .format_text .aligncenter { display: block; margin: 0 auto 0.857em auto; float: none; clear: both; }
.custom .format_text .wp-caption { background-color:#eeeeee; border:1px solid #dddddd; text-align:center; padding: 0.357em 0em 0.357em 0em;}
                  /* .wp-caption { border-top-width: 1px; border-right-width-value: 1px; border-right-width-ltr-source: physical; border-right-width-rtl-source: physical; border-bottom-width: 1px; border-left-width-value: 1px; border-left-width-ltr-source: physical; border-left-width-rtl-source: physical; border-top-style: solid; border-right-style-value: solid; border-right-style-ltr-source: physical; border-right-style-rtl-source: physical; border-bottom-style: solid; border-left-style-value: solid; border-left-style-ltr-source: physical; border-left-style-rtl-source: physical; border-top-color: #dddddd; border-right-color-value: #dddddd; border-right-color-ltr-source: physical; border-right-color-rtl-source: physical; border-bottom-color: #dddddd; border-left-color-value: #dddddd; border-left-color-ltr-source: physical; border-left-color-rtl-source: physical; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px;} tinymce! */

.custom .format_text .wp-caption p { font-size: 0.786em; margin-bottom: 0; }

.custom .format_text p { margin-bottom: 1em;} /* (14)margin-bottom: 1.571em; */

 
 
 /* mutimedia box */
 
.custom #image_box { background: #fff; border-bottom: 0px; } /*padding: 1.1em; background: #eee; border-bottom: 1px solid #ddd; */
.custom #image_box img { padding: 0.5em; background: #E5E7E6; border: 0em;} /* display: block; padding: 0.1em; background: #fff; border: 0.1em solid #bbb; */
.custom #custom_box { background: #fff; border-bottom: 0px; padding: 0px 0px 0px 4px ; } /* padding: 1.1em; background: #eee; border-bottom: 1px solid #ddd; */


	
