/*
Theme Name: Art Blog
Theme URI: artblog.local
Description: This is the theme to use
Author: Chris Brousseau
Author URI: artblog.local
Version: 0.1
Tags: one-column, fixed-width

License:
License URI:
*/

/*==[General]========*/

/* Width Elements */
.full {width: 100%}
.fixed {max-width: 1024px; width: 75%; min-width: 320px; margin-left: auto; margin-right: auto;}
.third {width: 33%;}

.right {float: right;}

/* General */

body {color: #222222; font-family: sans-serif; font-size: 11pt; background-image: url(/wp-content/themes/artblog/theme/texture.png)}

/* Color scheme: http://colorschemedesigner.com/#5i42PvK--w0w0 */

.title, .title a {margin: 0; font-weight: normal; color: #222222}
a {text-decoration: none; border: 0; color: #5EA601; font-weight: bold; }
a:hover {color: #ff026d; text-decoration: underline}
.title a:hover {text-decoration: none}

h1, h3 {text-transform: uppercase}
h1 {font-size: 4em; text-shadow: 2px 2px #BBB;}
h2 {font-size: 2em; text-shadow: 1px 1px #BBB;}
h3 {font-size: 2.6em; text-shadow: 1px 1px #BBB;}

.img-top { vertical-align: top }


/*==[Header]=========*/

body > header {
	text-align: center;
	margin: 30px 0;
}
body > header h1 img { max-width: 100% }

/*==[Main]===========*/

/* backgrounds */
#main, nav .container a, nav .container span, .single-links a {
	background-color: rgba(255,255,255,0.6);
	border: 1px solid #F0F0F0;
}
.lt-ie9 #main, .lt-ie9 nav .container a, .lt-ie9 nav .container span, .lt-ie9 .single-links a {
	background: url(/wp-content/themes/artblog/theme/ie-article-bg.png)
}


#main {position: relative;}
#main > article { padding: 0 25px 20px; }

nav {margin: 20px 0 0}
nav .container {text-align: center}
nav .container a, nav .container span{
	display: inline-block;
	width: 1.5em;
	font-size: 1.2em;
	text-align: center;
}

.single-links a {
	position: absolute;
	top: -25px;
	height: 21px;
	max-width: 40%;
	padding: 2px 12px 0;
	text-transform: uppercase;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.single-links a[rel="next"] {left: 5%}
.single-links a[rel="prev"] {right: 5%; text-overflow: "... \2192"}

/*==[404]============*/
.p404 p, .p404 h3 {text-align: center}

/*==[Posts]==========*/
article {position: relative;} /* For the avatars */

.post_avatar {
	display: block;
	position: absolute;
	left: -40px; top: 5px;
	border: 1px solid #F0F0F0;
	-webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;
}
article > header {
	padding: 20px 0 20px 30px;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
}
article:first-child > header {
	border-top: 0;
}

article > footer { padding-top: 15px; margin-bottom: 4px; text-align: right}
article.single > footer {text-align: left}
article > footer > small > * { white-space: nowrap }

article .content {text-align: justify}

article .content iframe {display: block; margin: 0 auto;}

article .content .more-link {
	display: block;
	text-align: center;
	padding: 10px 0;
	font-size: 1.2em;
}
article .content .more-link:hover { background-color: #F3F3F3; text-decoration: none}

/*==[Footer]==========*/
body > footer {
	margin-top: 50px;
	padding-top: 8px;
	background: #222222 url(/wp-content/themes/artblog/theme/asfalt.png);
	border-top: 3px solid #555555;
	color: #AAA;
	font-size: .8em;
	padding-bottom: 40px;
}
.about {float: left; border-right: 1px dashed #E0E0E0; margin: 10px 0;}
.about.last-child {border: 0}
.about > div, .bloginfo > div { padding-left: 10px; padding-right: 10px; }

.about .image-container {position: relative; margin-bottom: 4px;}
.about .image-container img {width: 100%}
.about .name {font-size:1.2em; text-align: right; position: absolute; bottom: 0px; width: 100%; background-color: black; padding: 4px 0; filter: alpha(opacity=70); opacity: 0.7;}
.about .name span {padding: 0 4px;}
.about .description {text-align: justify; margin-top: 10px; margin-bottom: 25px}
.bloginfo, .bloginfo .description {text-align: center; clear: both}

h5 {margin: 0; padding: 0; font-size: 1.4em; color: #ff026d; text-transform: uppercase;}

body footer .links {list-style-type: none; margin: 8px 10px 0; padding: 0; margin: 5px 0 0}
body footer .links li {display: inline; margin-right: 8px;}
body footer .links li a:hover {text-decoration: none}

.copywrite {text-align: center; color: #888; font-size: .9em; margin-top: 10px;}

/*==[Comments]=========*/
#comments ol, #comments .comment p {padding: 0; margin:0 }

#comments .comment {padding: 5px 0 5px 8px; list-style-type: none; border-top: 1px dashed #CCC;}
#comments .comment:last-child {border-bottom: 1px dashed #CCC;}
#comments .comment:nth-child(even) { background: #F3F3F3 }

#comments .avatar {display:none}
#comments .vcard cite.fn {font-weight: bold; font-style: normal}
#comments .vcar	d span.says {display: none }
#comments .comment-meta a {font-size: .8em; font-style: italic; font-weight: normal}

#comments .comment-author, #comments .comment-meta {float:left; margin-right: 8px}
#comments .comment p {clear: both; padding-top: 5px}

#comments .reply {display: none}

#comments h3 {font-weight: normal; font-size: 1.4em; text-shadow: none; margin: 10px 0}

#respond #reply-title {text-align: center}
#respond {padding-top: 30px; }
#respond label {display: block;}
#respond .required {color: #FF026D}
#respond form {max-width: 400px; width: 100%; margin: 0 auto}
#respond code {
	display: block;
	font-size: .8em;
	border: 1px solid #CCC;
	padding: 2px;
	margin-top: 3px;
}
#respond input[type="text"], #respond textarea, #respond code {
	width: 100%;
}
#respond .form-submit {text-align: center}

/*==[Responsive]=======*/
@media screen and (max-width: 900px) {	
	
	/* Move header img right */
	.post_avatar { position: static; float: right; height: 65px !important; width: 65px !important; margin-top: 8px;}
	article > header { padding-left: 0; padding-right: 100px;}
	
	.fixed {width: 675px}
	.third {width: 90%; margin: 15px auto 0; padding-bottom: 15px;}
	
	.about {float: none;}
	.author {float: left; width: 49%}
	.about.author:nth-child(2) {border-right: 0}
}

@media screen and (max-width: 675px){
	.fixed {width: 100%}
	#main {border-left: 0; border-right: 0}
	
	.single-links a {
		position: static;
		border: 0;
		display: block;
		text-align: center;
		float: none;
		max-width: 100%;
		font-size: 1.3em;
		margin-bottom: 8px;
		overflow: auto;
		white-space: normal;
		height: auto;
	}
	
	nav {font-size: 1.3em}
	h3 {font-size: 2em}
	
	article > footer {text-align: left}
}

@media screen and (max-width: 450px){
	.third {width: 100%}
	.about, .author {float: none; border-bottom: 1px dashed #E0E0E0;}
	.about > div {padding: 0 25px;}
	.about .description {text-align: center}
	h2 {font-size: 1.1em; margin-top: 10px !important; text-shadow: none; font-weight: bold !important;}
}

@media screen and (max-width: 320px){
	body {min-width: 320px}
}