/* @override 
	http://www.ariel-martinez.com/wp-content/themes/arielmartinez/style.css
	http://dev.ariel-martinez.com/wp-content/themes/arielmartinez/style.css
*/

/*
Theme Name: Ariel Martinez: Anime
Theme URI: http://www.ariel-martinez.com
Description: This is the primary theme for Ariel Martinez
Version: 0.2
Author: Brandon Martinez
Author URI: http://www.brandonmartinez.com
Tags: anime, art

*/



/* Begin Typography & Colors */
/* @group RESET */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* @end */
/* @group Basic HTML */

body {
	font: 12px/1.7em verdana, arial, helvetica, sans-serif;
	background: transparent url(http://i49.photobucket.com/albums/f300/FaustS/sakura_bground.jpg) repeat center top;
	padding-top: -80px;
	text-align: left;
	color: #000;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #800000;
}

h1 {
	font-size: 2em;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.2em;
}

h3, h4, h5, h6 {
	font-size: 1.1em;
}

a, a:visited, a:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #800000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

ol, ul {
	list-style: decimal;
	list-style-position: outside;
	margin: 0 0 15px 25px;
	
}

ul {
	list-style-type: disc;
}

ul li, ol li {
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
	text-align: justify;
}

/* @group Forms */

/* @group Basic */

form {
	margin: 10px 0;
	padding: 0;
	width: 500px; /* can be changed accordingly */
}

form.small {
	width: 350px;
}

fieldset {
	margin: 0 0 20px 0;
	border: none;
	border-top: 1px solid #ddd;
	padding-top: 5px;
}

legend {
	margin: 0;
	padding: 0 10px 0 1px;
	color: #333;
	background: transparent;
	font-size: 1.2em;
	font-weight: bold;
}

/* @end */

form * div, form div {
	margin-bottom: 0px;
	padding: 0;
	display: block;
	width: 100%;
	clear: both;
}

/* @group Form Elements */

/* @group Basic */

div label {
	float: left;
	width: 24%;
	padding: 0 1% 0 0;
	text-align: left;
	display: block;
}

div input, div textarea, div select {
	float: left;	
	width: 72%;
	padding: 3px .5%;
	color: #333;
}

div div.fieldWithErrors {
	display: inline;
	margin: 0;
	padding: 0;
	width:  auto;
}

div div.fieldWithErrors input, div div.fieldWithErrors select {
	background: #F00;
	color: #fff;
}

/* @end */

/* @group Multiple */
div.fm-multi input, div.fm-multi select {
	width: 100px;
	margin-right: 5px;
}

div.fm-multi label.fm-multi {
	width: 150px;
}

/* @end */

/* @group Textiled */

div.fm-textiled {
	float: left;
	width: 73%;
	clear: none;
}

div.fm-textiled textarea {
	float: none;
	width: 100%;
}

div.textile-toolbar span.ed_sep {
	xposition: relative;
	xtop: -4px;
  padding: 0;
  height: 6px;
  width: 2px;
  margin: 0 2px;
  border-left: solid 1px #d5d5d5;
  border-right: solid 1px #f5f5f5;
}

div.textile-toolbar button {
	margin: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	border: 1px solid #fff;
	padding: 2px 0;
}

div.textile-toolbar button.standard {
	text-align: center;
	width: 24px;
}

div.textile-toolbar button img {
	vertical-align: text-bottom;
}

div.textile-toolbar button:hover, 
div.textile-toolbar button.unselected:hover {
	border: 1px solid #999;
}

div.textile-toolbar button.selected {
	border: 1px solid #ce9100;
	background-color: #ffffff;
}

div.textile-toolbar button.unselected {
	border: 1px solid #fff;
	background-color: #fff;
}

div.textile-toolbar button.publish {
	padding:5px;
	display:block;
}

div.textile-toolbar {
	background-color: #fff;
	margin-bottom: 4px;
	width: 100%;
}

/* @end */

/* @group Checkbox */

div.fm-checkbox {
	margin: 10px 0 10px 24%;
}

div.fm-checkbox input {
	width: 20px;
	float: left;
}

div.fm-checkbox label {
	float: left;
}

/* @end */

/* @group Submit */

div.fm-submit {
	padding-top: 1em;
	text-align: center;
	margin: 0 0 0 24%;
	width: 75%;
}

div.fm-submit input.submit {
	width: 150px;
	margin-right: 15px;
	padding: 2px 1px;
	float: right;
}

/* @end */

/* @group Required */

div.fm-req {
	font-weight: bold;
}

div.fm-req label:after {
	content: "* ";
}

/* @end */

/* @end */

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}
/* @end */

