/*

Theme Name: Tanja Dankner

Theme URI: http://www.tanjadankner.com

Description: Theme

Version: 1.0

Author: Gustavo Salami

Author URI: http://www.gustavosalami.com/

Tags: Custom



*/
* {	margin: 0; padding: 0; }
.clear { font-size: 1px; clear: both; }
html, body {
	height: 100%;
}
body {
	font-family:Helvetica neue, Arial, sans-serif;
	background: #000;
	text-align: center;
}
a {
	color: #bc9c78;
}
a:hover {
	color: #fff;
}
@media screen {
	body>div#img {
		position: fixed;
	}
}

#container {
	top: 290px;;
	width: 975px;
	height: 100%;
	background: url("images/container.png") repeat-y top left;
	position: absolute;
	left: 50%;
	margin-left: -487px;
	z-index: 2;
}
#img {
	overflow: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
#img img {
	width: 100%;
	display: none;
}
#wrapper {
	width: 975px;
	position: absolute;
	left: 50%;
	margin-left: -487px;
	z-index: 3;
	text-align: left;
}
#big_header {
	width: 975px;
	height: 450px;
	background: url("images/header.png");
	text-indent: -50000px;
	overflow: hidden;
}
#big_header h1 a {
	display: block;
	width: 450px;
	height: 150px;
}
#small_header {
	width: 975px;
	height: 255px;
	background: url("images/header_small.png");
	text-indent: -50000px;
	overflow: hidden;
}
#small_header h1 a {
	display: block;
	float: right;
	width: 970px;
	height: 255px;
}
.no_video {
	background: url("images/header_no_vide.png");
}
#navigation {
	list-style: none;
	/*font: bold 13px Verdana;*/
   font-family: 'Cantarell', arial, serif;;
   font-size: 17px;
   font-weight: lighter;
	text-align: center;
	font-variant: small-caps;
}
#navigation li {
	float: left;
}
#navigation li a {
	display: block;
	width: 77px;
	padding: 4px 10px;
	/*border-right: 1px solid #7a2100;*/
	/*border-bottom: 1px solid #7a2100;*/
	/*border-top: 1px solid #7a2100;*/
	text-decoration: none;
	background: url('http://www.tanjadankner.com/blog/wp-content/themes/tanja_dankner/images/bg_menu.png') repeat;
}
#navigation li:last-child a {
	width: 101px;
	border-right: none;
}
#navigation .current_page_item a, #navigation li a:hover  {
	/*text-decoration: underline;*/
	background: #bc9c78;
	color: white;
}
#content {
	width: 555px;
	padding: 30px;
	color: #d5c7b8;
	font-size: 11px;
	line-height: 1.5;
	float: left;
	text-align: justify;
	letter-spacing: 1.5px;
	font-weight: lighter;
	
}
#content strong{
	font-weight: bold;
	
}


#content h2 {
	margin-bottom: 2em;
	font: small-caps 2.1em 'Cantarell', arial, serif;
	letter-spacing: 1.5px;

}
#content h3 {
	width: 560px;
	/*background: #7a2100;*/
	border-bottom: 1px solid #7a2100;	
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-size: 1.6em;
	font: small-caps 2.1em 'Cantarell', arial, serif;
	letter-spacing: 0.5px;

}
#content p {
	margin-bottom: 1em;
	font-size: 1.4em;
}
#sidebar {
	width: 300px;
	padding-top: 30px;
	padding-left: 50px;
	float: left;
	font-size: 0.8em;
}
#sidebar h2 {
	color: #fff;
	margin-bottom: 1em;
}
#sidebar div {
	margin-bottom: 30px;
}
#sidebar p {
	color: #fff;
	font-size: 11px;
	margin-bottom: 5px;
}
#sidebar p em {
	color: #666;
	font-size: 10px;
}
#tweetContent {
/*background-color:#ECECEC;*/
float:left;
height:auto;
overflow:hidden;
padding:10px !important;
width:205px;
}

