/*
Theme Name: Miss604 Air
Theme URI: http://miss604.com/
Description: Miss604.com WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: sixty4media
Author URI: http://sixty4media.com/
Tags: sixty4media, wordpress, miss604

	Miss604.com v1.2
	 http://sixty4media.com/

	This theme was designed and built by sixty4media,
	whose blog you will find at http://sixty4media.com/blog

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font-size: 70%; /* Resets 1em to 10px */
	font-family: "Lucida Grande",Arial,Verdana,sans-serif;
	color: #444444;
	text-align: center;
	}

#page {
	text-align: left;
	}

#content {
	font-size: 13px;
	}
	
#header, #page, #footer-container {
	width: 960px;
}

/* @group Header */

#header {
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #efefef;
	text-align: left;
	}
	
.header-table {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	width: 100%;
}

td.headerimg {
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 220px;
	width: 780px;
	vertical-align: top;
	}
	
td.headerimg img {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 219px;
	width: 760px;
}

td.headerad {
	text-align: left;
	width: 184px;
	height: 220px;
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
}

td.headerad img {
	max-width: 180px;
	max-height: 200px;
	padding: 0 0 0 0;
	margin: -5px auto 0 auto;
}

#navigator {
	padding: 0px 0p 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 40px;
	font-size: 14px;
	clear: both;
}	

#navigator ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigator ul ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
#navigator ul ul ul{
	margin: 0px;
	padding: 0px;
	float: left;
}
#navigator ul li {
	float: left;
	font-size: 13px;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#navigator ul ul li {
	padding: 0px;
	float: left;
	font-size: 14px;
	display: inline;
}
#navigator ul ul ul li {
	padding: 0px;
	float: left;
	font-size: 14px;
	display: inline;
}
#navigator li a {
	text-align: center;
	padding: 0 12px 0 0;
	margin: 0 8px 0 0;
	text-decoration: none;
	font-weight: 500;
	display: block;
	height: 32px;
	line-height: 32px;
	float: left;
}

#navigator .current {
	color: #35a25f;
}
#navigator li a:hover {
	text-decoration: none;
	padding: 0 12px 0 0;
	margin: 0 8px 0 0;
	text-align: center;
	display: block;
	line-height: 32px;
	height: 32px;
	float: left;
	background: url(images/design/maple.png) no-repeat right 10px;
	/*border-bottom: 1px #26a74a solid;*/
}

/* @end */

/* @group Comments */

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}

.commentlist li {
	font-weight: normal;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #87CCE9;
	background: #dddddd;
	padding: 1px 1px 1px 1px;
	margin: 0 0 0 0;
	clear: both;
	height: 35px;
	width: 35px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: none;
	font-style: normal;
	font-size: 1.25em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 0px 5px 10px 0;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	margin: 5px 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #eeeeee;
	display: block;
	font-size: 10px;
	}
	
.commentmetadata a {
	color: #c0c0c0;
}

