/*
Theme Name: Javi Garcia
Theme URI: http://www.thecoldcoldground.com/jg/
Description: Based on Thematic, this theme was created for Javi Garcia by Maxcreative.
Author: Steve Circeo
Author URI: http://www.maxcreative.com/
Template: thematic
Version: 1.0
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

body {
	background-color:#000;
	background-image:url(images/JaviGarcia100505-2068-BLOG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

p {
	margin-top:12px;
}

#blog-title,
#category-access,
#thematic-power-blog-subscribe {
	display:none;
}

#blog-description {
/*	display:none; */
}

#branding {
	height:20px;
}

.menu {
	position:relative;
	left:318px;
	top:6px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:1px solid #ccc;
	float:left;
}
.sf-menu a {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-decoration:none;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 25px;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#999;
}
.sf-menu li {
	background:		#252525;
}
.sf-menu li li {
	background:		#666;
}
.sf-menu li li li {
	background:		#666;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #1C1C1C;
	outline:		0;
    border-bottom-color:#ccc;
}
.sf-menu ul a {
    background:#333;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF6;
}


#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	width:600px;
	padding:10px;
	background-color:#fff;
	opacity:0.8;
	filter:alpha(opacity=80);
}    

#primary,
#secondary {
	position:relative;
	left:0px;
/*	border:none; */
}

.gallery {
    padding:0 0 0 0;
}






.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

table {
    border:0px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}

/* START OF MERCH PAGE STYLES */

#Merch {
	z-index: 101;
	width: 600px;
/*	visibility: visible;*/
}

#Merch table {
	width: 600px;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}

#Merch table td {
	width: 300px;
	border: none;
}

#Merch table tr {
	width: 600px;
	border: none;
}


#Merch img {
	border: none;
	margin: 0px;
	padding: 0px;
}

/* END OF MERCH PAGE STYLES */

/* START OF SIDEBAR */

#primary.aside.main-aside {
	border:none;
	position:relative;
	top:-30px;
	left:0px;
}

#primary.aside.main-aside.text-widget {
	margin:0;
	padding:0;
}

#secondary.aside.main-aside {
	margin:0;
	padding:0;
	position:relative;
	top:0px;
	left:0px;
}


/* END OF SIDEBAR */

