@charset "utf-8";

/*
Theme Name: hereiswhatIdo
Theme URI: http://www.hereiswhatIdo.com
Description: A custom wordpress theme for Bryce Sutton
Version: 1.0
Author: Maximilian Zimmer
Author URI: http://www.zeemidesign.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/

/* CSS Document */

	/* Reset and general definitions*/
	
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
	}
	
	.center {
		text-align:center;
	}
	
	.clear {
		clear:both;
	}
	
	.alignleft {
		float:left;
		color:#FFF;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:bold;
	}
	
	.alignright {
		float:right;
		color:#FFF;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:bold;
	}
	
	body, html {
		height:100%;
	}
	
	#container {
		min-height:100%;
	}
	
	body {
		background:url(images/bg_pattern.png) repeat #666;
		text-align:left;
		color:#FFF
		font-family:Verdana, Geneva, sans-serif;
	}
	
	p, li, em {
		font-family:Verdana, Geneva, sans-serif;
		font-size:16px;
		color:#FFF;
	}
	
	p {
		margin-bottom:8px;
	}
	
	a {
		color:#b3ff15;
		text-decoration:none;
	}
	
	a:hover {
		text-decoration:underline;
	}
	
	h1,h2,h3,h4,h5,h6 {
		font-family:Comfortaa, "Trebuchet MS", sans-serif;
		color:#b3ff15;
		font-weight:normal;
	}
	
	h2 {
		font-size:26px;
		margin-bottom:20px;
	}
	
	h3 {
		font-size:22px;
		margin-bottom:15px;
	}
	
	h4 {
		font-size:18px;
		margin-bottom:10px;
	}
	
	.arrow {
		vertical-align:top;
		margin-bottom:10px;
	}
	/* Basic layout */
	
	#collage {
		background:url(images/collage.png) no-repeat;
		width:1200px;
		height:440px;
		margin-left:auto;
		margin-right:auto;
		z-index:1;
	}
	
	
	
	#header {
		background:url(images/header_bg.png) no-repeat;
		height:106px;
		width:856px;
		margin-left:auto;
		margin-right:auto;
		margin-top:-210px;
		padding-left:60px;
		padding-top:20px;
	}
	
	#main {
		background:url(images/main_bg.png) repeat-y;
		width:916px;
		margin-left:auto;
		margin-right:auto;
	}
	
	#main_nosidebar {
		background:url(images/main_bg_nosidebar.png) repeat-y;
		width:816px;
		margin-left:auto;
		margin-right:auto;
		padding:30px 50px;
	}
	
	#content {
		float:left;
		width:556px;
		padding:30px 50px;
			}
	
	#sidebar {
		width:200px;
		padding:30px 30px;
		float:right;
	}
	
	#footer {
		background:url(images/footer_bg.png) no-repeat;
		width:916px;
		height:23px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:50px;
	}
	
	#footer_nosidebar {
		background:url(images/footer_bg_nosidebar.png) no-repeat;
		width:916px;
		height:23px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:50px;
	}
	
	#footer2 {
		background:url(images/footer2_bg.png) repeat-x;
		width:100%;
		height:39px;
	}
	
	/* Navigation + RSS + Logo + Search*/
	#rss {
		background:url(images/rss.png) no-repeat;
		position:absolute;
		width:44px;
		height:44px;
		margin-top:150px;
		margin-left:1092px;
		z-index:-1;
	}
	
	#rss2 {
		position:absolute;
		width:44px;
		height:44px;
		margin-top:150px;
		margin-left:1092px;
		z-index:5;
	}
	
	#logo {
		background:url(images/logo.png) no-repeat;
		display:block;
		height:59px;
		width:513px;
		text-indent:-9999px;
	}
	
	#navigation {
		padding:11px 0 0 0;
		float:left;
	}
	
	#navigation ul li{
		list-style:none;
		display:inline;
		margin-right:25px;
	}
	
	#navigation ul li a{
		font-family:Comfortaa, "Trebuchet MS", sans-serif;
		font-size:26px;
		color:#FFF;
	}
	
	#navigation ul li a:hover {
		text-decoration:none;
		font-weight:normal;
		color:#666;
	}
	
	#search {
		float:right;
		margin-top:10px;
		margin-right:30px;
	}

	
	#searchfield {
		background:url(images/searchfield.png) no-repeat;
		height:17px;
		width:157px;
		float:left;
		display:block;
		border:0;
		padding:8px 45px 8px 8px;
		color:#FFF;
		outline:none;
	}
	
	#searchbutton {
                background:none;
                height:25px;
                width:25px;
		margin-left:-40px;
	}
		
	/* Posts */
	
	.post h2, post h3 {
		margin-bottom:0px;
	}
	
	.post small {
		color:#FFF;
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
	}
	
	.page small {
		color:#FFF;
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
	}
	
	.entry {
		margin-top:15px;
	}
	
	.postmetadata {
		font-size:14px;
		margin-bottom:50px;
	}
	
        .entry li {
                list-style:inside;
                margin:5px;
        }

	/* Sidebar */
	
	#sidebar h2 {
		margin-bottom:3px;
		font-size:24px;
	}
	
	#sidebar ul {
		list-style:none;
                margin-bottom:10px;
	}
	
	#sidebar p, #sidebar li {
		font-size:14px;
                color:#666;
                margin:3px 0;
	}
	
	
	#sidebar ul li a {
		color:#FFF;
	}
	
	.widget {
		margin-bottom:30px;
	}
	
	.widget_calender table a {
		color:#b3ff15;
	}
		
	/* Comments */
	
	.commentlist{
		margin-left:30px;
	}
	
	.comment {
		margin-bottom:30px;
	}
	
	textarea {
		background:url(images/textarea.png);
		height:172px;
		width:531px;
		border:0;
		padding:10px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:16px;
		overflow:hidden;
		color:#FFF;
		outline:none;
	}
	
	#respond {
		margin-top:50px;
	}
	
	input {
		background:url(images/input.png) no-repeat;
		height:26px;
		width:160px;
		border:0;
		padding:4px 10px 0px 10px;
		font-size:16px;
		color:#FFF;
		outline:none;
	}
	
	#respond label small{
		font-size:14px;
	}
	
	input#submit, input#subscribe, input#send {
		background:url(images/submit.png) no-repeat;
		height:30px;
		width:180px;
		padding:0;
		font-family:font-family:Comfortaa, "Trebuchet MS", sans-serif;
		font-size:16px;
		outline:none;
	}
	
	input#submit:active, input#subscribe:active, input#send:active {
		background:url(images/input.png) no-repeat;
		color:#666;
		outline:none;
	}
	
	/* Footer */
	
	#footer2 p {
		font-size:12px;
		text-align:center;
		padding-top:18px;
		margin-bottom:0px;
	}
	
	
	/* 404 */
	
	#question {
		font-family:Comfortaa, "Trebuchet MS", sans-serif;
		font-size:80px;
		color:#b3ff15;
		text-align:center;
		margin-bottom:30px;
	}

		/* Sidebar widget styling */

		#twitter-tools li {
                color:#FFF;
                margin-bottom:10px;
       }

       #twitter-tools ul li a {
                color:#B3FF15;
       }

      .tweettime {
               color:#666 !important;
               font-size:12px;
      }
      
      #social {
              margin-bottom:15px !important;
      }
	  
	/* Home template styling */
	
        #qivana_button {
		background:url(images/qivana_button.png) no-repeat top left;
		display:block;
		height:36px;
		width:290px;
		margin:40px auto;
		text-indent:-9999px;
	}
	
	#qivana_button:hover {
		background-position:center left;
	}
	
	#qivana_button:active {
		background-position:bottom left;
	}

	.home_widgets {
		float:left;
		width:252px;
		margin-top:20px;
		margin-right:20px;
	}
	
	#twitter_div li {
		font-size:14px;
		list-style:none;
		margin-bottom:10px;
	}
	
	#twitter_div ul {
		margin-bottom:20px;
	}
	
	.home_widgets h3 img {
		vertical-align:text-bottom;
	}
	
	#find {
		text-align:center;
	}

        .aktt_tweet_time {
                font-size:12px;
        }

        #flash_video {
		width:627px;
		margin:0 auto;
	}
