/*
Theme Name: Boss Alien
Author: Waldo Bronchart
Description: The bestest theme of all!
Version: 1.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

body {
    width: 100%;
    padding: 0;
    margin: 0;
}
#page {
	margin: 0 auto;
    min-width: 960px;
}
#primary {}
#secondary {}
#content {
    display: block;
	margin: 0 auto 50px auto;
    width: 900px;

    /* temp */
    min-height: 300px;

}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}

/* Alignment: used by attachments */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #1f1f1f;
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 14px;
}
body {
    background: url(images/bg-grain-darker.png);
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
    border-left: 2px solid #cccccc;
	font: 12px "Lucida Grande", Arial, sans-serif;
	font-style: italic;
	font-weight: lighter;
	margin: 0 2em;
    padding: 0 1em;
    color: #5c5b5b;
    font-size: 14px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite:before { content: "— "; }
blockquote cite {
	color: #666;
	font: 12px "Lucida Grande", Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
    display: block;
    margin-top: 10px;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}

/* Links */
a {
	color: #1162a5;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* =Header
----------------------------------------------- */

#branding {
	position: relative;
    background: url(images/bg-grain-light.png);
    margin-bottom: 30px;
}
#branding-upper { /* contains logo and menu */
    display: block;
    height: 130px;
    width: 900px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    /*border-left: 1px solid red;
    border-right: 1px solid red;*/
}

#logo {
    display: block;
    height: 130px;
    margin-left: 10px;
    float: left;
}

#logo-balloon {
    position: absolute;
    left: 210px;
    top: 40px;

    transform: rotate(-7deg);
    -ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Safari and Chrome */
    -o-transform: rotate(-7deg); /* Opera */
    -moz-transform: rotate(-7deg); /* Firefox */
}
#logo-balloon a {
    color: #000;
}
#logo-balloon a:hover {
    color: #1162a5;
}
#logo-balloon div {
    height: 60px;
    float: left;
}
#logo-balloon-left {
    width: 75px;
    background: url(images/balloon-left.png);
}
#logo-balloon-center {
    background: url(images/balloon-center.png);
}
#logo-balloon-right {
    width: 61px;
    background: url(images/balloon-right.png);
}
#logo-balloon span {
    position: absolute;
    top: 17px;
    left: 22px;
    letter-spacing: 1px;
    font-family: Faltura, Impact, serif;
    font-size: 32px;
}

/* =Menu
-------------------------------------------------------------- */

/** Generated by FG **/
@font-face {
    font-family: 'Faltura';
    src: url('fonts/FalturaRegular-BossAlien.eot');
    src: local('☺'), url('fonts/FalturaRegular-BossAlien.woff') format('woff'), url('fonts/FalturaRegular-BossAlien.ttf') format('truetype'), url('fonts/FalturaRegular-BossAlien.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#access {
    position: relative;
	display: block;
	width: 650px;
    float: right;
    margin: 65px 36px 0 0;
    padding: 0;
}

#access ul {
    position: absolute;
    top: 0px;
    right: 0px;
    letter-spacing: 1px;
    font-family: Faltura, Impact, serif;
    font-size: 48px;
    text-shadow: 0.05em 0.05em 0.05em #ffffff;
    text-transform: uppercase;
    list-style: none;
    margin: 0;
    padding: 0;
}

#access li {
    float: left;
    position: relative;
    margin: 0 0 0 38px;
}

#access li.current_page_item a, #access li.current_page_parent a {
    margin-top: 0;
    color: #1162a5;
}

#access li.current_page_item a:hover, #access li.current_page_parent a:hover {
    color: #1162a5;
}

#access a {
    margin-top: 10px;
    color: #000000;
    display: block;
    text-decoration: none;
    height: 66px;

    background: url(images/menu-uparrow.png) no-repeat center bottom;
}

#access a:hover {
    margin-top: 8px;
    color: #666666;
}



/* =Content
----------------------------------------------- */

#main {
	clear: both;
}

.hentry, .no-results, #sidebar {
    background-color: #ececec;
    padding: 14px 24px 1px 24px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);

    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.type-post {
    width: 710px;
    margin: 0 0 0 0;
}


/* =Content blog post articles
----------------------------------------------- */
.article-wrapper {
    position: relative;
    margin: 0 0 50px 0;
}
.post-wrapper-right-align .hentry {
    float: left;
}
.post-wrapper-right-align .entry-avatar {
    float: right;
}
.post-wrapper-left-align .hentry {
    float: right;
}
.post-wrapper-left-align .entry-avatar {
    float: left;
}

