/* hide from ie on mac \*/
html {
	height: 100%;
	/*overflow: hidden;*/
}
	
#flashcontent {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
}

.work{
	text-align: center;
}

#wrapper {
	height: auto;
}

#header {
	height: 170px;
	background: url('../images/header_bg.jpg') no-repeat top left;
	overflow: hidden;
	border-bottom: 2px solid #603913;
	width: 940px;
}

#header a{
	display: block;
	width: 100%;
	height: 100%;
}

#content {
	background: #ffffff;
}

#postcontent {
	/*margin-right:20px;*/
}

.portimg {
	margin-left: 10px;
}

content img{
	margin: 20px 20px 20px 0px;
	float:left;
}

#sidebar {
	background: #efe9d3 url('../images/sidebar_bg.jpg') no-repeat top right;
	overflow: hidden;
	min-height: 800px;
	/*position:absolute;
	top:0px;
	bottom:0px;
	left:630px;*/
}

#footer {
	background: #452e14 url('../images/footer_top.jpg') no-repeat top;
	overflow: auto;
	min-height: 200px;
	padding-top: 35px;
}

.sidebarbox {
	background: #dbd1af;
	margin: 5px 20px 20px 20px;
	min-height: 60px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border: 1px dashed #fff;
}

.footerbox {
	margin: 0px 0px 24px 24px;
	height: 240px;
	width: 206px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	float: left;
	overflow:hidden;
}

.footerbigbox{
	margin: 0px 20px 20px 24px;
	height: 180px;
	width: 895px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	float: left;
	overflow:hidden;
	background: #53381a;
	position:relative;
}

.footer_ie6{
	width:460px;
	position:absolute;
	left:50%;
	margin: 20px 0 0 -230px;
}

.tech_icons{
	margin:4px 10px 0 0;
	vertical-align:middle;	
}

.sidebartabtext a{
	display:block;
	padding-bottom: 0px;
	margin-bottom:5px;
}

.fb1 {
	background: #53381a url('../images/fb_1.gif') no-repeat top;
	//border-radius: 0px;
}

.fb2 {
	background: #53381a url('../images/fb_2.gif') no-repeat top center;
	//border-radius: 0px;
	position: relative;
}

.fb3 {
	background: #53381a url('../images/fb_3.gif') no-repeat top center;
	//border-radius: 0px;
}

.fb4 {
	background: #53381a url('../images/fb_4.gif') no-repeat top center;
	//border-radius: 0px;
}

.fb5 {
	background: #53381a url('../images/fb_5.gif') no-repeat top center;
	//border-radius: 0px;
}
.fb6 {
	background: #53381a url('../images/fb_6.gif') no-repeat top center;
	//border-radius: 0px;
}
.fb7 {
	background: #53381a url('../images/fb_7.gif') no-repeat top center;
	//border-radius: 0px;
}
.fb8 {
	background: #53381a url('../images/fb_8.gif') no-repeat top center;
	//border-radius: 0px;
}

.socialicons{
	margin: 50px 20px 20px 20px;
	text-align: center;
}

.sociallogo{
	margin: 3px;
}

.sociallogosmall{
	margin-right: 4px;
	margin-left: 4px;
	float: left;
}

.socialmediasmall{
	margin: 20px;
	text-align: center;
}

img.footer{
	margin: 10px;
}

.producticons{
	margin: 40px 20px 20px 20px;
	text-align: center;
}

.productlogo{
	margin: 6px;
}

.portfolio{
	width: 290px;
	height: 30px;
	float: right;
	margin-top: 145px;
	cursor:pointer;
}

.aboutme{
	width: 115px;
	height: 30px;
	float: right;
	margin-top: 145px;
	cursor:pointer;
}

.homebtn{
	width: 500px;
	height: 170px;
	float: left;
	cursor:pointer;
}

/*JUITTER PLUGIN CSS*/

#juitterContainer{
	text-align:left;
	margin:20px;
	clear:both;
	height:auto;
	font-size:11px; 
	font-family: Georgia, serif;
	color: #8c6537
} /*Juitter container*/

