/*
Theme Name: Motion
Theme URI: http://85ideas.com/public-releases/wordpress-theme-motion/
Description: Dark and colorful theme with sweet transparency characteristics. Drop-down categories menu, 2-column layout and widget-ready footer and sidebar.
Author: Sam @ 85ideas
Author URI: http://85ideas.com/
Version: 1.0.5
Tags: black, blue, green, dark, two-columns, sticky-post, threaded-comments, fixed-width, right-sidebar

	Adapted for WordPress.com by Automattic, January 2010

	This theme was designed and built for the WordPress CMS and is copyright 85ideas.com.
	Modify, adapt, and customize for your own site at will!

	The CSS, XHTML and design of this theme are released under GPL:
	http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/


/************************************************
* Resets *
************************************************/
html,body,div,p,span,h1,h2,h3,h4,h5,h6,img,ul,ol,dl,li,dt,dd,blockquote,pre,form,fieldset,label,input,table,th,td,a {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	color: #fff;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 0.8em;
}

/************************************************
* General elements *
************************************************/
body {
	background: #000 url(images/bodybg2.jpg) top center repeat fixed;
	padding-bottom: 20px;
	font-family: Courier New, monospace;
	text-align: center;
	overflow-y: scroll;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Courier New, monospace;
	font-weight: lighter;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,blockquote,label,th,td,a {
	text-shadow: 
}
a {
	color: #29c0ff;
	text-decoration: none;
}
a:hover {
	color: #ff7920;
}
a img {
	border: 0;
}
blockquote {
	font-style: italic;
	background: url(images/whitetrans.png);
	padding: .4em 1em .7em 1em;
	margin: .7em 0 .3em 0;
}
code {
	font-size: 0.8em;
	font-family: Courier New, monospace;
}
kbd,tt {
	font-size: 0.8em;
}
hr {
	border: 1px solid #e6e7e8;
}
pre {
	overflow: auto;
	width: 600px;
	background: url(images/blacktrans2.png);
	padding: 1em 1.5em;
	margin: 1em 0;
	font-size: 0.8em;
	white-space: pre-wrap;/* css3 */
}
dl {
}
dt {
	font-weight: lighter;
}
dd {
	padding-left: 1em;
}
table {
	margin: .5em 0;
}
table th {
	color: #e6e7e8;
}
table td,table th {
	padding: .5em .7em;
}
table th {
	background: url(images/whitetrans.png);
	text-transform: uppercase;
	border-bottom: 1px transparent;
}
table td {
	background: url(images/blacktrans2.png);
	vertical-align: middle;
}
table tr.even td {
	background: url(images/blacktrans22.png);
}

fieldset {
	padding: 1.2em;
	border: 0px dashed #e6e7e8;
}
legend {
	padding: .2em .8em;
	font-size: 0.8em;
	text-transform: capitalize;
}
input,textarea,select {
	font-family: Courier New, monospace;
	color: #222;
	font-size: 0.8em;
}
	input.adminbar-input {
		margin: 0;
	}
input,textarea {
	padding: .4em;
}
input.radio,input.checkbox {
	background: #fff;
	padding: 2px;
}
form label {
	font-weight: lighter;
	display: block;
}
form label.subscribe-label {
	display: inline;
}

/************************************************
* General *
************************************************/
#wrapper {
	margin: 15px auto 10px auto;
	padding: 0;
	text-align: left;
	width: 980px;
}
.clear {
	clear: both;
}
.cleared {
	overflow: hidden;
	width: 100%;
}

/************************************************
* Header *
************************************************/
#top #topmenu {
	float: left;
	width: 670px;
}
#top #topmenu li {
	float: left;
	background: url(images/blacktrans2.png);
	padding: 0em .8em 0em .8em;
	line-height: 1.7em;
	margin: 0 .4em .4em 0;
	width: 130px;
}

#top #topmenu li a {
	color: #29c0ff;
	font-size: .75em;
}
#top #topmenu li a:hover {
	color: #ff7920;
}

#top #search {
	float: right;
	width: 300px;
	text-align: right;
}
#top #searchform input {

}
#top #searchbox {
	width: 250px;
	color: #29c0ff;
	font-size: .75em;
	float: left;
	margin: left;
	padding: 0.55em 0 0.5em 0.5em;
	background: #eee;
}

