/*
    Theme Name: DanielG Standard
    Theme URI: http://www.danielg.se/
    Description: DanielG Standard Theme
    Version: 1.0
    Author: Daniel Gahmberg
    Author URI: http://www.danielg.se/
*/

/* ------------------- MAIN/BODY -------------------- */

body.login {
  background-color: #ffffff;
}

#login_error {
  background-color: #a30000;
  border: 1px #ff0000 dotted;
  padding: 4px;
  margin-top: 7px;
}

.avatar_container img {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  }
  
a {
  color: #61b7ff;
  text-decoration: none;
}

a:hover {
  color: #2c86d1;
  text-decoration: underline;
}  

body {
  background: url(images/bg.jpg) top left #000000 repeat-x;
  
  font-family: Verdana;
  font-size: 13px;
  
  color: #d7d7d7;
  }

#wrapper {
  margin-left: auto;
  margin-right: auto;
  
  width: 872px;
  }
  
p {
  margin-top: 10px;
}

.alignright {
  float: right;
}

.aligncenter {
  margin: 0 auto;
}

img {
  border: 0;
}

ol {
  margin-left: 30px;
}

/* ------------------- HEADER -------------------- */
  
#header {
  margin-top: 30px;
  
  border-bottom: 1px #95ad5a solid;
  }

#header h1 {
  display: none;
  }

#header .logotype {
  background: url(images/logotype.png);
  
  width: 320px;
  height: 120px;
  
  margin-left: -22px;
  position: relative;
  }

#header .menu {
  width: 560px;
  float: left;
  position: relative;
  
  margin: -55px 0px 0px 316px;
  
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #deebbd;
  }
  
/* ------------------- NAVIGATION -------------------- */
  
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
  }

#nav a, #nav a:visited {
	display: block;
	text-decoration: none;
	color: #deebbd;
	text-align: center;
	
	width: 104px;
	margin: 0px 4px 0 4px;
	padding-top: 29px;
	padding-bottom: 25px;
  }

#nav li {
	float: left;
	height: 82px;
	margin-top: -27px;
	
	font-family: Trebuchet MS;
  }

#nav li.current_page_item {
  background: url(images/nav_selected.png) top center no-repeat;
  }

#nav li.current_page_item a, #nav li.current_page_item a:visited {
  color: #ffffff;
  }

#nav li:hover {
  background: url(images/nav_hover.png) top center no-repeat;
  }
  
/* ------------------- TOP CONTENT -------------------- */

#top_content {
  margin-top: 12px;
  padding-bottom: 12px;

  overflow: hidden;
  
  border-bottom: 1px #95ad5a solid;
}

#top_content .top_left {
  float: left;
}

#top_content .top_right {
  float: right;
}

#top_content .trans_box {
  background: url(images/twitterbox.png) bottom center no-repeat #151515;
 /* background: url(images/trans-box.png); */
  border: 2px #263208 solid;
  
  padding: 8px;
  
  width: 436px;
  height: 182px;
}

#top_content .twitter {
  height: 145px;
  overflow: none;
}

#xhanch_my_twitter ul {
  margin-top: -10px;
}

#xhanch_my_twitter ul li {
  margin-top: 10px;
  list-style-type: none;
  background-image: url(images/twittersmall.png);
  background-repeat: no-repeat;
  background-position: top left; 
  padding-left: 26px;
  padding-bottom: 12px;
  border-bottom: 1px #222d3a dotted;
  vertical-align: inline;
  font-size: 10px;
  color: #c2c2c2;
  }

#xhanch_my_twitter span {
  font-size: 10px;
  color: #9ed612;
}

#top_content .top_links {
  padding-top: 12px;
}

#top_content .myspace {
  width: 152px;
  height: 56px;
  float: left;
  
  background: url(images/myspace.png) top center no-repeat;
}

#top_content .myspace:hover {
  background: url(images/myspace_hov.png) top center no-repeat;
}

#top_content .facebook {
  width: 149px;
  height: 56px;
  float: left;
  
  background: url(images/facebook.png) top center no-repeat;
}

#top_content .facebook:hover {
  background: url(images/facebook_hov.png) top center no-repeat;
}

#top_content .youtube {
  width: 155px;
  height: 56px;
  float: left;
  
  background: url(images/youtube.png) top center no-repeat;
}

#top_content .youtube:hover {
  background: url(images/youtube_hov.png) top center no-repeat;
}

/* ------------------- CONTENT -------------------- */

#content {
  overflow: hidden;
  
  background: url(images/bg.png) repeat-y top right;
  
  background-color: #151515;
  
  width: 100%;
  
  clear: both;
}

#content .content_left {
  float: left;
  width: 550px;
  padding: 12px;  
  margin-right: 6px;
}

#content .content_right {
  float: left;
  width: 262px;
  padding-top: 12px;
  background-color: #0e0e0e;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

#content .content_right h2 {
  color: #add24a;
  font-size: 18px;
}


.sidebar_login li {
  margin-bottom: 2px;
}

.sidebar_login img {
  padding: 10px 0 10px 0;
}

.sidebar_login input.mid {
  width: 150px;
}

.sidebar_logotypes {
  text-align: center;
}

.sidebar_logotypes img {
  margin-top: 20px;
}

.login {
  margin-top: -5px;
}

/* ------------------- NEWS -------------------- */

/* .single #wrapper #content .content_left #news_container {
  background: url(images/news_symbol.png) 0% 42px no-repeat;
  padding-left: 50px;
} */

#news_container {
  background: url(images/news_symbol.png) 0% 1% no-repeat;
  padding-left: 50px;
}

.news_content, .bio {
  font-size: 11px;
  line-height: 17px;
}

