/*
Theme Name: crashcaptains Theme
Theme URI: http://www.crashcaptains.com/
Description: The theme for crashcaptains' new web page
Version: 0.1
Author: Tobias Heintz
Author URI: http://www.crashcaptains.com/
*/

/* basics */
body, p, div, h2 {
	margin:0px;
	padding:0px;
}

body {
	background-color:#FAF7EB;
}

div#div_page {
	position:absolute;
	top:0px;
	left:50%;

	width:1100px;
	min-height:900px;

	margin-left:-530px;
	overflow:hidden;

	background-color:#FAF7EB;
}

/* left column */
div#div_left_column {
	width:365px;
	height:100%;
	background-image:url(images/cccontentLonger_03.png);
	background-position:top right;
	background-repeat:repeat-y;

	position:absolute;
	top:0px;
	left:0px;
}

div#div_headline {
	background-image:url(images/ccbasics_02.png);
	width:365px;
	height:317px;

	position:absolute;
	top:0px;
	left:0px;

	z-index:2;
}

a#a_link_home {
	display:block;
	margin:0px;
	width:365px;
	height:317px;
}

div#div_teaser {
	width:365px;
	height:50px;

	position:absolute;
	top:327px;
	left:-22px;

	z-index:2;
}

div#div_player {
	background-image:url(images/ccbasics_13.png);
	width:365px;
	height:215px;

	position:absolute;
	top:317px;
	left:0px;

	z-index:1;
}

object#object_mp3player {
	width:183px;
	height:28px;

	position:relative;
	top:73px;
	left:182px;
}

div#div_plane_left {
	background-image:url(images/ccbasics_21.png	);
	width:140px;
	height:151px;

	position:absolute;
	top:532px;
	left:225px;
}

/* slices 23 und 25 */

/* right column */
div#div_right_column {
	width:259px;
	height:100%;
	background-image:url(images/cccontentLonger_05.png);
	background-position:top left;
	background-repeat:repeat-y;

	position:absolute;
	top:0px;
	left:841px;
}

div#div_trail_right {
	background-image:url(images/ccbasics_04.png	);
	width:259px;
	height:40px;

	position:absolute;
	top:0px;
	left:0px;
	
	margin-left:-38px;
}

div#div_plane_right {
	background-image:url(images/ccbasics_24.png	);
	width:259px;
	height:165px;

	position:absolute;
	top:683px;
	left:0px;
}

div#div_newsletter_right {
	background-image:url(images/cc_newsletter_22.png	);
	width:259px;
	height:151px;

	position:absolute;
	top:532px;
	left:0px;
	
	display:none;
}

div#div_links_right {
	height:366px;
	width:91px;
	position:absolute;
	top:317px;
	left:0px;
	z-index:2;
}

/*div#div_trail_linktop {
	background-image:url(images/ccbasics_14.png	);
	width:91px;
	height:72px;

	position:absolute;
	top:317px;
	left:0px;
}

div#div_trail_linkbottom {
	background-image:url(images/ccbasics_19.png	);
	width:91px;
	height:196px;

	position:absolute;
	top:487px;
	left:0px;
}*/

/* menu */
div#div_menu {
	width:259px;
	height:277px;

	position:absolute;
	top:40px;
	left:0px;
}

a.menulink {
	display:block;
	margin:0px;
}

a#a_menulink_read {
	background-image:url(images/ccmenu_06.png);
	width:259px;
	height:56px;
}

a#a_menulink_listen {
	background-image:url(images/ccmenu_07.png);
	width:259px;
	height:55px;
}

a#a_menulink_watch {
	background-image:url(images/ccmenu_09.png);
	width:259px;
	height:56px;
}

a#a_menulink_feel {
	background-image:url(images/ccmenu_11.png);
	width:259px;
	height:55px;
}

a#a_menulink_talk {
	background-image:url(images/ccmenu_12.png);
	width:259px;
	height:55px;
}

/* links */
div#div_links {
	width:91px;
	height:98px;

	position:absolute;
	top:389px;
	left:0px;
}

a#a_menulink_twitter {
	background-image:url(images/ccextern_16.png);
	width:91px;
	height:22px;
}

a#a_menulink_facebook {
	background-image:url(images/ccextern_17.png);
	width:91px;
	height:36px;
}

a#a_menulink_myspace {
	background-image:url(images/ccextern_18.png);
	width:91px;
	height:40px;
}

/* slice 26 */

/* center column */
div#div_main {
	width:476px;
	background-color:#59BAEC;

	position:relative;
	top:0px;
	left:365px;

	min-height:900px;
}

div#div_top {
	background-image:url(images/ccbasics_03.png	);
	width:476px;
	height:131px;

	position:relative;
	top:0px;
	left:0px;
}

div#div_twitter {
	width:308px;
	height:55px;

	position:relative;
	top:29px;
	left:14px;
}

/*ul.twitter: the main ul (if list is activated)
li.twitter-item: the ul items (if list is activated)
p.twitter-message: each one of the paragraphs (if msgs > 1)
.twitter-timestamp: the timestamp span class
a.twitter-link: the tweet link class
a.twitter-user: the @username reply link class*/

div#div_content {
	width:450px;

	position:relative;
	top:0px;
	left:10px;
}

h2, p {
	margin-bottom:10px;
}

div.post {
	padding-left:15px;
	padding-right:10px;
}

/* removes the double padding on read */
div.post div.post {
	padding:0px;
}

textarea#comment {
	width:350px;
}

img.header_image {
	/*width:450px;
	height:57px;*/
	margin-top:8px;
	margin-bottom:8px;
	margin-left:-22px;
}

div#div_gallery {
	text-align:center;
}

div#lightbox-overlay-text {
	display:none !important;
}

div#div_footer {
	width:450px;
	height:20px;

	position:relative;
	top:5px;
	left:13px;

	padding-top:25px;
	padding-bottom:15px;
}

div.div_clear {
	clear:both;
}

/* typo */

a {
	/*color:#A05D13;*/
	/*color:#8E4F0A;*/
	color:#A6671C;
	text-decoration:none;
}

a:active {
	outline:none;
	border:0px;
}

a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

div, p, h2, small {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color:#271600;
}

h2 {
	font-size:1.25em;
}

h2 a {
	color:#271600;
}

h2 small {
	font-size:0.5em;
	color:#0476B3;
}

strong {
	font-weight:bold;
	/*color:#0476B3;*/
}

img {
	border:none;
}

div#div_teaser p {
	font-size:0.8125em;
	line-height:1em;
	color:#38A3DA;
	text-align:right;
}

div#div_twitter p {
	font-size:0.75em;
	line-height:1em;
	color:#271600;
}

div#div_twitter a {
	color:#DE8107;
}

div#div_footer p {
	font-size:0.75em;
	text-align:center;
}

div#div_twitter .twitter-timestamp {
	color:#A09586;
	display:block;
	text-align:right;
}

div#div_twitter .twitter-link {
	display:block;
	position:relative;
	top:12px;
	left:3px;
}

div.post p {
	font-size:0.75em;
	line-height:1.5em;
	text-align:justify;
}

div.post br {
	margin-bottom:0.75em;
}

div.post p.readmore {
	text-align:right;
}

li.comment {
	font-size:0.75em;
}

li.comment p {
	font-size:1em;
}

img.img_gallery {
	width:120px;
	height:80px;
}

div.img_shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right;
  margin: 10px 0 0 10px;
}

div.img_shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
} 

/* gigpress */
ul.gigpress-listing {
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.gigpress-listing li {
	margin:0px;
	padding-bottom:10px;
}

span.gigpress-sidebar-date {
	display:inline !important;
}