#top .submitbutton {
	cursor: pointer;
	background: url(images/blacktrans2.png);
	color: #29c0ff;
	font-size: 0.8em;
	vertical-align: top;
}
#top .submitbutton:hover {
	color: #ff7920;
}
#top, #header, #catnav {
	overflow: hidden;
	width: 100%;
}
#header {
	padding-bottom: 28px;
}
#header #logo {
	float: left;
	width: 480px;
	margin: -18px 0 -8px 0;
}

#header #logo h1 a {
	font-family: Courier New, monospace;
	font-size: 3em;
	font-weight: lighter;
	color: #fff;
}

#header #logo #desc {
	font-size: .8em;
	color: #fff;
	margin-top: .6em;
	line-height: 1.2em;
	width: 600px;
}
#header #headerbanner {
	float: right;
	width: 468px;
	margin: 30px 0 10px 0;
	text-align: left;
	padding: 10px;
	background: url(images/whitetrans.png);
	font-size: .8em;
	line-height: 1.5em;
}
#header #headerbanner h3 {
	font-size: 0.8em;
	font-family: Courier New, monospace;
}
#header #headerbanner p a {
	border-bottom: 0px dashed #e6e7e8;
}

#catnav {
	width: 980px;
	background: url(images/blacktrans2.png);
}
#nav li {
	float: left;
	background: url(images/blacktrans2.png);
	line-height: 2em;
	margin: 5px 0 5px 5px;
}

#nav li a {
	display: block;
	margin: 0;
	font-size: 0.8em;
	color: #fff;
	padding: 0 13px;
}
#nav li a:hover {
	color: #ff7920;
	text-decoration: none;
}
#nav li ul {
	position: absolute;
	width: 180px;
	left: -999em;
	padding-top: 5px;
	margin: 0;
}
#nav li:hover ul,#nav li.sfhover ul {
	left: auto;
}
#nav li li {
	padding: 0;
	margin: 0;
	width: 180px;
	line-height: 1.5em;
}
#nav li li a {
	color: #fff;
	margin: 0;
	padding: 7px 13px;
	background: url(images/blacktrans23.png);
}
#nav li li ul li {
	margin-left: 13px;
}
#nav li li a:hover {
	color: #ff7920;
}
#nav li:hover,#nav li.sfhover {
	position:static; /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
}

/************************************************
* Content *
************************************************/
#main {

}
#content {
	float: left;
	overflow: hidden;
	width: 640px;
}
#content.full {
	width: 980px;
}
h2#contentdesc {
	font-weight: lighter;
	font-size: 0.8em;
}
h2#contentdesc span {
	color: #e6e7e8;
}
.post {
	background: url("images/blacktrans2.png") repeat scroll 0 0 transparent;
	margin-bottom: 40px;
	padding: 0 0 0px 0;
}
.sticky {

}
.posttop {
	padding: 15px;
}


.postmetatop {
	overflow: hidden;
	width: 100%;
	font-size: 0.8em;
	padding-top: 15px;
	line-height: 1.5em;
}
.postmetatop .categs {
	float: left;
	width: 480px;
	padding-left: 0px;
	line-height: 16px;
}
.postmetatop .categs a:hover {
	color: #ff7920;
}
.postmetatop .date {
	float: right;
	line-height: 16px;
	width: 130px;
	text-align: right;
}
.postmetatop .date span {
	padding-left: 0px;
}
.postcontent {
	color: #fff;
	margin: .8em 0;
	font-size: 0.8em;
	line-height: 1.5em;
}
.postcontent h1 {
	padding: .8em 0;
	font-size: 0.8em;
}
.postcontent h2 {
	padding: .8em 0;
	font-size: 0.8em;
}
.postcontent h3 {
	padding: .8em 0;
	font-size: 0.8em;
}
.postcontent h4 {
	padding: .8em 0;
	font-size: 0.8em;
}
.postcontent h5 {
	padding: .8em 0;
	font-size: 0.8em;
}
.postcontent h6 {
	padding: .8em 0;
	font-size: 0.8em;
}
.postcontent p {
	padding: .6em 0 .2em 0;
	margin-left: 15px;
	margin-right: 15px;
}
.postcontent a {
	border-bottom: 0px dashed #e6e7e8;
}

