/*  
Theme Name:	Robert F. Russo | Marketing Consultant & Graphic Designer
Description:	Stylesheet for robertfrusso.com
Version:	Orange Tartan
Author: 	Robert F. Russo
Contact:	hello@robertfrusso.com

*/

/* START RESET */

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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

ul li {
	list-style: none;
	margin: 0px 20px 5px 20px;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

del {
	text-decoration: line-through;
	}

/* END RESET */


body{
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: left;
	line-height: 1.5em;
	color: #696969;
	background: #231f20 url(image/rfr-body-bg.jpg) top left repeat-x;
	}

p {
	margin: 0px 0px 20px 0px;
	paddding; 20px;
	line-height:1.5em;
	}


h1, h2, h3, h4, h5, h6,{
	font-weight: normal;
	}

h1 {
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 2em;
	margin: 20px 20px 10px 20px;
	padding: 5px 0px 0px 0px;
	color: #231f20;
	text-decoration: none;
	font-weight: normal;
	text-transform: lowercase;
	border-top: 1px dashed #ddd;
	}

h2{
	font-size: 1em;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	color: #9a9a9a;
	}

h3{
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 1.35em;
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	color: #4a595a;
	text-decoration: none;
	font-weight: normal;
	}

h4{
	font-size: .75em;
	color: #f89829;
	text-transform: uppercase;
	}

	
a:link, a:visited{
	text-decoration: underline;
	color: #FF8515;
	}

a:hover{
	color: #FF9737;
	}

.right {
	float: right;
	}

.left {
	float: left
	}

#nav-main{
   width: 510px;
   float: right;
   height: 29px;
   overflow: hidden;
   margin: 15px 0px 0px 0px;
   }

#nav-main ul{
   width: 510px;
   list-style: none;
   float: right;
   padding: 0;
   margin: 0;
   }

#nav-main li{
   width: auto;
   float: left;
   height: 29px;
   overflow: hidden;
   padding: 0px 0px 0px 20px;
   margin: 0;
   }

#nav-main li a.portfolio{
   background: url(image/nav-portfolio.gif) top left no-repeat;
   width: 104px;
   }

#nav-main li a.about{
   background: url(image/nav-about.gif) top left no-repeat;
   width: 72px;
   }

#nav-main li a.kudos{
   background: url(image/nav-kudos.gif) top left no-repeat;
   width: 75px;
   }

#nav-main li a.contact{
   background: url(image/nav-contact.gif) top left no-repeat;
   width: 93px;
   }

#nav-main li a.home{
   background: url(image/nav-home.gif) top left no-repeat;
   width: 41px;
   }

#nav-main li a{
   text-decoration: none;
   float: left;
   overflow :hidden;
   height: 29px;
   text-indent: -9999px;
   }

#nav-main li a:hover, #top_nav li a:focus, #top_nav li.current a{
   background-position: bottom left;
   }

#container{
	width: 960px;
	position: relative; left: 50%;
	margin-left: -480px;
	}

#header{
	width:960px;
	height:58px;
	}

#speech-bubble{
	float: left;
	width:375px; height:531px;
	margin:41px 0px 0px 0px;
	padding:25px;
	background: url(image/robert-f-russo-bubble.gif) no-repeat;
	display:inline;
	overflow:hidden;
	}
	
#main-content{
	float:right;
	width:475px;
	margin: 41px 10px 0px 0px;
	padding:0px 0px 20px 0px;
	background: #fff;
	display:inline;
	}

#main-content p{
	margin:10px 20px 0px 20px;
	}

#footer{
	clear: both;
	width: 920px;
	margin: 0px;
	padding: 10px;
	font-size: 0.75em;
	text-align:center;
	color: #666666;
	}

.twitter{
	padding-left: 30px;
	background: url(image/twitter-icon.gif) no-repeat;
	}

.facebook{
	padding-left: 30px;
	background: url(image/facebook-icon.gif) no-repeat;
	}

.linkedin{
	padding-left: 30px;
	background: url(image/linkedin-icon.gif) no-repeat;
	}

#twitter_update_list li {
	list-style-type: none;
	width:300px;
	}

.follow-me{
	margin-top:15px;
	padding-left:50px;
	height: 35px;
	font-size: .9em;
	background: url(image/follow-me-bird.gif) no-repeat;
	}
