/*
Theme Name: Villagist
Theme URI: http://www.freak-o-matic.com
Description: simple clean working theme
Author: Kai Bueschl
Author URI: http://www.graphic-o-rama.com
Template: thematic
Version: v.01
.
Based on the Thematic theme framework. 
This made me lucky and greed will eat itself...
soon, I hope.
.
*/

/* 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 */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');




/* Typographic Styles
-------------------------------------------------------------- */
body {
    font: 13px/22px georgia, times, serif;
    color:#262b2b;
}

a:link {
    color:#262b2b; 
}
a:visited {
    color:#262b2b;
}
a:active,
a:hover {
    color: #FF4B33;
}
blockquote {
    font-style:italic;
    font-size:13px;
}
blockquote em, blockquote cite, blockquote i {
    font-style:normal;
}
input, textarea {
    font-family: georgia, times, serif;
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}



/* Header Style
-------------------------------------------------------------- */
body {
    background-image: url(_gfx/villagelogo_upset.jpg);
    background-position: 20px 50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#blog-title, #blog-description {
    display: none;
}

#branding {
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
}

#header {
    height: 50px;
}

#access {
    border-top: none;
    border-bottom: none;
}


/* Category Page Style
-------------------------------------------------------------- */

.archive-meta a:link {
    color:#262b2b; 
}
.archive-meta a:visited {
    color:#262b2b;
}
.archive-meta a:active,
a:hover {
    color: #FF4B33;
}



/* Left Space
-------------------------------------------------------------- */

#branding, #access, #main, #subsidiary, #siteinfo{
    padding-left: 120px; 
}


/* Menue
-------------------------------------------------------------- */
.skip-link {
    display:none;
}
#access {
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:1px dotted #ccc;
	float:left;
}
.sf-menu a {
	border-left:1px dotted #ccc;
	border-top: none;
	border-bottom: none;
	padding:9px 13px;
	text-decoration:none;
}
.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:			#666;
}
.sf-menu li {
	background:		#ffff;
}
.sf-menu li li {
	background:		#ffff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #fff;
    outline:		0;
    border-bottom-color:#ccc;
   }
.sf-menu ul {
    border-right: none;
    border-bottom: none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fff;
    border-bottom: none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}



/* Content
-------------------------------------------------------------- */

#vanish {
	display:none;
}

.entry-title {
    font: 13px/21px bold helvetica, arial, sans;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px; 
    
}

.entry-content h1{
    font: 13px/21px bold helvetica, arial, sans;
    text-transform: uppercase;
    letter-spacing: 1px; 
}

#content h2{
    font: 13px/21px bold helvetica, arial, sans;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px; 
}

.entry-meta {
    font: 10px/18px georgia, times, serif;
    text-transform: uppercase;
    letter-spacing: 1px; 
}

.entry-utility {
	display: none;
    /* font: 10px/18px georgia, times, serif;
    text-transform: uppercase;
    letter-spacing: 1px; */
}

.entry-meta a{
    font: 10px/21px georgia, times, serif;
    text-transform: uppercase;
    letter-spacing: 1px; 
}

.entry-utility a{
    font: 10px/21px georgia, times, serif;
    text-transform: uppercase;
    letter-spacing: 1px; 
}

.author {
    font: 10px/21px georgia, times, serif;

}

.hentry {
    padding: 21px 0 0 0;
    margin: 0 0 0 0;
	border-bottom:1px dotted #ccc;

}


.entry-content {
	padding: 21px 0 0 0;
}

.entry-utility {
	padding: 0 0 0 0;
	margin: 0 0 21px 0;
}


/* Special Content HOME
-------------------------------------------------------------- */

#releases_home .lcp_catlistborder a{
	font: 12px/21px bold helvetica, arial, sans;
    text-transform: uppercase;
   	font-weight: bold;
   	text-decoration: none;
    letter-spacing: 1px; 
}

#news_home .lcp_catlistborder a{
	font: 12px/21px bold helvetica, arial, sans;
    text-transform: uppercase;
   	font-weight: bold;
   	text-decoration: none;
    letter-spacing: 1px; 
}



/* Special Content HOME & THE FEATURED POST
-------------------------------------------------------------- */
#featured_post p{
	display: none;
}

#featured_post h2{
	display: none;
}

#featured_post {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

.heading {
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
}

.heading_rel {
	margin: 8px 0 15px 0;
	padding: 0 0 0 0;
}


/* Special Content AGB
-------------------------------------------------------------- */
#agb {
	font-size:12px;
}

/* Special Content RELEASES
-------------------------------------------------------------- */
#recentreleases img{
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}

#recentreleases {
	width: 540px;
	min-height: 190px;
}

#recentreleases .shopthisbutt{
        padding: 0px 0 5px 0;
	margin: -23px 0 5px 0;
}


#shopthis {
	padding: 0 0 25px 0;
	margin: -20px 0 0 0;
}

#shopthis img{
    padding: 0px 3px 5px 0;
	float:left;
}

.lcp_catlistborder ul{
    list-style-position: outside;
	width: 540px;
}

