@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */



/* BASIC TYPOGRAPHY 
==========================================================*/

body {
	font: 100%/1.5em adelle-1, adelle-2, Georgia, serif;
	font-style: normal;
	font-weight: 300;
	color: #333;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: league-gothic-1,league-gothic-2, helvetica, arial, verdana, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	}

h1 {
	font-size: 3em;
	}

h2 {
	font-size: 1.875em;
	}

h3 {
	font-size: 1.5em;
	}

h4 {
	font-size: 1.125em;
	}

p {
	font-size: .875em;
	line-height: 1.5em;
	margin-top: .75em;
	}



/* BASIC SECTIONS
==========================================================*/

html {
	background: #333 url(../i/html_bg.jpg) repeat;
	}

body {
	margin: 0;
	padding: 0;
	background: #fff url(../i/html_bg.jpg) repeat;
	}
	

/* HEADer SECTION
============================================================*/

header#page_head {
	background: #000 url(../i/header_bg.jpg) top left repeat-x;
	width: 100%;
	height: 72px;
	margin: 0;
	padding: 0;
	color: #fff;
	position: fixed;
	z-index: 100;
	}

h1#title {
	margin: 0 0 0 18px;
	padding: 18px 0 0 0;
	width: auto;
	height: 108px;
	text-transform: uppercase;
	background: url(../i/jerod_smith_logo.png) top left no-repeat;
	float: left;
	display: block;
	color: #f1aa4e;
	font-size: 2.25em;
	}

h1#title a {
	color: #f1aa4e;
	text-decoration: none;
	text-shadow: none;
	text-indent: 108px;
	display: block;
	}

h1#title a:hover {
    color: #fff;
	text-shadow: 0px 2px 1px #f1aa4e;
	transition-property: color, text-shadow;
	transition-duration: 0.3s;
	transition-function: ease;
	-moz-transition-property: color, text-shadow;
	-moz-transition-duration: 0.3s;
	-moz-transition-function: ease;
	-webkit-transition-property: color, text-shadow;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-function: ease;	
	}

h2#tag_line {
	font-family: adelle-1, adelle-2, Georgia, serif;
	font-size: .875em;
	font-style: normal;
	font-weight: 700;
	margin: 24px 0 0 18px;
	float: left;
	display: block;
	padding: 6px 1px;
	border-top: 1px solid #f1aa4e;
	border-bottom: 1px solid #f1aa4e;
	}

header#page_head nav {
	max-width: 960px;
	margin: 0 auto;
	}

header#page_head nav ul {
	float: right;
	margin: 0;
	}

header#page_head nav ul li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position:inside;
	border-right: 1px solid #666;
	}

header#page_head nav ul li.first {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	}

header#page_head nav ul li a {
	font-family: league-gothic-1, league-gothic-2, Helvetica, Arial, Geneva, sans-serif;
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
	letter-spacing: .5px;
	display: block;
	width: 108px;
	height: 48px;
	margin: 0;
	padding-top: 24px;
	text-align: center;
	}

header#page_head nav ul li a:hover {
	background: #000; /* fallback for IE */
	background: rgba(0, 0, 0, 0.5);
	color: #f1aa4e;
	transition-property: background color;
	transition-duration: 0.5s;
	transition-function: ease;
	-moz-transition-property: background color;
	-moz-transition-duration: 0.5s;
	-moz-transition-function: ease;
	-webkit-transition-property: background color;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-function: ease;
	}
	
	

/* CONTENT SECTION RULES 
==========================================================*/

div#content {
	margin: 0 auto;
	overflow: hidden;
	padding: 72px 0 36px 0;
	max-width: 960px;
	background: #fff url(../i/body_bg.jpg) top left repeat;
	-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.75);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.75);
	}

div.the_work {
	display: block;
	overflow: hidden;
	padding: 0 0 6px 0;
	width: 100%;
	}

div#recent_article {
	display: block;
	overflow: hidden;
	margin-top: 36px;
	}