/* Entry title */
.entry-header {
    margin-bottom: 10px;
    position: relative;
}
.entry-title {
    clear: both;
    font-family: Faltura, Impact, serif;
    font-size: 60px;
    line-height: 48px;
    letter-spacing: 1px;
    text-shadow: #ffffff 2px 2px 0;
    color: #222;
    margin-top: 10px;
}
.entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
    color: #1162a5;
}
.entry-title-sticky a {
    color: #1162a5;
}

/* Entry meta information */
/*.entry-meta {
    position: absolute;
    top: 0px;
    right: 0px;
    
	color: #9c9c9c;
	font-size: 12px;
    font-style: italic;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}*/

/* Entry avatar */
.entry-avatar {
    background: url(images/avatar-bg.png) no-repeat;
    width: 110px;
    height: 100px;
    margin-top: 15px;
}
.post-wrapper-right-align .entry-avatar { /*article is left aligned*/
    margin-right: 15px;
}
.post-wrapper-left-align .entry-avatar { /*article is right aligned*/
    margin-left: 10px;
}
.entry-avatar div.entry-avatar-author {
    text-align: center;
    width: 100px;
    font-size: 12px;
    margin-top: 2px;
}
.post-wrapper-right-align div.entry-avatar-author { /*article is left aligned*/
    margin-left: 10px;
}
.post-wrapper-left-align div.entry-avatar-author { /*article is right aligned*/
    margin-right: 16px;
}

div.entry-avatar-author p {
    margin-bottom: 2px;
    font-weight: bold;
}
div.entry-avatar-author time { color: #999; }

.entry-avatar a.avatar-img {
    display: block;
    background: no-repeat;
    width: 100%;
    height: 100%;
}
.post-wrapper-right-align a.avatar-img { /*article is left aligned*/
    background-position:  8px 1px;
}
.post-wrapper-left-align a.avatar-img { /*article is right aligned*/
    background-position:  6px 1px;
}
.entry-avatar-overlay {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.post-wrapper-right-align .entry-avatar-overlay { /*article is left aligned*/
    background: url(images/avatar-overlay-left-new.png);
}
.post-wrapper-left-align .entry-avatar-overlay { /*article is right aligned*/
    background: url(images/avatar-overlay-right-new.png);
}

/* Entry side information (social and comment)*/
.entry-side {
    width: 110px;
    position: absolute;
    bottom: 0;
}
.post-wrapper-right-align .entry-side { /*article is left aligned*/
    right: 10px;
}
.post-wrapper-left-align .entry-side { /*article is left aligned*/
    left: 10px;
}
.entry-social {
    text-align: center;
    margin: 0 0 15px 0;
    border: 1px solid red;
    display: none;
}
.entry-comment-button {
    margin: 0 0 16px 0;
}
.entry-comment-button a {
    display: block;
    width: 100px;
    height: 35px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 8px 5px 5px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-box-shadow: inset 3px 3px 5px 0 rgba(0, 0, 0, 0.43);
    box-shadow: inset 3px 3px 5px 0 rgba(0, 0, 0, 0.43);
    background: url(images/comment-btn-bg.png) repeat-x top;
}
.entry-comment-button a:hover {
    text-decoration: none;
    background-position: bottom;
}

/* Entry content */
.entry-content,
.entry-summary {
    font-size: 14px;
    color: #333333;
    font-wieght: lighter;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content p {
    line-height: 18px;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}

.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
.type-game .entry-content {
    font-size: 12px;
}
.type-game .entry-content p {
    line-height: 14px;
}


.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
    border: 5px solid #e9e9e9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img, .wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #f1f1f1;
	margin-bottom: 1.625em;
	max-width: 96%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
    text-align: center;
}
.wp-caption .wp-caption-text {
	padding: 7px;
	position: relative;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
.gallery-item {
    margin: 0;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}



/* =Content sidebar
----------------------------------------------- */
#sidebar ul, .entry-content ul {
    list-style-type: none;
    padding: 0;
    color: #494343;
}

.entry-content ul {
    margin: 10px 0 16px 15px;
}
#sidebar ul li, .entry-content ul li {
    margin: 0 0 3px 0;
    padding: 0 0 5px 26px;
    background: url(images/list-bullet.png) 0 2px no-repeat;
    line-height: 18px;
}

#sidebar ul {
    font-size: 12px;
    margin: 3px 0 10px 0;
}
#sidebar ul li {
    padding: 0 0 5px 20px;
}

