/*  
Theme Name: Awespire 1.0
Theme URI: http://awespire.com/
Version: 1.0
Author: Meng To
*/

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
ul, li, ol { list-style: none; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }

/* ALL */
body {
	background: #2b2b2b url(images/awespire-bg.png) top center repeat;
	margin: 0;
	padding: 0;
	font: 14px Helvetica, Arial, Verdana;
	color: #333;
	line-height: 22px;
	}
a 		{	text-decoration: none; color: #478eb9; }
a:hover { text-decoration: underline; }
h1		{ font-size: 22px; font-weight: bold; line-height: 30px; }
h2		{ font-size: 18px; font-weight: bold; }
h3		{ font-size: 14px; font-weight: bold; }
h4		{ font-size: 18px; font-weight: bold; color: #CCC; }
small	{ font-size: 12px; font-weight: normal; }
big		{ font-size: 14px; color: #999; }
img 	{ vertical-align: middle; }
.clear 	{ clear: both; }
/* Forms */
input, textarea, select, a, img { outline: none; } /* Remove blue glow in safari */
input, textarea, select { font-family: Arial, Helvetica, sans-serif; }
	
	
/* LAYOUT */

/* Container */
#container {
	background: url(images/awespire-bg-header.png) top center no-repeat;
	width: 966px;
	margin: 0 auto;
	}
#wrapper {
	background: url(images/awespire-layout-bg.png) top left repeat-y;
	}
#footer {
	background: url(images/awespire-layout-footer.png) top left no-repeat;
	padding-top: 50px;
	padding-bottom: 100px;
	padding-right: 60px;
	text-align: right;
	color: #666;
	text-shadow: 0 -1px #000;
}
*:first-child+html #footer {
	padding-top: 25px;
}

/* Header */
#header {
	padding-top: 40px;
	}
#header #logo {
	float: left;
	background: url(images/awespire-logo.png) top left no-repeat;
	margin-left: 212px;
	width: 497px;
	height: 122px;
	text-indent: -9999px;
	}
#header #search  {
	float: left;
	background: url(images/awespire-search.png) top left no-repeat;
	margin: 16px 0 0 22px;
	width: 231px;
	height: 63px;
	}
#header #search input[type="text"] {
	border: none;
	background: transparent;
	color: #CCC;
	font-size: 18px;
	margin: 20px 0 0 10px;
	width: 130px;
	float: left;
	}
#header #search input[type="submit"] {
	border: none;
	background: transparent;
	margin: 10px 0 0 10px;
	width: 55px;
	height: 40px;
	text-indent: -9999px;
	float: left;
	cursor: pointer;
}
#header ul {
	margin-left: 324px;
	float: left;
	}
#header ul li {
	display: inline;
	}
#header ul li a {
	background-image: url(images/awespire-menu.png);
	float: left;
	height: 51px;
	text-indent: -9999px;
	}
#header ul li.active a {
	background-image: url(images/awespire-menu-active.png);
	}
#header ul li a:hover {
	background-image: url(images/awespire-menu-over.png);
	}
#header ul li.home a {
	background-position: 0px 0px;
	width: 161px;
	}
#header ul li.inspiration a {
	background-position: -161px 0px;
	width: 145px;
	}
#header ul li.tutorials a {
	background-position: -306px 0px;
	width: 125px;
	}
#header ul li.tools a {
	background-position: -431px 0px;
	width: 120px;
	}


/* CONTENT */

/* Wordpress Structure */
.narrowcolumn,
.widecolumn {
	float: right;
	width: 535px;
	padding: 30px 30px 20px 85px;
	background: url(images/awespire-layout-header.png) top left no-repeat;
	text-shadow: 0px 1px #FFF;
	}
.widecolumn {
	background: url(images/awespire-layout-header-active.png) top left no-repeat;
	}
*:first-child+html #content {
	background-color: transparent;
}
#sidebar {
	width: 320px;
	float: left;
	text-shadow: 0px -1px #000;
	color: #999;
	text-align: left;
	}
#sidebar > ul {
	width: 210px;
	position: relative;
	left: 110px;
}
*:first-child+html #sidebar {
	display: none;
}
*:first-child+html .promote {
	display: none;
}
.post {
	color: #333;
	text-shadow: 0px 1px #FFF;
	background: url(images/awespire-line2.png) bottom left no-repeat;
	}
