/*
Theme Name: classic
Theme Url: http://transformer.welost.us/themes/classic
Version: 0.1
Author: nowa
Author URI: http://nowa.welost.us/
*/
body, form { padding:0; margin:0; }

body { 
	color: #222233;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
/*	background:#FFFFFF url(/images/background-tile.png) repeat-x scroll 50% 0;*/
/*	background-position:0 -70px;*/
}

body, p, td, .newpost ul, .newpost li {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   14px;
  line-height: 18px;
	list-style: none;
}

ol li {
	margin: 5px 0;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:visited { color: #334455; }
a:hover { color: #fff; background-color:#000; }

#errorExplanation h2 {
	font-size: 12px;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
	margin: 0 0 0 20px;
}

#wrapper {
/*	background: transparent url(/images/background.jpg) no-repeat scroll center top;*/
	min-width: 950px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align-right {
	text-align: right;
}

.clearing {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.red {
	color: red;
}

.green {
	color: green;
}

.darkgreen {
	color: darkgreen;
}

.gray {
	color: gray;
}

.button,
.button-primary,
.button-secondary,
.button-highlighted,
.submit input {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	font-size: 14px !important;
	line-height: 16px;
	padding: 2px 8px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

.button, .button-secondary, .submit input {
	background: #F2F2F2 url(/images/white-grad.png) repeat-x scroll left top;
}

.button, .button-primary, .button-secondary, .button-highlighted, .submit input {
	text-shadow: 0 1px 0 #FFFFFF;
}

.button, .button-secondary, .submit input, input[type="button"], input[type="submit"] {
	border-color: #BBBBBB;
	color: #464646;
}

.button:hover, .button-secondary:hover, .submit input:hover, input[type="button"]:hover, input[type="submit"]:hover {
	border-color: #666666;
	color: #000000;
}

.button-highlighted {
	font-weight: bold;
}

#errorExplanation, .message {
	margin: 0 0 16px 0;
	border-width: 1px;
	border-style: solid;
	padding: 8px 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.notice {
	background-color: #FFFFE0;
	border-color: #E6DB55;
}

#errorExplanation, .error {
	background-color:#FFEBE8;
	border-color:#CC0000;
}

#header {
	margin-bottom: 40px;
	width: 100%;
	padding: 10px 0 15px;
	text-align: center;
	width: 700px;
	margin: 10px auto 0;
}

	#header #logo {
		font-size: 36px;
		font-weight: bold;
		margin: 3px 0 10px;
		line-height: 32px;
	}
	
	#header #logo, h1, h2, h3 {
		font-family: georgia,'bitstream vera sans serif','lucida grande',helvetica,verdana,sans-serif;
	}

	#header #logo a {
		color: #000;
		text-decoration: none;
	}

	#header #logo a:hover {
		color: #666;
		background-color: transparent;
	}

	#header p {
		font-size: 12px;
		line-height: 16px;
		margin: 3px 0;
	}

	#header .desc {
		font-variant: small-caps;
		color: #7B8691;
		line-height: 32px;
		letter-spacing: 0.05em;
	}
	
	#header .posted_at, #header .author {
		color: #777777;
		font-variant: small-caps;
		margin: 0;
		text-transform: capitalize;
		font-size: 16px;
		line-height: 23px;
	}

	#nav {
		margin: 5px 0 0;
	}

	#nav a {
		margin: 0 5px;
	}