#sidebar {
    width: 205px;
    position: absolute;
    right: 0px;
    top: 0;
    padding: 16px 20px 1px 20px;
}

/* =Content About page
----------------------------------------------- */

#about-top {
    margin: 38px 0 38px 0;
    position: relative;
    min-height: 320px;
}

#bossalien-twitter-feed {
    width: 450px;
    font-size: 14px;
}

#bossalien-twitter-feed ul {
    list-style-type: none;
    margin: 0 0 0 12px;
}

#bossalien-twitter-feed li {
    background: url(images/tweet-bird.png) no-repeat;
    padding-left: 46px;
    margin-bottom: 18px;
    position: relative;
}

#bossalien-twitter-feed .tweet-arrow {
    width: 16px;
    height: 16px;
    background: url(images/tweet-arrow.png) no-repeat;
    position: absolute;
    top: 4px;
    left: 32px;
}

#bossalien-twitter-feed .tweet {
    background-color: #ededed;
    padding: 7px 13px 8px 13px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    

    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);

    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    margin-bottom: 6px;
}

#bossalien-twitter-feed .tweet p {
    margin-bottom: 0;
    line-height: 16px;
    color: #444444;
}

#bossalien-twitter-feed .tweet a {
    color: #0084B4;
    font-style: italic;
}

#bossalien-twitter-feed .tweet-time {
    color: #575757;
    font-size: 12px;
    font-style: italic;
    margin: 0 0 0 8px;
}

#bossalien-map {
    background: url(images/aliens-map.png) no-repeat;
    width: 320px;
    height: 320px;
    position: absolute;
    right: 30px;
    top: 0;
}

#bossalien-rocket {
    position: absolute;
    width: 242px;
    height: 300px;
    background: url(images/rocket.png) no-repeat;
    top: 295px;
    left: 610px;
}

#bossalien-about-gallery {
    width: 860px;
    height: 400px;
    margin: 0 auto 0 auto;
    position: relative;
}

#bossalien-about-gallery .slides_container {
    height: 100%;
    position: relative;

    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);

    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

    overflow: hidden;
}

#bossalien-about-gallery .slides_control {
    height: 100%;
}

#bossalien-about-gallery span.caption {
    position: absolute;
    bottom: 12px;
    right: 8px;
    font-size: 12px;
}
#bossalien-about-gallery span.caption a {
    opacity: 0.7;
    color: #fff;
    background: #000;
    padding: 2px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#bossalien-about-gallery span.caption a:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #000;
    background: #fff;
}

#bossalien-about-gallery img {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#bossalien-about-gallery ul.pagination {
    list-style: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: 0;
    padding: 0;
    z-index: 800;
}
#bossalien-about-gallery ul.pagination li {
    float: left;
    margin: 8px 5px 0 0;
}
#bossalien-about-gallery ul.pagination a {
    padding-top: 8px;
    overflow: hidden; /* dont't show text */
    background-color: #ffffff;
    display: block;
    width: 10px;
    height: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.6;
    font-size: 0.001em;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}
#bossalien-about-gallery ul.pagination li.current a {
    background-color: #ffffff;
    opacity: 1;
}


