/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/themes/twentytwelve
Author: Jacques Urbanska - Cécile Habran
Author URI: http://www.jacques-urbanska.be - http://www.cecile-habran.be
Description: specific css for Twenty Twelve theme
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("style-spammbe-jacques.css");

/* custumized */

/*-----------------GENERAL-----------------*/

.site{
	padding: 10px 5% !important;
	max-width: none !important;
	margin: 0 !important;
	width: 90% !important;
}
html, #page, body {
    background-color: #BEFFFF ! important;
    color: #000;
}
.site-content-home {
    margin: 24px auto;
}
.site-content-spammfr{
	width: 100% !important;
}
.wrapper{
	margin-bottom: 100px !important;
}

/*-----------------HEADER-----------------*/

.header-spammbe {
    height: 24px;
    position: relative;
    width: 100%;
    background-color: #000 !important;
}
#logo-royaume-belgique{
    height: 18px;
    padding: 3px;
}
#logo-spammfr {
	margin-top:20px;
}
.site .site-header{
	padding:0;
}

#belgium-flag {
    padding: 4px;
}

/*-----------------MENU-----------------*/

.nav-menu{
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.site .main-navigation{
	padding: 5px 0 10px 0;
	margin: 0;
}
.site .main-navigation li{
	margin: 0 0 0 -4px;
	padding: 2px 6px 0 5px;
	border-right: 1px solid #000;
}
.site .main-navigation li.current_page_item{
	background-color: #000;
}
.site .main-navigation li.current_page_item a{
	color: #BEFFFF;
	text-decoration: blink;
}

.site .main-navigation li.current_page_item a:hover {
	text-decoration: none;
}

.site .main-navigation li.current_page_item a

.site .main-navigation li:first-child{
	padding-left: 0 !important;
	margin-left: 0;
}
.site .main-navigation li a{
	line-height: 1;
	font-weight: bold;
	color: rgba(0,0,0,0.5);
}
.site .main-navigation .sub-menu{
	padding: 0;
	margin-left: -1px;
	left: 0;
}
.site .main-navigation .sub-menu li{
	padding: 0;
	border: none;
	background: none;
	margin: 0 !important;
}
.site .main-navigation .sub-menu li a{
	padding: 6px;
	background: #000;
	border: none;
	color: #BEFFFF;
	width: auto;
	letter-spacing: 1px;
	white-space: nowrap;
}
.site .main-navigation .sub-menu li a:hover{
	color: #FFF;
}
.site .menu-toggle{
	width: 100%;
	font-size: 14px;
	margin-top: 18px !important;
	height: auto !important;
}
.site .menu-toggle:hover, .menu-toggle.toggled-on{
	background: black !important;
	box-shadow: none !important;
}
.site .main-navigation ul.nav-menu.toggled-on, .menu-toggle{
	width: 100% !important;
}
@media screen and (max-width: 600px){
	.site .main-navigation li{
		text-transform: uppercase;
		border: none;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		margin: 0;
		padding: 0 !important;
		border-bottom: none !important;
	}
	.site .main-navigation li a{
		text-decoration: none !important;
		display: block;
		padding: 10px 0;
		background: rgba(0,0,0,0.5);
		color: #BEFFFF;
		border-top: 1px solid rgba(190, 255, 255, 0.32);
		font-weight: normal;
		letter-spacing: 1px;
	}	
	.site .main-navigation li a:hover{
		color: #FFF;
		background: rgba(0,0,0,0.8);
		border-top-color: rgba(0,0,0,0.5);
	}
	.site .main-navigation .sub-menu{
		margin-left: 0;
	}
	.site .main-navigation .sub-menu li a{
		background: rgba(0,0,0,0.5);
		border: none;
		color: #000;
	}
	.site .main-navigation .sub-menu li a:hover{
		color: #FFF;
		background: rgba(0,0,0,0.7);
	}

}

/*-----------------FOOTER-----------------*/

#footer-spammbe1 {
    background: rgba(0,0,0,0.5) !important;
    margin-top: 30px;
    padding-top: 39px;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;	
}

#footer-spammbe2 {
    background-color: #000000;
	color: #6A6A6A;
    height: 40px;
    width: 100%;
}

#footer-spammbe2 a {
	color: #6A6A6A;
    text-decoration:none;
}

#footer-spammbe2 a:hover {
	color: #6A6A6A;
    text-decoration:none;
}

#colophon{
	padding: 24px 5% !important;
	width: 90% !important;
	max-width: none !important;
	border-top: 1px solid #000;
}

/*-----------------SIDEBAR-----------------*/ 
.widget_rss .widget-title a{
	color: #000 !important;
}
.widget_rss .widget-title{
	border: none !important;
	font-size: 14px;
	background: url('http://www.spamm.be/wp-content/uploads/2013/09/square.png') no-repeat left 1px !important;
	padding-left: 20px;
	letter-spacing: 1px;
	line-height: 1.2;
}
.widget ul li {
	list-style: square outside none !important;
	margin-left: 10px !important;
}
.widget ul li a.rsswidget{
	font-size: 12px !important;
	color: #000 !important;
	line-height: 1.3;
}
.widget ul li a:hover{
	border-bottom: 1px dashed rgba(0,0,0,0.7);
	color: #000 !important;
}
/*-----------------IFRAME-----------------*/

