/*
	Theme Name: Elegance
	Version: 1.0
*/

/* LAYOUT */
@font-face {
    font-family: 'BebasRegular';
    src: url('BEBAS___-webfont.eot');
    src: url('BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('BEBAS___-webfont.ttf') format('truetype'),
         url('BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CrimsonRoman';
    src: url('Crimson-Roman-webfont.eot');
    src: url('Crimson-Roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('Crimson-Roman-webfont.ttf') format('truetype'),
         url('Crimson-Roman-webfont.svg#CrimsonRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CrimsonBold';
    src: url('Crimson-Bold-webfont.eot');
    src: url('Crimson-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Crimson-Bold-webfont.ttf') format('truetype'),
         url('Crimson-Bold-webfont.svg#CrimsonBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CrimsonBoldItalic';
    src: url('Crimson-BoldItalic-webfont.eot');
    src: url('Crimson-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Crimson-BoldItalic-webfont.ttf') format('truetype'),
         url('Crimson-BoldItalic-webfont.svg#CrimsonBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CrimsonItalic';
    src: url('Crimson-Italic-webfont.eot');
    src: url('Crimson-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Crimson-Italic-webfont.ttf') format('truetype'),
         url('Crimson-Italic-webfont.svg#CrimsonItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CrimsonSemibold';
    src: url('Crimson-Semibold-webfont.eot');
    src: url('Crimson-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Crimson-Semibold-webfont.ttf') format('truetype'),
         url('Crimson-Semibold-webfont.svg#CrimsonSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CrimsonSemiboldItalic';
    src: url('Crimson-SemiboldItalic-webfont.eot');
    src: url('Crimson-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Crimson-SemiboldItalic-webfont.ttf') format('truetype'),
         url('Crimson-SemiboldItalic-webfont.svg#CrimsonSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	background: url(images/body.gif) repeat-x 50% 0%;	}
	
html {
	background: url(images/html.gif) repeat 50% 0%;
}

#wrapper {
	}

#container {
	}

#contentwrap {
	background: white;
	}

a {
	color: #393939;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #f0b028;
	font-weight: bold;
	text-decoration: none;
}


/* HEADER */

#header {
	position: relative;
	height: 150px;
	z-index: 99;
	}

#header h1 {
	padding: 50px 0 0;
	font-weight: normal;
	font-family: 'CrimsonBold', Times, serif;
	font-size: 40px;
	margin-bottom: 5px;
	letter-spacing: -1px;
	text-align: center;
}

#header h1 a, #header h1 a:visited {
	color: #f0b028;
	text-decoration: none;
	    text-shadow: 0 1px 0 #000;
	text-transform: uppercase;
}


#header h2 {
	color: #565353;
	font-size: 20px;
	font-family: 'BebasRegular', Arial, Helvetica, Sans-serif;
	word-spacing: 5px;
	text-align: center;
}
    
.logoimg {
    margin: 35px  0 0 20px;
    }

/* NAVIGATION MENUS */

#pagemenucontainer {
	height: 28px;
    float: left;
	margin-top: 5px;
}
	
#pagemenu {
	height: 28px;
    float: left;
}

#pagemenu, #pagemenu ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#pagemenu {
	margin-bottom: 1px;
	}
	
#pagemenu ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#pagemenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#pagemenu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#pagemenu li a, #pagemenu li a:link {
	color: #8b8b8b;
	display: block;
    margin: 0px 6px 0px 0;
	padding: 7px 25px 8px 22px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/arrow_black.png) no-repeat;

	}
	
#pagemenu li a:hover, #pagemenu li a:active {
	color: #fff;
	display: block;
	text-decoration: none;
	}
	
#pagemenu  li.current_page_item a {
	color: #fff;
	}

#pagemenu li:hover, #pagemenu li.sfhover { 
	position: static;
	}
	
.topright {
	text-align: right;
    margin: 6px 0 0 0;
	}

.topright a {
	color: #d9dad5;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
    font-weight: bold;
    text-transform: uppercase;
	}

.topright a:hover {
    color: #fff;
    }

#navcontainer {
	height: 67px;
    padding: 0 0 0 10px;
	background-image: url(images/header.png);
}
    
#navcontainer .current-cat a {
	color: #f0b028;
	}
	
/* CONTENT */

#content {
	padding: 15px 20px 15px 15px;
    color: #565353;
	}
h1,h2,h3,h4,h5 {
}
	
pre { overflow: auto; 
	width: 470px; 
	}
	
.post {
	padding-bottom: 15px;
    margin-bottom: 15px;
	margin-top: 20px;
}


.post p {
	padding-bottom: 10px;
}

