/*  
Theme Name: Aptocore / Developer
Theme URI: http://noscope.com/pangea/
Description: Website for Agon Developer blog. 
Author: Joen Asmussen
Author URI: http://noscope.com/
Template: agon
Version: 1.0
*/


/* CSS Reset, Copyright (c) 2007, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.3.0 */
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}


/**
* Start Vanilla Stylesheet 0.9.5
*/
body {
	font: 9pt/1.5em Arial, Helvetica, sans-serif;
}
pre, code, tt {
	font: 1em/1.5em 'Andale Mono', 'Lucida Console', monospace;
}
h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold;
}
em, i, dfn {
	font-style: italic;
}
dfn {
	font-weight:bold;
}
p, code, pre, kbd {
	margin:0 0 1.5em 0;
	text-align:justify;
}
blockquote {
	margin:0 1.5em 1.5em 1.5em;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}
ul, ul li {
	list-style-type:disc;
}
ol, ol li {
	list-style-type:decimal;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	font-weight:bold;
}
th, td, caption {
	padding:4px 10px 4px 5px;
}
tfoot {
	font-style:italic;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom: 1px dotted;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	text-decoration: line-through;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}
img { 
	text-decoration: none;
}
a img {
	display: block;
}
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
}
img.alignleft {
	display: inline;
}
.alignright {
	margin-left: 10px;
	float: right;
}
.alignleft {
	margin-right: 10px;
	float: left;
}
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*:first-child+html .clearfix {
	zoom: 1;
	display: block;
}
* html .clearfix {
	zoom: 1;
	display: block;
}
/**
* End Vanilla Stylesheet
*/





/*****************************
* Basics
*/

body {
	background: #b0ee2c url(images/bg.gif) no-repeat center top;
	color: #000;
	font: 8.5pt/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

a:link, a:active { color: #00a6dc; }
a:visited { color: #0083AE; }
a:hover {
	text-decoration: none;
	color: #1CC7FF;
}

label:hover {
	color: #000000;
}

html,body { min-height:100.2%; }


/*****************************
* Layout
*/
#container {
}
#header, .inner, #footer p, #spot {
	width: 860px;
	margin: 0 auto;
}
#header {
        position: relative;
}
#main {
	position: relative;
	width: 560px;
	float: left;
}
#sidebar {
	float: right;
	width: 280px;
}
#body {
	clear: both;
	margin-top: 20px;
	background: #fff;
	min-height: 450px;
	padding-bottom: 40px;
}
#footer {
	padding-top: 20px;
	font-size: 7pt;
	color: #fff;
	height: 100px;
	background: url(images/footer.png) repeat-x left top;
}
.post, .page {
	position: relative;
}
.developers a {
        padding: 3px 0pt 0pt 7px;
        background: transparent url(http://www.agon-online.com/community/static/images/devbtn.png) no-repeat left top;
        display: block;
        position: absolute;
        top: 10px;
        right: 0;
        width: 81px;
        height: 23px;
        z-index: 1;
        color: rgb(0, 42, 57);
        text-decoration: none;
}



/*****************************
* Navigation
*/
#header h1 {
	visibility: visible !important;
	min-height: 0 !important;
}
h1 a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 161px;
	height: 95px;
	float: left;
	background: url(images/logo.png) no-repeat left top;
	margin-top: 10px;
}
h1 a:hover {
	/* background: url(images/logo_over.png) no-repeat left top; */
	background: url(images/logo.png) no-repeat left bottom;
}

.menu {
	float: left;
	list-style: none;
	padding-top: 68px;
	padding-left: 20px;
	margin: 0;
}
.menu li {
	display: inline;
}
.menu li a {
	display: block;
	float: left;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin-right: 5px;
	text-decoration: none;
	color: #003f53;
	width: 91px;
	height: 46px;
	text-transform: uppercase;
	padding: 14px 0 0 10px;
	overflow: hidden;
	font-weight: bold;
	
	text-align: center;
	padding: 14px 10px 0 0;
}
.menu em {
	font-style: normal;
}
.menu li.current_page_item a, .menu li.current_page_parent a, .menu li.current_page_ancestor a, .menu li a:hover {
	display: block;
	float: left;
	color: #00a6dc;
}
.menu li.current_page_item a, .menu li.current_page_parent a, .menu li.current_page_ancestor a {
	background: url(images/tab.png) no-repeat left top;
}