.image-iframe {
    float: left;
    margin: 3px 6px 3px 0;
    max-height: 150px;
    max-width: 200px;
    overflow: hidden;
    position: relative;
}
.caption-works {
    position: absolute;
    top: 0;
    z-index: 100;
    width:100%;
    height:100%;
    background-color: #000;
    background-color: rgba(0,0,0,0.3);
    opacity:0;
}
.caption-works h2 {
    color: #FFFFFF;
    font-size: 1.6em;
    padding: 12px 0 5px;
}

.artist-work {
    color: #CCCCCC;
    font-size: 1em;
    font-style: italic;
    padding: 0 5px 5px;
}

.artist-name, .artist-work {
	text-transform:uppercase;	
}

.watch-now {
    background-color: #000000;
    bottom: 0;
    color: #BEFFFF ! important;
    display: block;
    font-size:0.9em ! important;
    font-style: normal ! important;
    padding: 15px ! important;
    position: absolute;
    width: 100%;
}
.image-iframe .wp-post-image {
    width: 200px !important;
	height: 150px;
	border-radius: 0;
	box-shadow: none;
	max-width: none;
}

.image-iframe a:hover, .image-iframe a:focus {
	color: none;
	outline: none;
	
}
.image-iframe a p {
    color: #CCCCCC;
    font-size: 1.1em;
    font-style: italic;
    padding: 0 5px 5px;
}
@media screen and (max-width: 600px){
	.image-iframe{
		width: 100% !important;
		max-width: none !important;
		margin: 6px auto !important;
	}
	.image-iframe .wp-post-image{
		width: 100% !important;
		height: auto !important;
	}
}
/*SOCIAL*/

div.pp_default .pp_social {
	margin-top: 3px !important;
	margin-left: 7px !important;
}

/*-----------------ARTICLES-----------------*/

.entry-header .entry-title {
    text-align: right ! important;
	-moz-transform: rotate(0deg);  
	-o-transform: rotate(0deg); 
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	font-family: Helvetica, Arial,sans-serif;
	text-transform: uppercase;
	font-size: 14px !important;
	display: inline-block;
	background: black;
	color: #BEFFFF;
    padding: 3px 4px 1px 5px;
	letter-spacing: 1px;
}

.entry-header .entry-title:hover {
	-moz-transform: rotate(180deg);  
	-o-transform: rotate(180deg); 
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.entry-header .entry-title a{
	color: #BEFFFF;
}
.entry-header .entry-title a:hover{
	color: white;
}
.site-content article{
	border-bottom: 4px double #000 !important;
	margin-bottom: 40px;
	padding-bottom: 15px;
}
.entry-meta-spammbe{
	color: rgba(0,0,0,0.6) !important;
	text-transform: uppercase;
	font-size: 11px !important;
	letter-spacing: 1px;
	font-weight: bold !important;
}
.entry-content a, .comment-content a{
	color: #000 !important;
	border-bottom: 1px dashed rgba(0,0,0,0.7);
	text-decoration: none;
	margin: 0 5px;
	line-height: 1 !important;
}
.entry-content a:hover, .comment-content a:hover{
	border-bottom: 1px solid #000;
}
.entry-content ul, .comment-content ul, .mu_register ul{
	list-style: square outside !important;
}
.entry-content blockquote, .comment-content blockquote{
	border-left: 1px solid #000;
	padding: 0 0 0 20px !important;
	margin: 25px 0 25px 16px !important;
	position: relative;
}
.entry-content p{
	line-height: 1.5 !important;
}
blockquote:before {
	content: "“" !important;
	font-size: 46px;
	font-family: Georgia;
	font-style: italic;
	position: absolute;
	top: -12px;
	left: -12px;
	height: 24px;
	width: 24px;
	background: black;
	color: #BEFFFF;
	line-height: 1;
}
.thumbnail-page{
	max-height: 143px !important;
}
/*-----------------SEARCH & FORMS-----------------*/
#searchform{
	margin-left: -4px;
}
#s{
	background: #fff;
	border: none;
	border-radius: 0;
	height: 22px;
	padding: 3px;
}
#searchsubmit, #submit, .site .menu-toggle{
	border: none;
	border-radius: 0;
	background: black;
	color: #BEFFFF;
	text-transform: uppercase;
	height: 27px;
	margin-top: 0px;
	padding: 6px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#searchsubmit:hover, #submit:hover, .site .menu-toggle:hover, .menu-toggle.toggled-on{
	border: none;
	border-radius: 0;
	background: black;
	color: #fff !important;
}
@media screen and (max-width: 724px){
	#searchsubmit{
		text-indent: -999999px;
		width: 27px;
		background: url('http://www.spamm.be/wp-content/uploads/2013/09/search.png') no-repeat black;
	}
	#searchsubmit:hover{
		background: url('http://www.spamm.be/wp-content/uploads/2013/09/search.png') no-repeat black;
	}
}

	
/*-----------------A TRIER-----------------*/
.strobo {
    position: absolute;
    top: 0;
    z-index: 50;
    width:100%;
    height:100%;
    background-color: #FFF;
    opacity:0;
}

/* photos galerie */

.gallery-item a, .gallery-item a:hover, .gallery-item a:visited {
    border-bottom: none ! important;
}


/* hide nav single & comments /*

#comments .nav-single {
display:none ! important;
}