/*   
Theme Name: CleanPhoto
Theme URI: http://forrest-tanaka.com
Description: A simple theme for photographers' sites
Author: Forrest Tanaka
Author URL: http://forrest-tanaka.com
Version: 1.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, two-columns, fixed-width, theme-options, threaded-comments, translation-ready
Description: CleanPhoto is a simple theme for photographers to show off their portfolio. It has a home page
slideshow configurable from a theme option and a magazine-style blog. I designed this theme for a tutorial
for photographers to build a WordPress site for themselves.
*/

/*
	CleanPhoto :: style.css
	----------------------------------------------------------
	I derived this theme from the one at http://html5reset.org	
-------------------------------------------------------------------------------*/


/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}



/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

.sticky {}
.gallery-caption {}
.post {}

.entry-content {}
.entry-content a {}
.entry-content a:hover {}

#meta {}
.postmetadata {}

body {
	background-color: #555;
}

#body-no-footer {
	background-color: #f8f8f8;
}

#page-wrap {
	width:   940px;
	margin:  0 auto;
	padding: 20px 0 0;
}

#header h1 {
	margin:         0;
	padding:        0;
	font-family:    'Yanone Kaffeesatz', sans-serif;
	font-size:      42px;
	font-weight:    700;
	text-shadow:    0px 3px 0px #fff;
	filter:         dropshadow(color=#ffffff, offx=0, offy=3);
	text-align:     center;
	text-transform: uppercase;
}

#header h1 a {
	color:           #68a;
	text-decoration: none;
}

hr.logo-hr {
	width:  50%;
	margin: 5px auto 0;
}

.description {
	margin:      0;
	padding:     0;
	text-align:  center;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:   22px;
	font-weight: 200;
	color:       #68a;
}

hr.main-nav-hr {
	width:  100%;
	margin: 50px 0 5px;
}

#main-nav {
	float: left;
}

#main-nav li {
	margin-right:   20px;
	float:          left;
	font-family:    'Yanone Kaffeesatz', sans-serif;
	font-size:      24px;
	font-weight:    400;
	text-transform: uppercase;
}

#main-nav li a {
	padding:            0;
	color:              #444;
	text-decoration:    none;
	-webkit-transition: all 0.25s linear; 
	-moz-transition:    all 0.25s linear; 
}

#main-nav li a:hover {
	color: #68a;
}

#searchsubmit {
	margin:             0;
	padding:            0;
	border:             none;
	background-color:   transparent;
	font-family:        'Yanone Kaffeesatz', sans-serif;
	font-size:          24px;
	font-weight:        400;
	text-transform:     uppercase;
	color:              #444;
	-webkit-transition: all 0.25s linear; 
	-moz-transition:    all 0.25s linear; 
}

#searchsubmit:hover {
	color: #68a;
}

#searchform {
	float: right;
}

#searchform input[type="search"] {
  -webkit-appearance:      none;
  -moz-border-radius:      0;
  -webkit-border-radius:   0;
  border-radius:           0;
  -webkit-box-sizing:      border-box;
  -moz-box-sizing:         border-box;
  box-sizing:              border-box;
  -moz-background-clip:    padding;
  -webkit-background-clip: padding;
  background-clip:         padding-box;
  background-color:        #fff;
  border:                  1px solid;
  border-color:            #848484 #c1c1c1 #e1e1e1;
  color:                   #000;
  outline:                 0;
  padding:                 2px 3px;
  font-size:               13px;
  font-family:             Arial, 'Liberation Sans', FreeSans, sans-serif;
  height:                  1.8em;

  /* IE7 */
  *padding-top:            2px;
  *padding-bottom:         1px;
  *height:                 auto;
}

#post-wrapper {
	margin: 50px 0;
}

.pagetitle {
	margin:      0 0 30px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:   32px;
	font-weight: 700;
	color:       #444;
}

article.article-single {
	float: left;
	width: 620px;
}

article.article-index {
	width:         620px;
	margin-bottom: 40px;
}

#index-wrapper {
	width:  100%;
	margin: 50px 0 0;
}

.index-list {
	float: left;
	width: 620px;
}

footer.meta address, footer.meta time {
	font-family: ‘Arimo’, Arial, serif;
	font-weight: 400;
	font-size:   12px;
	font-style:  normal;
	color:       #888;
}

.entry-title {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:   32px;
	font-weight: 700;
}