#content h1 {
	margin-top: 10px;
	text-shadow: 0px 1px #FFF;
	}
#content h2 {
	text-shadow: 0px 1px #FFF;
	padding-bottom: 260px;
	background: url(images/awespire-error.png) bottom left no-repeat;
	}
#content h3 {
	background: url(images/awespire-line2.png) bottom left no-repeat;
	padding-bottom: 5px;
	font-size: 16px;
	margin-top: 30px;
	}
#content .intro {
	margin-left: -20px;
}
*:first-child+html #content .intro {
	position: relative;
	left: -20px;
}
#content .excerpt {
	height: 70px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
	}

/* Navigation Buttons */
.navigation {
	display: block;
	text-align: center;
	}
.navigation a {

}

/* Bar */
#content .bar {
	float: right;
	position: relative;
	top: -5px;
	right: -30px;
	padding: 7px 10px 0 30px;
	background: url(images/awespire-bar.png) top left no-repeat;
	width: 237px;
	height: 39px;
	font-size: 16px;
	margin-top: 10px;
	}
	#content .bar {
	color: #2264a6;
	}
	#content .bar a {
	color: #FFF;
	text-shadow: 0px -1px #000;
	}
	#content .bar small {
	font-size: 14px;
	color: #EEE;
	text-shadow: 0px -1px #000;
	}

/* Sidebar */	
#sidebar ul, #sidebar ol, #sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar input[type="text"] {
	padding: 5px;
	font-size: 14px;
	width: 180px;
	}
#sidebar input[type="submit"] {
	padding: 3px;
	width: 100px;
	font-size: 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#sidebar .list {
	list-style-position: inside;
	height: 55px;
	padding: 8px 0 4px;
	border-top: 1px solid #EEE;
	}
#sidebar .list img {
	float: left;
	margin-right: 8px;
	}
#sidebar .social {
	padding: 15px;
	float: left;
	}
	#sidebar .social:hover {
		background: #EEEEEE;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
#sidebar #get_recent_comments_wrap ul li,
#sidebar .widget_twitter ul li {
	padding: 10px 0 12px;
	background: url(images/awespire-line.png) top right no-repeat;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	}
#sidebar .widget_twitter ul li .time-meta a,
#sidebar p a.link {
	font-size: 10px;
}
#sidebar .widget_twitter ul li .from-meta {
	display: none;
}
#sidebar #get_recent_comments_wrap ul li img {
	width: 16px !important;
	height: 16px !important;
	vertical-align: middle;
	}
#sidebar h2 {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin: 25px 0 5px;
	}
#sidebar h3 {
	white-space: nowrap; 
	overflow: hidden; 
	display: block; 
	font-size: 13px;
}
#sidebar p {
	margin: 0 0;
	line-height: 18px;
	}
#sidebar img {
	vertical-align: middle;
	margin: 0px;
	}
#sidebar form {
	margin: 0;
	}

/* Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
hr {
	display: none;
}
	
/* Comments*/
.commentlist {
	padding: 0;
	font-size: 12px;
	line-height: 20px;
	margin-top: 0px;
	}
.commentlist li {
	margin: 0px 0 3px;
	padding: 10px 15px;
	list-style: none;
	}
.commentlist li.alt {
	margin: 0;
	padding: 10px;
	background: url(images/awespire-line2.png) bottom left no-repeat;
}
.commentlist p {
	margin: 5px 5px 0 0;
	font-size: 12px;
	}
#commentform p {
	margin: 5px 0;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	margin: 0;
	display: block;
	}

/* Begin Form Elements */
#searchform {
	text-align: center;
	}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}
#sidebar #searchsubmit {
	padding: 1px;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
