/*
Theme Name: Tweetspotting
Theme URI: http://www.tweetspottingapp.org/
Description: WordPress-tema för Tweetspotting
Version: 1.0
Author: Simon Fransson &amp; Måns Severin
Author URI: http://www.tweetspottingapp.org/
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #ccc url(gfx/site-bg.png) repeat-x;
	color: rgb(208, 210, 211);
}

#page {

}

#header {
	
}

#header .description {
	visibility: hidden;
}

#headerimg h1	{
	margin-left: -10px;
	background: url(gfx/logo.png) no-repeat;
	text-indent: -9999px;
	
	margin-top: 0;
	margin-bottom: 0;

}

#headerimg h1 a {
	width: 944px;
	height: 170px;
	display: block;
}

#maincontent {
	float: left;
	width: 585px;
}

.single #maincontent {
	border-left: 10px solid #999;
	padding-left: 15px;
	margin-top: 15px;
	min-height: 270px;
	width: 570px;
}

#maincontent h2, .bigtext {
	font-size: 4.8em;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: -3px;
	text-shadow: #222 0px 1px 1px;
	color: rgb(208, 210, 211);
}

#maincontent h2 {
	margin: 20px 0 25px;
	padding: 0;
}

.single #maincontent h2 {
	margin: 0 0 6px;
}

#detailinfo {
	display: none;
	width: 100%;
	height: 100%;
	background: url(gfx/overlay-bg.png);
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
}

#detail-content {
	width: 738px;
	height: auto;
	z-index: 10;
	margin: 100px auto;
	padding: 0;
	color: black;
}

#detail-content .top {
	background: url(gfx/detail-bg-top.png) no-repeat;
	display: block;
	height: 23px;
	width: auto;
}

#detail-content .mid {
	background: url(gfx/detail-bg.png);
	display: block;
	height: auto;
	width: auto;
	
	padding: 7px 30px;
}

#detail-content .mid h2 {
	text-shadow: #222 0px 1px 1px;
	color: rgb(208, 210, 211);
	text-transform: uppercase;
}

#detail-content h2, #detail-content h3, #detail-content h4, #detail-content h5, #detail-content h6 {
	font-size: 1.2em;
}

#detail-content .mid .post {
	background: #ccc url(gfx/site-bg.png) repeat-x;
	color: rgb(208, 210, 211);
	filter:alpha(opacity=90);
		-moz-opacity:0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
	padding: 1px 10px;
}

#detail-content .bottom {
	background: url(gfx/detail-bg-bottom.png) no-repeat;
	display: block;
	height: 23px;
	width: auto;
}

.entry {
	font-size: 1.2em;
}

.bigtext p {
	padding: 0.5em 0;
	margin: 0;
}

#content {
	position: relative;
}

#screenshot {
	float: right;
	width: 311px;
	height: 578px;
	display: block;
	position: absolute;
	right: 0;
	bottom: auto;
	z-index: 1;
}

#screenshot h3 {
	display: none;
}

#simulator-items {
	position: absolute;
	bottom: 114px;
	margin: 0;
	padding: 0 0 0 36px;
	list-style: none;
}

#simulator-items li {
	float: left;
	margin: 0;
	padding: 0;
}

#simulator-items li a {
	width: 48px;
	height: 34px;
	display: block;
	text-indent: -9999px;
}

#screenshot-info-boxes {
	
}

p.screenshot-info {
	width: 133px;
	height: 82px;
	padding: 13px 13px 48px 13px;
	overflow: hidden;
	word-wrap: break-word;
	background: url(gfx/screenshot-info.png);
	font-size: 1.0em;
	display: none;
	position: absolute;
	bottom: 130px;
	float: left;
	line-height: 1.4em;
}

#footer {
	clear: both;
	background: url(gfx/bottom-bg.jpg) repeat-x;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-weight: bold;
}

#headerimg .description {
	font-size: 1.2em;
}

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: rgb(208, 210, 211);
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

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, 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: rgb(0, 174, 239); /* #06c */
	text-decoration: none;
}

a:hover {
	color: #06c;
	text-decoration: underline;
}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	padding: 20px;
	width: 910px;
}

#header {

}

#headerimg {

}

.clear {
	clear: both;
}

#footer {
	display: block;
	height: 250px;
	padding-top: 50px;
}

#footer-content {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 910px;
}

#infobox {
	width: 514px;
	height: 184px;
	padding: 10px 20px;
	margin: 0;
	background: url(gfx/infobox.png) no-repeat;
}

#infobox p {
	color: rgb(128, 129, 132);
	font-size: 2.4em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 6px 0 10px;
}

#infobox a[href^="http://www.tweetspottingapp.com"]  {
	color: rgb(208, 210, 211);
}

#newsticker {
	padding-top: 15px;
	font-size: 1.2em;
	font-weight: bold;
}

#newsticker ul {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

#newsticker li  {
	display: inline-block;
	padding: 0 2px;
	padding: 5px;
	background: #555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#newsticker li:hover {
	background: #888;
}

#newsticker a:hover {
	color: rgb(0, 174, 239); /* #06c */
	text-decoration: none;
}

#newsticker span.date, .single #maincontent small {
	font-weight: normal;
	text-transform: uppercase;
	display: block;
}

#newsticker span.date {
	font-size: 0.8em;	
}

.single #maincontent small {
	font-size: 1.0em;
}

#subfooter {
	padding: 10px;
	color: rgb(109, 110, 112);
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 1.3em;
}

#subfooter p {
	text-align: center;
	margin-bottom: 6px;
}

#subfooter p.lowercase {
	margin-top: 0;
}

p.lowercase {
	text-transform: none;
}

p.light {
	font-weight: normal;
	letter-spacing: normal;
	color: rgb(150, 152, 153);
	text-shadow: 0px 1px 1px rgb(208, 210, 211);
}

/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text { 
    position: absolute; 
    left: -1000em; 
} 

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#search-query {
	background: rgb(230, 230, 180);
	padding: 10px 20px;
	color: rgb(80, 80, 80);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	width: 520px;
	margin: 0 auto 15px;
	-webkit-box-shadow: 0 2px 10px #222;
	border: 3px solid rgb(180, 180, 180);
	z-index: 100;
	position: absolute;
	top: 0;
	left: 25px;
}

#search-query h2 {
	line-height: 1.0em;
	font-size: 2.4em;
	margin: 0 ! important;
	padding: 0 ! important;
	letter-spacing: -2px;
	text-shadow: none;
	color: rgb(80, 80, 80);
}

#search-query p {
	margin: 5px 0;
	line-height: 1.5em;
	font-size: 1.2em;
}

#search-query .query {
	font-weight: bold;
	color: rgb(50, 50, 50);
	background: url(gfx/bottom-bg.jpg) repeat-x;
	border: 1px solid rgb(80, 80, 80);
	padding: 2px 3px;
}

#search-query #query-close {
	float: right;
}