.lcp_catlistborder li{
	float: left;
	min-width: 165px;
	padding: 0 15px 0 0px;
	margin: 0 auto 0 auto;
	display: block;
}

.clear {
	clear: both;
}

#releases .morebutt{
    display:none;
}

#releases img{
	padding: 0px 0 0 0;
	margin: -10px 0 -10px 0;
}

#releases {
	min-height: 190px;
}

.release_info {
	font: 12px/18px georgia, times, serif;
    padding: 0 0 15px 0;
    margin: 0 0 0 0;
	width: 150px;
}

#recentreleases .release_info {
	display:none;
}

#recentreleases .size-thumbnail{
	padding: 0px 0 0 0;
	margin: -10px 0 -10px 0;
}

#releases a{
	font: 12px/21px bold helvetica, arial, sans;
    text-transform: uppercase;
   	font-weight: bold;
   	text-decoration: none;
    letter-spacing: 1px; 
}


/* Special Content BANDS
-------------------------------------------------------------- */

.border {
		border-bottom:1px dotted #ccc;
}

#recentreleases a{
	display: inherit;
    font: 12px/21px bold helvetica, arial, sans;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0px; 
    text-decoration: none;
}

.links a{
	background-position: left; 
	background-repeat: no-repeat;
	background-image: url(_gfx/pointer_arrow.gif);
	margin: 0 0 0 0;
	padding: 5px 5px 5px 25px;
	text-decoration: none;
}

.audio a{
	text-decoration: none;
}

.audio {
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
}

.gallery-item {
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	float: left;
}

.gallery-item img{
	border: 1px dotted #cccccc;
}

.press a{
	background-position: left; 
	background-repeat: no-repeat;
	background-image: url(_gfx/pointer_arrow.gif);
	margin: 0 0 0 0;
	padding: 5px 5px 5px 25px;
	text-decoration: none;
}

.lcp_catlist li{
	width: 540px;
        list-style:none;
        margin: 0px 0px 0px -30px; 
        padding: 0px 0px 0px 0px; 
}

.lcp_catlist a{
    font: 12px/21px bold helvetica, arial, sans;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0px; 
    text-decoration: none;
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
}



/* Special Content THEMALL
-------------------------------------------------------------- */

#shophead {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}


/* Frontpage Content
-------------------------------------------------------------- */

#frontpage h2 {
	display: inherit;
    font: 13px/21px bold helvetica, arial, sans;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px; 
}


.lcp_catlistborder li{
	width: 540px;
        list-style:none;
        margin: 0px 0px 0px -30px; 
        padding: 0px 0px 0px 0px; 
}

.lcp_catlistborder {
		border-bottom:1px dotted #ccc;
	
}

#featured_post {
		border-bottom:1px dotted #ccc;
	
}

.morenews {
	padding: 0 0 0 0;
	margin: -10px 0 0px 0px;
}




/* Navigation below
-------------------------------------------------------------- */
#nav-below {
	margin: 10px 0 0 0;
}


/* Gigpress Stylez
-------------------------------------------------------------- */

tr.gigpress-header th{
	font: 11px/21px bold helvetica, arial, sans;
    text-transform: uppercase;
    letter-spacing: 1px; 
}

.gigpress-subscribe{
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gigpress-calender-links-inner a{
    text-decoration: none;
}

.gigpress-calender-links-inner a:hover{
    text-decoration: none;
}

#showtime h3{
	font-family: helvetica, arial, sans;
	font-size: 11px;
	line-height: 21px;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px; 
}

.gigpress-heading {
	font: 11px/21px bold helvetica, arial, sans;
	font-weight: bold;
	font-variant: normal;
    text-transform: uppercase;
    letter-spacing: 1px; 
}



/* The Mall
-------------------------------------------------------------- */

div#shoppingcart div#shoppingcartcontents{
	border: 1px dotted #999999;
 }



/* Footer
-------------------------------------------------------------- */
#footer {
    border-top: none;
    background-color: #262b2b;
}


#footer a:link {
    color:#666666; 
}

#footer a:visited {
    color:#666666;
}

#footer a:hover {
    color: #FF4B33;
}

#footer a:active {
    color: #FF4B33;
}
.widgetcontainer {
	font-size: 12px;
}
.widgetcontainer li {
	list-style:none;
	margin: 0px 0px 0px -20px; 
}

.widgetcontainer a{
	text-decoration: none;
}

.widget_text {
	margin: 0px 0px 20px 0px; 
}

.widgettitle {
      font-family: helvetica, arial, sans;
      margin: 0px 0px 2px 0px; 
      text-transform: uppercase;
      letter-spacing: 1px;
   
}

.xoxo h3{
      font-style: normal;
      font-size: 12px;
      color: #ffffff;
}

#newsletter p {
      margin: 2px 0px 2px 0px; 

}

/* THE ADMINLINKS
-------------------------------------------------------------- */
.edit-link {
	font: 11px/21px bold helvetica, arial, sans;
	color: #FF4B33;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0px; 
}