.entry img {
	border: 5px solid #FFF;
	margin: 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.entry a {
	font-weight: bold;
}
.entry {
	margin: 5px 0;
	}
.entry .alt {
	margin: 15px 0;
	padding: 8px 10px 10px 10px;
	background: #E3E3E3 url(images/awespire-bg-alt2.png) bottom left repeat-x;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #999;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 20px;
	}
.entry .alt img {
	border: 1px solid #FFF;
	margin-right: 10px;
}
.entry .postinfo {
	background: url(images/awespire-line2.png) top left no-repeat;
	padding-top: 5px;
	margin-top: 10px;
}
select {
	width: 130px;
	}
#commentform input {
	width: 170px;
	padding: 5px;
	margin: 5px 5px 1px 0;
	}
#commentform textarea {
	width: 97%;
	height: 100px;
	background: #FFF url(images/awespire-bg-form.png) top left repeat-x;
	border-top: 1px solid #666;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	font-family: Helvetica, Arial, Verdana;
	}
#commentform #submit {
	margin: 0;
	background: url(images/awespire-button-submit.png) top left no-repeat;
	width: 130px;
	height: 31px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	}
	
	
/* PLUGINS */

/* Promote */
.promote {
	background: url(images/awespire-promote.png) top left no-repeat;
	width: 500px;
	height: 230px;
	padding: 14px;
	margin-top: 60px;
	position: absolute;
	margin-left: 10px;
	}
.promote h3 {
	text-indent: -9999px;
	margin-top: 27px !important;
	background: none !important;
	}
.promote .tweetmeme {
	margin: 60px 55px;
	}

/* Get The Image */
#content .gettheimage {
	
	}
#content .gettheimage img,
#content .recentposts img {
	margin-left: -235px;
	float: left;
	width: 150px;
	height: 150px;
	text-indent: -9999px;
	border: none;
	}
#content .avatar-corners {
	background: url(images/awespire-thumbnail-150.png);
	width: 169px;
	height: 169px;
	margin-top: -9px;
	margin-left: -244px;
	text-indent: -9999px;
	float: left;
	}
#content .avatar-active {
	background: url(images/awespire-thumbnail-150-active.png);
	width: 316px;
	height: 182px;
	margin-top: -15px;
	margin-left: -401px;
	text-indent: -9999px;
	float: left;
	}
#content .comments_number {
	background: url(images/awespire-comments.png) top left no-repeat;
	width: 51px;
	height: 47px;
	padding: 8px 0 0 0;
	text-align: center;
	font-weight: bold;
	float: left;
	margin-top: -6px;
	margin-left: -297px;
}
#content .number0 {
	display: none;
	visibility: hidden;
	height: 0px;
}
#content .recentposts .comments_number {
	margin-top: 170px;
	position: absolute;
}
#content .recentposts {
	position: relative;
	}
#content .recentposts a {
	position: absolute;
	top: 176px;
	}
*:first-child+html #content .recentposts {
	display: inline;
}
*:first-child+html #content {
	padding-top: 40px;
	display: inline;
}
#content .order2 {
	top: 176px;
}
#content .order3 {
	top: 352px;
}
#content .order4 {
	top: 528px;
}
#content .order5 {
	top: 704px;
}
#content .order6 {
	top: 880px;
}
#content .order7 {
	top: 1056px;
}
#content .order8 {
	top: 1232px;
}
#content .order9 {
	top: 1408px;
}

/* Tweetmeme */
#content .tweetmeme {
	float: right;
	margin-left: 10px;
}
	
/* Similar Plugin */
#similar { 
	margin: 25px 0; 
	padding: 0;
	clear: both;
	}
#similar h3 { 
	margin-top: 0px;
	font-size: 16px;
	line-height: 18px;
	}
#similar .title {
	font-size: 18px;
	color: #666;
	font-weight: bold;
	margin: 3px 0;
	}
#similar ul, #similar ol, #similar li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#similar .list img {
	float: left;
	margin-right: 8px;
	}
#similar .list {
	list-style-position: inside;
	height: 55px;
	padding: 8px 0 4px;
	border-top: 1px solid #EEE;
	width: 270px;
	float: left;
	margin-right: 15px;
	}
#similar p {
	margin: 0 0;
	}
#similar a {
	color: #0066CC;
}

/* Gravatar */
.avatar {
	float: left;
	margin-right: 10px;
	}
.avatar_big {
	float: left;
	margin-right: 10px;
	}

/* Google Ads */
.ad_468 {
	text-align: center;
	padding: 10px 0;
	clear: both;
	}