/*   template: What's your solution?
     author: luka cvrk (www.solucija.com)   */

body { margin: 0; padding: 0; font: 70% Tahoma, Arial, Helvetica, sans-serif; color: #7e7e7e; background: #e5fbff url(images/bg.gif) repeat-x top; line-height: 16px; }

a {
	color: #FF6D00;
	background-color: inherit;
}

a:hover {
	color: #575757;
	background-color: inherit;
}

h1 {
	font: bold 1.8em Trebuchet MS, Arial, Sans-Serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin: 0; 
	padding: 15px 0 6px 0; 
	font: 130% Trebuchet MS, Arial, Sans-Serif;
	font-weight: bold;
	color: #1f3a43; 
	text-transform: uppercase;
	background-color: inherit;
	
}

h2 a { color: #6AC65D; background-color: inherit; text-decoration: none;
}


.tweet_menu a { color: #1f3a43; }

#loader { float:left; margin-right:5px;  }

p { padding: 2px 0 5px; margin: 0; }

img { border: none; }

a img.border { border-top: 4px solid; border-bottom: 4px solid; }

#content {
	margin: 0px auto; 
	width: 780px; 
}

.header { height: 95px; margin: 0; padding: 0; color: #808080; }

.logo { margin-top: 5px; }
	
.email { width: 360px; height: 70px; float: right; background: url(images/bg_email2.png); color: #fff; margin-top: 7px;}

	.email p { padding: 9px 12px; }	
	
.searchform { float: right; padding: 2px 5px 0 0; }

.subheader {
	clear: both;
	height: 26px;
	margin: 0 0 10px 0;	
}

.menu { float: right; padding: 0; }

.menu a { font: 18px Trebuchet MS, Arial, Sans-Serif; color: #fff; text-decoration: none; margin: 0 0 0 15px; padding: 8px 5px 7px 5px; }

.menu a:hover { background: url(images/bg_menu_over.gif); }

.left {
	float: left;
	padding: 5px 0 0 5px;
	margin: 0;
	padding: 0;
	width: 190px;
}

.right {
	float: right;
	width: 570px;
	margin: 0 0 20px 0; 
	padding: 5px 0 0 0; 
	color: #000;
}

a.info {
	font: bold 1.3em Arial, Sans-Serif; 
	text-decoration:none; 
	position:relative;
}

a.info span {
	display:none;
}

a.info:hover {
	
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;; 
	left:0;; 
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

.line {
	height: 2px;
	margin: 10px 0 10px 0;
}

.right_left {
	float: left;
	width: 260px;
	padding: 13px;
	background: #f2f2f2;
	color: #626262;
}

.right_right {
	float: right;
	width: 240px;
	padding: 13px;
	background: #f2f2f2;
	color: #626262;
}

#twitter_content p.tweet { display: block; height: 34px; width: 540; background: url(images/bg_tweet.png); margin: 0 0 5px 0; padding: 5px 10px; }


input{font-size:14px; color:#444444;}
div.msg{background:#FFFFCC; margin-bottom:10px; padding:4px;}
div.code{padding:10px; background:#FFFFCC; font-size:11px; color:#000000; margin-bottom:20px; width:300px; border:solid 1px #CCCCCC;}

#tweet_post { background: url(images/bg_posttweet.png); padding: 15px 0 15px 0; }

	#tweet_post p { padding: 2px 15px; }

.latest_videos { background: url(images/bg_posttweet.png); padding: 12px 10px 11px 10px; }

.latest_pics { background: url(images/bg_posttweet.png); padding: 15px 14px 12px 14px; }

.footer { clear: both; color: #999999; background-color: #FFFFFF; padding: 10px 0 10px 0; border-top: 1px solid #e6e6e6; text-align: center;  line-height: 13px; }

	.footer a { text-decoration: underline; }

	.footer p { width: 780px; margin: 0 auto; text-align: right; }

form.search {
	padding: 0; 
	margin: 0; 
}

input.text { 
	margin: 0; 
	width: 95px;
	border: 1px solid #ccc; 
	background: #FFF;
	color: #000; 
}

input.text:hover { 
	border: 1px solid #808080; 
}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: none; 
	background: #DEDEDE; 
	color: #575757; 
	font-weight: bold; 
}

.date { 
	color: #ccc; 
	background: #FFFFFF;
	text-align: right; 
	margin: 4px 0 3px 0; 
	padding: 0; 
}
/*
Generic video thumbnail
=========================== */
.video_thumb {
  width:100px;
  height:75px;
  position:relative;
  overflow:hidden;
  float:left;
  border:1px solid #ccc;
  cursor:pointer;
  padding: 1px;
  margin: 3px;
}
  .video_thumb img {
    width:100%;
    height:100%;
  }
  
.video_thumb .thumb_title_box {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 26px;
  background: #000;
  color: white;
  filter:alpha(opacity=60);
  -moz-opacity:0.60;
  opacity: 0.60;
}

.video_thumb .thumb_title {
  position: absolute;
  bottom:1px;
  left:3px;
  width:100%;
  height:22px;
  overflow:hidden;
  line-height:11px;
  color: white;
  font-size: 10px;
  font-weight: bold;
}
  .video_thumb .thumb_title a {
    color:#fff;
  }
  .video_thumb .thumb_title span.number {
    color:#ccc;
    height:20px;
    padding:0px 2px;
    margin-right:2px;
    float:left;
    display:inline;
  }
  
.video_thumb .thumb_title_hover {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background:#eee;
  line-height:13px;
  filter:alpha(opacity=87);
  -moz-opacity:0.87;
  opacity: 0.87;
  font-size:10px;
}
.video_thumb .thumb_title_hover div {
  position:absolute;
  left:4px;
}
.video_thumb .thumb_title_hover .views {
  text-transform:uppercase;
  right:4px;
  top:4px;
  text-align:right;
  left:auto;
}
  .video_thumb .thumb_title_hover .views span {
    display:block;
    font-size:16px;
    font-weight:bold;
  }
  
.video_thumb .thumb_title_hover .user {
  bottom:15px;
  line-height:12px;
  height:25px;
  overflow:hidden;
}
  .video_thumb .thumb_title_hover .user span {
  }
  .video_thumb .thumb_title_hover .user b {
    display:block;
    height:12px;
    overflow:hidden;
    font-size:11px;
    font-weight:normal;
  }
.video_thumb .thumb_title_hover .date {
  bottom:2px;
  text-transform:uppercase;
}

.group_thumb {
  width:135px;
  height:75px;
  position:relative;
  overflow:hidden;
  border:1px solid #ccc;
}
  .group_thumb img {
    width:100%;
    height:100%;
  }
  .group_thumb .thumb_title_box {
    position:absolute;
    width:100%;
    height:18px;
    bottom:0px;
    left:0px;
    background-color:#000;
    filter:alpha(opacity=60);
    -moz-opacity:0.60;
    opacity: 0.60;
  }
  .group_thumb .thumb_title {
    position:absolute;
    width:100%;
    height:17px;
    bottom:1px;
    left:2px;
    color:#fff;
    overflow:hidden;
    font-size:0.9em;
    font-weight:bold;
  }
    .group_thumb .thumb_title a {
      color:#fff;
    }
    
.user_thumbnail { 
  float:left;
  margin-right:5px;
  width:60px;
  height:60px;
  border:1px solid #999;
  overflow:hidden;
  background:#ebebeb;
}
  .user_thumbnail img {
    margin:0 auto 0;
    display:block;
    height:60px;
  }