/*****************************
* Special menu item fonts
*/
/* General settings */
.menu li em {
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: top left;
	margin: 4px auto 0 auto;
	height: 13px;
}
#mn-frontpage {
	display: none;
}

/* Features */
#mn-features em  {
	width: 57px;
	/* background-image: url('dir/heading.php?text=FEATURES%20&color=003f53'); */
	background: url('images/t_features.gif') no-repeat left top;
}
#mn-features.current_page_item em  {
	background-image: url('dir/heading.php?text=FEATURES%20&color=00a6dc&bg=ffffff') !important;
}
#mn-features a:hover em  {
	/* background-image: url('dir/heading.php?text=FEATURES%20&color=ffffff'); */
	background: url('images/t_features.gif') no-repeat left bottom;
}

/* Join */
#mn-join em  {
	width: 30px;
	/* background-image: url('dir/heading.php?text=JOIN%20&color=003f53'); */
	background: url('images/t_join.gif') no-repeat left top;
}
#mn-join.current_page_item em  {
	background-image: url('dir/heading.php?text=JOIN%20&color=00a6dc&bg=ffffff') !important;
}
#mn-join a:hover em  {
	/* background-image: url('dir/heading.php?text=JOIN%20&color=ffffff'); */
	background: url('images/t_join.gif') no-repeat left bottom;
}

/* Blog */
#mn-blog em  {
	width: 34px;
	/*background-image: url('dir/heading.php?text=BLOG%20&color=003f53');*/
	background: url('images/t_blog.gif') no-repeat left top;
}
#mn-blog.current_page_item em, #mn-blog.current_page_parent em,#mn-blog.current_page_ancestor em  {
	background-image: url('dir/heading.php?text=BLOG%20&color=00a6dc&bg=ffffff') !important;
}
#mn-blog a:hover em  {
	/* background-image: url('dir/heading.php?text=BLOG%20&color=ffffff'); */
	background: url('images/t_blog.gif') no-repeat left bottom;
}

/* Support */
#mn-support em  {
	width: 54px;
	/*background-image: url('dir/heading.php?text=SUPPORT%20&color=003f53');*/
	background: url('images/t_support.gif') no-repeat left top;
}
#mn-support.current_page_item em  {
	background-image: url('dir/heading.php?text=SUPPORT%20&color=00a6dc&bg=ffffff') !important;
}
#mn-support a:hover em  {
	/*background-image: url('dir/heading.php?text=SUPPORT%20&color=ffffff'); */
	background: url('images/t_support.gif') no-repeat left bottom;
}

/* About */
#mn-about em  {
	width: 41px;
	/*background-image: url('dir/heading.php?text=ABOUT%20&color=003f53');*/
	background: url('images/t_about.gif') no-repeat left top;
}
#mn-about.current_page_item em  {
	background-image: url('dir/heading.php?text=ABOUT%20&color=00a6dc&bg=ffffff') !important;
}
#mn-about a:hover em  {
	/*background-image: url('dir/heading.php?text=ABOUT%20&color=ffffff');*/
	background: url('images/t_about.gif') no-repeat left bottom;
}





/*****************************
* Sidebar
*/
#sidebar>ul {
	margin: 0;
}
#sidebar>ul>li {
	list-style: none;
	margin-bottom: 20px;
}
ul.features {
	margin-left: 0;
}
ul.features li {
	list-style: none;
	margin-bottom: 10px;
	color: #003f53;
}
ul.features li a {
	text-decoration: none;
}
ul.features li a img {
	float: left;
	margin-right: 6px;
	padding: 6px;
	background: #ebebeb;
	-moz-border-radius: 0 4px 4px 4px;
	-khtml-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
}
ul.features li a:hover img {
	background: #F2F2F2; 
}
ul.features li::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*:first-child+html ul.features li {
	zoom: 1;
	display: block;
}
* html ul.features li {
	zoom: 1;
	display: block;
}
















