/*
Theme Name: Costique
Theme URI: http://www.anoshkin.net/
Description: Costique is a light theme with a strict look and feel
Version: 1.0
Author: Konstantin Anoshkin
Author URI: http://www.anoshkin.net/
*/

* {
	padding: 0;
	margin: 0;
}

/* Layout */
body {
	width: 758px;
	margin: 0px auto;
	text-align: center;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #303030;
}

#page-decoration {
	background: url(images/blog-background.png) repeat-y center #fff;
}

#container {
	background: url(images/page-background.png) repeat-y center #fff;
	width: 750px;
	margin: 0 4px 0 4px;
	text-align: left;
}

#header {
	background: url(images/blog-header.png) no-repeat center top #fff;
	height: 84px;
	text-align: left;
}

#navbar {
	background: url(images/blog-navbar.png) repeat-x left top #fff;
	border-bottom: 1px solid #282828;
	/*line-height: 28px;*/  /* CAUSES OVERFLOW */
	height: 28px;
	list-style: none;
}

#content {
	width: 450px;
	float: left;
	padding: 25px; /* margin breaks IE */
	font-size: 1.2em;
}

#sidebar {
	width: 200px;
	float: left;
	padding: 25px; /* margin breaks IE */
}

#footer {
	clear: both;
	background: url(images/blog-navbar.png) repeat-x left top #fff;
	border-bottom: 1px solid #282828;
	padding: 0 15px 0 15px;
	font-size: 1.2em;
}

#footer-shadow {
	background: url(images/blog-bottom.png) no-repeat center top #fff;
	height: 4px;
}

.clear {
	clear: both;
}

/* Visuals */
a, a:visited {
	text-decoration: none;
	color: #03a;
}

a:hover, a:active {
	color: #d00;
}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	/*letter-spacing: .05em;*/
	text-shadow: #666 0.2em 0.2em 0.25em;
	text-transform: capitalize;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
	clear: both;
}

h4 {
	font-size: 1.0em;
	margin-top: 0.75em;
	color: black;
}

acronym, abbr, span.caps { /* DO WE NEED SPAN.CAPS? */
	cursor: help;
	border-bottom: 1px dotted #00c;
	letter-spacing: .05em;
}

pre {
	padding: 0.5em;
	font-size: 1.2em;
	color: black;
	background-color: #eee;
	/*margin: 0.75em, 0, 0, 2em;*/ /* DOES NOT WORK */
}

blockquote {
	background: url(images/quote.png) #e5eaf2 no-repeat left top;
	padding: 0 5px 0 32px;
	color: #555;
}

code {
	font-size: 1.2em;
	color: black;
}

small { /* ------------------- REMOVE IT ----------------------- */
	color: #0f0;
}

/* Blog Header */
#header p {
	padding: 60px 0 0 25px;
	color: #4e6fa7;
	font-size: 1.0em;
}

#navbar {
	padding-left: 25px;
	line-height: 28px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	/*letter-spacing: .07em;*/
}

#navbar li {
	float: left;
	padding-right: 15px;
	/*line-height: 28px;
	letter-spacing: .07em;*/
}

#navbar a {
	color: #eee;
}

#navbar a:hover {
	color: #ee0;
}
/*
.page_item {
}

.current_page_item {
	color: #f00;
}
*/
/* Software & Downloads */
.product {
	background: url(images/separator.png) no-repeat bottom #fff;
	padding-bottom: 5px;
	margin-top: 1em;
}

.product p {
	margin-top: 0.75em;
}

.product ul {
	margin-left: 14px;
	margin-top: 0.75em;
	list-style: url(images/bullet.png) outside;
}

.product li {
	margin: 0;
}

img.icon {
	float: left;
	margin: 0.75em 0.75em 0 0;
	width: 64px;
	height: 64px;
}

img.ub {
	float: left;
}

img.store {
	border: 0;
	width: 88px;
	height: 31px;
}

img.photo {
	border: 0;
	align: center;
}

p.storelink {
	text-align: center;
	background: url(images/separator.png) no-repeat bottom #fff;
	margin-top: 0.75em;
	padding: 0.25em 0 0.75em 0;
}

/* Posts */
#content > .post:first-child {
	margin-top: 0;
}

.post {
	line-height: 1.4em;
	margin-top: 2em;
}

#content h2 {
}

.post p {
	margin-top: 0.75em;
}

/*
.entry {
	text-align: justify;
}
*/