.entry-content h1 {
	margin-top:  1em;
	line-height: 1;
	font-weight: 700;
	font-size:   22px;
	color:       #000;
}

.entry-content h2 {
	margin-top:  1.5em;
	line-height: 1;
	font-weight: 700;
	font-size:   20px;
	color:       #000;
}

.entry-content h3 {
	margin-top:  1.4em;
	line-height: 1;
	font-weight: 700;
	font-size:   17px;
	color:       #000;
}

.entry-content h4 {
	margin-top:  1.3em;
	line-height: 1;
	font-weight: 700;
	font-size:   15px;
	color:       #000;
}

.entry-content h5, .entry-content h6 {
	margin-top:  1.3em;
	line-height: 1;
	font-weight: 700;
	font-size:   14px;
	color:       #000;
}

.entry-content p {
	margin:      1em 0;
	line-height: 1.6;
	font-family: ‘Arimo’, Arial, serif;
	font-weight: 400;
	font-size:   14px;
	color:       #000;
}

.entry-content blockquote {
	margin:     1em 40px;
	font-style: italic;
}

.entry-content blockquote cite:before {
	content: "\2014\A0";
}

.entry-content table {
}

.entry-content a {
	color:           #68a;
	text-decoration: none;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content ul, .entry-content ol {
	font-family:         ‘Arimo’, Arial, serif;
	font-weight:         400;
	font-size:           14px;
	color:               #000;
	line-height:         1.7;
	list-style-position: outside;
}

.entry-content ul {
	list-style-type: disc;
}

.entry-content li {
	margin:       12px 0 12px 30px;
	padding-left: 5px;
}

.entry-content dl {
	margin: 1em 0;
}

.entry-content dt {
	font-family: ‘Arimo’, Arial, serif;
	font-weight: 700;
	font-size:   14px;
	color:       #000;
}

.entry-content dd {
	margin-left: 30px;
	font-family: ‘Arimo’, Arial, serif;
	font-weight: 400;
	font-size:   14px;
	color:       #000;
}

.more-link {
	font-family: ‘Arimo’, Arial, serif;
	font-weight: 700;
	font-size:   12px;
}

.more-link a {
	color:           #68a;
	text-decoration: none;
}

.more-link a:hover {
	text-decoration: underline;
}

.page-links {
	margin:      10px 0;
	line-height: 1.6;
	font-family: ‘Arimo’, Arial, serif;
	font-weight: 700;
	font-size:   12px;
	color:       #888;
}

.page-links-title {
	float:   left;
	padding: 1px 0;
}

.page-links-digit {
	float:            left;
	margin:           0 2px;
	padding:          0 6px;
	color:            #ccc;
	background-color: #eee;
	border:           1px solid #ccc;
}

.page-links a > .page-links-digit {
	color:            #68a;
	background-color: #ddd;
	border:           1px solid #666;
}

.page-links a > .page-links-digit:hover {
	text-decoration:  none;
	background-color: #68a;
	color:            #fff;
}

.excerpt-title {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:   32px;
	font-weight: 700;
}

.excerpt-title a {
	color:           #68a;
	text-decoration: none;
}

.excerpt-title a:hover {
	text-decoration: underline;
}

.excerpt-content {
	margin:      10px 0;
	font-family: ‘Arimo’, Arial, serif;
	font-weight: 400;
	font-size:   14px;
	color:       #000;
	line-height: 1.7;
}

.alignleft {
	float:        left;
	margin-right: 10px;
}

.alignright {
	float:       right;
	margin-left: 10px;
}

.aligncenter {
	display:      block;
	margin-left:  auto;
	margin-right: auto;
}

p.wp-caption-text {
	margin:      0;
	padding:     0;
	text-align:  center;
	font-family: ‘Arimo’, Arial, serif;
	font-weight: 400;
	font-style:  italic;
	font-size:   12px;
	color:       #666;
}

.index-hr {
	margin: 40px 0;
}

.post-tags, .postmetadata {
	padding:          3px 5px;
	line-height:      1.5;
	background-color: #eee;
	font-family:      ‘Arimo’, Arial, serif;
	font-weight:      700;
	font-size:        12px;
	color:            #888;
}

.post-tags a, .postmetadata a {
	color:           #68a;
	text-decoration: none;
}

.post-tags a:hover, .postmetadata a:hover {
	text-decoration: underline;
}

#sidebar {
	float:         left;
	width:         220px;
	margin-left:   90px;
	margin-bottom: 20px;
	padding-left:  9px;
	border-left:   1px solid #ccc;
}

