﻿body {
font: 1em/1.6em Georgia, "Palatino Linotype", serif;
color: #48423C;
background: #F5F4F1 url(images/bg.jpg) repeat-x;
margin: 0;
padding: 0;
}

@font-face {
  font-family: Nevis;
  src: url(assets/Nevis.ttf) format("truetype");
}

@font-face {
	font-family: "Aller Italic";
	src: url("assets/Aller_It.eot");
	src: local("Aller Italic"), local("Aller-Italic") format("truetype");
	}

@font-face {
	font-family: "Aller Light Italic";
	src: url("assets/Aller_LtIt.eot");
	src: local("Aller Light Italic"), local("Aller-LightItalic") format("truetype");
	}

@font-face {
	font-family: "Aller Bold";
	src: url("assets/Aller_Bd.eot");
	src: local("Aller Bold"), local("Aller-Bold") format("truetype");
	}

@font-face {
	font-family: "Aller Light";
	src: url("assets/Aller_Lt.eot");
	src: local("Aller Light Regular"), local("Aller-Light") format("truetype");
	}

@font-face {
	font-family: Aller;
	src: url("assets/Aller_Rg.eot");
	src: local("Aller Regular"), local("Aller") format("truetype");
	}


/*--------------------------------*/
a {
color: #1BAABB;
font-weight: bold;
}

a img {
border: 0;
}

a:hover {
color: #F25959;
}

a:active {
color: #000;
}

a:visited {
color: #6B6763;
}

/*--------------------------------*/

#wrap {
width: 860px;
margin: 0 auto;
padding: 25px 50px;
}

#masthead {
padding: 0 0 120px 0;
width: 60em;
clear: both;
display: block;
}

#logo {
float: left;
margin: 15px 20px 0 0;
}

#logo h1 {
font-size: 2em;
color: #E0166E;
padding: 20px 0;
text-transform: lowercase;
}

/*Blues: #44B5CD/#4ED1E5 */

#navigation {
width: 40em;
float: right;
display: inline;
padding: 0;
margin: 0;
}

#navigation ul {
font: bold .68em/1.2em Nevis, Verdana, Arial, sans-serif;
text-transform: uppercase;
letter-spacing: .05em;
margin: 45px 0 0 0;
}

#navigation ul li {
display: inline;
margin: 0 0 0 10px;
padding: 110px 10px 20px 10px;
border-right: 1px solid #DED8CD;
border-bottom: 1px solid #DED8CD;
background: rgba(237, 232, 228, .4) url(images/bg_li_texture_test.png) repeat;
position: relative;
}

#navigation ul li a {
background: url(images/bg_li_a.png) no-repeat 50% 55px;
color: #69635B;
padding: 40px 0;
text-decoration: none;
}

#navigation ul li:hover {
background: rgba(255, 255, 255, .65) url(images/bg_li_texture_test.png) repeat;
top: 20px;
}

#navigation ul li:hover a {
color: #DD4D44;
background: url(images/bg_li_a_hover.png) no-repeat 50% 55px;
}

#navigation ul li#active  {
background: #D80747 url(images/bg_li_texture_test.png) repeat;
top: 20px;
}

#navigation ul li#active:hover {
background: #F94175 url(images/bg_li_texture_test.png) repeat;
}

#navigation ul li#active  a {
color: #fff;
background: url(images/bg_li_a_active.png) no-repeat 50% 55px;
}

#banner, #article, #footer {
padding: 10px 0 20px 0;
}

#banner {
border-bottom: 1px dotted #D7CCBF;
/*
border-bottom-style: double;
border-color: #D7CCBF; */
padding: 0 0 15px 0;
}

	#banner h1 {
	font-style: italic;
	text-shadow: 1px 1px 1px rgba(71,65,59,.15);
	}

		#banner h1 a {
		text-decoration: none;
		font-weight: lighter;
		border-bottom: 1px solid #5BBBD2;
		display: inline-block;
		}
		
		#banner h1 a:hover {
		color: #F25959;
		border-bottom: 1px solid #F25959;
		}
		
#container {
width: 100%;
padding: 0;
margin: 0;
}

#article {
width: 33em;
padding: 10px 0 20px 0;
margin: 0;
float: left;
display: block;
border-top: 15px dashed #EDE2DD;
}

	.entry, .snippet {
	padding: 0;
	margin: 10px 0;
	clear: both;
}

.entry {
padding: 10px 0;
}

	.snippet {
	padding: 0;
	}

		.title {
		margin: 0 0 15px 0;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #D7CCBF;
		}

		div.image {
		margin: 20px 0;
		padding: 10px 10px 5px 10px;
		border: 1px solid #D7CCBF;
		display: block;
		background: #EBE4DF;
		}
		
		div.image img {
		border: 1px solid #E7DCD8;
		}
		
		.caption {
		font-size: .8em;
		font-style: italic;
		}
		
	.indent {
	background: #F2EADF;
	padding: 20px;
	margin: 20px 0;
	}

		.entry-meta {
		border-top: 1px solid #D7CCBF;
		float: right;
		clear: both;
		padding: 10px 0 20px 0;
		margin: 10px 0 0 0;
		line-height: 2em;
}

#sidebar {
width: 15em;
padding: 0 10px 20px 40px;
float: right;
margin: 20px 0 0 20px;
border-left: 1px dotted #D7CCBF;
}

