/* @override http://jacobberger.com/themes/jacob_themes/css/blog.css */


/* estilos blog jacob berger */




/*estilos generales*/
	body{
		background: #3d3a38 url(../images/dirt.png) no-repeat center 0;
		margin:22px 0;
		color:#241414;
}
/* termina estilos generales */

.clear{clear:both;}



/*cajas principales*/
	#head{
		margin:10px auto 18px;
		width:980px;
		height:87px;
		background: url(../images/head-background.png) no-repeat 1px 3px;
		position:relative;
		background-color: #FAF9F5;
	}

	#content{
		clear:both;
		margin:10px auto 10px;
		width:980px;
	}


	#foot{
		clear:both;
		margin:0 auto;
		width:980px;
		background-color: #FAF9F5;
		position: relative;
	}

	#head, #content, #foot{
		padding:0;
	}



/*termina cajas principales*/



/*menu principal y contenido encabezado*/
#mainMenu, #footMenu{
	padding: 3px 10px 0 0;
	margin:0 10px 0 0;
	list-style: none;
	position:absolute;
	display: block;
	right: 0;
	text-align: right;
}


#mainMenu li, #footMenu li{
	padding: 15px 0 0;
	display: inline;
	margin: 5px;
	top: 0;
}

#head #mainMenu a{
	text-decoration: none;
	color: #333;
	padding-top: 10px;
	font-weight: bold;
}

#head #mainMenu a:hover, #head #mainMenu li.here a{
	background:url(../images/arrow-top.png) no-repeat center top;
	color: #666;
}


#mainMenu li, #mainMenu a {
    height: 16px;
}

#head .subMenu{
	position: absolute;
	right: 25px;
	top: 24px;
	width: 520px;
	text-align: right;
	border-top: 1px solid #333;
	padding-top: 4px;
}

#head .subMenu a{
	text-decoration: none;
	font-size: 12px;
	color: #666;
}

#head .subMenu a:hover{
	color: #333;
}

#head .subMenu li{
	display: inline;
	margin: 2px;
}


#foot #footMenu{
	bottom: 2px;
}

#head h1{
	font-size: 42px;
	text-indent: -1000em;
	background: url(../images/jacobberger-h1.png) no-repeat 10px 10px;
	height: 57px;
	width:317px;
	display:block;
	margin:0;
}

#head h2{
	overflow: hidden;
	height: 21px;
	display:block;
	margin:0;
	padding: 0;
	font-size: 12px;
	padding-left: 10px;
	color: #4c4c4c;

}
/*termina menu principal y contenido encabezado*/

/*contenido columna central*/
#centerCol .post #wrapper .pagination, #pagination{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	background: #efefef;
}
#centerCol .post #wrapper .pagination li{
	padding: 0;
	display: inline-table;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-top: 5px;
}

#pagination{
	padding: 5px;
}

#centerCol .post #wrapper .pagination li a, #pagination a{
	color: #666;
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#centerCol .post #wrapper .pagination li.next, #pagination a.next{
	position: absolute;
	right: 50px;
}

#centerCol .post #wrapper .pagination li.end{
	position: absolute;
	right: 0;
}

#centerCol .post #wrapper .pagination li.beginning{
	position: absolute;
	left: 0;
}

#centerCol .post #wrapper .pagination li.previous, #pagination a.previous{
	position: absolute;
	left: 50px;
}


#centerCol .post{
	position: relative;
}

#centerCol #loading{
	position: absolute;
	padding: 5px;
	z-index: 10;
	left: 360px;
	top: 300px;
}
#centerCol .post #pic-wrapper{
	width: 960px;
	height: 595px;
	display: block;
	background: #ccc;
	margin-bottom: 5px;
	top: 0;
	left: 0;
}

#centerCol .post #pic{
	display: block;
	padding: 0;
	margin: 0;
}

#centerCol{
	margin-bottom: 22px;
	background: #FAF9F5;
	padding: 10px;
}

#centerCol h2{
	font-size: 2em;
	border-bottom: 2px solid #e6e6e6;
	border-top: 2px solid #e6e6e6;
	margin: 0;
	padding-right: 280px;
}

#centerCol .post #postnav{
	background: #faf9f5;
	border-top: 2px solid #b3b3b3;
	border-bottom: 2px solid #b3b3b3;
	position: absolute;
	top: 5px;
	display: block;
	width: 960px;
}

#postnav .post-items{
	position: absolute;
	list-style: none;
	padding-right: 5px;
	right: 0px;
	top: 10px;
}

#postnav .post-items a{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#postnav .post-items a.active{
	border-bottom: 2px solid #333;
}