#main {
	clear: both;
	width: 700px;
	margin: 0 auto 10px;
	padding: 10px 0;
}
	
	/* login */
	#main .login {
		width: 282px;
		margin: 20px auto;
	}
	
	.loginform {
		padding: 16px 16px 40px 16px;
		font-weight: normal;
		-moz-border-radius: 11px;
		-khtml-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 5px;
		background: #fff;
		border: 1px solid #e5e5e5;
		-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
		-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
		-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
		box-shadow: rgba(200,200,200,1) 0 4px 18px;
	}
	
		.loginform label {
			color: #777;
			font-size: 13px;
		}
		
		.loginform .submit { float: right; }
		
		.loginform .submit input {
			font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
			padding: 3px 10px;
			border: none;
			font-size: 12px;
			border-width: 1px;
			border-style: solid;
			-moz-border-radius: 11px;
			-khtml-border-radius: 11px;
			-webkit-border-radius: 11px;
			border-radius: 11px;
			cursor: pointer;
			text-decoration: none;
			margin-top: -3px;
			text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
			border-color: #999 !important;
			font-weight: bold;
/*			color: #FFF !important;*/
			background-color: #63676C;
		}
		
			.loginform .submit input:hover {
				color: #d54e21;
				border-color: #13455b !important;
/*				color: #EAF2FA !important;*/
			}
		
		.loginform .forgetmenot { font-weight: normal; float: left; margin-bottom: 0; }
		
		.loginform .forgetmenot label {
			font-size: 11px;
			line-height: 19px;
		}
		
		#password, #login, #email, #author_login, #author_email {
			font-size: 24px;
			width: 97%;
			padding: 3px;
			margin-top: 2px;
			margin-right: 6px;
			margin-bottom: 16px;
			border: 1px solid #e5e5e5;
			background: #fbfbfb;
		}
		
		#litenav { padding: 16px; }
	
	#main h1.transformer {
		color: #63676C;
		background: transparent url(/images/transformer_icon.png) no-repeat scroll left center;
		line-height: 49px;
		padding: 0 0 0 56px;
		font-size: 32px;
		margin: 0 0 15px;
	}
	
	/* new post */
	.icon32 {
		float: left;
		height: 36px;
		margin: 3px 6px 0 0;
		width: 36px;
	}
	
	#icon-edit, #icon-post {
		background: transparent url(/images/icons32.png) no-repeat scroll -552px -5px;
	}
	
	h1.page-title {
		color: #464646;
		display: block;
		outline-color:-moz-use-text-color;
		outline-style:none;
		outline-width:0;
		-x-system-font:none;
		font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
		font-size:24px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:italic;
		font-variant:normal;
		font-weight:normal;
		line-height:35px;
		margin:0;
		padding:3px 15px 3px 0;
		text-shadow:0 1px 0 #FFFFFF;
	}
	
	.newpost {
		clear: both;
		margin-top: 15px;
		/*background-color: #F7F7F7;*/
	}
	
	.newpost p {
		margin: 10px 0 10px;
	}
	
		.newpost label {
			color: #999999;
			line-height: 25px;
		}
		
		.newpost .submit {
			margin: 20px 0;
		}
		
		#post_title, #post_body {
			padding: 5px 7px;
			border-width: 1px;
			border-style: solid;
			border-color: #BBB;
			-moz-border-radius: 6px;
			-khtml-border-radius: 6px;
			-webkit-border-radius: 6px;
			border-radius: 6px;
			font-size: 14px;
			width: 740px;
			outline: none;
		}
		
		#post_body {