h2#slogan {
	max-width: 960px;
	background: #f1aa4e url(../i/slogan_bg.jpg) top center repeat-y;
	padding: 36px 0 9px 0;
	font-size: 5em;
	font-family: league-gothic-1, league-gothic-2, Helvetica, Arial, Geneva, sans-serif;
	color: #422e15;
	color: rgba(0, 0, 0, .65);
	font-weight: 400;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
	line-height: .875em;
	text-transform: uppercase;
	}

h2#slogan span {
	text-transform: lowercase;
	display: block;
	border-top: #333 1px solid;
	width: 440px;
	margin: 18px auto;
	padding: 18px 0;
	font-size: .7em;
	line-height: .5em;
	}



/* BLOG SECTION
====================================================*/

article.blog_post {
	width: 63.541667%;  /* 538/960 */
	margin: 36px 0 0 34.5833333%; /* 296/960 */
	}

article.blog_post header h1{
	text-transform: uppercase;
	}

article.blog_post header h2 {
	font-size: 2em;
	font-family: league-gothic-1, league-gothic-2, Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	color: #333;
	font-weight: 400;
	}

article.blog_post aside {
	float: left;
	display: block;
	margin-left: -162px;
	}

h4.pub_date {
	font-family: adelle-1, adelle-2, Georgia;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	padding: 9px;
	color: #333;
	opacity: .55;
	background: #fff;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-left: #eee 1px solid;
	border-top: #eee 1px solid;
	}

span.month {
	display: block;
	font-size: .6973em;
	}

span.date {
	display: block;
	font-size: 2em;
	}
	
span.year {
	display: block;
	font-size: .6973em;
	}
	
ul.tags {
	font-size: .75em; /* 12/16 */
	margin-top: 1em;
	}




/* PORTFOLIO SECTION 
==========================================================*/


/* view styles */
.viewer li{
	-webkit-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	-moz-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.viewer .caption{
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 1.5s ease-in-out;
	-moz-transition: opacity 1.5s ease-in-out;
	transition: opacity 1.5s ease-in-out;
}
.viewer .current .caption{
	opacity: 100;
	visibility: visible;
}

/* end view styles */

#content article.portfolio_item {
	position: relative;
	float: left;
	width: 27.083333%; /* 260/960 */
	height: auto;
	margin: 1.875% 0 0 1.875%; /* 18/960 */
	padding: 1.875%; /* 18/258 */
	border: none;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	}
	
article.portfolio_item:before,
article.portfolio_item:after {
	content: '';
	z-index: -1;
	position: absolute;
	left: 20px;
	bottom: 10px;
	width: 70%;
	max-width: 300px; /* avoid rotation causing ugly appearance at large container widths */
	height: 55%;
	-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	-webkit-transform: skew(-15deg) rotate(-6deg);
	-moz-transform: skew(-15deg) rotate(-6deg);
	-ms-transform: skew(-15deg) rotate(-6deg);
	-o-transform: skew(-15deg) rotate(-6deg);
	transform: skew(-15deg) rotate(-6deg); 
	}

article.portfolio_item:after {
	left: auto;
	right: 20px;
	-webkit-transform: skew(15deg) rotate(6deg);
	-moz-transform: skew(15deg) rotate(6deg);
	-ms-transform: skew(15deg) rotate(6deg);
	-o-transform: skew(15deg) rotate(6deg);
	transform: skew(15deg) rotate(6deg); 
	}

ul.portfolio_images img {
	max-width: 100%;
	}
	
ul.portfolio_images li {
	display: inline; /* IE7 doesn't like blank li tags and makes them take up space */
	}

h4.portfolio_title {
	font-family: league-gothic-1, league-gothic-2, Helvetica, Arial, Geneva, sans-serif;
	font-size: 1.75em;
	color: #333;
	margin-top: 35%;
	}

a.portfolio_description {
	background: #fff;
    background: rgba(255, 255, 255, .75);
    display: block;
    width: 80%; /* 222/258 */
    height: 80%; /* 150/260 */
    position: absolute;
	padding: 10%;
	top: 0; /* 18/258 */
	left: 0;
	filter: alpha(opacity = 0); /* proprietary property for opacity in IE */
    opacity: 0;
	text-decoration: none;
	color: #333;
	overflow: hidden;
    }