.title {
	margin: 0 0 8px 0;
	padding: 0px;
	color: #2f2f2f;
	font: bold 26px/30px Georgia, "Times New Roman", Times, serif;
}

	
.title a {
	text-decoration: none;
	color: #2f2f2f;
	}

.title a:hover {
	text-decoration: none;
    color: #f0b028;
	}

.pagetitle {
	margin-bottom: 20px;
	text-decoration: none;
    color: #f0b028;
	font: 22px/24px 'BebasRegular', Arial, Verdana;
	margin-top: 20px;
}

.readmorecontent {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

a.readmore {
	font-family: 'BebasRegular';
	color: black;
	text-decoration: none;
    font-size: 13px;
	border: 1px solid #e5e5e5;
	padding: 7px;
	word-spacing: 5px;
}

a.readmore:hover {
    color: #f0b028;
	}


.postdate {
	font-size: 12px;
	padding: 1px 0px;
	font-family: Arial, Verdana;
	color: #686868;
	}


.postmeta {
	font-size: 12px;
	padding: 2px 4px;
	font-family: Arial, Verdana;
	color: #686868;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #797979;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
    
.navigation {
	padding: 10px 0;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 680px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
	}

.alignright {
   float: right;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}

/* wp-pagenavi */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #dfdfdf !important;
    background:none !important;
    border: 0 !important;
}
.wp-pagenavi a:hover {
    border: 0 !important;
    color: #fff !important;
    background:#353535 !important;
    border: 0 !important;
    
}
.wp-pagenavi span.pages {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #484646 !important;
    background: none !important;
    border: 0 !important;
}
.wp-pagenavi span.current {
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
    color: #fff !important;
    background: #f0b028;
    border: 0 !important;
}
.wp-pagenavi span.extend {
    font-size: 15px !important;
    padding:  4px 8px !important;
    background:transparent !important;
    color: #484646 !important;
    background: none !important;
    border: 0 !important;
}

/* SIDEBAR(S) */

.sidebaradbox {
	margin-top: 5px; 
	text-align:center;
	}
	
.ad125 {
	margin: 6px;
	}


.sidebar {
	margin: 0 10px 20px;
    color: #393939;
	font: bold 12px Arial, Helvetica, sans-serif;
	word-spacing: 5px;
	padding-left: 30px;
	text-transform: uppercase;
}
	
.sidebar a {
	text-decoration: none;
	color: #f0b028;
	font-weight: bold;
}

.sidebar a:hover {
	text-decoration: none;
	color: #393939;
	}
	
	
#search {
    border: 1px solid #353535;
    height: 26px;
    padding: 2px;
    background: #1c1c1c;
    text-align: left;
}

#search input {
	border: 0;
    background: none;
    color: #878787;
	padding-top: 4px;
}
	
	
#s {
	width: 220px;
	padding: 3px;
    margin:2px 0 0 0;
    background: none;
}

#topsearch {
    margin-top: 15px;
}
		
/* Social icons */
.addthis_toolbox {
    padding: 15px 0 0 0;
	text-align: center;
	}
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 3px 0 3px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.85;
}


	
.sidebarvideo {

	}

.sidebar h2 {
	background: url(images/widget.gif) repeat-x 0% 0%;
	min-height: 48px;
	color: #393939;
	font: 16px 'BebasRegular', Arial, helvetica, sand-sarif;
	padding: 13px 20px 0;
	margin-bottom: 0;
	border-top: 1px solid #e3e3e3;
}

.sidebar ul {
	list-style-type: none;
	margin: 20px 0px 10px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 30px;
	padding: 0px;
	}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.sidebar ul li li, .sidebar ul li ul li {
	margin: 0;
	background: url(images/marker.png) 6px 11px no-repeat;
	padding: 10px 0px 6px 30px;
}


#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #cecece;
	background: none!important;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background:  none !important;
    color: #cecece;
	}

#wp-calendar td {
	color: #cecece;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #242424;
	color: #cecece;
	}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
	}


/* FOOTER */

#footer {
	background: #2f2f2f;
	padding: 10px;
	text-align: center;
	color: #e9e9e9;
	font-size: 13px;
    margin-top: 0;
	height: 30px;
}

#footer a {
	color: #e9e9e9;
	} 

#footer a:hover {
    color: #e9e9e9;
	text-decoration: none;
	} 
	
#footer2 {
	color: #eaebeb;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	}
    	
#footer2 a {
	color: #eaebeb;
    text-decoration: none;
	} 
	
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.post_thumbnail {
    padding: 6px;
    border: 1px solid #3c3c3c;
    background: #212126;
    margin: 0 10px 10px 0;
}

.sottotitolo {
	font-weight: bold;
	color: #f0b028;
}

#ftajaxlogin_wrap {
	text-align: left;
	padding: 10px 100px 10px 10px;
}

.log {
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
	font-weight: bold;
}