/* @end */

/* @group Layout */

#header {
	width: 960px;
	height: 200px;
	margin: 0 10px;
}

#header h1 {
	display: none;
}

#header #headerimage {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	display: block;
}

#container {
	width: 980px;
	height: auto;
	/*min-height: 700px;*/
	margin: 0 auto;
}

/* @group topnav */

#topnav {
	background: url(images/content_header.png) no-repeat;
	height: 85px;
	width: 960px;
	display: block;
	margin: 0;
	padding: 0 10px;
}

#topnav a, #topnav a:visited, #topnav a:hover {
	display: block;
	float: left;
	height: 85px;
	width: auto;
	font-size: 0px;
	color: transparent;
	margin: 0 7px
}

#topnav #topnav_home, #topnav #topnav_home:visited {
	background: url(images/topnav_home.png) top center no-repeat;
	width: 92px;
}
#topnav #topnav_home:hover { background: url(images/topnav_home.png) bottom center no-repeat; }

#topnav #topnav_artwork, #topnav #topnav_artwork:visited {
	background: url(images/topnav_artwork.png) top center no-repeat;
	width: 143px;
}
#topnav #topnav_artwork:hover { background: url(images/topnav_artwork.png) bottom center no-repeat; }

#topnav #topnav_stories, #topnav #topnav_stories:visited {
	background: url(images/topnav_stories.png) top center no-repeat;
	width: 101px;
}
#topnav #topnav_stories:hover { background: url(images/topnav_stories.png) bottom center no-repeat; }

#topnav #topnav_aboutme, #topnav #topnav_aboutme:visited {
	background: url(images/topnav_aboutme.png) top center no-repeat;
	width: 145px;
}
#topnav #topnav_aboutme:hover { background: url(images/topnav_aboutme.png) bottom center no-repeat; }

#topnav #topnav_blog, #topnav #topnav_blog:visited {
	background: url(images/topnav_blog.png) top center no-repeat;
	width: 112px;
}
#topnav #topnav_blog:hover { background: url(images/topnav_blog.png) bottom center no-repeat; }

/* @end */

#content {
	background: url(images/content_background.png) repeat-y;
	min-height: 500px;
	padding: 20px 0;
	margin: 0;
}

#content #main {
	width: 610px;
	min-height: 700px;
	padding: 0 30px;
	float: left;
}

#content #sidebar {
	width: 260px;
	padding: 0 15px;
	float: left;
}

/* @group nav */

.nav {
	margin: 0 0 15px 0;
	list-style-type: none;
	font-size: 16px;
	font-family: verdana, rial, sans-serif;
	text-align: left;
}

.nav h2 {
	font-size: 14px;
	padding: 2px 10px;
	height: 28px;
	width: 240px;
	margin-bottom: 5px;
	display: block;
	color: #fff;
	line-height: 27px;
	background: transparent url(images/sidenav.png) no-repeat center center;
}

.nav > a, .nav > a:visited, .nav * a, .nav * a:visited {
	color: #000;
	font-size: 14px;
}

.nav > a:hover, .nav * a:hover {
	text-decoration: none;
	color: #0286a5;
}

.nav ul li a {
	margin-bottom: 5px;
	display: block;
	color: #000;
}

.nav ul {
	margin-left: 15px;
	margin-top: 10px;
	list-style-type: none;
}

.nav ul li ul li {
	font-size: 12px;
	font-weight: normal;
	padding: 4px 0;
}

/* @end */

