/* 
Theme Name: The Jack
Theme URL: http://magothejack.com.ar
Description: Template para la seccion de Novedades de magothejack.com.ar
Author: Lisandro Vico
Author URI: http://bogarduslab.com
Version: 1.0
*/

/** IMPORT Reset & Tipography Styles **/
@import url(http://magothejack.com.ar/_css/screen.css);

/*****************************************************/
/*************  BEGIN COMMON STYLES  *****************/
/*****************************************************/
html { background-color: #000;}

body {
	margin: 0; padding: 0;
	color:#660000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-align:left;
	background: #000;
}

p { text-align: left; margin-bottom: 10px;}

.divider { 
	clear: both; 
	height: 16px; 
	background: url(http://magothejack.com.ar/_img/bgDivider.gif) center center no-repeat;
	padding: 0;
	margin: 10px 0;
}

.bold {font-weight: bold;}
.hidden { display: none; }
.noimage img { display: none; }
.clear {clear: both;}

/**************************************************************************
/**   IMAGES STYLES
/**   
/**   Using 'class="alignright"' on an image will (who would've
/**   thought?!) align the image to the right. And using 'class="centered',
/**   will of course center the image. This is much better than using
/**   align="center", being much more futureproof (and valid)
/**
***************************************************************************/
p {
	margin-bottom: 1em;
	line-height: 1.5em;
}

p img {
	max-width: 100%;
	margin: 0; padding: 0;
	}
	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
	
	img.alignright {
		margin: 0 0 0 1em;
		display: inline;
		}
	
	img.alignleft {
		margin: 0 1em 0 0;
		display: inline;
		}
	
	.alignright {
		float: right;
		}
	
	.alignleft {
		float: left
		}

/* IMAGES CAPTIONS */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	margin: 0 10px 10px; padding: 0;
	}
	.wp-caption img {
		margin: 0;
		padding: 0;
	}
	.wp-caption p.wp-caption-text {
		font-size: 11px;
		color: #6d6052;
		padding: 0;	margin: 0 5px;
		border-bottom: 1px solid #a89885;
	}

/*****************************************************/
/*************  BEGIN LAYOUT STYLES  *****************/
/*****************************************************/


/**********  PAGE-WRAP  *****/
#pageWrap {
	width: 800px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(http://magothejack.com.ar/_img/bgBody.jpg) center 55px repeat-y;
}

/**********  CONTAINER  *****/
.container { background: url(http://magothejack.com.ar/_img/bgContent.jpg) 25px top repeat-y; }
	
	/**********  NAVIGATION  *****/
	ul.nav {
		list-style-type: none;
		text-align: center;
		margin: 0; padding: 0;
		}
		ul.nav li {
			display: inline;
			height: 55px;
			}
			ul.nav li a { 
				color: #f8de8f;
				line-height: 55px;
				padding: 2px 0;
				margin: 0 20px;
				text-decoration: none;
				}
				ul.nav li a:hover,
				ul.nav li a:focus { text-decoration: none; color: #fff; border: none; }
	
		/**********  MENU  ***********/
		ul.nav#menu {
			width:800px;
			margin: 0; padding: 0;
			background: #000 url(http://magothejack.com.ar/_img/bgNav.jpg) no-repeat;
			color: #fff;
			}
			li a#novedades { color: #fff;}
	
	/**********  HEADER  *********/
	.container #header { width:800px; height:144px; background: url(http://magothejack.com.ar/_img/bgHeader.jpg) no-repeat; }
			
	/**********  CONTENT  ********/
	.container #content {
		clear: both;
		float: left;
		width:530px;
		height: 100%;
		padding: 0;
		margin-left: 25px;
		}
	
		/** POST **/
		#content .post {
			clear: both;
			position: relative;
			background: transparent url(http://magothejack.com.ar/_img/bgDivider.gif) bottom center no-repeat;
			padding: 0 0 50px;
			margin: 0 25px 10px;
			}
			.post h2 { font-size: 1.8em; }
			.post a.readMore { float: left; }	
			
			.post p.comments {
				float: right;
				color: #c06519;
				padding-left: 17px;
				background: url(http://magothejack.com.ar/_img/commentBubble.gif) left center no-repeat;
				}
				single div.comments {
					margin: 10px 25px;
					}
					.single div.comments h3 {
						color: #c06519;
						float: left;
						padding-left: 17px;
						background: url(http://magothejack.com.ar/_img/commentBubble.gif) left center no-repeat;
					}
					.single div.comments a { float: right;}
			
			p.date {
				position: absolute;
				color: #c06519;
				background: #000;
				border-top: 1px solid #231708;
				border-bottom: 1px solid #231708;
				border-right: 1px solid #7e6648;
				text-align: center; 
				margin: 0; padding: 10px 7px;
				top: 5px;
				left: -50px;
				}
				p.date span { display: block; margin: 0; padding: 0; }
					p.date span.day {	font-size: 1.5em;	line-height: 0.8em;	}
					p.date span.month {	font-size: 1.5em;	line-height: 0.8em;	}
					p.date span.year { font-size: 0.7em; line-height: 1em; }
		
		.navigation {
			clear: both;
			margin: 25px;
		}
					
		/* SINGLE */
		.single {
			position: relative;
			padding: 0;
			margin: 0 25px;
			}
			
			.single #searchform {
				margin: 10px auto;
				padding: 5px 3px;
				text-align: center;
				}
				.single #searchform #s { width: 108px; padding: 2px; }
				.single #searchsubmit { padding: 1px;	}
				.sinle form { text-align:center; /* This is mainly for password protected posts, makes them look better. */ }
						
		/** COMMENT LIST **/
		.commentlist {
			clear: both;
			margin:0; padding: 0;
			text-align: justify;
		}
	
		.commentlist li {
			margin: 15px 0;
			padding: 15px;
			list-style: none;
			font-weight: bold;	
			}
			.commentlist li, #commentform input, #commentform textarea {
				font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
			}
			.commentlist li ul {margin: 0; padding: 0;}
				.commentlist li .avatar { 
					float: right;
					border: 1px solid #b5b5b5;
					margin: 0; padding: 0;
				}
				.commentlist cite.fn, .commentlist cite.fn a {
					font-weight: bold;
					font-style: normal;
					font-size: 1.1em;
				}
				.commentmetadata { font-weight: normal;	margin: 0; display: block;}
				.commentlist p {
					font-weight: normal;
					line-height: 1.5em;
					text-transform: none;
					margin: 10px 5px 10px 0;
				}
				.commentlist li ul li {
					font-size: 1em;
					padding: 0 15px;
					margin: 15px -15px 0 15px;
				}
		
		.children { padding: 0; }
		
		.thread-alt { background-color: #f6f6f6; }
		.thread-even { background-color: #eae6e1; }
		.depth-1 { border: 1px solid #b5b5b5; }
		
		.even, .alt { border-left: 1px solid #b5b5b5; }
		.alt { margin: 0; padding: 10px; }
			
		#commentform { margin: 5px 10px 0 0; }
			#commentform p { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; margin: 5px 0; }
			#commentform input {
				width: 170px;
				padding: 2px;
				margin: 5px 5px 1px 0;
			}
		#commentform textarea {
			width: 100%;
			padding: 2px;
		}
		#commentform #submit {
			margin: 0 0 5px auto;
			float: right;
		}
		
		#respond h3 { margin: 20px 0 5px;}
		#respond:after {
			content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}
			
	.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}
		
/** SIDEBAR **/
.container #sidebar {
		width:245px;	
		float: right;
		margin: 0; padding: 0;
	}
	#sidebar ul { 
		list-style-type: none;
		margin: 0 20px 10px; padding: 0;
		}
		#sidebar ul h3,
		#sidebar ul h2 { 
			font-size:1.3em;
			line-height:1.2em;
			clear: both;
			color: #c06519;
			background: #000;
			margin: 0 -40px 10px 0; 
			padding: 5px 5px 5px 20px;
			
			border: 1px solid #000;
			-moz-border-radius: 15px;
			-webkit-border-radius: 15px;
			border-radius: 15px;
		}
		
		#sidebar ul li.widget {
			width: 100%;
			}
			#sidebar ul li.widget ul {
				border-top: 1px solid #7c5317;
				border-bottom: 1px solid #af7f3d;
				margin-right: 0;
				}
				#sidebar ul li.widget ul li {
					}
					#sidebar ul li.widget ul li a {
						display: block;
						color: #660000;
						padding: 6px;
						border-bottom: 1px solid #7c5317;
						border-top: 1px solid #af7f3d;
						}
						#sidebar ul li.widget ul li a:hover {
							/* background-color: #9a6b24;*/
							color: #000;
						}
		
		/**  ICONS LIST ITEMS  **/
		li#rss a.icon { padding-right: 20px; background: url(rssIcon.png) right center no-repeat; }
		li#facebook a.icon { padding-right: 20px; background: url(facebookIcon.png) right center no-repeat; }
					
			/** SEARCH FORM WIDGET **/
			#sidebar ul li#search #searchform {
				margin-left: 20px;
				}
				#sidebar ul li#search #searchform p input#s { 
					background: #9a6b24; 
					border-top: 1px solid #784e0e;
					border-left: 1px solid #784e0e;
					border-bottom: 1px solid #c2995b;
					border-right: 1px solid #c2995b;
					padding: 3px;
				}
				#sidebar ul li#search #searchform p input#search_submit,
				.button {
					margin-left: 5px;
					background: #5c4430; 
					color: #dbd4cb;
					border-top: 1px solid #968374;
					border-left: 1px solid #968374;
					border-bottom: 1px solid #47311e;
					border-right: 1px solid #47311e;
					padding: 3px;
					}
					#sidebar ul li#search #searchform p input#search_submit:hover,
					.button:hover {
						background: #47311e; 
						color: #dbd4cb;
						border-top: 1px solid #362313;
						border-left: 1px solid #362313;
						border-bottom: 1px solid #968374;
						border-right: 1px solid #968374;
					}

	/**********  FOOTER  *********/
	.container #footer {
		clear: both;
		position: relative;
		margin: 0;
		height: 55px;
		color: #f8de8f;
		background: #000 url(http://magothejack.com.ar/_img/bgNav.jpg) no-repeat;
		}
		.container #footer a:hover,
		.container #footer a:focus {border: none;}
		#footer a#contactInfo {
			display: block;
			width: 450px;
			height: 20px;
			position: absolute;
			top: 25px;
			left: 10px;
			background: url(http://magothejack.com.ar/_img/contactInfo.png) no-repeat;
			text-indent: -999em;
		}
		#footer a#bogardusLab,
		#footer a#bogardusLab:hover {
			display: block;
			width: 15px;
			height: 15px;
			font-size: 9px;
			color: #98918f;
			text-indent: -999em;
			position: absolute;
			bottom: 5px;
			right: 5px;
			background: url(http://magothejack.com.ar/_img/bogardusLabLogo.gif) center top no-repeat;
			}
			#footer a#bogardusLab:hover { background-position: center bottom;}