.postcontent a img {
	background: none;
	border-bottom: 0;
}
.postcontent p strong a {
	float:left;
	margin-bottom:5px;
	margin-top: 5px;
	margin-bottom: 9px;
	width:170px;
}
.postcontent ul li {
	list-style: disc;
}
.postcontent ol li {
	list-style: decimal;
}
.postmetabottom {
	overflow: hidden;
	width: 100%;
	font-size: 0.0em;
	line-height: 1.1em;
}
.postmetabottom a {
	color: #fff;
}
.postmetabottom a:hover {
	color: #ff7920;
}
.postmetabottom .tags {
	float: left;
	width: 440px;
	background: url(images/.png) left 1px no-repeat;
	margin-left: 10px;
	padding-left: 20px;
	line-height: 16px;
}
.postmetabottom .readmore {
	float: right;
	width: 160px;
	padding-right: 10px;
	text-align: right;
}
.postmetabottom .readmore span {
	background: url(images/.png) left 4px no-repeat;
	padding-left: 17px;
}
.postmetaauthor {
	background: url(images/blacktrans2.png);
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.1em;
	margin-top: 20px;
}
.postmetaauthor .authorpic {
	float: left;
	width: 60px;
}
.postmetaauthor .authordesc {
	float: right;
	width: 540px;
}
.postmetaauthor .authordesc p.theauthor {
	line-height: 1.4em;
	font-weight: lighter;
}
.postmetaauthor .authordesc p.thedesc {
	line-height: 1.4em;
	padding: .8em 0 .2em 0;
}
.postmetaauthor .authordesc a {
	color: #29c0ff;
	border-bottom: 0px dashed #29c0ff;
}


/************************************************
* Navigation *
************************************************/
#navigation {
	overflow: hidden;
	width: 100%;
	line-height: 1.7em;
	margin-bottom: 5px;
}
#navigation a {
	border-bottom: 0px dashed #e6e7e8;
}

#navigation .wp-pagenavi a {
	background: url(images/blacktrans22.png);
	padding: 5px 7px;
	border: none;
	font-size: .8em;
	color: #fff;
}

#navigation .wp-pagenavi span.pages,#navigation .wp-pagenavi span.current,#navigation .wp-pagenavi span.extend {
	padding: 5px 7px;
	font-size: .8em;
	background: url(images/blacktrans22.png);
	color: #fff;
	border: none;
}
#navigation.image a {
	background: 0;
	border: 0;
}
.linkpages {
	clear: both;
	margin: 10px 0;
}
.linkpages p span {
	background: url(images/blacktrans2.png);
	padding: 5px 7px;
	color: #ddd;
	font-size: 0.8em;
}

.linkpages p a span {
	color: #fff;
}

/************************************************
* Gallery and Images *
************************************************/
.gallery a, .recent_images a {
	background: none;
	border: 0;
}

/************************************************
* Comments *
************************************************/
#comments {
	background: url("images/blacktrans2.png") repeat scroll 0 0 transparent;
	width: 640px;
}
#comments h3 {
	font-size: 13px;
	font-weight: normal;
	padding: 15px;
}
#comments ul.commentlist li {
	background: url(images/blacktrans2.png);
	clear: both;
	padding: 15px;
	width: 580px;
	margin-left: 15px;
	margin-top: 10px;
}
#comments .comment-wrap {
	overflow: hidden;
	width: 100%;
}
#comments ul.commentlist li ul.children li {
	clear: both;
	margin: 20px 0 0 20px;
}
#comments img.avatar {
	float: left;
	margin: 0 20px 0 0;
}
#comments .commentbody .author {
	font-size: 0.8em;
	margin-bottom: 10px;
	color: #eee;
}
#comments .commentbody .author a {
	color: #00AF00;
	border-bottom: 0px dashed #00AF00;
}
#comments .commentbody .author a:hover {
	color: #ff7920;
}
#comments .commentbody .commentmetadata {
	font-size: .7em;
	color: #bbb;
	margin-bottom: 25px;
	margin-left: 71px;
}
#comments .commentbody .commentmetadata a {
	color: #bbb;
}
#comments .commentbody p {
	font-size: .8em;
	padding: 5px 0 8px 0;
	line-height: 1.4em;
}
#comments .commentbody p a {
	color: #00AF00;
	border-bottom: 0px dashed #00AF00;
}

