/* Default Colors */

/*--------------------------------------------------------------------------------
01. SETUP
--------------------------------------------------------------------------------*/

body {
	background: #dcd8cc url(../images/bg_concrete.jpg) 0 0 repeat;
	color: #333;
}

/*--------------------------------------------------------------------------------
02. STRUCTURE
--------------------------------------------------------------------------------*/


#wrapper {
	  border-left:7px solid #ece9e4;
	  border-right:7px solid #ece9e4;
}

#content {
	border-right: 1px solid #f5f4f4;
}

/*--------------------------------------------------------------------------------
03. HEADER
--------------------------------------------------------------------------------*/

#header h1 a {
	color: #333;
}

#header h1 a:hover {
	color: #c89a2b;
}

#header #description {
	color: #7c6563;
}

#header #description a {
	color: #6f9f85;
}

#header #description a:hover {
	color: #33211f;
}

/*--------------------------------------------------------------------------------
03. HEADER NAV
--------------------------------------------------------------------------------*/

	#global_nav_wrapper {
		background: none;
		padding: 0px 0px 0 0px;
		margin:40px 20px 10px 0;
		overflow: hidden;
		width:400px;
		float:right;
	}
	
	.global_nav {
		padding: 0 0 0 0;
		float:right;
	}
	
	.global_nav ul{
		padding: 10px 0 10px 0;
		margin: 0px 0;
		list-style: none;
		clear: left;
	}
	
	.global_nav ul li {
		float: left;
		display: inline; /*For ignore double margin in IE6*/
		margin: 0 25px;
	}
	
	.global_nav ul li a {
		float:left;
		cursor: pointer;
		font-size: 19px;
		font-weight:bold;
		text-decoration:none;
		color:#514742;
	}
	
	.global_nav ul li a span {
		margin: 0 10px 0 -10px;
		padding: 5px 8px 10px 18px;
		position: relative; /*To fix IE6 problem (not displaying)*/
		float:left;
	}
	ul.green li a.current  {
		color: #fff;
		background: url(../images/global_nav_current.png) no-repeat top right;
		text-decoration:none; 		
		
	}
	
	ul.green li a:hover  {
		color: #688814;
		background: url(../images/global_nav_hover.png) no-repeat top right;
		text-decoration:none; 		
		
	}
	
	ul.green li a.current span {
		background: url(../images/global_nav_current.png) no-repeat top left;
		
	}
	
	ul.green li a:hover span {
		background: url(../images/global_nav_hover.png) no-repeat top left;
		
	}
	
/*--------------------------------------------------------------------------------
04. POSTS
--------------------------------------------------------------------------------*/

#content h3 {
	color: #33211f;	
}

.video {
	border: 5px solid #f8f6d0;
}

.post h2 a {
	color: #333;
}

.post h2 a:hover {
	color: #33211f;
}

.meta {
	color: #7c6563;
}

.meta a {
	color: #33211f;
	text-decoration:underline;
}

.post .label a {
	background: #C89A2B;
	color: #fff;
}

.post .label a:hover {
	background: #33211F;
}

.tags {
	color: #7c6563;
}

.tags a {
	color: #005399;
}

#navigation a {
	color: #005399;
}

#navigation a:hover {
	color: #c89a2b;
}

/*--------------------------------------------------------------------------------
05. ENTRIES
--------------------------------------------------------------------------------*/

.entry a {
	color: #005399;
	text-decoration:underline;
}

.post .entry blockquote {
	color: #7c6563;
}

/* Blog Entry Styles - Images */

/*--------------------------------------------------------------------------------
06. SIDEBAR
--------------------------------------------------------------------------------*/

#rss {
	background: #33211f;
}

#rss a:hover {
	color: #005399;
}

.widget {
	margin: 0 0 30px;
}

#twitter ul li a {
	color: #005399;
}

#twitter ul li a:hover {
	color: #005399;
}

#flickr .flickr_badge_image a  { border: 2px solid #C89A2B; }

.widget_tag_cloud {
	color: #005399;
}

.widget_tag_cloud a {
	color: #005399;
}

/*--------------------------------------------------------------------------------
07. COMMENTS
--------------------------------------------------------------------------------*/

.commentlist .comment-meta {
	color: #7e9e8d;
}

.commentlist .comment-meta a {
	color: #33211f;
	text-decoration:underline;
}