/* =Content Game
----------------------------------------------- */
.type-game {
    width: 335px;
    height: 285px;
    padding: 0;
    margin: 50px 0 40px 550px;
    position: relative;
}
.type-game .game-gallery {
    width: 550px;
    height: 300px;
    background: #000;
    margin: -8px 0 0 -545px;
    padding: 0;
    position: relative;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.type-game .game-gallery .slides_container {
    width: 550px;
    height: 300px;
}
.type-game .game-gallery img {
    width: 550px;
    width: 550px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.type-game .game-gallery a.prev {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 300px;
    background: url(images/arrow-prev.png) no-repeat 25px 126px;
    opacity: 0.2;
    font-size: 0;
    z-index: 1000;
}
.type-game .game-gallery a.prev:hover {
    opacity: 1;
}
.type-game .game-gallery a.next {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100px;
    height: 270px;
    background: url(images/arrow-next.png) no-repeat 50px 126px;
    opacity: 0.2;
    font-size: 0;
    z-index: 1000;
}
.type-game .game-gallery a.next:hover {
    opacity: 1;
}

.type-game .game-gallery ul.pagination {
    position: absolute;
    right: 5px;
    bottom: 10px;
    list-style-type: none;
    z-index: 1000;
    padding: 0;
    margin: 0;
}
.type-game .game-gallery ul.pagination li {
    float: left;
    margin: 0 8px 0 0;
}
.type-game .game-gallery ul.pagination a {
    padding-top: 8px;
    overflow: hidden; /* dont't show text */
    background-color: #555555;
    display: block;
    width: 10px;
    height: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 0.001em;

    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.type-game .game-gallery ul.pagination li.current a {
    background-color: #fff;
}
.type-game .game-gallery ul.pagination li a:hover {
    background-color: #cc1112;
}
.type-game .entry-header {
    position: absolute;
    top: 8px;
    left: 30px;
}
.type-game .entry-content {
    width: 290px;
    height: 170px;
    position: absolute;
    top: 75px;
    left: 30px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    color: #1b1b1b;
}

.type-game .game-platforms {
    position: absolute;
    top: 253px;
    left: 30px;
}
.type-game .game-platforms ul {
    margin: 0;
    padding: 0;
}
.type-game .game-platforms li {
    list-style-type: none;
    float: left;
    margin-right: 5px;
}
.type-game .game-platforms a {
    background-position: top;
    height: 45px;
    display: block;
}
.type-game .game-platforms a:hover {
    background-position: bottom;
}
.type-game .game-platforms a.platform-ios {
    background-image: url(images/platform-ios.png);
    width: 60px;
}
.type-game .game-platforms a.platform-android {
    background-image: url(images/platform-android.png);
    width: 51px;
}

.type-game .game-platforms a.platform-windows {
    background-image: url(images/platform-windows.png);
    width: 60px;
}


/* =Jobs layout
--------------------------------------------- */

#primary .jobs-page {
    position: relative;
}

#primary .jobs-page .child-page {
    margin-bottom: 20px;
    width: 590px;
}

#primary .jobs-page .child-page .entry-content {
    padding-top: 0;
}

.type-job {
    width: 630px;
}

.job-wrapper {
    position: relative;
    margin: 0 0 30px 0;
}
.job-wrapper .hentry {
}
.job-wrapper-left-align .hentry {
    float: left;
}
.job-wrapper-left-align .entry-avatar {
    float: right;
}
.job-wrapper-right-align .hentry {
    float: right;
}
.job-wrapper-right-align .entry-avatar {
    float: left;
}

.job-side {
    width: 180px;
    position: absolute;
    bottom: 0;
}
.job-wrapper-left-align .job-side {
    right: 0;
}
.job-wrapper .job-side .job-apply {
    margin-bottom: 20px;
}
.job-wrapper-left-align .job-side .job-apply {
    margin-left: 30px;
}
.job-wrapper-right-align .job-side .job-apply {
    margin-left: 60px;
}
.job-side .job-apply a {
    display: block;
    width: 80px;
    height: 16px;
    font-family: "Lucida Grande", Arial, sans-serif;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    background: url(images/dark-btn-bg.png) repeat-x top;
}
.job-side .job-apply a:hover {
    text-decoration: none;
    background-position: bottom;
    border-right: 1px solid #590d0d;
    border-bottom: 1px solid #590d0d;
}



/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Comments
----------------------------------------------- */

#comments {
    margin: 0 24px 0 24px;
}

#comments-title {
    width: 700px;
	color: #bbbbbb;
	font-size: 24px;
	font-weight: 100;
	margin: -20px 0 30px 0;
}

.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist, .commentlist .children {
	list-style: none;
    padding: 0;
    margin: 0px;
}
.commentlist .children {
    margin-left: 64px;
}

article.comment {
    width: 520px;
    position: relative;
    background-color: #ededed;
    padding: 7px 13px 8px 13px;
    margin: 0 0 15px 64px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);

    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
article.comment a {
    color: #000000;
}
article.comment a:hover {
    color: #FF0000;
}

.comment-avatar {
    background: url(images/tweet-arrow.png) no-repeat;
    background-position: 52px 3px;
    position: absolute;
    top: 1px;
    left: -64px;
    width: 64px;
}

.comment-avatar img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.comment-meta {
    margin-bottom: 5px;
    position: relative;
}
.comment-meta .comment-awaiting-moderation {
    font-size: 12px;
    font-style: italic;
    color: #bebebe;
}
.comment-meta time {
    position: absolute;
    top: 2px;
    right: 0px;
    font-size: 12px;
}
.comment-meta time a {
    color: #cccccc;
}
.comment-meta .buttons {
    position: absolute;
    top: 20px;
    right: -2px;
}
.comment-meta .buttons a {
    background: #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 5px;
    font-size: 12px;
}
.comment-meta .buttons a:hover {
    color: #ffffff;
    text-decoration: none;
    font-style: none;
    background: #bbbbbb;
}

