#main {
	height: 300px;
	width: 402px;
	margin: 0 auto;
	margin-top: 1%;
	font: 80%/1.5em Arial;
	text-align: center;
}

#main h1 {
	width: 100%;
}

#main h1 a {
	display: block;
	background-image: url('logo.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	color: #000;
	padding-top: 113px;
}

abbr {
	font-weight: bold;
}
a, a img {
outline: none;
border: none;
}
a.blog {
display: block;
width: 134px;
height: 30px;
text-indent: -1500px;
background-position: center top;
}
a.blog:hover {
background-position: center bottom;
}
a.personal-blog {
float: left;
background-image: url('blogbtn-personal.jpg');
}
a.resume {
float: left;
background-image: url('resume.jpg');
}
a.professional-blog {
float: right;
background-image: url('blogbtn.jpg');
}
#zce, #twitter {
text-align: center;
clear: both;
padding-top: 30px;
}
   
span.right {
display: block;
text-align: left;
font-style: italic;
padding: 3px;
}   

h1 {
font-size: 12px;
text-shadow: 0px 0px 5px #555;
}                

div#tag-cloud {
-moz-box-shadow: 0px 0px 10px #CCC;
-webkit-box-shadow: 0px 0px 10px #CCC;
-o-box-shadow: 0px 0px 10px #CCC;  
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
width: 100%;
height: 150px;
margin-bottom: 30px;  
padding: 15px;
margin-left: -15px;
}                        

div#tag-cloud div{ 
margin: 15px;
overflow: visible;
float: left;
}

.large-10 {
font-size: 30px;
}                

.large-8 {
font-size: 24px;
}                

.large-7 {
font-size: 21px;
}                  

.large-6 {
font-size: 18px;
}                  

.large-5 {
font-size: 15px;
}     

.clear {   
float: none;
clear: both;
}

.portfolio-entry {
	margin-bottom: 30px;
}

.entry_image {
	border: 4px solid #DDD;
	height: 150px;
	width: 800px;
	margin-left: -200px;
	overflow: hidden;
	position: relative;
	background: transparent url('images/loader.gif') no-repeat center 50px;
}

.entry_image img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.entry_image_popup {
	display: none;
	width: 780;
	height: 60px;
	position: absolute;
	bottom: 0px;
	padding: 5px;
	background-color: #5A5A5A;
	color: #FFF;
	opacity: 0.9;
	font-size: 12px;
	text-align: left;
}

.entry_image_popup h3 {
	margin: 0;
	padding: 0;
	text-decoration: underline;
	text-align: right;
}

.entry_image_popup p {
	margin: 0;
	padding: 0 5px;
	line-height: 1.2em;
}

.entry_image_popup a {
	color: #FFF;
}

.entry_image_popup a:hover {
	background-color: #FFF8C4;
	color: #000;
}

.technologies {
	margin-left: -50%;
	text-align: left;
	padding-left: 10px;
}

#portfolio-btn,
.big-btn {
	width: 150px;
	background: transparent url('images/coffee_mug.jpg') no-repeat left center;
	display: block;
	padding-left: 35px;
	font-size: 18px;
	line-height: 48px;
	color: #000;
	text-decoration: none;
	text-align: left;
	height: 38px;
	margin: 5px auto;
	position: relative;
	left: 15px;
}

#blog-btn {
	background: transparent url('images/lab.jpg') no-repeat left center;
}

#personal-blog-btn {
	background: transparent url('images/male-user.jpg') no-repeat left center;
	margin-bottom: 20px;
}

#portfolio-btn:hover,
.big-btn:hover {
	text-decoration: underline;
}