a.portfolio_description:hover {
	background: url(../i/zoom.png) top 20% no-repeat #fff;
	background: url(../i/zoom.png) center 20% no-repeat rgba(255, 255, 255, .85);
	background-size: 36px 36px;
	filter: alpha(opacity = 80); /* proprietary property for IE */
    opacity: 1;
	transition-property: opacity;
	transition-duration: 0.3s;
	transition-function: ease;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.3s;
	-moz-transition-function: ease;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-function: ease;
	}

h2.work_label {
    font-size: 3em;
	clear: both;
	width: 100%;
	background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
	margin: 36px 0 0 0;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
    color: #F1AA4E;
	text-shadow: 0px 1px 0 #fff, 0px 2px 1px #999;
	}

p.section_link {
	clear: both;
	width: 100%;
	background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
	}

p.section_link a {
	text-decoration: none;
	font-family: league-gothic-1, league-gothic-2, Helvetica, Arial, Geneva, sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
	letter-spacing: 2px;
    color: #666;
	color: rgba(0, 0, 0, .75);
    display: block;
    width: 180px;
    margin: 0 auto;
    padding: 8px 0;
    text-align: center;
    background: url(../i/slogan_bg.jpg) top center repeat-y;
    text-shadow: 0 1px 0 #fff;
    border-radius: 5px;
    border-bottom: 1px solid #333;
    border-top: 1px solid #fff;
	}

p.section_link a:hover {
	color: #000;
	transition-property: color;
	transition-duration: 0.3s;
	transition-function: ease;
	-moz-transition-property: color;
	-moz-transition-duration: 0.3s;
	-moz-transition-function: ease;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-function: ease;
	}
	
p.section_link a:active {
    color: #000;
    text-shadow: 0 1px 0 #fff;
    border-top: 1px solid #333;
    border-bottom: 1px solid #fff;
    }
	
	

/* CONTACT PAGE STYLES 
==========================================================*/
div#contact h1 {
    text-transform: uppercase;
    font-size: 4.5em;
    color: #f1aa4e;
    opacity: 1;
    text-shadow: 0 1px 0 #fff, 0 -1px 0px #666, 0 -1px 15px #ccc;
    width: 80%;
    margin: 1em auto 0 auto;
    border-bottom: 1px solid #444;
    }

div#contact ul {
    width: 80%;
    margin: 1em auto;
    }

div#contact li {
    display: inline-block;
    font-size: 1.5em;
    margin-right: 9px;
    padding-right: 9px;
	margin-bottom: 1em;
    border-right: 1px solid #333;
    font-family: adelle-1, adelle-2, Georgia, serif;
    font-style: normal;
    font-weight: 100;
    color: #333;
   }

div#contact li:last-child {
    border-right: none;
    }

div#contact span {
    display: block;
    font-family: league-gothic-1, league-gothic-2, Helvetica, Arial, Geneva, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f1aa4e;
    margin-bottom: .25em;
    }

div#contact a {
    color: #555;
    text-decoration: none;
    }

div#contact a:hover {
    color: #f1aa4e;
    transition-property: color;
    transition-duration: 0.5s;
    transition-function: ease;
    -moz-transition-property: color;
    -moz-transition-duration: 0.5s;
    -moz-transition-function: ease;
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-function: ease;
    }

div#project_request {
	width: 80%;
	margin: 1em auto;
	}

/* FOOTER STYLES  
==========================================================*/

footer {
	margin: 0 auto;
	max-width: 960px;
	padding-top: 18px;
	background: #000 url(../i/footer_bg.jpg) bottom left repeat;
	color: #fff;
	font-family: adelle-1, adelle-2, Georgia;
	font-weight: 200;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	overflow: hidden;
	}

div#footer_container {
	background: #000;
	background: rgba(0, 0, 0, .55);
	width: 92.5%;
	height: auto;
	padding: 18px;
	overflow: hidden;
    margin: 0 auto;
	}

div#about {
	max-width: 400px;
	margin: 0 auto;
	padding: 36px 0 0 0;
	float: left;
	}

footer h3 {
	font-family: league-gothic-1, league-gothic-2, Helvetica, Arial, Geneva, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #f1aa4e;
	}

div#about p {
	margin-top: .8571em;
	}

