* {
	margin:0;
	padding:0;
}

body 							{ margin:0; 
								  padding: 0; 
								  font-size: 12px; 
								  background: #333; 
								  color: #ccc;
                                                                  font-family:Helvetica, Arial, sans-serif; }

/*BASIC ELEMENTS*/

#top						        { position: fixed; left: 0px; top: 0px; width: 100%; height: 54px;  z-index:10;
								  }
#top-bg						        { position: fixed; left: 0px; top: 0px; width: 100%; background: #fafafa; height: 50px;  z-index:10;  opacity: 1; 
								  }

#topmenu						{ position: absolute; left: 200px; top: 23px;           
                                                                  color: #ccc;  z-index:13;
								  }


#topmenu2						{ position: fixed; left: 420px; top: 75px;           
                                                                  color: #d9d9d9;  z-index:20;
								  }

#buzz
{
  position: fixed;
  left: 630px;
  top: 20px;           
  color: #ccc;
  z-index:20;
  display: block;
  width: 168px;
  height: 18px;
  background: url("http://www.codyhamilton.us/lib/images/buzz-off.png") no-repeat 0 0;

}

#buzz:hover
{ 
  background-position: 0 -18px;
}

#buzz span
{
  display: none;
}

.header  						

{ height: 44px; padding-left: 20px; padding-top: 15px; font-family: 'Helvetica Neue', Arial;}

h2 								{ margin:0;
								  padding:0px;
								  font-weight: normal; 
								  font-family: 'Helvetica Neue', Arial;
								  white-space: nowrap;
								  font-size: 12px;
								  text-decoration: none;
								  word-spacing: 10px;
								  }

h3 a  							{ 
								  font-weight: bold; 
								  font-family: 'Helvetica Neue', Arial;
								  white-space: nowrap;
								  color:#222;
								  font-size: 14px;
								  text-decoration: none;
								  letter-spacing: 1px;
								  }


#footer  							{ font-family: 'Helvetica Neue', Arial;
								  text-decoration: none;
								  color: #b3b3b3;
								  word-spacing: Normal;
								  text-align: left;
								  letter-spacing: 0;
								  text-indent: 0px;
								  font-size: 9px;
								  position:fixed;
								  bottom:5px;
								  right:5px;
								  }

#col_l							{ width: 225px;
						                  float: left;
								  margin-right: 10px;         
                                                                  margin-left: 10px; }

#col_bio						{ width: 333px; 
						          float: left;
						          margin-right: 10px;
						          margin-left: 0px; }

.dash {
	background-color:#666;
	width:12px;
	height:1px;
	float:left;
	margin:7px 0 0 0;
}

#left {
	position:absolute;
        text-align: left;
        width: 135px;
        font-family: 'Helvetica Neue', Arial;
}

#right {
	position:absolute;
	left:20px;
	top:65px;
	padding:0 0 20px 0;
}

#logo {
	margin:0 0 0 0;
                height:255px;
                width: 225px
}

	.logo-img {
		margin:0 0 0 0px;
		float:left;
	}

#pages {
        border:0;
	margin:0 0 30px 30px;
}
 
#pages a:hover {
        color:#2b2b2b;
        -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding:1px;
}

.page-link {
	margin:0 0 0 5px;
	}
 
#entries {
        border:0;
	margin:0 30px 30px 30px;        
}
 
#tags {
	margin:0 0 30px 30px;
        
}
 
#thumbs {
	max-width:;
        border:0;
}
 
#load-content {
	display:none;
	margin:0 0 50px 0;
        border:0;
}

#core-loader {
	position:absolute;
	left:5px;
        top:5px;
	display:none;
        z-index:11;
}
 
#entries a:hover {
        color:#2b2b2b;
        -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
}


#nav  { 
position: fixed; 
left: 20px; 
top: 620px;
width: 100%; 
height: 95px;  
z-index:12;  
								  }

/*GENERAL*/
 
 
 
.link-active {
	border-bottom: 1px solid #ccc;
}
.on {
	border-bottom: 1px solid #ccc;
} 
.clear {
	clear:both;
}
 
.entry img
{  
		padding:0px;
                margin: 0 5px 0 0;
        -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px hsla(0,0%,0%,.3);
       -moz-box-shadow: 0 1px 2px hsla(0,0%,0%,.3);
            box-shadow: 0 1px 2px hsla(0,0%,0%,.3);
}

.bio img 
{      -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px hsla(0,0%,0%,.3);
       -moz-box-shadow: 0 1px 2px hsla(0,0%,0%,.3);
            box-shadow: 0 1px 2px hsla(0,0%,0%,.3);
}
 
a {
	outline: none;
	color:#cccccc;
	text-decoration:none;
}
 
a:hover {
	color:#2b2b2b;
        
}


/*ENTRY.PHP*/
.entry-title {
	font-size:13px;
	margin:0 0 30px 0;
}

.entry-date {
	font-size:10px;
	color:#666;
}

.entry-line {
	background-color:#111;
	width:700px;
	height:1px;
	margin:45px 0 80px 0;
}

.entry {
	width:700px;
	margin:0 0 30px 0;
}

.entry img {
	margin:0 5px 20px 0;
}


.entry a {
}

.entry-extra1 {
	float:left;
	margin:0 30px 0 0;
}

.entry-extra2 {
	float:right;
}

.entry-text {
	margin:0 0 20px 0;
}

.entry-text-top {
	margin:0 0 20px 0;
}

#close-entry {
	cursor:pointer;
	color:#333333;
}

#close-entry:hover {
	color:#FFFFFF;
}

/*ENTRY_LINK_THUMBS.PHP*/
 
.thumb {
        padding:0;
        border:0;
        float:left;
        z-index:23;
	margin:5px 5px 30px;
	height:110px;
	width:165px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px hsla(0,0%,0%,.3);
       -moz-box-shadow: 0 1px 2px hsla(0,0%,0%,.3);
            box-shadow: 0 1px 2px hsla(0,0%,0%,.3);
}
 
.thumb:hover {
        opacity: 0.25;
}
 
#thumbs img {
	margin:0 0 0 0;
        z-index:24;
        border:1px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}
 
#thumbs .entry-text:hover {
	background:#232323;
	padding:0;
}
 
.thumb-tags {
	padding:0;
	margin:0;
}
 
.thumb-info {
	max-width:190px;
        border:0;
	padding:0;
	margin:0;
}
 
.button  { 
        color: #fff;
        float:left;
	margin:5px 5px 5px 5px;
	padding:4px;
        z-index:25;
        width:148px;

}

.buttons  {
         background: #ccc 
url(http://www.codyhamilton.us/content/images/overlay.png) repeat-x; 
	display: inline-block;
        margin-left:-10px;
	padding: 5px 10px 6px; 
	color: #2b2b2b; 
	text-decoration: none;
        -webkit-border-bottom-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-topright: 5px;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;;;
    -webkit-box-shadow: 0 1px 2px hsla(0,0%,0%,.3);
       -moz-box-shadow: 0 1px 2px hsla(0,0%,0%,.3);
            box-shadow: 0 1px 2px hsla(0,0%,0%,.3);;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.buttons:hover        { background-color: #2b2b2b; color: #222; }

.button-blog {
	background: #ccc url(http://www.codyhamilton.us/content/images/overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #2b2b2b; 
	text-decoration: none;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px hsla(0,0%,0%,.3);
       -moz-box-shadow: 0 1px 2px hsla(0,0%,0%,.3);
            box-shadow: 0 1px 2px hsla(0,0%,0%,.3);;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.button-blog:hover       { background-color: #2b2b2b; color: #222; }
