/*
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/
*/



.custom #container {
    margin-top: 4em;
    margin-bottom: 2em;
   
    border: 0.2em solid #36414D;
}

.custom #page {
    background: #fff;
}

.custom .menu { padding: 0 1.1em; font-weight: bold; 

}

.custom #header { padding-top: 0;
}	
}

/*BEGIN center align sidebar titles*/

.custom .sidebar h3 { text-align: center; }
.custom #sidebars { text-align:center; }

/*END center align sidebar titles*/

/* Remove Closed Comments Link */
.custom .comments_closed p {display: none;}

/* Remove Leave a Comment text */
.custom #respond_intro p {display: none;}

/* START Remove Comment link from various pages */
.stegastika p.to_comments a {display:none;}
.contact p.to_comments a {display:none;}
.about p.to_comments a {display:none;}
.thank-you p.to_comments a {display:none;}
/* END Remove Comment link from various page */

/* START Header Logo */
.custom #header { border-bottom:none;
height:100px;
padding-top:0;
padding-bottom:0;
background:url(images/blue.jpg)
center left no-repeat; }

.custom #header #logo { display:; }
.custom #header #tagline { display:; }
/* END Header Logo */

.custom .menu li {padding-right:0.2em;
padding-top:0.2em;
}

/* Center post title for stegastika page */
.stegastika .headline_area h1,
.stegastika .headline_area h2 a {
text-align: center;
font-size: 2.3em; 
}


/* Center post title for epitokia stegastikon page */
.epitokia-stegastikon-daneion .headline_area h1,
.epitokia-stegastikon-daneion .headline_area h2 a {
text-align: center;
font-size: 2.3em; 
}

/* Center post title for daneio protis katoikias page */
.daneio-protis-katoikias .headline_area h1,
.daneio-protis-katoikias .headline_area h2 a {
text-align: center;
font-size: 2.3em; 
}

/* Center post title for epilogi asfaleias piros seismou page */
.epilogi-asfaleias-piros-seismou .headline_area h1,
.epilogi-asfaleias-piros-seismou .headline_area h2 a {
text-align: center;
font-size: 2.3em; 
}

.custom .format_text {
line-height: 1.3em;
}

.custom p.alert2 { background: #ffffa0; border: 1px solid #e5e597; }

/* Welcome Box Formatting */
.custom div.welcome_box {width: 90%; padding: 0.571em 0.786em; margin-left: 1em; margin-right: 1em; margin-bottom: 1em; margin-top: 1em; margin-bottom: 0em; padding-bottom: 0em;}
.custom .format_text p.welcomebox { padding: 0.571em 0.786em; background: #ffffa0; border: 1px dotted #e5e597; }

.custom #custom_box {
line-height: 1.0em;
}