div#about ul li {
	float: left;
	display: block;
	margin-top: 36px;
	margin-right: 18px;
	font-size: 1.23076923em;
	font-family: league-gothic-1, league-gothic-2, Helvetica, Arial, Geneva, sans-serif;
	font-style: normal;
	font-weight: 400;
	}

div#about ul li a {
	color: #fff;
	text-decoration: none;
	}

div#about ul li a:hover {
	color: #f1aa4e;
	transition-property: color;
	transition-duration: 0.3s;
	transition-function: ease;
	-moz-transition-property: color;
	-moz-transition-duration: 0.3s;
	-moz-transition-function: ease;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-function: ease;
	}

div#social {
	float: left;
	margin-left: 1.875%; /* 18/960 */
	margin-top: 72px;
	}

div#social h4 {
	font-size: .8571em;
	font-family: league-gothic-1, league-gothic-2, Helvetica, Arial, Geneva, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #f1aa4e;
	}

ul#social_list li {
	display: inline;
	}

ul#social_list li a {
	display: inline-block;
	width: 36px;
	height: 30px;
	text-indent: -9999em;
	margin: 3px 3px 0 0;
	}

ul#social_list li a:hover {
	filter: alpha(opacity = 50); /* proprietary property for opacity in IE */
	opacity: .5;
	transition-property: opacity;
	transition-duration: 0.3s;
	transition-function: ease;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.3s;
	-moz-transition-function: ease;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-function: ease;
	}

a#twitter {
	background: transparent url(../i/social.png) -3px 0 no-repeat;
	}

a#flickr {
	background: transparent url(../i/social.png) -119px 0 no-repeat;
	}

a#delicious {
	background: transparent url(../i/social.png) -153px 0 no-repeat;
	}

a#vimeo {
	background: transparent url(../i/social.png) -45px 0 no-repeat;
	}

a#dribbble {
	background: transparent url(../i/social.png) -84px 0 no-repeat;
	}

span.social_label {display: none;}


footer nav {
	float: right;
	font-family: league-gothic-1,league-gothic-2, helvetica, arial, verdana, sans-serif;
	font-style: normal;
	font-weight: 400;
	margin-top: 9px;
	}

footer nav ul li {
	float: left;
	display: block;
	border: none;
	padding: 0 9px 9px 9px;
	margin: 0;
	height: auto;
	}

footer nav ul li a{
	border: none;
	display: block;
	color: #fff;
	font-size: 1.23076923em;
	text-decoration: none;
	background: none;
	border-radius: 5px;
	padding: 5px 15px;
	}

footer nav ul li a:hover {
	background: #000; /* fallback for IE */
	background: rgba(0, 0, 0, 0.5);
	color: #f1aa4e;
	transition-property: background color;
	transition-duration: 0.5s;
	transition-function: ease;
	-moz-transition-property: background color;
	-moz-transition-duration: 0.5s;
	-moz-transition-function: ease;
	-webkit-transition-property: background color;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-function: ease;
	}

small#copyright {
	font-size: .84615385em;
	margin-top: 18px;
    margin-left: 1.875%;
	float: left;
	}




/* RESPONSIVE STUFF 

(where the really cool kids hang out)

==============================================================*/

@media screen and (max-width: 880px) {
	
/* iPadish sizes */
	
header#page_head nav ul li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position:inside;
	border: none;
	}

header#page_head nav ul li.first {
	border: none;
	}

header#page_head nav ul li a {
	font-family: league-gothic-1, league-gothic-2, Helvetica, Arial, Geneva, sans-serif;
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
	letter-spacing: .5px;
	display: block;
	margin: 14px 9px 0;
	padding: 10px;
	text-align: center;
	width: auto;
	border-radius: 5px;
	height: auto;
	}

header#page_head nav ul li a:hover {
	background: #000; /* fallback for IE */
	background: rgba(0, 0, 0, 0.5);
	color: #f1aa4e;
	transition-property: background color;
	transition-duration: 0.5s;
	transition-function: ease;
	-moz-transition-property: background color;
	-moz-transition-duration: 0.5s;
	-moz-transition-function: ease;
	-webkit-transition-property: background color;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-function: ease;
	}
	

div#contact li {
    font-size: 1.25em;
	}


} /* end iPadish size (860) */