#footer {
	background: url(images/content_footer.png) no-repeat top center;
	font-size: 10px;
	font-style: oblique;
	color: #aaa;
	height: 100px;
	padding: 0 30px;
	heading: 0;
	display: block;
	width: 920px;
}

/* @end */

.clearboth {
	clear: both;
}

/* @group 404 - Missing Page */

div.missingpage {
	background: url(images/404.png) no-repeat 10px 0;
	position: relative;
}

p.missingpage {
	position: absolute;
	top: 290px;
	left: 320px;
	display: block;
	width: 200px;
	height: auto;
}

/* @end */

/* @group Posts */

.post {
	margin-bottom: 30px;
}

.post h1 {
	font-size: 1.6em;
	margin-bottom: 4px;
}

.post h1 a {
	
}

.post h2 {
	font-size: 12px;
	font-style: italic;
	color: #bbb;
	font-weight: normal;
	padding: 2px 0;
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
	margin: 10px 0 5px 0;
}

.post .entry {
	
}

.post .metadata {
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
	padding: 2px 0;
	margin-top: 10px;
}

.post .metadata .tags {
	
}

.post .metadata .categories {
	
}

.post .metadata .comments {
	
}

/* @end */

/* @group Comments */

.comments_container {
	margin-top: 30px;
}

.comments_container h1 {
	font-size: 1.6em;
	margin-bottom: 10px;
}

/* @group Comment */

.comments_container ol.comments {
	margin: 20px 0;
	list-style: none;
	padding: 10px 0 0 20px;
	border-top: 1px #bbb solid;
}

.comments_container ol.comments li.comment {
	border-bottom: 1px #bbb solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.comments_container ol.comments li.comment div {
	clear: both;
}

/* @group Author */

.comments_container ol.comments li.comment div .comment-author, .comments_container ol.comments li.comment div .vcard {
	display: block;
}

.comments_container ol.comments li.comment div .comment-author img, .comments_container ol.comments li.comment div .vcard img {
	display: block;
	float: left;
	margin-right: 16px;
	width: 32px;
	border: 1px solid #333;
	height: auto;
}

.comments_container ol.comments li.comment div .comment-author cite, .comments_container ol.comments li.comment div .vcard cite {
	
}

.comments_container ol.comments li.comment div .comment-author cite a, .comments_container ol.comments li.comment div .vcard cite a {
	
}

.comments_container ol.comments li.comment div .comment-author .says, .comments_container ol.comments li.comment div .vcard .says {
	
}

/* @end */

/* @group Metadata */

.comments_container ol.comments li.comment div .comment-meta, .comments_container ol.comments li.comment div .commentmetadata {
	margin-left: 50px;
}

.comments_container ol.comments li.comment div .comment-meta a, .comments_container ol.comments li.comment div .commentmetadata a {
	
}

/* @end */

.comments_container ol.comments li.comment div p {
	margin: 5px 0 0 50px;
}

/* @group Reply */

.comments_container ol.comments li.comment div .reply {
	margin: 10px 0 0 50px;
}

.comments_container ol.comments li.comment div .reply a {
	
}

/* @end */

/* @end */

/* @group Comment Response Container */

.commentresponse_container {
	
}

.commentresponse_container h1 {
	font-size: 1.6em;
}

/* @end */

#commentform {
	width: 100%;
}

/* @end */

/* @group Inline Navigation */

.inlinenav {
	
}

.inlinenav .pagesnav, .inlinenav .commentsnav {
	width: 100%;
	height: 20px
}

.inlinenav .pagesnav .previous {
	float: left;
}

.inlinenav .pagesnav .next {
	float: right;
}

/* @end */

/* @group Login Form */

form.login {
	
}

form.login label {
	display: block;
	float: none;
	font-size: 14px;
}

form.login input {
	display: block;
	float: none;
	width: 240px;
	margin-bottom: 10px;
}

form.login div input.checkbox {
	float: left;
	display: block;
	width: 20px;
}

form.login div label.checkbox {
	float: left;
	width: 150px;
}

/* @end */