#postnav .post-items a:hover{
	color: #666;
}

#postnav .post-items li{
	display: inline;
	margin-left: 10px;
}

.post #wrapper{
	display: inline-table;
	padding-top: 60px;
}

.post .gallery-list, .post .video-list{
	margin: 0;
	display: block;
	position: relative;
	background: #faf9f5;
}

.post .gallery-list li{
	margin: 2px 2px 0;
	width: 72px;
	height: 54px;
	display: inline-table;
}

.post .video-list{
	background: #000;
	padding-left: 5px;
}

.post .video-list li{
	display: inline-table;
	margin: 0;
	padding: 0;
}

.post .video-list li a{
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 5px;
}

.post .windowWrapper{
	position: absolute;
	background: #faf9f5;
	width: 640px;
	height: 440px;
	overflow: auto;
	top: 100px;
	left: 150px;
	padding: 10px;
	z-index: 100;
}

.post .windowWrapper .drag{
	text-align: right;
}

.drag:hover{
	cursor: move !important;
}

.post .windowWrapper h3{
	border-bottom: 2px solid #333 !important;
}


.post .videoWrapper{
	background: #fff;
	padding: 10px;
	position: absolute;
	top: 150px;
	left: 305px;
	z-index: 100;
}

.post .videoWrapper .video{
	display: block;
	width: 320px;
	height: 240px;
}

.post .videoWrapper .drag{
	text-align: right;
	display: block;
}

.post .videoWrapper .drag .close img{
	border: none;
}

.windowWrapper .press{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.windowWrapper .press .download{
	background: #333;
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.back{
	text-align: center;
	margin: 10px 0;
	color: #666 !important;
}

.windowWrapper .press .download:hover{
	background: #ccc;
	color: #333;
}

/* Contenido portadas */
#centerCol .post .home-tick a.video-pic{
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}


#centerCol .post .home-tick{
	position: absolute;
	padding: 10px;
	left: 20px;
	width: 900px;
	background-color: #faf9f5;
	opacity: 0.80;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; // first!
	filter: alpha(opacity=80);					// second!
}


#centerCol .post .home-tick p{
	margin: 0;
}

#centerCol .post .home-tick .more{
	float: right;
	text-decoration: none;
	background: #ccc;
	padding: 5px;
	color: #666;
	font-weight: bold;
}

#centerCol .post .home-tick h4{
	border-bottom: 1px solid #333;
	margin: 0;
}

#centerCol .post .home-tick h5{
	margin: 10px 0;
	padding-top: 5px;
}

#last-project{
	top: 20px;
}

#last-project ul{
	list-style: none;
	margin: 0;
}

#last-project ul li{
	display: inline-table;
	margin: 0;
	width: 435px;
	vertical-align: top;
}

#last-project ul li a{
	text-decoration: none;
	color: #333;
}

#last-project ul li a:hover{
	text-decoration: underline;
	color: #666;
}

#last-project ul li:first-child{
	margin-right: 25px;
}

#last-project h5{
	margin: 0 !important;
	font-size: 11px;
}


#home-my-videos{
	bottom: 20px;
}

#home-my-films{
	top: 200px;
}

#home-my-commercials{
	top: 350px;
}


#centerCol #contact_form{
	font-size: 11px;
}

#centerCol #contact_form input, #centerCol #contact_form textarea{
	width: 620px;
}

#centerCol #contact_form label{
	font-weight: bold;
}

#centerCol #contact_form p{
}


#centerCol #postnav #breadcumb{
	font-size: 12px;
}

#centerCol #postnav #breadcumb a{
	text-decoration: none;
	font-weight: normal;
	color: #666;
}

#centerCol #postnav #breadcumb a:hover{
	color: #000;
}


#centerCol .video{
	display: inline-table;
	position: relative;
	width: 160px;
	height: 120px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#centerCol .video .video-title{
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 150px;
	padding: 5px;
	background: #333;
	color: #fff;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	opacity: 0.5;
}

#centerCol .video.item{
	margin-right: 35px;
}

#centerCol .video.last{
	margin-right: 0;
}


/*columnas izquierda y derecha*/
#leftCol{
	float:left;
	width:770px;
	padding:0;
	margin-bottom: 22px;
	background-color: #FAF9F5;

}

#rightCol{
	float: left;
	width:184px;
	margin:0 0 20px 25px;
	padding:0;
	background-color: #FAF9F5;
}
/*termina columnas izquierda y derecha*/


/*contenido columna izquierda*/

#leftCol a:link, #leftCol a:visited{
	text-decoration: none;
	color:#cc0000;
}