@media screen and (max-width: 740px) {


header#page_head {
	background: #000 url(../i/header_bg.jpg) top left repeat;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 2px 0;
	color: #fff;
	position: relative;
	}

h1#title {
	margin: 0 auto;
	padding: 18px 0 0 0;
	width: 302px;
	height: 108px;
	text-transform: uppercase;
	background: url(../i/jerod_smith_logo.png) top left no-repeat;
	float: none;
	display: block;
	color: #f1aa4e;
	}

h1#title a {
	color: #f1aa4e;
	text-decoration: none;
	text-shadow: none;
	text-indent: 108px;
	display: inline-block;
        font-size: 1.5em;
        letter-spacing: .5px
 	}

h2#tag_line {
	display: none;
	}

header#page_head nav ul {
    margin: 0 auto;
    padding: 8px 0;
    float: none;
    display: block;
border-top: 1px solid #fff;
border-bottom: 1px solid #ff;
text-align: center;
	}

header#page_head nav ul li {
    float: none;
    display: inline-block;
	margin-left: 0;
	margin-right: 0;
    }

header#page_head nav ul li a{
    display: inline;
	margin: 0;
    }
	
div#content {
	padding: 0 0 36px 0;
	}

/*contact page */
	
div#contact li {
    display: block;
    font-size: 1.25em;
	border-right: none;
	}


}

@media screen and (max-width: 600px) {
	
h1#title {
	background-size: 72px;
	height: 88px;
	width: 300px;
	}
	
h1#title a {
	color: #f1aa4e;
	text-decoration: none;
	text-shadow: none;
	text-indent: 80px;
	display: block;
	}


h2#slogan {
	font-size: 3.625em;
	font-family: league-gothic-1, league-gothic-2, Helvetica, Arial, Geneva, sans-serif;
	color: #422e15;
	color: rgba(0, 0, 0, .65);
	font-weight: 400;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
	line-height: .875em;
	text-transform: uppercase;
	}

h2#slogan span {
	text-transform: lowercase;
	display: block;
	border-top: #333 1px solid;
	margin: 18px auto;
	padding: 18px;
	font-size: .7em;
	line-height: .5em;
	max-width: 340px;
	}

/* portfolio section stuffs */	

#content article.portfolio_item {
	position: relative;
	width: 90%;
	height: auto;
	margin: 2.5% 0 0 2.5%;
	padding: 2.5%;
	}

/* blog stuffs */

div#content article.blog_post {
	width: 90%;
	margin: 0 auto;
	}

article.blog_post header{
	margin-bottom: 18px;
	font-size: 2em;
	}

article.blog_post aside {
	float: none;
	display: block;
	margin-left: 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #fff;
	}

h4.pub_date {
	font-family: adelle-1, adelle-2, Georgia;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	padding: 5px;
	color: #333;
	opacity: .55;
	background: #fff;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-left: #eee 1px solid;
	border-top: #eee 1px solid;
	float: left;
	font-size: .75em;
	}

span.month {
	display: inline;
	font-size: 1em;
	}

span.date {
	display: inline;
	font-size: 1em;
	}
	
span.year {
	display: inline;
	font-size: 1em;
	}
	
ul.tags {
	font-size: .75em; /* 12/16 */
	margin: 0;
	}

ul.tags li {
	display: inline-block;
	margin: 0 4px;
	}

ul.tags li:first-child {
	margin-left: 8px;
	}

/* footer stuffs */

footer nav {
	float: none;
	width: 95%;
	margin: 9px auto 0;
	}

footer nav ul {
	text-align: center;
	}

footer nav ul li {
	float: none;
	display: inline-block;
	border: none;
	padding: 0;
	margin: 0;
	height: auto;
	}

footer nav ul li a{
	border: none;
	display: block;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	background: none;
	border-radius: 5px;
	margin: 0 4px;
	padding: 5px;
	text-align: center;
	}

small#copyright {
	text-align: center;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

}

@media screen and (max-width: 340px) {

h2#slogan {
	font-size: 3em;
	}

h2#slogan span {
	margin: 0 auto;
	border-top: none;
	width: auto;
	padding-bottom: 24px;
	}

}