.says {
	display: none;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.alt, .comment, .nohighlight {
	background: #ddf1fc;
	border: 1px solid #87cce9;
	clear:both;
	color: #666;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 12px 3px 12px 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
.pingback {
	background: #eeeeee;
	border: 1px solid #aaaaaa;
	clear: both;
	color: #666;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 12px 3px 12px 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
.pingback cite.fn {
	font-size: 10px;
}

.pingback .commentmetadata {
	margin: 0 0 5px 0;
}

.pingback p {
	font-size: 10px;
}

.alt p, .nohighlight p {
	font-size: 12px;
}

.bypostauthor, .highlighted {
	background: #f9f9da;
	border: 1px solid #E6DB55;
	clear:both;
	color: #666;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 12px 3px 12px 40px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font-size: 14px;
	}

#commentform textarea {
	width: 575px;
	padding: 2px;
	font-size: 14px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/* @end */

/* @group Entry */

.main .entry, .main-single .entry {
	line-height: 21px;
	margin: 0px 0px 20px 0px;
	padding: 0 0 0 0;
	/*text-shadow: 0px 0px 1px #cccccc;*/
	}
	
.main .entry p, .main-single .entry p {
	margin: 0px 0px 10px 0px;
	}

.entry center {
	text-align: center;
}

/*.entry a {
	text-decoration: none;
	border-bottom: 1px solid #eeeeee;
}

.entry a img, .entry a img {
	text-decoration: none;
	border: none;
}*/

/* @end */

/* @group Images */

.border {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #dddddd;
}

.wp-caption {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}

.wp-caption-text {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.aligncenter {
	padding: 2px 0px 2px 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
	
img.balloon {
	margin: 0;
	padding: 0;
	border: none;
}

img.caption {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

img.centered, img.aligncenter {
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	}

img.alignright {
	padding: 0;
	margin: 2px 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0;
	margin: 2px 7px 2px 0;
	display: inline;
	}
img.sidebarads {
	margin: 1px 0px 2px 0px;
}

img.rss {
	padding: 0px 0px 4px 2px;
	margin: 0 4px 2px 0;
	display: inline;
	border: none;
	float: left;
	}
	
.entry img {
	border: none /*2px solid #ffffff*/;
	box-shadow: 0px 0px 2px #000000;
	-moz-box-shadow: 0px 0px 2px #000000;
	-webkit-box-shadow: 0px 0px 2px #000000;
}

/* @end */

/* @group Special */

.retweet-this {
	width: 570px;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #ffffff;
	background: #95cd3f;
	border: 1px solid #78a530;
	margin: 10px auto 10px auto;
	padding: 10px 6px 10px 6px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*box-shadow: 0px 0px 3px #000000;
	-moz-box-shadow: 0px 0px 3px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;*/
}

.retweet-this a {
	color: #ffffff;
	text-decoration: none;
}

.social {
	float: left;
	width: 100%;
	font-size: 10px;
	margin: -10px 0px 14px 0px;
	border-bottom: 1px solid #ccc;

}

.social a {
	color: #666666;
	text-decoration: none;
	padding-right: 2px;

}

.social img {
	padding: 0px 2px 0px 0px;
	margin: 0px 0px 0px 10px;
	
}
.social a:hover {
	text-decoration: none;

}

.featured {
	width: 500px;
	font-size: 10px;
	background: #fffbcc;
	border: 1px solid #e6db55;
	margin: 0 auto;
	padding: 4px 14px 10px 14px;
	text-align: centered;
}

.featured a {
	color: #336699;
	text-decoration: none;
	text-align: center;
}
.featured a:hover {
	color: #35a25f;
	text-align: center;
	text-decoration: none;
}

.administer-single-bottom {
	width: 550px;
	font-size: 11px;
	background: #fffbcc url(images/single/featured-icon.png) no-repeat 10px 5px;
	border: 1px solid #e6db55;
	margin: 0 0 0 0;
	padding: 10px 10px 5px 40px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #444444;
	min-height: 30px;
}

.administer-single-bottom a {
	color: #336699;
	text-decoration: none;
	text-align: center;
}
.administer-single-bottom a:hover {
	color: #35a25f;
	text-align: center;
	text-decoration: none;
}

.vote {
	background: #fffbcc;
	border: 1px solid #e6db55;
	font-size: 1.0em;
	color: #666;
	margin-bottom: 15px;
	padding-left: 4px;
}	

.clear {
	clear: both;
}

/* @end */

/* @group Sidebar */

#sidebar, #page-sidebar, #blogathon-page-sidebar {
	padding: 40px 0 10px 0;
}
	
#single-sidebar {
	padding: 0px 0 10px 0;
}
	
#sidebar, #single-sidebar, #page-sidebar, .sidebar-box {	
	width: 302px;
	}
	
#sidebar, #single-sidebar, #page-sidebar {	
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	float: right;
}
	
#blogathon-page-sidebar {
	width: 160px;
	list-style: none;	
}

#sidebar form {
	margin: 0;
}
	
.sidebar-box {
	padding-bottom: 5px;
	color: #222222;
	margin-bottom: 25px;
	margin-top: 10px;
}


