/*
Theme Name: Challenger Mobile
Theme URI: http://www.challengermobile.com/
Description: Custom theme for Challenger Mobile
Version: 1.2
Author: Erik Hedenström
Author URI: http://hedenstroem.com/
Tags: fixed width, two columns, widgets
*/

/* @override 
	http://wordpress/wp-content/themes/challengermobile/style.css
	http://www.challengermobile.com/wp-content/themes/challengermobile/style.css
	http://cm.codemate.se/wp-content/themes/challengermobile/style.css
*/

@import url(fonts/Bitstream-Vera-Serif/stylesheet.css);
@import url(fonts/Glypha-LT-Std/stylesheet.css);

body {
	font: 90%/130% Tahoma,Arial,sans-serif;
	color: #333;
	background-color: #f5f5f5;
	background-image: url(images/background.png);
}

h1 {
   font-size:18px;
}

h2 {
   font-size:16px;
}

img {
	border: 0;
}

a {
	color: #f20a3a;
}

#page_top {
	margin: 30px auto;
	width: 970px;
	padding-top: 6px;
	background: url(images/frame_top.png) no-repeat top center;
}

#page_bottom {
	width: 970px;
	padding-bottom: 6px;
	background: url(images/frame_bottom.png) no-repeat bottom center;
}

#page {
	width: 930px;
	padding: 20px;
	background: url(images/frame_content.png);
}

#header {
	float: left;
	padding-left: 40px;
	width: 600px;
}

#languages {
	text-align: right;
	width: 270px;
	float: right;
	margin-right: 10px;
	position: relative;
	top: 30px
}

#languages a {
	margin-left: 10px;
	font-size: 0.8em;
	color: black;
	text-decoration: none;
}

#languages a:hover {
	color: #989898;
}

#panel {
	clear: both;
	width: 280px;
	float: left;
	padding: 0 0 0 20px;
}

#widgets {
	width: 280px;
}

.widget {
	margin-bottom: 20px;
}

#content {
	width: 600px;
	margin-left: 20px;
	float: left;
	color: #414141;
}

#footer {
	width: 930px;
	text-align: center;
	clear: both;
	font-size: 0.7em;
	color: #929292;
	padding-top: 20px;
}

#header, #languages, #panel,#content, #widgets,#menu li {
	border: 0px solid red;
}

#menu {
	font-family: GlyphaLTStd65Bold,'Times New Roman', Times, serif;
	padding: 0;
	margin: 20px 0 20px 0;
}

#menu ul {
	display: none;
	font-size: 0.8em;
	padding: 0;
	margin-left: 10px;
}

#menu > li:first-child {
	display: none;
}

#menu li {
	list-style-type: none;
	display: block;
}

#menu li a {
	font-size: 1.2em;
	line-height: 2em;
	color: black;
	text-decoration: none;
}

#menu .current_page_item > a {
	color: #f20a3a;	
}

#menu .current_page_item > a {
	color: #f20a3a;	
}

#menu a:hover {
	color: #989898;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

.commentlist li .avatar {
	float: left;
	margin-right: 5px;
}

ul.commentlist,.commentlist ul {
	margin: 0;
	padding: 0;
}

.commentlist li {
	list-style-type: none;
	margin-top: 20px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
}

.alignleft {
	float: left;
}

.alignright {
	text-align: right;
	float: right;
}

.popup {
	color: #797979;
	border-bottom: 2px dotted;
	text-decoration: none;
}

.popup:hover {
	cursor: pointer;
}

#popup_top {
	width: 185px;
	padding-top: 7px;
	background: url(images/popup_top.png) no-repeat top center;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

#popup_bottom {
	width: 185px;
	padding-bottom: 67px;
	background: url(images/popup_bottom.png) no-repeat bottom center;
}

#popup_content {
	color: #fff;
	width: 175px;
	padding: 0 5px;
	background: url(images/popup_content.png);
}

.splash_top {
	width: 280px;
	padding-top: 12px;
	margin-bottom: 20px;
	background: url(images/splash_top.png) no-repeat top center;
}

.splash_bottom {
	width: 280px;
	padding-bottom: 102px;
	background: url(images/splash_bottom.png) no-repeat bottom center;
}

.splash_content {
	color: #fff;
	padding: 0 5px;
	border-left: 2px solid #E3082F;
	border-right: 2px solid #E3082F;
	width: 266px;
	background: url(images/splash_content.png);
}

.splash_content a {
	color: #fff;
}

.aside {
}

.column {
	width: 290px;
	float: left;
}

.first-column {
	margin-right: 20px;
}

#TB_window img#TB_Image {
	border: none;
}

.contact {
	float: left;
	margin-bottom: 40px;
}

.contact img {
	padding-top: 6px;
	opacity: 0.6;
}

.contact img:hover {
	opacity: 1;
}

.contact .headshot {
	opacity: 1;
	padding: 0;
	margin: 0 10px 4px 0;
}

.slideshow img {
	display: none;
}

.intro {
	color: #f20a3a;	
	font-family: GlyphaLTStd65Bold,'Times New Roman', Times, serif;
	font-size: 1.2em;
	line-height: 1.4em;
	width: 500px;
	margin-left: 50px;
}

.intro a {
	text-decoration: none;
	color: #000000;
}

.post ul {
	padding: 0;
	left: 1.2em;
	position: relative;
}