#juitterContainer .twittList{
	padding:0;
} /* UL that will contain the list of tweets */

/* Bellow the list of tweets "<li>" */

#juitterContainer .twittLI{
	list-style:none;
	text-align:justify;
	margin:0;
	padding:0 0 10px 0;
	clear:both;
	height:auto;
	font-size:11px; 
	font-family: Georgia, serif;
	color: #8c6537
}
#juitterContainer .twittList SPAN.time{
	color:#777;
	font-size:0.9em
}
/*#juitterContainer .twittList A{color:#006600;} /*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */

#juitterContainer .juitterAvatar{
	float:left;
	border:solid 1px #8c6537;
	background:#FFF;
	margin-right:5px;
	padding:2px;
	width:24px;
	height:24px;
}

#juitterContainer .jRM{
	float:right;
	clear:both
} /*read it on twitter link*/

#juitterContainer .extLink{
} /*CSS for the external links*/

#juitterContainer .hashLink{
} /*CSS for the hash links*/

/*end of Juitter CSS*/


/*BEGIN jQuery Tooltip CSS*/
.tooltip_jq { 
	display: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background:transparent url("../images/tooltip_bubble_up.png");
	background-position: 0% 0%;
	height: 111px;
	width: 215px;
	font-size: 11px;
}

.launch_tt { 
	overflow-x: hidden;
	overflow-y: hidden;
	/*position:relative;*/
	background: transparent url("../images/expand_icon.gif") no-repeat center left;
	padding-left:14px;
}

/* override the arrow image of the tooltip */ 
.tooltip_jq.bottom { 
    background:url("../images/tooltip_bubble_down.png");    
    padding-top:20px;
    height: 96px;
	width: 215px;
} 
 
.tooltip_jq.bottom { 
    background:url("../images/tooltip_bubble_down.png"); 
}
	

/*END jQuery Tooltip CSS*/

/*ilast.fm styles*/

ul#ilastfm, ul#ilastfm_display {
	margin: 20px;
	padding: 0;
	text-align:center;
}

ul#ilastfm li, ul#ilastfm_display li {
	list-style-type: none;
	list-style-image: none;
	margin:0px 0px 10px 0px;
	/*position:relative;*/
	display:inline;
}

p.footer img, #ilastfm a img, #ilastfm_display a img{
	width:100px;
	height:100px;
	margin-bottom:10px;
}

ul#ilastfm a img{
	/*position:absolute;
	left:50%;
	margin-left:-50px;*/
	margin-left:33px;
}

.lastfm_artist, .lastfm_album, .lastfm_music{
	display:block;
	text-align:center;
	font-size: 12px;
	line-height: 16px;
	font-family: Georgia, serif;
	letter-spacing: .5px;
	color: #efe9d3;
}

.lastfm_album, .lastfm_music{
	font-style:italic;
	font-size:10px;
}



#ilastfm a:hover img, #ilastfm_display a:hover img {
	border: 0px;
}

#comment{
	background:#efe9d3 url('../images/comment_box_bg.gif') no-repeat top left;
	width:596px;
	border:0px;
}

#author{
	background:#efe9d3;
	border:0px;
	height:20px;
}

#url{
	background:#efe9d3;
	border:0px;
	height:20px;	
}

#emailcomment{
	background:#efe9d3;
	border:0px;
	height:20px;	
}

#respond{
	margin:0 0 10px 0;
}

#commentform p{
	padding:10px 0 10px 0px;
	margin-left:20px;
}

.archivenav{
	margin-left:20px;
	margin-top:20px;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#efe9d3;
	width:675px;	
	min-height:420px;
	border:1px solid #8c6537;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 30px 5px #442f14;
	-webkit-box-shadow: 0 0 30px #442f14;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-10px;
	top:-10px;
	cursor:pointer;
	height:28px;
	width:28px;
}

.aboutmecontent{
	/*position:absolute;*/
}

/*stylize all images within articles*/
.postimage{
	margin: 10px 15px 10px 0px;
	float:left;
}

/*fixes flash embed with swfobj within posts*/
.flashcontent{
	margin: 10px 15px 10px 20px;
	float:left;
}


