/*   
Theme Name: Huglins Theme
Theme URI: 
Description: A theme based on Thematic for David Huglin
Author: Jamie Archer
Author URI: http://www.secondvariety.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Jamie Archer http://www.secondvariety.com/
.
*/

/* 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-l-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');

@import url('/fonts/base64_stylesheet.css');

/*** CUSTOM FONTS ***/

@font-face {
	font-family: 'WagnastyRegular';
	src: url('fonts/Wagnasty.eot');
	src: local('Wagnasty Regular'), local('Wagnasty'), url('fonts/Wagnasty.ttf') format('truetype');
}

@font-face {
	font-family: 'RadiolandRegular';
	src: url('fonts/RADIOLAND.eot');
	src: local('Radioland Regular'), local('Radioland'), url('fonts/RADIOLAND.ttf') format('truetype');
}

@font-face {
	font-family: 'RadiolandSlimRegular';
	src: url('RADIOLANDSLIM.eot');
	src: local('Radioland Slim Regular'), local('RadiolandSlim'), url('fonts/RADIOLANDSLIM.ttf') format('truetype');
}

@font-face {
	font-family: 'LintsecRegular';
	src: url('fonts/Lintsec.eot');
	src: local('Lintsec Regular'), local('Lintsec'), url('fonts/Lintsec.ttf') format('truetype');
}

@font-face {
	font-family: 'exoticaMedium';
	src: url('fonts/Exotica.eot');
	src: local('exotica Medium'), local('exotica-Medium'), url('fonts/Exotica.ttf') format('truetype');
}

@font-face {
	font-family: 'CarbonTypeRegular';
	src: url('fonts/carbontype.eot');
	src: local('CarbonType Regular'), local('CarbonType'), url('fonts/carbontype.ttf') format('truetype');
}

@font-face {
	font-family: 'ArmaliteRifleRegular';
	src: url('fonts/armalite_rifle.eot');
	src: local('Armalite Rifle Regular'), local('ArmaliteRifle'), url('fonts/armalite_rifle.ttf') format('truetype');
}

/*
@font-face {
	font-family: 'exoticaMedium';
	src: url('fonts/Exotica.eot');
	src: local('exotica Medium'), local('exotica-Medium'), url('fonts/Exotica.ttf') format('truetype');
}
*/

@font-face {
	font-family: 'EditionRegular';
	src: url('fonts/EDITION_.eot');
	src: local('Edition Regular'), local('EditionRegular'), url('fonts/EDITION_.ttf') format('truetype');
}


/*** GLOBAL COLORS, BORDER AND GENERAL STYLES AND LAYOUT  **/

#fader{
	position:fixed;
	width:100%;
	height:2500px;
	z-index:-1000;
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	}

body{
	background-color:#fff;
	font-family:Garamond, Hoefler Text, Times New Roman, Times, serif;
	color:#000;
	}

#content{
	margin:0 0 0 220px;
	overflow:hidden;
	width:720px;
	border-top:4px solid #22d12a; 
}

#header{
	width:940px;
	background-image:url(images/headers/header1.jpg);
	margin:0 0 20px 20px;
	padding:10px;
	}

.page #header{
	background-image:url(images/trans.png);
	}

.slug-blog #header{
	background-image:url(images/headers/header1.jpg);
	}
	
#branding {
	padding:22px 0 44px;
	margin:0 0 0 0px;
	width:940px;
	}

#main{
	margin:0 0 0 20px;
	overflow:hidden;
	position:relative;
	clear:both;
	padding:0 0 22px;
	width:940px !important;
	
	padding:22px 10px 22px 10px!important;
}

#container{
	width:940px;
	}
	
.hentry, .single .hentry {
padding:10px 0 0 0;
}

/*** HEADING STYLES ***/

#blog-title {
	font-family:EditionRegular;
	font-size:9.8em;
	font-weight:;
	line-height:40px;
	position:relative;
	top:25px;
}

#blog-title a {
font-family:EditionRegular;
color:#0f218a;
text-decoration:none;
}

h1, h2, h3, h4, h5, h6, {
	font-family:Garamond, Hoefler Text, Times New Roman, Times, serif;
}
.page .entry-title {
	display:none;
}

.entry-title{
	/*font-family:Helvetica,HelveticaNeue,"Helvetica Neue",Arial,sans-serif;*/
	font-family:Garamond, Hoefler Text, Times New Roman, Times, serif;
	}
	
.category .page-title{
	font-size:1.6em;
	line-height:1.1em;
}

/*** CUSTOM BLOG HEADER STYLES ***/

.slug-blog #branding, .category #branding, .single #branding{
	height:80px;
	width:940px;
	
	}

.slug-blog #blog-title, .category #blog-title, .single #blog-title{display:none;}


#blog-description {
color:#0f218a;
font-size:6.8em;
font-style:normal;
padding:10px 0px 0 20px;
font-family:'EditionRegular',Garamond, Hoefler Text, Times New Roman, Times, serif;
}

#branding {
	padding:22px 0 44px;
	margin:0 0 0 0px;
	width:940px;
	}

.blog-desc{	
	color:#0f218a;
	position:relative;
	top:;
	padding-top:5px;
	background-image:url(images/trans-55.png)
}

.blog-desc a:hover{
	color:#fff;
	}
	
