/*
Theme Name: askingY Theme 1.0
Theme URI: http://www.onewaydesigns.com
Description: This is the theme for my blog, askingY.com.
Version: 1.0
Author: Adam J. Walker
Author URI: http://www.onewaydesigns.com
Tags: dark, fixed width, two columns, 960, based on 960

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #343232 url(images/site_bg.png) repeat-x top left;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000;
}

.menu {
	background: url(images/menu-bg-trans.png) no-repeat top center;
	height: 66px;
}
.content-bg {
	background: url(images/main-box-bg-trans.png) no-repeat top left;
	width: 960px;
}


.footer {
	margin:10px 0 10px 0;
}

.smooth-gallery {
	background: url('images/smooth_gallery-trans.png') no-repeat scroll top left;
	height: 299px;
}

.smooth-gallery-bottom {
	height: 299px;
	margin-top: 23px;
}

.author_area {
	background: url('images/author-bg-trans.png') no-repeat scroll top left;
	height: 299px;
	margin-top: 23px;
}

#author_text {
	margin:10px 10px 0 10px;
	color:#fff;
	font-size:12px;
	list-style:none;
}

.widgettitle {
	font-size:15px;
	padding: 0 0 5px 0;
}

.main-content-top {
	background: url('images/main-box-bg-trans.png') no-repeat scroll top left;
	height: 467px;
}

.main-content-repeat {
	background: url('images/main-content-repeat-trans.png') repeat-y scroll bottom left;
	margin-top:23px;
}

.main-content-bottom {
	background: url('images/main-content-bottom-trans.png') no-repeat scroll top left;
	height: 15px;
}
/* HEADER */
.top {
	background: url(images/top-bg-trans.png) no-repeat top center;
	height: 66px;
	color:#fff;
	font-size:12px;
}

#top_text {
	width:530px;
	float: left;
	padding:0 0 0 10px;
}

#top_text h2 {
	font-size: 24px;
	color:#fff;
}

#top_text a {
	display: block;
	float: left;
	/*padding: 10px 12px 0 12px;*/
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}

#top_text a hover {
	color:#ddd;
}

/* Post Content*/

.Post_container {
	width:631px;
	float:left;
	margin:10px 13px 0 13px;
}
	

.Post_top {
	background: url('images/post-content-top-trans.png') no-repeat scroll top left;
	width: 631px;
	height: 10px;
}

.Post_repeat {
	background: url('images/post-content-repeat.png') repeat-y scroll top left;
	width: 640px;
}

.Post_repeat ol, ul {
	list-style-type:decimal;
	margin: 5px 20px;
}

.Post_repeat li {
	margin: 0 0 15px 0;
}

.Post_bottom {
	background: url('images/post-conent-bottom.png') no-repeat scroll top left;
	width: 631px;
	height: 10px;
}

/* Sidebar Background */

#sidebar_text {
	color:#fff;
	list-style:none;
	padding: 0 10px 0 10px;
}

#sidebar_text a{
	color:#993333;
}

.Sidebar_container {
	width:270px;
	float:left;
	margin-top:10px;
}
.Sidebar_top {
	background: url('images/sidebar-top-trans.png') no-repeat scroll top left;
	width: 270px;
	height: 10px;
}

.Sidebar_repeat {
	background: url('images/sidebar-repeat-trans.png') repeat-y scroll top left;
	width: 270px;
}

.Sidebar_bottom {
	background: url('images/sidebar-bottom.png') no-repeat scroll top left;
	width: 270px;
	height: 10px;
}

#header a {
	color: #000;
}
#header h2{
	font-size:28px;
	margin: 1.2em 0.5em 0 0em;
	padding:0 0.5em 0.25em 0;
	border-right:1px solid #808080;
	float:left;
}
#header h2 a {
	text-decoration:none;
}
#header p {
	padding:1em 0;
	margin:0;
	line-height:1em;
}
#header p.description {
	line-height: 60px;
}

/* Post */

.post {
	font-size:14px;
	padding: 0 10px 0 10px;
}

.post ul {
	padding:5px 0 5px 0;
}
.post p{
	padding:5px 0 5px 0;
}

.post .title {
	font-size: 20px;
	background: url('images/title-bg-trans.png') no-repeat scroll top left;
	width: 598px;
	height: 48px;
	margin-left:6px;
	padding: 5px 0 0 10px;
}

.post .title a {
	text-decoration: none;
	color: #000;
}

.post .date {
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: normal;
	margin: -25px 0 20px 20px;
}

.post .date strong {
	font-weight: bold;
	color: #fff;
}

.post .date a {
	color:#999;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* MENU */
.menu_content_wrapper {
	float:left;
	width:660px;
}


#menu {
	height: 30px;
	width:660px;
	float:left;
	padding:0 0 0 10px;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 35px;
	/*padding: 10px 12px 0 12px;*/
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#menu a:hover {
	background: #666666;
	color: #fff;
}


/* Search */

#search {
	float: left;
	width: 234px;
	padding: 30px 0 0 150px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#s {
	width: 175px;
	background: #666666;
	color:#fff;
	border: none;
}
#searchsubmit {
	height: 19px;
	background: #cccccc;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

/* Page */

#page {
	width: 904px;
	margin: 0 auto;
}


.credit {
	text-align: right;
	font-size: 12px;
	color:#fff;
	font-style:none;
}

.credit a {
	color:#cccccc;
}

/* Sidebar Area */

.textwidget {
	padding:10px 0 10px 0;
}