.sidebar-box .avatar {
	float: right;
	width: 60px;
	height: 60px;
	margin: 3px 0 3px 10px;
	padding: 0 0 0 0;
	border: 1px solid #cccccc;
}

.sidebar-box h3 {
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	font-weight: bold;
	background: url(images/sidebar-h3-background.jpg) no-repeat center -10px;
	margin: 0px;
	padding: 5px 10px 0 10px;
	height: 30px;
	width: 282px;
	text-shadow: 1px 1px 1px #333333;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
}

.sidebar-box .box ul {
	margin-left: 0;
	padding-left: 20px;
}

.sidebar-box .box li {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

.box {
	clear: both;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	width: 280px;
	font-size: 11px;
	line-height: 16px;
	color: #66666d;
}

.sidebar-featured {
	/*width: 180px;*/
	margin: 5px 0 2px 0;
	padding: 0 0 0 0;
	/*background: url(images/sidebar-h3-background.jpg) no-repeat right center;*/
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	display: block;
}

.sidebar-featured a {
	font-size: 14px;
	text-transform: none;
}

img.sidebar-featured-category {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	width: 280px;
	height: 118px;
	border: none /*1px solid #666666*/;
	box-shadow: 0px 0px 3px #000000;
	-moz-box-shadow: 0px 0px 3px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;
}

.media-box {
	clear: both;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin: 0px;
	padding: 10px 10px;
	width: 300px;
	font-size: 12px;
	line-height: 16px;
	color: #66666d;
}

.box-flickr {
	text-align: center;
	clear: both;
	margin: 0px;
	padding: 1px 0px 10px;
	width: 300px;
	font-size: 10px;
	line-height: 16px;
	color: #66666d;
}

.box-contests {
	clear: both;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin: 0 0 0 0;
	padding: 10px 10px 20px 10px;
	width: 280px;
	font-size: 11px;
	line-height: 16px;
	color: #66666d;
	/*background: url(images/sidebar/contests.png) no-repeat center bottom;*/
}
.box-advertise {
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	text-align: center;
	clear: both;
	margin: 0 0 0 0;
	padding: 15px 0px 15px -7px;
	width: 300px;
	font-size: 10px;
	line-height: 16px;
	color: #66666d;
	min-height: 260px;
}

.box-advertise-top {
	margin: 40px 0px 0px 0px;
}

.box-advertise-single {
	margin: 10px 0px 3px 0px;
	text-align: center;
}

.box-advertise img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.box-flickr img {
	margin-right: 1px;
	margin-bottom: 1px;
}

.sidebar-twitter {
	min-height: 75px;
}

.sidebar-table-2cell {
	width: 100%;
	margin: 15px auto 15px auto;
	padding: 15px 0 0 0;
	border: none;
	border-top: 1px solid #eeeeee;
}

.sidebar-table-2cell td {
	width: 50%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
}

.sidebar-table-social {
	width: 100%;
	margin: 0px auto 15px auto;
	padding: 0 0 0 0;
	border: none;
	border-bottom: 1px solid #efefef;
}

.sidebar-table-social td.social-icon, .sidebar-table-social td.social-network {
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	vertical-align: middle;
	text-align: left;
	border-top: 1px solid #efefef;
	text-transform: lowercase;
}

.sidebar-table-social td.social-icon {
	width: 30px;
}

td.social-icon img
{
	width: 24px;
	height: 24px;
}

.sidebar-table-social td.social-network a {
	font-size: 14px;
	color: #336699;
}

.sidebar-table-social td.social-network a:hover {
	color: #35A25F;
}



.sidebar-about-table-2cell {
	width: 100%;
	margin: 0 auto 15px auto;
	padding: 0 0 0 0;
	border: none;
}

.sidebar-about-table-2cell td {
	width: 50%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
	text-align: center;
}

/* @end */

/* @group Social Share */

table.share-buttons {
	float: right;
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
	display: inline-block;
	clear: both;
	height: 65px;
}

table.share-buttons td {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: bottom;
}
.reddit {
	padding: 0px 2px 0px 2px;
}
.tweetmeme {
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
}

.share-on-facebook {
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
}

.comments-button {
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
	width: 60px;
	height: 37px;
	display: block;
	background: #DDF1FC;
	border: 1px solid #87CCE9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.comments-button a {
	margin: 0px auto 0 auto;
	padding: 5px 0 10px 0;
	text-align: center;
	width: 48px;
	display: block;
	font-size: 22px;
	color: #336699;
	text-decoration: none;
}

a.comments-button-title {
	margin: 1px auto 0 auto;
	padding: 2px 0 2px 0;
	text-align: center;
	width: 60px;
	display: block;
	font-size: 11px;
	background: #336699;
	border: 1px solid #336699;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

a.comments-button-title:hover {
	color: #336699;
	background: #eeeeee;
	border: 1px solid #35a25f;
}

/* @end */

/* @group Comments */

#commentform input.text {
	color: #555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border: 1px solid #ccc;
	padding: 5px;
	width: 200px;
}

#commentform textarea {
	color: #555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border: 1px solid #ccc;
	padding: 5px;	
}