/*****************************
* Post design
*/
#body h1 {
	font-size: 36pt;
	color: #00a6dc;
}
h1, h2 {
	clear: both;
}
h1 {
	margin: 0;
}
h2 {
	font-size: 18pt;
	color: #003f53;
}
h3 {
	font-size: 16pt;
	color: #003f53;
}
h4 {
	font-size: 11pt;
	margin-top: 20px;
}
.alignleft, .alignright {
	margin-bottom: 10px;
	/*margin-top: 10px;*/
}
.bigtopmargin {
	margin-top: 35px;
}
.smalltopmargin {
	margin-top: 10px;
}
#main h2 {
	margin: .25em 0 .5em 0;
}
p.meta {
	margin: 0 0 2em 0;
	color: #999;
	font-size: 8pt;
	line-height: 0;
}
p.meta a {
	color: #000;
	text-decoration: none;
}
p.meta a:hover {
	text-decoration: underline;
}
p.metalinks {
	margin-top: 20px;
}
a.permalink {
	font-weight: bold;
	background-image: url(images/icon_permalink.gif);
}
a.commentlink {
	margin-left: 10px;
	background-image: url(images/icon_comments.gif);
}
a.commentlink, a.permalink {
	padding: 5px 5px 5px 21px;
	font-weight: bold;
	-moz-border-radius: 5px; 	/* Firefox */
	-khtml-border-radius: 5px; 	/* Konquerer */
	-webkit-border-radius: 5px; 	/* Webkit / Safari */
	border-radius: 5px;		/* All other CSS3 capable browsers */
	background-position: 5px center;
	background-repeat: no-repeat;
}
a.commentlink:hover, a.permalink:hover {
	text-decoration: none;
	color: #fff;
	background-color: #00a6dc;
}
.post {
	margin-bottom: 40px;
}
span.tags {
	margin-left: 10px;
}
span.tags a {
	background: url(images/icon_tag.gif) no-repeat left center;
	padding-left: 16px;
}
ul li {
	/* list-style: url(images/bullet.gif) inside; */
	list-style-image: url(images/bullet.gif);
}
.col1 {
	float: right;
	width: 50%;
	margin: 0;
}
.col2 {
	float: left;
	width: 50%;
	margin: 0;
}
/*.col1, .col2 {
	padding-left: 10px;
}*/





/*****************************
* Forms
*/
input, textarea {
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;

/*
	border: 0;
	background: #CCC;
	padding: 2px;
	color: #666;
	-moz-border-radius: 0 4px 4px 4px;
	-khtml-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;*/
}
input[type="submit"], button {
	color: #000;
	cursor: pointer;
}
/*input[type="submit"]:hover, button:hover {
	background: #F3F3F3;
}*/



/*****************************
* Search box
*/
.search {
	padding-top: 80px;
	float: right;
	width: 165px;
}
.search input {
	color: #999;
	border: 0;
	background: url(images/searchbg.png) no-repeat left top;
	width: 165px;
	height: 20px;
	padding: 2px 2px 0 2px;
}
input:focus, textarea:focus {
	color: #000;
}

















/*****************************
* Edit link
*/
.edit a {
	margin: 0;
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	text-decoration: none;
	display: block;
	width: 12px;
	height: 12px;
	padding: 5px;
	border: 0 !important;
	text-indent: -9999px;
	background: url('images/icon_edit.gif') no-repeat center center;
	overflow: hidden;
}
.edit a:hover {
	background: url('images/icon_edit_over.gif') no-repeat center center;
}











	

/*****************************
* Comments
*/
#secondary {
	clear: both;
	padding: 20px 0;
}
a#cancel-comment-reply-link {
	right: 10px;
	top: 10px;
	position: absolute !important;
	z-index: 10;
	padding: 2px;
	width: 12px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	background: url('images/icon_close_dark.gif') no-repeat center center;
	border: 0;
	overflow: hidden;
}
a#cancel-comment-reply-link:hover {
	background: url('images/icon_close_dark_over.gif') no-repeat center center;
}
.reply {
	margin-bottom: 20px;
}

ol.commentlist {
	position: relative;
	margin: 0;
}
ol.commentlist li {
	list-style: none;
	margin: 10px 0 20px 0;
}
.comment-author img.avatar {
	float: left;
	margin-right: 10px;
	border: 4px solid #d1d1d1;
}
.comment-author cite {
	display: block;
	margin: 3px 0 0 0;
	color: #666;
	font-weight: bold;
}
.comment-author cite a {
	color: #666;
	border-color: #666;
}
span.says {
	display: none;
}
.comment-meta {
	margin-bottom: 15px;
}
.comment-meta a {
	font-size: 8pt;
	color: #d1d1d1;
	text-decoration: none;
	text-transform: lowercase;
	border-bottom: 1px dotted #d1d1d1;
}


ol.pinglist {
	position: relative;
}