/*			height: 250px;*/
			font-size: 12px;
			line-height: 18px;
			padding: 10px 7px;
		}

		#post_title:focus, #post_body:focus {
			border-color: #E6DB55;
		}
		
	/* posts */
	.posts {
		margin-top: 20px;
	}
	
	.post {
		margin-bottom: 30px;
		border-bottom: 1px dashed #EFEFEF;
	}
	
	.post h3 {
		font-size: 18px;
		margin: 5px 0;
	}
	
	.post h3 a:visited, .post h3 a:link {
		text-decoration: none;
		border-bottom: 1px solid #000;
	}
	
	.post h3 sup {
		margin: 0 5px;
	}
	
	.post h3 sup a:link, .post h3 sup a:visited {
		border: 0 none;
		color: #999999;
		font-family: Verdana,Arial,Helvetica,sans-serif;
	}
	
	.post .post-attributes {
		color: #999;
		text-align: right;
	}
	
	.post .post-content {
		margin: 15px 0 20px;
	}
	
	.post .post-content p {
		margin: 10px 0;
		line-height: 24px;
	}
	
	.welcome .post {
		margin-bottom: 15px;
	}
	
	.posts .simple {
		border-bottom: 0 none;
	}
	
	.posts .simple .gray {
		font-size: 12px;
		font-weight: normal;
		margin-left: 20px;
		color: #ccc;
	}
	
	#twitter {
		background: transparent url(/images/twitter_icon.jpg) no-repeat left top;
		padding-left: 32px;
		font-size: 12px;
		line-height: 17px;
		color: #666;
		border-bottom: 1px dashed #EFEFEF;
		margin-top: 10px;
		padding-bottom: 15px;
	}
	
	/* show post */
	.showing {
		margin-bottom: 7px;
	}
	
	.post-meta {
		margin-bottom: 20px;
		font-variant: small-caps;
		text-transform: capitalize;
		border-bottom: 1px dashed #EFEFEF;
	}
	
		/* comments */
		.comments {
			margin: 20px 0 40px;
		}
		
		.post-comment h2, .comments h2, .sameday h2, .related h2 {
			margin-bottom: 30px;
			font-size: 25px;
		}
		
		.sameday h2, .related h2 {
			margin-bottom: 15px;
		}
		
		.sameday li, .related li {
			margin: 7px 0;
		}
		
		.sameday .gray, .related .gray {
			font-size: 11px;
			font-style: italic;
			font-variant: small-caps;
			text-transform: capitalize;
		}
		
		.comment {
			margin: 20px 0;
		}
		
		.comment cite {
			float: left;
			width: 48px;
			height: 48px;
		}
		
		.hide-avatars cite {
			margin-left: 5px;
			width: 30px;
			color: gray;
			font-size: 18px;
		}
		
		.comment .body {
			float: none;
			margin: 0 0 0 70px;
		}
		
		.hide-avatars .body {
			margin-left: 20px;
			padding-top: 2px;
		}
		
		.comment .body .meta {
			font-size: 12px;
			color: #999;
			line-height: 12px;
			margin: 1px 0 7px;
		}
		
		.comment .meta a:link, .comment .meta a:visited {
			color: #666;
		}
		
		.comment .meta a:hover {
			color: #fff;
		}
	
		/* post-comment */
		.post-comment {
			margin: 20px 0;
		}
	
		.post-comment p, .post-comment .ip {
			line-height: 20px;
			margin: 9px 0;
		}
	
		.post-comment textarea {
			width: 680px;
			height: 170px;
			padding: 5px;
			line-height: 21px;
		}
	
		.post-comment .tips, .post-comment .ip label {
			font-size: 12px;
			color: #999;
		}
	
		.post-comment .ip input {
			padding: 1px 3px;
			width: 50%;
		}
	
		.post-comment .fieldWithErrors {
			display: inline;
		}
	
		.post-comment .submit {
			margin: 10px 0 0;
		}
		
	/* tags */
	.tags h2 {
		margin: 20px 0;
	}
	
	.tags p {
		line-height: 32px;
	}
	
	.tags a {
		margin: 0 5px 0 0;
	}
	
		.tagged h2 {
			margin-bottom: 30px;
		}
		
	/* archives */
	.search {
		margin: 20px 0;
		text-align: center;
	}
	
	.search h2 {
		margin-bottom: 20px;
	}
	
	/* links */
	.links {
		margin: 30px auto;
		text-align: center;
/*		width: 300px;*/
	}
	
	.random-links a {
		margin: 0 3px;
	}
	
/* tonsole posts */
.tonsole-posts th {
	text-align: left;
}

.tonsole-posts .title {
	width: 200px;
}

.tonsole-posts .date {
	width: 100px;
}

/* tonsole role */
p .choose-all, p .choose-all:link, p .choose-all:visited {
	color: green;
	cursor: pointer;
}

p .choose-all:hover {
	color: white;
}

#tonsole_edit_author #author_login, #tonsole_edit_author #author_email {
	font-size: 12px;
	width: auto;
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 0;
}

h2 span a {
  font-size: 12px;
  font-weight: normal;
}

h2 span a.current {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	width: 700px;
	margin: 20px auto 10px;
	border-top: 1px solid #EEEEEE;
	color: #999999;
	padding: 8px 0;
	text-align: center;
	font-variant: small-caps;
	text-transform: capitalize;
}

	#footer p {
		margin: 0 0 7px;
	}