input#submit {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border: 1px solid #555;	
	background: #ddd;
	color: #333;
}

input#submit:hover {
	cursor: pointer;
	color: #000;
}

input#s {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border: 1px solid #ccc;	
	padding: 3px;
	color: #555;
	width: 290px;
}

#sidebar .box, .box-advertise, .box-contests {
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;	
}

#single-sidebar .box {
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
}



/* @end */

.feature2010{
	clear: both;
	font-size: 11px;
	font-style: italic;
	padding: 6px 0px 6px 0px;
	margin: 0px 0px 4px 0px;
	color: #35a25f;
}	
.adbanner {
	border: 1px solid #efefef;
	width: 800px;
	height: 90px;
	padding: 4px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	

}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.95em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: "Trebuchet MS","Times New Roman",Tahoma;
	letter-spacing: -1px;
	text-align: left;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}
h1.pagetitle {
	text-align: left;
	font-weight: normal;
	font-size: 26px;
	text-transform: none;
	padding: 0px 0px 0px 0px;
}

h2 {
	font-weight: 500;
	font-size: 26px;
	text-transform: none;
	/*text-shadow: 1px 1px 2px #999999;*/
	}

h2.pagetitle {
	font-size: 26px;
	text-shadow: 1px 1px 2px #999999;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #336699;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #336699;
	text-decoration: none;
	}

a:hover {
	color: #35a25f;
	text-decoration: none;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#page {
	margin: 0px auto 10px auto;
	padding: 0 25px 0 25px;
	}

.main, .main-single {
	float: left;
	padding: 0 0px 20px 0;
	margin: 0px 0 0;
}

.blogathon-main {
	width: 300px;
}

.wordpress {
	width: 700px;
}
	
.main-links {
	width: 100%;
	padding-top: 20px;
}
	
.main, .main-single {
	width: 600px;
}