#sidebar h2 {
	font-family:    'Yanone Kaffeesatz', sans-serif;
	font-size:      24px;
	font-weight:    400;
	text-transform: uppercase;
	color:          #444;
}

.widget {
	margin: 0 0 20px;
}

.widget:last-child {
	margin: 0;
}

.widget .children {
	margin-left: 10px;
}

.widget .children li:before {
	content: "\2514\00a0";
	display: inline;
	color:   #ccc;
}

.widget li {
	margin:      5px 0;
	font-family: ‘Arimo’, Arial, serif;
	font-weight: 400;
	font-size:   14px;
	color:       #888;
}

.widget li a {
	color:           #68a;
	font-weight:     700;
	text-decoration: none;
}

.widget li a:hover {
	text-decoration: underline;
}

#calendar_wrap {
	background-color: #ddd;
}

.widget_calendar caption {
	padding:       5px;
	text-align:    right;
	font-family:   ‘Arimo’, Arial, serif;
	font-weight:   700;
	font-size:     16px;
	color:         #666;
	border:        1px solid #eee; 
}

.widget_search #searchform {
	float: none;
}

.widget_calendar #wp-calendar {
	width:           100%;
	border-spacing:  3px;
	border-collapse: separate;
}

#wp-calendar th {
	font-family: ‘Arimo’, Arial, serif;
	font-weight: 700;
	font-size:   14px;
	color:       #666;
}

#wp-calendar td {
	padding:          5px;
	font-family:      ‘Arimo’, Arial, serif;
	font-weight:      400;
	font-size:        11px;
	color:            #666;
	background-color: #f8f8f8;
	text-align:       center;
}

#wp-calendar td a {
	color:           #68a;
	text-decoration: none;
	font-size:       12px;
	font-weight:     700;
}

#wp-calendar td a:hover {
	text-decoration: underline;
}

#wp-calendar tfoot td {
	background-color: #ddd;
}

#wp-calendar tfoot #prev {
	text-align: right;
}

#wp-calendar tfoot #next {
	text-align: left;
}

.widget .tagcloud {
	font-family: ‘Arimo’, Arial, serif;
	font-weight: 400;
}

.widget .tagcloud a {
	color:           #68a;
	text-decoration: none;
}

.widget .tagcloud a:hover {
	text-decoration: underline;
}

h2#comments {
	font-family:    'Yanone Kaffeesatz', sans-serif;
	font-size:      24px;
	font-weight:    400;
	text-transform: uppercase;
	color:          #444;
}

ol.commentlist {
	list-style: none;

}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}

ol.commentlist li.comment,
ol.commentlist li.pingback,
ol.commentlist li.trackback {
	margin:  40px 0;
	padding: 0;
}

ol.commentlist div.comment-body {
	margin: 40px 0;
}

ol.commentlist li.comment div.comment-author {
	margin-bottom: 5px;
}
ol.commentlist li.comment div.vcard {}

ol.commentlist li.comment div.vcard cite.fn,
ol.commentlist li.pingback div.vcard cite.fn,
ol.commentlist li.trackback div.vcard cite.fn {
	font-family:   ‘Arimo’, Arial, serif;
	font-weight:   700;
	font-size:     14px;
	font-style:    normal;
	color:         #666;
}

ol.commentlist li.comment div.vcard cite.fn a.url,
ol.commentlist li.pingback div.vcard cite.fn a.url,
ol.commentlist li.trackback div.vcard cite.fn a.url {
	color:           #68a;
	text-decoration: none;
}

ol.commentlist li.comment div.vcard cite.fn a.url:hover,
ol.commentlist li.pingback div.vcard cite.fn a.url:hover,
ol.commentlist li.trackback div.vcard cite.fn a.url:hover {
	text-decoration: underline;
}

ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}

ol.commentlist li.comment div.comment-meta,
ol.commentlist li.pingback div.comment-meta,
ol.commentlist li.trackback div.comment-meta {
	font-family: ‘Arimo’, Arial, serif;
	font-weight: 400;
	font-size:   12px;
	font-style:  normal;
	color:       #888;
}

ol.commentlist li.comment p, ol.commentlist li.pingback p {
	font-family: ‘Arimo’, Arial, serif;
	font-weight: 400;
	font-size:   14px;
	line-height: 1.6;
}