.atomiclink{
	display:inline-block;
	background-image:url(images/atom1.png);
	width:80px;
	height:80px;
	position:relative;
	left:35px;
	}
.atomiclink:hover{
	background-image:url(images/atom2.png);
}

#blog-description a:hover{background-color:transparent;}	


/*** LINK STYLES ***/

a:link, a:visited{
	text-decoration:none;
	color:##ef32;
	padding-top:2px;
	
	}

a:hover{
	color:#fff !important;
	background-color:#ffa800;
	cursor:crosshair;
	}

#blog-title a:hover{color:#fff;}

/*** LINKS PAGES ***/
#links-page li{
	display:inline-block;
	float:left;
	margin: 0 15px 0 0;
	min-height:300px;
	}
	
#links-page li ul li{
	display:block;
	float:none;
	min-height:0px;
	}
	
#links-page li ul {margin-left:0;}


/*** IMAGE STYLES ***/

.post img{
	border:5px solid #ccc;
	padding:2px;
	}


/*** MENU STYLE ***/

#collapsible-menu{
	/*position:fixed;*/
	float:left; 
	width:200px;
	border-top:4px solid #22d12a;
	border-bottom:4px solid #22d12a; 
	font-family:EditionRegular;
	font-size:2.8em;
	letter-spacing:0.1em;
	padding:10px 0;
	}

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 200px;
}

ul.menu a {
  display: block;
  text-decoration: none;
  line-height:0.9em;
}

ul.menu li {
font-weight:bold;
 
}

ul.menu li a {
  background: ;
  color: #7022d1;	
  padding: 0.2em 3px 0.2em 3px;
  
}

ul.menu li a:hover {
  background: #ffa800;
  color:#fff;
}

ul.menu li ul li a {
  background: #;
  color: #ff0000;
  padding-left: 20px;
  font-weight:normal;
}

ul.menu li ul li a:hover {
  background: #ffa800;
  padding-left: 20px;
}

/*** SIDEBAR PAGE CUSTOM STYLING ***/

.main-aside {
float:left;
position:relative;
width:200px;
clear:left;
margin:10px 0;
}

#primary {
border:none;
border-top:5px solid #666;
border-bottom:5px solid #666;
margin-bottom:22px;
padding:18px 0 0;
}

.page #subsidiary{display:none;}

.slug-blog #subsidiary{display:inherit;}

#subsidiary {
margin:0 auto;
overflow:hidden;
width:910px;
padding:33px 0 0;
}

#subsidiary .aside {
float:left;
margin:0 20px 0 0;
width:290px;
}

/*** BLOG PAGE CUSTOM FUNCTION STYLING ***/



.good, .bad, .ugly{
	float:left; 
	width:230px;
	margin:0 5px; 
	text-align:center
	}
	
.good h2,.bad h2,.ugly h2{
	font-family: 'EditionRegular','ArmaliteRifleRegular', Helvetica,HelveticaNeue,Helvetica Neue,Arial,sans-serif;
	padding-top:0;
	margin-top:0;
	font-size:2.8em;
	letter-spacing:0.1em;
}

.previews{
	border-top:5px solid #fcff00;
	width:200px; 
	padding:0 5px 15px;
	margin:0 auto;
	}	

.preview-box{
	border-bottom:1px solid #cccccc;
	width:190px;
	padding:0 10px 5px 0; 
	text-align:left;
	}

.preview-box h3{
	padding:5px 0;
	margin:5px 0;
	}

.preview-box p{
	line-height:1.2em;
	font-size:0.9em;
	}

.read-more{
	display:block;
	clear:both;
	font-variant:small-caps;
	font-size:0.9em;
	font-weight:bold;
	width:7em;
	margin-top:3px;
	}
	
.read-more a{
	padding:3px 3px 3px 1px;
	color:#000;
	}
	
.read-more a:hover{
	padding:3px 3px 3px 1px;
	color:#fff;
	background-color:#666;
	}

/*** CONTENT CUSTOM STYLING ***/

.hentry {
width:720px;
background-image:url(images/trans-95.png);
}

.entry-content, .entry-title, .entry-meta, .entry-utility {
 padding:10px;
}

.slug-blog .entry-content {
padding:0 0 0;
}
/*** NAV_ABOVE AND BELOW CUSTOM STYLING ***/

.navigation {
color:#666666;
font-size:18px;
line-height:18px;
margin:0 0 22px;
overflow:hidden;
}

/*** GALLERY CUSTOM STYLING ***/

.slideshow{margin:-26px 0;}

.piclenselink, .slideshowlink{display:none;font-variant:small-caps;}

#lightbox-overlay-text{display:none;}

/*** CONTENT COMMENT STYLING ***/

#respond {
background:transparent;
margin-bottom:22px;
overflow:hidden;
padding:18px 0 0;
position:relative;
}

/*** FOOTER CUSTOM STYLING ***/

#footer {
border-top:0px solid #CCCCCC;
margin:22px 0 0 20px;
background:url(images/trans.png);
width:960px;
}

#siteinfo {
clear:both;
margin:0 0 0 20px;
width:940px;
}

#feedburner{
clear:left;
float:left;
letter-spacing:0.1em;
padding:10px 0;
width:200px;
}
#feedburner form{width:192px;}