.post {
	margin: 0 0 30px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.more {
	font-size: 15px;
	clear: both;
	float: right;
	padding-right: 13px;
	background: url(images/design/blue-arrow.png) no-repeat right;
	display: block;
	height: 32px;
	line-height: 32px;
	/*text-shadow: 0px 0px 2px #cccccc;*/
}

/* @group Single Post Meta */

.post-static {
	padding: 12px 0px 3px 0px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #EFEFEF;
	color: #666666;
	font-size: 12px;
	min-height: 70px;
	font-family: Arial,Helvetica,Geneva,sans-serif;
}

.post-static-archive {
	padding: 12px 0px 15px 0px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #EFEFEF;
	color: #666666;
	font-size: 12px;
	font-family: Arial,Helvetica,Geneva,sans-serif;
}

.single-meta-author {
	font-size: 15px;
	margin: 0 0 7px 0;
	padding: 0 0 0 0;
	line-height: 20px;
	text-align: left;
	color: #424242;
	/*text-shadow: 1px 1px 2px #cccccc;*/
}

.single-meta-author .post-edit-link {
	font-weight: normal;
	font-size: 11px;
	margin: 0 5px 0 5px;
	padding: 2px 7px 2px 7px;
	color: white;
	background: red;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.single-meta-author .post-edit-link:hover {
	font-weight: normal;
	font-size: 11px;
	margin: 0 5px 0 5px;
	padding: 2px 7px 2px 7px;
	color: red;
	background: #dddddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.single-meta-tags {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	font-size: 10px;
	line-height: 13px;
	text-align: left;
	color: #aaaaaa;
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
}

.single-meta-tags a {
	color: #336699;
	text-decoration: none;
}

.single-meta-tags a:hover {
	color: #336699;
	text-decoration: underline;
}

/* @end */

.post-spacer {
	display: block;
	margin: 30px 0;
}

.link-column-left {
	float: left;
	margin-left: 10px;
	width: 260px;
	font-size: 12px;
	list-style: none;
	
}
.link-column-middle {
	float: left;
	width: 260px;
	margin: 0px 10px 0px 40px;
	padding: 0px 0px 20px 0px;
	font-size: 12px;
	list-style: none;
	
}
.link-column-right {
	float: right;
	width: 260px;
	padding: 0px 20px 20px 0px;
	font-size: 12px;
	list-style: none;

}

.main .postmetadata {
	margin-top: 15px;
	color: #444444;
	font-size: 0.95em;
	text-align: left;
	line-height: 18px;
	}

.postmetadata {
	clear: left;
}

ul.social {
	display: inline;
}

/* @group Footer */

#footer {
	margin: 0 0 100px 0;
	padding: 0 0 0 0;
	width: 100%;
	/*background: url(images/footer/footer-background.jpg) repeat-x;*/
	border-top: 1px solid #efefef;
}

#footer-container {
	font-size: 12px;
	line-height: 16px;
	color: #999;
	text-align: left;
	/*padding: 10px 0 0 0;*/
	margin: 5px auto 0;
	clear: both;
	}
	
#footer-container p {
	font-size: 14px;
	margin: 0 0 5px;
	padding: 0;
}

/* @end */

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

.main h2 {
	margin-top: 20px;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

.caption-right, .caption-left, .caption-centered {
	font-size: 11px;
	color: #999999;
	line-height: 11px;
}



.caption-right img, .caption-left img, .caption-centered img {
	 margin: 0 0 2px 0;
	 padding: 0 0 0 0;
}

.caption-right a, .caption-left a, .caption-centered a {
	text-decoration: underline;
	color: #666666;
}
	
.caption-right {
	display: block;
	float: right;
	text-align: right;
	margin: 6px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	background: none;
}

.caption-left {
	display: block;
	float: left;
	text-align: left;
	margin: 6px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
}

.caption-centered {
	display: block;
	text-align: center;
	margin: 5px auto 10px auto;
	padding: 0 0 1px 0;
	background: none;
}

.caption-centered img {
	margin: 0 auto 3px auto;
	padding: 0 0 0 0;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	text-align: left;
	margin: 7px 0px 8px 15px;
	padding: 0px 0px 0px 10px;
	list-style-type: disc;
	list-style-position: outside;
}

html>body .entry ol li {
	text-align: left;
	margin: 7px 0px 8px 8px;
	padding: 0px 0px 0px 8px;
	list-style-position: outside;
	list-style-type: decimal;
}

#sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#single-sidebar ul, #sidebar ul, #sidebar ul ol {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0;
	list-style: none;
	list-style-image: none;
	}
	
#sidebar li {
	list-style-type: none;
	list-style-image: none;
}

#single-sidebar ul li, #sidebar ul li, .box ul li, .box-contests ul li  {
	line-height: 14px;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	list-style-image: none;
	list-style-position: outside;
	background: url(images/design/list-item-bullet.png) no-repeat 0 3px;
}

#sidebar ul li.sidebar-comment {
	list-style-image: url(images/design/balloon.png);
	list-style-position: outside;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
.search-form input {
  width: 150px;
}

.search-form {
	margin: 5px 0 0 0;
	padding: 0px 0 0;
	text-align: left;
}

.google-search {
	float: right;
	margin: 5px 0 0 0;
	padding: 0px 0 0;
	text-align: right;
	clear: both;
}