#footer {
	width: 560px;
	padding: 0 30px 30px 30px;
	color: #fff;
	font-size: 0.8em;
	line-height: 1.5;
	position: relative;
}
#footer ul {
	list-style: none;
	width: 33%;
	float: left;
	border-top: 1px solid #7a2100;
	padding-top: 30px;
}
#footer ul li strong {
	font-size: 16px;
	display: block;
	width: 100%;
	margin-bottom: 7px;
	line-height: 1.5;
	text-align: justify;
	letter-spacing: 1.5px;
	font-weight: bold;
	font: small-caps 'Cantarell', arial, serif;

}
#footer ul li a {
	color: #ccc;
	text-indent: 10px;
	display: block;
	width: 90%;
	margin-bottom: 4px;
	text-decoration: none;
	
	font-size: 11px;
	line-height: 1.5;
	float: left;
	text-align: justify;
	letter-spacing: 1.5px;
	font-weight: lighter;

	
}
#footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer #credits {
	position: absolute;
	right: -330px;
	bottom: 30px;
	font-size: 11px;
	color: #666;
}
#footer #credits a {
	color: #fff;
	text-decoration: none;
}
#footer #credits a:hover {
	text-decoration: underline;
}
hr{
	border:0 none;
	color: #7a2100;
	background-color: #7a2100;
	height: 1px;
	width: 98%;
	margin-bottom: 30px;
	margin-top: 30px;
}
.hrclass{
	color: #7a2100;
	background-color: #7a2100;
	height: 1px;
	width: 560px;
	margin-bottom: 60px;
	margin-top: 30px;
}

#movies{
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}
#pics{
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}
.date  {
	font-style: italic;
	font-size: 0.8em;
	color: #999;
	/*background: #7a2100;*/
}
#music-player{
	width: 100%;
	/*background: #000;*/
}
#content_iframe_events {
	background-color: transparent;
	width: 555px;
	padding: 30px;
	color: #fff;
	font-size: 0.8em;
	line-height: 1.5;
	float: left;
	text-align: left;
}
#content_iframe_events h2 {
	margin-bottom: 2em;
	font-size: 2.1em;
}
#content_iframe_events h3 {
	width: 600px;
	/*background: #7a2100;*/
	border-bottom: 1px solid #7a2100;	
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-size: 1.6em;
}
#content_iframe_events p {
	margin-bottom: 1em;
	font-size: 1.4em;
}
#commingup_iframe{
	float: right;
	font-style: italic;
	font-size: 1.9em;
	color: #999;
	margin-bottom:30px ;
	
}
iframe {
   position:relative;
   /*top: 25px; 
   left:350px;*/
   background:transparent;
   height: 6000px;
   width: 900px;
   border: none;	
   overflow-x: hidden; 
   overflow-y: hidden;
}

/* Social Media */

#socialContainer{
}
#socialContainer img{
	padding-left: 10px;
}


#facebook a img {
	width:41px; height:41px; background:url('http://www.tanjadankner.com/blog/wp-content/themes/tanja_dankner/images/facebook.png') no-repeat; background-position:0px 0px; float: right;}
#facebook a img:hover {background-position:0px -42px; cursor:hand;}

#twitter a img {
	width:41px; 
	height:41px; 
	background:url('http://www.tanjadankner.com/blog/wp-content/themes/tanja_dankner/images/twitter.png') no-repeat; background-position:0px 0px;  float: right;}
#twitter a img:hover {background-position:0px -42px; cursor:hand;}

#myspace a img {
	width:41px; 
	height:41px; 
	background:url('http://www.tanjadankner.com/blog/wp-content/themes/tanja_dankner/images/myspace.png') no-repeat; background-position:0px 0px;  float: right;}
#myspace a img:hover {background-position:0px -42px; cursor:hand;}

#youtube_logo a img {
	width:41px; 
	height:41px; 
	background:url('http://www.tanjadankner.com/blog/wp-content/themes/tanja_dankner/images/youtube.png') no-repeat; background-position:0px 0px;  float: right;}
#youtube_logo a img:hover {background-position:0px -42px; cursor:hand;}


#youtube {
	padding-top: 90px;
}

#fb_like {
	/*border: solid 1px red;*/
	/*padding-top: 20px;*/
	width: 100px;
	position: relative;
	float: right;
}
.piclenselink{
	visibility: hidden;
}

#newsletter{
		color: #d5c7b8;
	margin-bottom: 2em;
	font: small-caps 'Cantarell', arial, serif;
	letter-spacing: 1.5px;	
}
#newsletter h2{
	color: #d5c7b8;
	margin-bottom: 2em;
	font: small-caps 'Cantarell', arial, serif;
	letter-spacing: 1.5px;	
}