/*****************************
* Commentform
*/
#respond {
	margin-top: 20px;
	padding: 10px;
	border-bottom: 2px dotted #00a6dc;
	border-top: 2px dotted #00a6dc;
	background: #EAFAFF;
}
input, textarea {
	font: 10pt Arial, Helvetica, sans-serif;
	padding: 0 2px;

	/* fix box model so we can pad this */
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
input[type="button"],input[type="submit"] {
	padding: 4px;
}
textarea {
	padding: 4px;
}

.commentbox {
	width: 60%;
	float: left;
	margin-bottom: 1em;
}
#comment {
	width: 100%;
}
#respond {
	position: relative !important;
}
#tags-allowed {
	position: relative !important;
	clear: both;
	margin: 10px 0;
	padding: 0 10px;
	-moz-border-radius: 5px; 	/* Firefox */
	-khtml-border-radius: 5px; 	/* Konquerer */
	-webkit-border-radius: 5px; 	/* Webkit / Safari */
	border-radius: 5px;		/* All other CSS3 capable browsers */
	color: #fff;
	background-color: #00a6dc;
}
a.close {
	right: 10px;
	top: 10px;
	position: absolute;
	z-index: 10;
	padding: 2px;
	width: 12px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	background: url('images/icon_close.gif') no-repeat center center;
	border: 0;
}
a.close:hover {
	background: url('images/icon_close_over.gif') no-repeat center center;
}





/* Move reply link to the bottom */
ol.commentlist li, ol.commentlist ul.children li {
	position: relative;
	padding-bottom: 40px;
}
ol.commentlist li div {
	position: static;
}
.reply {
	position: absolute !important;
	z-index: 10;
	bottom: 0;
}
ol.commentlist #respond {
	clear: both;
	position: absolute !important;
	z-index: 10;
	bottom: 0;
	margin: 0 15px 15px 0 !important;
}









/*****************************
* Spot Area
*/

#spot {
	margin-bottom: 20px;
	/* padding-bottom: 20px;
	border-bottom: 1px dotted #d1d1d1; */
	padding-bottom: 30px;
	background: url(images/separator.png) no-repeat center bottom;
}
#about {
	width: 430px;
	float: left;
}
.jcarousel-container {
	float: right;
	width: 430px;
}
.jcarousel-list li {
	position: relative;
	float: left;
	width: 430px;
	list-style: none;
}
a.button_huge {
	overflow: hidden;
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	background: url(images/button_huge.gif) no-repeat left top;
	width: 204px;
	height: 44px;
	padding-top: 18px;
}
a.button_huge span {
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: top left;
	margin: 4px auto 0 auto;
	height: 20px;
}
a.button_huge span.sdk {
	width: 128px;
	background-image: url('dir/heading.php?text=GET THE SDK%20&color=003f53&bg=f4f4f4&size=14');
}
a.button_huge:hover {
	background: url(images/button_huge.gif) no-repeat left bottom;
}


span.faq a {
	color: #666;
}





.caption {
	position: absolute;
	z-index: 2;
	top: 100px;
	right: 20px;
	width: 220px;
}



#features {
	width: 860px;
/*	margin-bottom: 20px;
	border-bottom: 1px dotted #d1d1d1;
	padding-bottom: 20px;*/
}
#features ul {
	margin-left: 0;
	margin-right: -80px !important;
}
#features li {
	float: left;
	width: 260px;
	min-height: 150px;
	margin-right: 40px;
	list-style: none;
}


.widget_stray_quotes blockquote {
	margin-left: 0;
}
.widget_stray_quotes {
	min-height: 220px !important;
}





a.btn_follow {
	display: block;
	width: 186px;
	height: 23px;
	padding: 5px 0 0 8px;
	color: #000;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(images/btn_follow.gif);
	background-position: left top;
}
a.btn_follow:hover {
	background-position: left bottom;
}
a.btn_follow em {
	font-style: normal;
	display: block;
	float: right;
	width: 160px;
}

a.btn_follow span {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
}

a.btn_follow span.facebook {
	background: url(images/icon_facebook.gif) no-repeat left top;
}
a.btn_follow span.twitter {
	background: url(images/icon_twitter.gif) no-repeat left top;
}

.ai {
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 5px;
	position: relative;
}
.ai div {
	width: 48px;
	height: 48px;
	background: url(images/48x48_appicon_overlay.png) no-repeat left top;
	position: absolute;
	z-index: 1;
}
.ai img {
	width: 48px;
	height: 48px;
}

// hacked by Daniel (well, Bjarne)
#body div h1, #body div h2
{
	line-height: 100%;
	font-weight: normal;
}




