#searchform {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 0px;
	}

#sidebar #searchsubmit {
	padding: 0px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	margin: 0px 0px 0px 10px;
	}

select {
	width: 130px;
	}
/* End Form Elements */



/* Begin Sidebar */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 10px;
	border-left: 5px solid #ddd;
	text-align: left;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
blockquote.update {
	background: #DDF1FC;
	border: 1px solid #87CCE9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #272727;
	font-size: 12px;
	line-height: 17px;
	margin: 5px auto;
	padding: 8px 4px 0px 4px;
	width: 590px;
	text-align: center;
}

blockquote.update p {
	margin-top: 0;
	margin-bottom: 0;
}

blockquote.media {
	/*background: url(images/mediaquotes.png) no-repeat;*/
	border: none;
	font-size: 12px;
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: -15px 0px 0px 0px;
	color: #333;

}

blockquote.media p {
	margin: 0px 0px 10px 0px;
	width: 440px;
	float: right;
}

.center {
	text-align: center;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
	
.single-header-banner {
	width: 100%;
	margin: 0 0 0 0;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #EFEFEF;
}
	
.single-google-banner {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	vertical-align: top;
}

a.aktt_tweet_time {
	color: #999999;
	letter-spacing: -1px;
	clear: both;
}

table.navigation {
	width: 100%;
	font-size: 12px;
	color: #999;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #EFEFEF;
	}
	
td.navigation-previous {
	text-align: left;
	width: 450px;
	float: left;
	margin: 10px 0 10px 0;
	padding: 0 25px 0 0;
	vertical-align: top;
}

td.navigation-next {
	text-align: right;
	width: 450px;
	float: right;
	margin: 10px 0 10px 0;
	padding: 0 0 0 25px;
	vertical-align: top;
}

table.navigation-bottom {
	width: 600px;
	font-size: 12px;
	color: #999;
	display: block;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #EFEFEF;
	}
	
td.navigation-previous-bottom {
	text-align: left;
	width: 275px;
	float: left;
	margin: 15px 0 15px 0;
	padding: 0 20px 0 0;
	vertical-align: top;
}

td.navigation-next-bottom {
	text-align: right;
	width: 275px;
	float: right;
	margin: 15px 0 15px 0;
	padding: 0 0 0 20px;
	vertical-align: top;
}

.navigation-pagebottom {
	width: 100%;
	font-size: 18px;
	color: #999;
	display: block;
	margin-top: 20px;
	margin-bottom: 60px;
	}
	
.navigation-pagebottom-previous {
	text-align: left;
	width: 375px;
	float: left;
}

.navigation-pagebottom-next {
	text-align: right;
	width: 375px;
	float: right;
}



.media-page {
	margin: 0 auto 0px;
	text-align: left;
}


.media-boxes {
	width: 250px;
	color: #222222;
	text-align: left;
	float: left;
	margin: 0px 4px 0px 8px;
}

.media-page h3 {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
	margin: 4px 0px 0px 10px;
	padding: 0px 0px 0px 8px;
	height: 30px;
	width: 250px;
	background: url(images/media-boxh3.png) no-repeat top;
	
}


.media-boxes-inner {
	clear: both;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin: 0px 0px 0px 10px;
	padding: 2px 5px 0px 0px;
	width: 250px;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	text-align: left;
}

.media-boxes-inner p {
	padding: 2px 0px 0px 10px;
	font-size: 11px;
	text-align: left;
}

.media-boxes li{
	list-style-image: url(images/design/minus.png);
	list-style-position: outside;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.media-reel{
	float: left;
	margin: 0px 0px 0px 0px;

}

/* @group 503 - Maintenance Mode */

#maintenance-mode {
	margin: 15px auto 0 auto;
	padding: 0 0 0 0;
	background: #ffffff;
	width: 760px;
	max-width: 760px;
}

#maintenance-header {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#maintenance-content {
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#maintenance-content h1, #maintenance-content h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #336699;
	text-align: center;
}

#maintenance-footer {
	margin: 10px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #eeeeee;
}


/* @end */