ol.commentlist li.comment p a, ol.commentlist li.pingback p a {
	color:           #68a;
	text-decoration: none;
}

ol.commentlist li.comment p a:hover, ol.commentlist li.pingback p a:hover {
	text-decoration: underline;
}

ol.commentlist li.comment ul {}
ol.commentlist li.comment ul.children {list-style: none; margin: 10px 0 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {margin: 0 0 0 40px;}
ol.commentlist li.comment ul.children li.depth-3 {margin: 0 0 0 40px;}
ol.commentlist li.comment ul.children li.depth-4 {margin: 0 0 0 40px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {}
ol.commentlist li.odd {}
ol.commentlist li.parent {border-left: 5px solid #111;}

ol.commentlist li div.comment-info {
	float:  left;
	width:  220px;
	margin: 0 10px 0 0;
}

ol.commentlist li div.comment-mod {
	font-family: ‘Arimo’, Arial, serif;
	font-weight: 400;
	font-size:   12px;
	font-style:  italic;
	color:       #aaa;
}

ol.commentlist li div.comment-avatar {
	float:  left;
	margin: 0 10px;
	width:  60px;
	height: 48px;
}

ol.commentlist li div.comment-avatar img.avatar {
	margin: 0 6px;
	widtH:  48px;
	height: 48px;
	
}

ol.commentlist li div.comment-content {
	max-width: 612px;
	margin:    0 0 0 310px;
}

ol.commentlist li div.comment-content-noavvy {
	max-width: 692px;
	margin:    0 0 0 230px;
}

ol.commentlist li div.comment-content .reply, ol.commentlist li div.comment-content-noavvy .reply {
	margin-top: 10px;
}

ol.commentlist li div.comment-content .reply a, ol.commentlist li div.comment-content-noavvy .reply a {
	font-family:     ‘Arimo’, Arial, serif;
	font-weight:     700;
	font-size:       14px;
	color:           #68a;
	text-decoration: none;
}

ol.commentlist li div.comment-content .reply a:hover, ol.commentlist li div.comment-content-noavvy .reply a:hover {
	text-decoration: underline;
}

.nav-comment, .navigation {
	margin-bottom: 40px;
	font-family:   ‘Arimo’, Arial, serif;
	font-weight:   700;
	font-size:     14px;
}

.nav-comment .next-posts, .navigation .next-posts {
	float:        left;
	width:        460px;
	height:       30px;
	margin-right: 10px;
	text-align:   right;
	line-height:  30px;
}

.nav-comment .prev-posts, .navigation .prev-posts {
	float:        right;
	width:        458px;
	height:       30px;
	padding-left: 10px;
	border-left:  2px solid #ddd;
	line-height:  30px;
}

.nav-comment .next-posts { width: 460px; color: #ccc; }
.nav-comment .prev-posts { width: 458px; color: #ccc; }
.navigation .next-posts { width: 300px; color: #ccc; }
.navigation .prev-posts { width: 298px; color: #ccc; }


.nav-comment .next-posts a, .nav-comment .prev-posts a, .navigation .next-posts a, .navigation .prev-posts a {
	color:           #68a;
	text-decoration: none;
}

.nav-comment .next-posts a:hover, .nav-comment .prev-posts a:hover, .navigation .next-posts a:hover, .navigation .prev-posts a:hover {
	text-decoration: underline;
}

#reply-title {
	margin-bottom:  20px;
	font-family:    'Yanone Kaffeesatz', sans-serif;
	font-size:      24px;
	font-weight:    400;
	text-transform: uppercase;
	color:          #444;
}

#cancel-comment-reply-link {
	font-family:     ‘Arimo’, Arial, serif;
	font-weight:     700;
	font-size:       14px;
	color:           #68a;
	text-decoration: none;
	text-transform:  none;
}

#cancel-comment-reply-link:hover {
	text-decoration: underline;
}

.comment-notes {
	font-family: ‘Arimo’, Arial, serif;
	font-weight: 400;
	font-size:   12px;
	color:       #666;
}

#respond .login-req {
	font-family: ‘Arimo’, Arial, serif;
	font-weight: 400;
	font-size:   14px;
	color:       #666;
}

#respond .login-req a {
	color:           #68a;
	text-decoration: none;
}

#respond .login-req a:hover {
	text-decoration: underline;
}

#respond .commenter-info {
	float:        left;
	width:        300px;
	margin-right: 10px;
}