.comment-content {
    font-size: 12px;
    width: 83%;
}
.comment-content p {
    margin-bottom: 0;
    line-height: 16px;
    color: #777777;
}
.comment-content a {
    color: #000000;
    font-style: italic;
}

/* Comment Form */

#respond {
	position: relative;
    width: 660px;
	background: #dedede;
    border: 1px solid #e7e7e7;
    margin-top: 30px;
	padding: 15px 10px 46px 20px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 5px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 0 10px 0 10px;
	position: absolute;
	top: 4px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}


#ie7 #respond input[type="text"],
#ie7 #respond textarea {
	text-indent: 0px;
    padding-left: 90px;
}
#ie7 #respond textarea {
	resize: vertical;
	width: 82%;
}
#ie7 #respond input[type="text"] {
    width: 62%;
}



#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	top: 15px;
	left: 74%;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 12px;
    color: #bbb;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
    position: absolute;
    right: 26px;
    bottom: 4px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	padding: 5px 26px 5px 22px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
    margin: 0px;
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	width: 513px;
    margin: 0 0 20px 64px;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Footer
----------------------------------------------- */

#page-footer {
	clear: both;
    background: url(images/footer-bg.png) repeat-x;
    border-top: 1px solid #d3d3d3;
    width: 100%;
    min-width: 960px;

    font-family: "Lucida Grande", Arial, sans-serif;

    font-size: 12px;
    color: #c4c4c4;
}

#footer-content {
    margin: 20px auto 0 auto;
    max-width: 900px;
    position: relative;
}

#footerlogo {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
}
#footerlogo p {
    color: #888888;
    margin: 0 0 0 8px;
    font-style: italic;
}
#footerlogo p a {
    color: #dddddd;
}


#footer-colums {
    margin: 0 0 0 200px;
}
#footer-colums div.col {
    float: left;
    width: 200px;
    margin: 0 0 30px 30px;
    color: #747474;
}
#footer-colums div.col p {
    margin: 0 0 10px 10px;
    color: #aaaaaa;
}
#footer-colums div.col a {
    color: #fff;
}
#footer-colums div.col a:hover {
    color: #008cff;
}
#footer-colums div.col h2 {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    border-bottom: 1px dotted #555555;
    margin-bottom: 8px;
}

#footer-colums ul {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
}
#footer-colums li {
    margin-bottom: 3px;
}
#footer-colums li a {
    color: #818181;
}
#footer-colums li a:hover {
    color: #f70000;
    text-decoration: none;
}

#footer-colums div.col p.footer-email-link a {
    color: #505050;
}

#footer-colums div.social {
    margin: 30px 0 0 0;
}
#footer-colums div.social ul {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
}
#footer-colums div.social ul li {
    float: left;
    margin: 0 0 0 6px;
}
#footer-colums div.social ul li a {
    -webkit-box-shadow:  2px 2px 5px 0 rgba(0, 0, 0, 1);
    -moz-box-shadow:  2px 2px 5px 0 rgba(0, 0, 0, 1);
    box-shadow:  2px 2px 5px 0 rgba(0, 0, 0, 1);
    width: 24px;
    height: 24px;
    display: block;
    background: no-repeat bottom;
}
#footer-colums div.social ul li a:hover {
    background-position: top;
}

#footer-colums div.social ul li a.facebook {
    background-image: url(images/icon-facebook.png);
}
#footer-colums div.social ul li a.twitter {
    background-image: url(images/icon-twitter.png);
}
#footer-colums div.social ul li a.rss {
    background-image: url(images/icon-rss.png);
}
#footer-colums div.social ul li a.linkedin {
    background-image: url(images/icon-linkedin.png);
}








/* IE IS FUCKING SHIT! */
#ie7 #about-top {
    margin-top: 10px;
}

#ie7 .tweet-arrow {
    display: none;
}

#ie7 .entry-title {
    font-family: Faltura, Impact, serif;
    font-size: 48px;
    text-transform: uppercase;
}

#ie7 #access a {
    background: none;
}

#ie7 .entry-comment-bubble {
    margin-left: 0px;
}