.news_content img {
  border: 1px #2d2d2d solid;
  padding: 5px;
  margin: 0 10px 10px 10px;
}

.bio img {
  border: 1px #2d2d2d solid;
  padding: 5px;
  margin: 0 10px 10px 10px;
}

#news_container h2 a {
  font-family: Trebuchet MS;
  font-size: 26px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  
  font-weight: normal;
 }
 
#news_container h2, #content h2 {
  font-family: Trebuchet MS;
  font-size: 26px;
  font-weight: normal;
  text-decoration: none;
  color: #c9e7ff;
  
  font-weight: normal;
 }

#news_container h2 a:hover {
  color: #a8a8a8;
}

.date {
  margin-top: 2px;
  color: #9ed612;
  font-size: 11px;
}

#news_container .links {
  margin-top: 15px;
  padding-bottom: 5px;
  
  margin-bottom: 22px;
  text-align: right;
  width: 100%;
  
  border-bottom: 2px #2d2d2d dotted;
}

.postmeta {
  margin: 20px 0 20px 0;
  padding: 5px;
  background-color: #0c0c0c;
  border: 1px #232323 solid;
  
  overflow: auto;
}

.postmeta_left {
  width: 375px;
  float: left;
  padding-right: 15px;
}

#news_container h3 {
  font-size: 11px;
}

.news_content {
  clear: both
  }

.likebutton {
  margin: -30px 0 0 200px;
  width: 50px;
  text-align: right;
  vertikal-align: inline;
}

.archives ul {
  list-style-type: none;
}

.archives li {
  margin-left: 8px;
  }
  
.archives .car-yearmonth {
  font-weight: bold;
  cursor: pointer;
}

.archives div.car-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.search_results {
  margin: 10px 0 10px 0;
}

.search_form_left {
  margin-top: 20px;
}

/* ------------------- COMMENTS -------------------- */  

ol.commentlist {
	margin: 15px 0 0 0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:24px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background-color: #111111;
	}	

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}


.commentlist .time {
	background: url(images/bg_clock.gif) no-repeat 1px;
	padding-left:23px;
	}

.commenttext {
	background-color: #1b1b1b;
	border-top:1px solid #2c2c2c;
	padding: 0 20px 10px 20px;
	color:#c8c8c8;
	font-size: 11px;
	line-height: 15px;
	height: 50px;
	}
	
.authcomment {
  background-color: #16273c;
}
	
	
/* ------------------- SIDEBAR -------------------- */	

#sidebar ul, #sidebar li {
  list-style: none;
}

.widget {
  background-color: #151515;
  padding: 10px;
  border: 1px #282828 solid;
  margin-bottom: 15px;
}

.fb_sidebar {
  margin-left: 38px;
  margin-bottom: -5px;
}

/* ------------------- SCROLLBAR -------------------- */	

div.scrollholder
{
    position: relative;
    width: 300px; height: 200px;
    overflow: auto;
    z-index: 1;
    background-color: #f3f3f3;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: black;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: yellow;
}

.disco {
  font-size: 11px;
}

.discoplayer {
  width: 410px;
  margin-left: auto;
  margin-right: auto;
  border: 1px #282828 solid;
  margin-top: 10px;
}

.disco .headline {
  color: #add24a;
  font-size: 16px;
  font-family: Trebuchet MS;
  border-bottom: 1px #474747 solid;
  margin-top: 20px;
} 

.disco .headline small {
  color: #d7d7d7;
  font-size: 11px;
  margin-left: 2px;
  font-family: Arial;
}

.disco .trackcontent {
  padding-top: 12px;
  padding-bottom: 15px;
  
  background: url(images/hrline.gif) repeat-x bottom left;
}

.disco .trackcontent:hover {
  background-color: #202020;
}

.disco .trackcontent ul {
  list-style: none;
}

.disco .tracktext {
  font-size: 10px; 
  color: #c1c1c1; 
  margin-top: 2px;
}

.disco li small {
  font-family: Arial;
  color: #a4a4a4;
  font-size: 10px;
}

.disco li {
  margin-bottom: -1px;
}

.disco .playtrack {
  float: left;
  margin-right: 8px;
  margin-top: 0 px;
}

.disco .playtrack p {
  margin-top: 0;
  padding-top: 0;
}

.disco .trackinfo {
  float: left;
  width: 350px;
}

.disco .trackinfo p {
  margin: 0;
}

.disco .trackmeta {
  float: left;
}

.disco ul li img {
margin-top: 3px;
}

.search_results {
  border-bottom: 2px #2D2D2D dotted;
  padding-bottom: 10px;
}  

.wpcf7 {
  color: #c9e7ff;
}

.content_left input, .content_right input {
  background-color: #262626;
  border: 1px #494949 solid;
  color: #cecece;
  margin-top: 4px;
  padding: 2px;
}

.content_left input#submit:hover, .content_right input#searchsubmit:hover, input#wp-submit-tml-1:hover {
  cursor: pointer;
  background-color: #2c86d1;
  color: #ffffff;
  border: #000000 1px solid;
}

.content_left textarea, .content_right textarea  {
  background-color: #262626;
  border: 1px #494949 solid;
  padding: 4px;
  color: #cecece;
  margin-top: 2px;
}

ul.tml-links {
  margin-top: 8px;
}

.login .input {
  width: 150px;
}

.widget_search #s {
  width: 176px;
}

/* ------------------- FOOTER -------------------- */

#footer {
  font-size: 11px;
  padding: 12px;
  overflow: auto;
  background-color: #0f0f0f;
  border-top: 1px #323232 solid;
  }
  
#footer .footer_left {
  float: left;
  width: 550px;
  }
  
#footer .footer_right {
  float: left;
  width: 280px;
  text-align: right;
  padding-top: 7px;
}