#respond .login-message {
	font-family: ‘Arimo’, Arial, serif;
	font-weight: 700;
	font-size:   14px;
	color:       #666;
}

#respond .login-message a {
	color:           #68a;
	text-decoration: none;
}

#respond .login-message a:hover {
	text-decoration: underline;
}

#respond .comment-text-entry {
	max-width:   620px;
	margin-left: 320px;
}

#respond label {
	font-family: ‘Arimo’, Arial, serif;
	font-weight: 700;
	font-size:   14px;
	color:       #666;
}

#respond input[type="text"], #respond input[type="url"], #respond input[type="email"] {
  padding:                 2px 3px;
	width:                   300px;
  height:                  2.2em;
	margin-bottom:           10px;
  -webkit-appearance:      none;
  -moz-border-radius:      0;
  -webkit-border-radius:   0;
  border-radius:           0;
  -webkit-box-sizing:      border-box;
  -moz-box-sizing:         border-box;
  box-sizing:              border-box;
  -moz-background-clip:    padding;
  -webkit-background-clip: padding;
  background-clip:         padding-box;
  background-color:        #fff;
  border:                  1px solid;
  border-color:            #848484 #c1c1c1 #e1e1e1;
  color:                   #000;
  outline:                 0;
	font-family:             ‘Arimo’, Arial, serif;
	font-weight:             400;
	font-size:               14px;

  /* IE7 */
  *padding-top:            2px;
  *padding-bottom:         1px;
  *height:                 auto;
}

#respond textarea {
	display:                 block;
	width:                   100%;
	height:                  15em;
  padding:                 5px;
  -webkit-appearance:      none;
  -moz-border-radius:      0;
  -webkit-border-radius:   0;
  border-radius:           0;
  -webkit-box-sizing:      border-box;
  -moz-box-sizing:         border-box;
  box-sizing:              border-box;
  -moz-background-clip:    padding;
  -webkit-background-clip: padding;
  background-clip:         padding-box;
  background-color:        #fff;
  border:                  1px solid;
  border-color:            #848484 #c1c1c1 #e1e1e1;
  color:                   #000;
  outline:                 0;
	font-family:             ‘Arimo’, Arial, serif;
	font-weight:             400;
	font-size:               14px;
}

#respond input[type=submit] {
	margin:             0;
	padding:            0;
	border:             none;
	background-color:   transparent;
	font-family:        'Yanone Kaffeesatz', sans-serif;
	font-size:          24px;
	font-weight:        400;
	text-transform:     uppercase;
	color:              #444;
	-webkit-transition: all 0.25s linear; 
	-moz-transition:    all 0.25s linear; 
}

#respond input[type=submit]:hover, #respond #cancel-comment-reply-link:hover {
	color: #68a;
}

.form-allowed-tags {
	font-family: ‘Arimo’, Arial, serif;
	font-weight: 400;
	font-size:   12px;
	color:       #888;
}

hr.std-hr {
	height:        1px; 
	color:         none; 
	background:    none; 
	border:        none; 
	border-top:    1px solid #ccc; 
	border-bottom: 1px solid #fff; 
	text-align:    right;
}

.borderradius hr.std-hr:before, .borderradius hr.std-hr:after {
	display:               block;
	position:              relative;
	top:                   -4px;
	left:                  -8px;
	content:               "";
	height:                8px;
	width:                 8px;
	background-color:      #eee;
	border:                none;
	border-radius:         4px;
	-moz-border-radius:    4px;
	-webkit-border-radius: 4px;
	border-top:            1px solid #aaa;
	border-bottom:         1px solid #fff;
}

.borderradius hr.std-hr:after {
	display:  inline-block;
	position: relative;
	top:      -16px;
	left:     8px;
}

hr.comment-hr {
	margin: 40px 0;
}


hr.simple-hr {
	height:        1px; 
	color:         none; 
	background:    none; 
	border:        none; 
	border-top:    1px solid #ccc; 
	border-bottom: 1px solid #fff; 
	text-align:    right;
}

.copyright {
	margin:         20px 0;
	text-align:     center;
	font-family:    'Yanone Kaffeesatz', sans-serif;
	font-size:      16px;
	font-weight:    400;
	text-transform: uppercase;
	color:          #ccc;
}

.fourohfour {
	padding-bottom: 50px;
	text-align:     center;
	font-family:    'Yanone Kaffeesatz', sans-serif;
	font-size:      36px;
	font-weight:    700;
}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}