#footer {
clear: both;
border-top-style: double;
border-color: #D7CCBF;
margin: 40px 0 0 0;
padding: 20px 0;
font-size: 1.2em;
}

/* TYPOGRAPHY --------------------- */

p {
padding: 0;
margin: 0;
line-height: 1.75em;
}

p + p {
text-indent: 2.5em;
}

#sidebar p, ul {
font-size: .8em;
}

h1, h2, h3, h4, h5, h6 {
letter-spacing: .01em;
padding: 7.5px 0;
margin: 0;
font-weight: lighter;
}

h1 {
font-family: Aller, Verdana, Arial, sans-serif;
font-size: 1.8em;
line-height: 1.4em;
color: #706662;
padding: 15px 0;
}

#article h1 {
border-bottom: 1px dotted #D7CCBF;
color: #F94175;
}

h2, label {
font: 1.55em/1.4em Georgia, "Palatino Linotype", "Times New Roman", serif;
font-weight: lighter;
padding: 7px 0;
color: #F06362;
}
	.snippet h2 {
	font-size: 1.4em;
	}

	h2.entry-title a {
	font-weight: lighter;
	color: #D80747;
	margin: -10px 0 20px 0;
	}


		h2.entry-title a:hover {
		color: #F71E7C;
		}

	#crumbs h2, #crumbs ul {
	display: inline;
	}
	
	#sidebar h2 {
	padding: 10px 0 10px 15px;
	background: url(images/bg_square.png) no-repeat 0 50%;
	display: block;
	border-bottom: 1px dotted #D7CCBF;
	margin: 10px 0;
	}

h3, #sidebar h2 {
font-size: .8em;
font-weight: lighter;
text-transform: uppercase;
letter-spacing: .1em;
}

	.title h3 {
	padding: 10px 0;
	margin: 0 0 -5px 0;
	}

	h3.category, .entry-meta h3, #footer, #crumbs h2, .byline {
	font: .72em/1em Georgia, "Palatino Linotype", "Times New Roman", serif;
	color: #7F7871;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-style: normal;
	}
	
	.byline {
	font-family: Aller, Verdana, Arial, sans-serif;
	font-size: .6em;
	padding-left: 5px;
	}

h3 .date {
font-size: 1.2em;
color: #000;
text-transform: lowercase;
}

.entry-meta h3 {
line-height: 2em;
text-transform: uppercase;
}

.entry-meta h3 a, h2.entry-title a {
text-decoration: none;
border-bottom: 1px dotted #D7CCBF;
padding: 5px 0;
}

.entry-meta h3 a:hover span {
color: #F25959;
}

.entry-meta h3 a.comments, .entry-meta h3 a.tb {
padding: 0 0 0 20px;
}

.entry-meta h3 a.comments {
background: url(images/icon_comment.png) no-repeat 0 50%;
}

.entry-meta h3 a.tb {
background: url(images/icon_track.png) no-repeat 0 50%;
}

#content ul {
margin: -10px 0 0 0;
padding: 0;
}

#content ul li {
padding: 3px 0 3px 20px;
list-style: none;
background: url(images/bg_arrow.png) no-repeat .5em 1.1em;
border-bottom: 1px dotted #D7CCBF;
}

#article ul {
margin: 10px 0 10px 20px;
}

#article ul li {
background: url(images/bg_li.png) no-repeat 0.5em;
}

.numeral {
font-size: 1.6em;
color: #7F7871;
font-weight: normal;
}

.bullet {
font-size: 1.6em;
color: #D7CCBF;
padding: 0 5px;
}

.twitter-bullet {
float: left;
display: inline;
margin: 7.5px 0 0 0;
}

.snippet h2 .bullet {
font-size: .8em;
padding: 2px 5px;
margin: 0 5px 0 0;
color: #7F7871;
background: #EBE4DF;
border-right: 1px solid #D7CCBF;
border-bottom: 1px solid #D7CCBF;
}

blockquote {
font-style: italic;
color: #7F7871;
border-left: 1px solid #D7CCBF;
padding: 0 0 0 20px;
font-size: 1.05em;
}

.entry blockquote {
margin: 20px 0 20px 40px;
}

.snippet blockquote {
color: #7D7062;
font-size: 1.2em;
}


blockquote p {
margin: 0;
padding: 0;
line-height: 1.4em;
}

/*-----------------------*/

#article .rounded {
margin: 10px 0;
border-top: 1px dotted #D7CCBF;
padding: 20px 0 0 0;
text-align: right;
}

#article .rounded li {
display:inline; 
margin: 0 10px 0 0;
background: none;
padding: 10px 0 20px 0;
border: none;
}

#crumbs .rounded li a, #article .rounded li a {
background: #EBE4DF;
border: 1px solid #E7DCD8;
color: #7F7871;
font: 1em/1.2em Georgia, "Palatino Linotype", serif;
}

#article .rounded li a {
padding:3px 10px; 
-webkit-border-radius:10px;
-moz-border-radius:15px;
font: 1em/1.2em Verdana, Arial, sans-serif;
letter-spacing: .1em;
text-transform: uppercase;
text-decoration: none;
}

#article .rounded li a:hover, #crumbs .rounded li.current a {
background: #F25959;
border:1px solid #F25959;
color: #fff;
-webkit-border-radius:10px; 
-moz-border-radius:15px; 
}

#crumbs .rounded li.current a {
background: #F25959 url(images/images/bg_crumbs_active.png) no-repeat 0 50%;
background-position: bottom;
}

/*----------------------*/