#leftCol a:hover{
	text-decoration: underline;
}

#leftCol h2 a:link, #leftCol h2 a:visited{
	text-decoration: none;
	color:#241414;
}

#leftCol h2 a:hover{
	text-decoration: none;
	color:#cc0000;
}

#navTime .olderPost a:link,  #navTime .olderPost a:visited, #navTime .newerPost a:link,  #navTime .newerPost a:visited{
	text-decoration: none;
	color:#241414;
}

#navTime .olderPost a:hover, #navTime .newerPost a:hover{
	text-decoration: none;
	color:#cc0000;
}

#leftCol .post, #leftCol .entry, #leftCol .center, #leftCol .paginate, #leftCol .cat_heading, #leftCol .aPost, #commentsOnPost, #commentForm {
	margin:16px 22px;
}

#leftCol .center{
	text-align: center;
}

#leftCol .cat_heading h2{
	margin: 0;
	color: #666;
	display: block;
	border-bottom: 1px solid #ccc;
}

#leftCol .post h3.date{
	margin: 0;
	font-size: 12px;
}

#leftCol .post .posted{
	padding: 10px 0;
	display: block;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 10px 0  25px 0;
}

#leftCol .post .posted .fb-like{
	margin-top: 10px;
}

#leftCol h2{
	margin:0;

}

p.date{
	margin:-5px 0 10px 0px ;
}

div.postLead p{
	margin:0 100px 10px 0;
	
}

.postCategories{
	margin:0 120px 0 0;
	float:left;
}

.numberOfComments{
	float:left;
}


.postCatergoriesTitle{
	margin:0;
}

.howManyComments{
	margin:0;
}

#leftCol hr{
	margin:0 20px 3px 0;
}


#navTime{
	margin:0 0 0 16px;
	padding-bottom:20px;
}

p.olderPost{
	font-size:14px;
	float:left;
	margin:0 608px 0 0;
	padding-left: 15px;
	background:url(../images/arrows-left.png) no-repeat 0 5px;
}

p.newerPost{
	font-size:14px;
	float:left;
	margin:0;
	padding-right: 15px;
	background:url(../images/arrows-right.png) no-repeat right 4px;
}

/*termina contenido columna izquierda*/



/*comentarios a un post*/


#leftCol .comment{
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#leftCol .comment .posted{
	background: #efefef;
	padding: 5px;
}

#commentsOnPost .commentNumber{
	float:left;
	padding:0 10px 0 0;
	font-weight: bold;
}

#commentsOnPost .commentBy{
	font-size:11px;
}

/*termina comentarios a un post*/



/*formulario de comentario a un post*/
#disqus_thread{
	margin:0 20px 10px 0;
}

#dsq-add-new-comment{
	font-size: 1.2em;
}

#dsq-post-add-iframe{
	margin: 10px;
}


/*termina formulario de comentario a un post*/

/*contenido columna derecha*/
#rightCol .rightContainer{
	width:162px;
	background:url(../images/head-rightcol.png) no-repeat 10px top;
	margin:18px 0 0 0;
	padding:14px 0 5px 12px;
}

#rightCol .rightContainer a:link, #rightCol .rightContainer a:visited{
	text-decoration:none;
	color:#241414;
} 

#rightCol .rightContainer a:hover{
	color:#cc0000;
	
}


#rightCol .rightContainer h4{
	font-size:14px;
	margin:0;
}

#rightCol .rightContainer p, #rightCol .rightContainer ul{
	margin:0;
}

#rightCol .rightContainer li{
	list-style: none;
	margin:0;
}

#rightCol .rightContainer .follow{
	display: block;
	text-align: center;
	margin-top: 10px;
}

#rightCol .rightContainer .follow li{
	display: inline;
}
#rightCol .rightContainer .follow li:first-child{
	margin-right: 30px;
}
	

#rightCol .pushDown.rightContainer{
	margin-bottom:30px;
}

/*termina contenido columna derecha*/



/*contenido footer*/
#foot a:link, #foot a:visited {
	color:#241414;
	text-decoration: none;
}

#foot li a:link, #foot li a:visited {
	color:#cc0000;
	text-decoration: none;
}

#foot h4{
	font-size: 14px;
	font-weight: bold;
	margin:0 0 0 16px;
	padding-top: 5px;
}

#foot h6{
	font-size: 10px;
	font-weight: bold;
	margin:0 0 0 16px;
	padding-bottom: 5px;
}

#foot ul{
	margin: 0 0 5px 0;
}

#foot li{
	display:inline;
	margin:0 0 0 16px;
}
/*termina contenido footer*/