.appgroup {
	float: left;
	width: 100%;
	margin-top: 1.5em;
	padding-top: 1.5em;
	/*border: solid 1px #f0f0f0;*/
	background: url(images/separator.png) no-repeat top #fff;
}

.appgroup:first-child {
	margin-top: 0;
	padding-top: 0;
	background: none;
}

.iapp {
	float: left;
	line-height: 1.4em;
	margin-top: 2em;
	/*border: solid 1px green;*/
}

.iapp h3 {
	width: 100%;
	margin-top: -1em;
	/*border: solid 1px blue;*/
}

.iapp p {
	margin-top: 0.75em;
}

p.iappmetadata {
	text-align: center;
	line-height: 1.5em;
	font-size: 0.7em;
	color: #8c8c8c;
	background: url(images/separator.png) no-repeat top #fff;
	margin-top: 0.75em;
	padding-top: 0.25em;
}

p.postdate {
	margin-top: 0.25em;
	font-size: 0.7em;
	color: #8c8c8c;
}

p.postmetadata {
	text-align: center;
	line-height: 1.5em;
	font-size: 0.7em;
	color: #8c8c8c;
	background: url(images/separator.png) no-repeat top #fff;
	margin-top: 0.75em;
	padding-top: 0.25em;
}

.post ul {
	list-style: url(images/bullet.png) outside;
	margin-left: 14px;
	margin-top: 0.75em;
}

.post ol {
	margin-left: 1.75em;
	margin-top: 0.75em;
}

.post li {
}

ul.version {
	margin-left: 28px;
	margin-top: 0;
}

/* Resume */
p.resume_date {
	clear: both;
	float: left;
	width: 30%;
	margin-top: 0.75em;
}

p.resume_body {
	float: left;
	width: 70%;
	margin-top: 0.75em;
}

/* FAQ */
.question {
	margin-top: 0.75em;
}

.answer {
	margin-top: 0.75em;
	margin-left: 1em;
	background-color: #f8f8f8;
	padding: 3px;
	border: 1px solid #e8e8e8;
}

.answer ul, .answer ol {
	margin-top: 0em;
}

/* Archives and Navigation */
h2 + .post {
	margin-top: 0;
}

.navigation {
	margin-top: 0.75em;
	text-align: center;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

/* Comments */
h3 {
	margin-top: 0.75em;
}

ul.commentlist {
	list-style: none;
}

li.comment {
	margin-top: 0.75em;
	background-color: #f8f8f8;
	padding: 3px;
	border: 1px solid #e8e8e8;
}

li.comment_by_admin {
	margin-top: 0.75em;
	background-color: #f4f4ff;
	padding: 3px;
	border: 1px solid #e4e4ef;
}

.comment_metadata {
	float: left;
	width: 148px;
}

.comment_number {
	font-family: Georgia, Times, Serif;
	color: #6c6c6c;
}

.comment_date {
	margin-top: 0.75em;
	font-size: 0.7em;
}

.comment_text {
	float: left;
	width: 294px;
}

.comment_text p {
	margin-top: 0.5em;
}

.comment_text p:first-child {
	margin-top: 0;
}

.comment_text li {
	margin-left: 1.25em;
}

form p {
	margin-top: 0.75em;
}

label {
	color: #8c8c8c;
	font-size: 1em;
}

textarea {
	width: 99%; /* IE sucks */
}

/* Sidebar */
#sidebar ul {
	list-style: none;
}

.menu {
	margin-top: 15px;
	border: 1px solid #303030;
	font-size: 1.2em;
}

p.menutitle {
	background: url(images/menu-header.png) repeat-x left top #fff;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	color: #eee;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*font-size: 1.17em;  Scale parent 1.2em to 1.4em */
	font-weight: bold;
	/*letter-spacing: .07em;*/
}

.menu li {
	display: inline;
}

.menu a {
	border-top: 1px solid #303030;
	padding: 0.25em 10px;
	display: block;
}

.menu a, .menu a:visited {
	color: #303030;
}

.menu a:hover, .menu a:active {
	color: #ff0;
	background-color: #303030;
}

ul.children li a {
	display: block;
	padding: 0.25em 20px;
}

ul.children li a:before {
	content: "\00BB \0020";
}

#sidebar form+p {
	margin-top: 15px;
}

/* Footer */
#footer {
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #eee;
}

#footer a, #footer a:visited {
	color: #eee;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #ff0;
	text-decoration: none;
}