#comments .reply a {
	margin-top: 5px;
	padding: 5px;
	line-height: 1.3em;
	font-size: .7em;
	float: left;
	background: #ddd;
	color: #000;
}

#comments h3#trackbacktitle {
	padding-top: 10px;
}
#comments ul.trackback {
	margin: 10px 0 0 0;
	padding: 15px;
	background: url(images/blacktrans2.png);
}
#comments ul.trackback li {
	margin-bottom: 17px;
	font-size: 0.8em;
}
#comments ul.trackback li .commentbody .author {
	margin: 0;
}
#comments a#cancel-comment-reply-link {
	display: block;
	padding: 8px 0;
}

#comments #respond {
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 15px;
	overflow: hidden;
	width: 100%;
}
#comments #respond h3 {
	margin-bottom: 15px;
}
#comments #respond input {
	width: 200px;
	background: #efefef;
	font-size: 13px;
}
#comments #respond p {
	padding: .5em 0 0 0;
	font-size: 0.8em;
}
#comments #respond p label {
	font-size: 13px;
	font-weight: normal;
}
#comments #respond textarea {
	width: 600px;
	background: #efefef;
	font-size: 13px;
	border: none;
}
#comments #respond .submitbutton {
	color: #29c0ff;
	background: url(images/blacktrans2.png);
	padding: 6px;
	line-height: 1.4em;
	font-size: 13px;
}
#comments #respond .submitbutton:hover {
	cursor: pointer;
	color: #ff7920;
}
#comments #respond p.subscribe-to-comments label {
	display: inline;
	margin-left: 4px;
}

/************************************************
* Sidebar *
************************************************/
#sidebar {
	float: right;
	overflow: hidden;
	width: 300px;
	font-size: 0.8em;
	line-height: 1.4em;
	margin-bottom: 30px;
}
#sidebar ul li.boxed {
	background: url(images/blacktrans2.png);
	overflow: hidden;
	padding: 10px;
	margin-bottom: 40px;
}
#sidebar h3 {
	padding: 3px 5px;
	line-height: 1.3em;
	font-weight: normal;
	font-size: 13px;
}
#sidebar ul ul li a {
	display: block;
	padding: 3px 5px;
}

#sidebar ul ul ul li {
	background: url(images/bullet.png) left 7px no-repeat;
	line-height: 1.5em;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}
#sidebar p {
	color: #eee;
	padding: 0 5px 10px 5px;
}
#sidebar img {
	background: none;
	border: none;
	padding: 0 5px;
}
	#sidebar .rsswidget img {
		background: transparent !important;
	}
#sidebar img.avatar {
	float: left;
	padding: 0 15px 5px 5px;
}
.widget table {
	width: 100%;
}
#tag_cloud a, .widget_tag_cloud a, .widget_text a, h3 a.rsswidget {
	display: inline !important;
}

li#tagbox a:hover {
	color: #fff;
}
#sidebars ul.children li {
	border-bottom: none;
}
#sidebars ul.children {
	margin-bottom: 0;
}
.widget_recent_comments table td {
	background: none;
	overflow: hidden;
	padding-bottom: 2px !important;
}
#sidebar .widget_recent_comments img.avatar {
	padding: 5px 5px 3px 5px;
}
.widget_recent_comments li {
	margin: 5px;
}
.widget_twitter ul li, .widget_rss ul li {
	margin: 8px 2px;
}
.widget_categories ul li a, .widget_archive ul li a, .widget_twitter ul li a {
	display: inline !important;
}
.widget_rss ul li span {
	padding: 2px 5px;
}
.widget_flickr table {
	background-color: transparent !important;
	margin: 0;
	border: 0 !important;
}
.widget_flickr table td {
	background: none;
	padding: 0;
}

#sidebar .widget_flickr img {
	padding: 0;
}


/************************************************
* WP related *
************************************************/
.alignleft {
	float: left;
}
.alignright {
	float: right;
	margin: 5px 0 7px 15px;
}
.aligncenter,div.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}
img.alignleft {
	float: left;
}
img.alignright {
	float: right;
	margin: 5px 0 5px 15px;
}
img.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}
.wp-caption {
	text-align: center;
	background: url(images/blacktrans2.png);
	padding-top: 6px;/* optional rounded corners for browsers that support it */
	-moz-border-radius:4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.wp-caption img {
	padding: 0;
	margin: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* add */