.commentlist .avatar {
	border: 3px solid #dad9b3;
}

.commentlist p a {
	color: #c89a2b;
}

.commentlist p a:hover {
	text-decoration: underline;
}

.commentlist blockquote {
	color: #7c6563;
}

.commentlist .reply a {
	color: #c89a2b;
}

#commentform p a {
	color: #c89a2b;
}

#commentform .comm_count span input {
	color: #6f9f85;
}

/* Comments - Thread */


/*--------------------------------------------------------------------------------
08. ARCHIVES PAGE
--------------------------------------------------------------------------------*/

#archives {
	padding: 10px 0 0;
}

#archives a {
	color: #6F9F85 !important;
}

h4.archive_year {
}


/*--------------------------------------------------------------------------------
09. MISC
--------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------
10. FOOTER
--------------------------------------------------------------------------------*/

/** 
 * About
 **/
      #about h4, #inspiration h4, #moreinformation h4, #contact h4 {
         margin:0;
         padding:0;
         color:#4c2110;
      }
   
      #about {
         width:68%;
         float:left;
         padding:20px 0;
      }
         #about h5 {
            clear:both;
            font-weight:bold;
			font-size:22px;
			border:hidden;
         }

         #about h4 {
            margin-top:10px;
			border:hidden;
         }
         #about p{ 
		 	color:#e2e2e2;
			padding-bottom: 20px;
		}

   #information {
      width:904px;
      margin:0 0 0 0;
      padding:10px 51px 30px 50px;
      overflow:hidden;
      color:#fff;
      border-left:7px solid #ece9e4;
	  border-right:7px solid #ece9e4;      
      background:#2a2a2a;
	  margin:0 auto;

   }
      #information h4 {
		 color:#fff; font-size:25px;
		 }
		 
      #information a{ 
	     color:#7aaa1b; 
		 }
         
      #games{
         float:left;
         width:48%;
      }

      #inspiration, #followmeon{
         width:28%;
         float: right;
         padding:27px 0;
      }
	  
      #inspiration h4, #followmeon h4{
         margin-bottom:0;
         padding-bottom:0;
         margin-top:0;
         padding:0;
         margin:0;
		 border:hidden;
      }

         #followmeon ul,
         #followmeon li,
         #inspiration ul,
         #inspiration li{
            margin:0;
            padding:0;
         }
		 
            #followmeon ul,
            #inspiration ul{
               width:100%;
               float: left;
               list-style:none;
               margin-top:1px;
            }
			
         #followmeon li,
         #inspiration li{
            display:block;
            clear:both;
            padding:2px 0;
         }
		 
            #followmeon li a,
            #inspiration li a{
               display:block;
               float:left;
               padding:5px;
               color:#7aaa1b;
            }

            #followmeon li a:hover,
            #inspiration li a:hover{color:#a1da2f;}


      #freelancework{
         padding-left:35px;
         background:url(../img/arrow.gif) no-repeat left center;
         font-size:12px;
         margin-top:15px;
         float:left;
         clear:both;
      }
         #freelancework a{
            color:#fff;
            text-decoration:none;
            border:0;
         }

   #copyright{
      background-color: #000;
      margin-left:8px;
      margin-top:0;
      width:912px;
      overflow:hidden;
      padding:1px 43px 1px 50px;
      border-left:7px solid #ece9e4;
	  border-right:7px solid #ece9e4;
	  margin:0 auto;
	  color:#CCCCCC;      
   }
      #copyright p{
         padding:10px;
         margin:0;
         padding-left: 1px;
		 font-size:12PX;    
      } 
	  
	  
/** 
 * Link to top of the page effect
 **/	  
	#message a{
	/* display: block before hiding */
	display: block;
	display: none;

	/* link is above all other elements */
	z-index: 999; 

	/* link doesn't hide text behind it */
	opacity: .7;

	/* link stays at same place on page */
	position: fixed;

	/* link goes at the bottom of the page */
	top: 100%;
	margin-top: -60px; /* = height + preferred bottom margin */

	/* link is centered */
	left: 92%;
	margin-left: -60px; /* = half of width */

	/* round the corners (to your preference) */
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;

	/* make it big and easy to see (size, style to preferences) */
	width: 120px;
	line-height: 18px;
	height: 18px;
	padding: 10px;
	background-color: #000;
	font-size: 16px;
	text-align: center;
	color: #fff;
	text-decoration:none
}

