/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }






/* here we go! */

body{
background-color: #3b3736;
color: #FFFFFF;
font-family:"Helvetica","Arial",serif;
}

#wrapper{
width:1024px;
margin: 0 auto;
}

.clearfix{
clear:both;}


/* front page */

#frontpage{
font-weight: normal;
line-height: 1.4;

}

#frontpage .content{
width:900px;
margin:0 auto;
}

#frontpage h2.section-title {
background-color:#3B3736;
float:left;
font-size:1.4em;
padding:3px 13px;
margin-top: 25px;
margin-bottom: 15px;
text-shadow: 2px 2px 2px #000;
}

#frontpage h2.section-title.alternate{
background-color:#484646;
}


.content-box{
padding-bottom: 25px;}

.content-box.alternate{
background-color:#484646;
/*background-image: url("/wp-includes/images/bg.png");
background-position: bottom;
background-repeat: repeat-x;*/
}


#frontpage ul{
float: right;
margin-top: 15px;
margin-bottom: 15px;
}

#frontpage ul li{
display:inline;
float:left;
margin-left:7px;
padding-left:7px;
}

#frontpage ul li a{
color: #FFFFFF;
text-decoration: none;
}


#frontpage ul li a:hover{
text-decoration: underline;
}

#frontpage #welcome-message{
margin-bottom:15px;
margin-top:45px;
}

#frontpage #welcome-message h1{
font-size:2.2em;
}

#frontpage #welcome-message h1 span{
color: #f3f780;
font-weight: bold;
}

#frontpage #welcome-message h2{
font-size:1.6em;
}

#frontpage #welcome-message h2 span{
font-weight: bold;
text-shadow: 2px 2px 2px #000;
}


#latest-work  {
height:340px;
}



#porfolio{
background-image:url("/wp-includes/images/imac-400x400.png");
height:343px;
left:-30px;
position:relative;
top:-35px;
width:400px;}

#porfolio ul{
position:absolute;
right:45px;
top:38px;}


#porfolio #info  {
left:410px;
position:relative;
top:65px;
}


#porfolio #info h3{
font-size:1.50em;
text-shadow: 2px 2px 2px #000;
}

#porfolio #info p{
font-size:0.95em;
margin-top:8px;
}

#porfolio #info p.technologies{
font-size: 0.75em;
}






