/*------------------------------------------------
	donna leys, april 2009, www.donnaleys.com (v2.0)
	resets http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
--------------------------------------------------*/

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;
	}

body {line-height:1;}

ol, ul {list-style:none;}

blockquote, q {quotes:none;}

/* remember to define focus styles! */
:focus {outline:0;}

/* remember to highlight inserts somehow! */
ins {text-decoration:none;}
del {text-decoration:line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {	
	border-collapse:collapse;
	border-spacing:0;
	}
	
/*------------------------------------------------
	=basic
--------------------------------------------------*/

a, a:active {color:#ff9900;}
a:hover {color:#cc6600; text-decoration:none:}

a img, a img:active {border-bottom:1px solid #666;}
a img:hover {border-bottom:1px solid #ff9900;}

body {
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	font-family:Helvetica,Lucida Grande, Lucida, Helvetica, Arial, sans-serif;
	font-size:0.9em;
	line-height:1.4em;
	overflow-x:hidden;
	color:#000;
	}
	
h1, h2, h3, h4, p {margin-bottom:.7em;}

h1 {color:#ff9900; font-size:2em; letter-spacing:-.1em; text-transform:lowercase; font-weight:100;}
h2 {font-size:2em; letter-spacing:-.1em; text-transform:lowercase; font-weight:100; margin-bottom:0; line-height:1em;}
h3 {font-size:1em; letter-spacing:-.1em; text-transform:uppercase; font-style:italic; font-weight:bold;}
h4 {font-size:1.5em; letter-spacing:-.1em; text-transform:lowercase; font-weight:100; margin-bottom:0; line-height:1em;}
h5 {color:#aaa; font-size:.75em; letter-spacing:-.1em; font-weight:normal; margin-bottom:0; line-height:1em;}

em {color:#666; font-style:italic;}

strong {font-weight:bold;}

cite {text-align:right !important;}

body#index #container {
	width:100%;
	height:100%; 
	}

body#index #content {
	background:transparent;
	width:100%;
	height:100%;
	min-height:150px;  
	margin:0 auto;
	background-image:url(images/logo-donnaleys.png);
	background-repeat:no-repeat;
	background-position:top right;
	right:10%;
	}
	
body#portfolio #container {
	width:100%;
	height:100%; 
	}

body#portfolio #content {
	background-color:#fff; 
	width:800px;
	height:100%; 
	margin:10px 0 0 10px;
	padding:10px; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float: left;
	}

body#portfolio p {width:600px; margin-bottom:1em;}
		
body#portfolio li {
	border-top:1px #ccc solid;
	padding-top:2em;
	padding-bottom:4em;
	}

body#portfolio #content img {border:1px solid #ccc;}	
	
/*------------------------------------------------
	=boxes
--------------------------------------------------*/	

#box-01 {
	background-color:#fff;
	background-image:url(images/bg-box-01.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	color:#333; 
	width:250px;
	height:100px; 
	margin:10px 0 0 10px; 
	padding:10px; 
	float:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #fff;
	}
	
#box-01 img {float:left; margin:0 10px 0 0; border-left:20px solid #ff9900;}	
	
.box {
	background-color:#fff;
	background-image:url(images/bg-box.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	color:#333; 
	width:250px;
	min-height:21em; 
	margin:10px 0 0 10px; 
	padding:10px; 
	float:left;
	-moz-opacity:.8;
	opacity:.8;
	filter:alpha(opacity=80);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #fff;
	}

.box:hover {
	-moz-opacity:.9;
	opacity:.9;
	filter:alpha(opacity=90);
	}	

.left {
	}	
	
.cleardiv {clear:both;	}

#badge-1 {
	position:absolute;
	background-image:url(images/badge-1.png);
	background-repeat:no-repeat;
	height:156px;
	width:156px;
	right:-20px;
	top:300px;
	z-index:10;
	}
	
/*------------------------------------------------
	=footer
--------------------------------------------------*/		
	
#footer {
	float:left; 
	background-color:#fff;
	background-image:url(images/bg-box-01.jpg);
	background-repeat:repeat-x;  
	color:#ccc;
	text-transform:uppercase;
	width:100%;
	height:50px;
	margin:10px 0 0 0;
	padding:0;
	font-size:0.8em;
	letter-spacing:0.1em;	
	bottom:0px;
	}	

#footer_left {
	float:left;
	margin:10px 0 0 5px;
	width:700px;
	padding:1em;
	}
	
#footer_right {
	margin-left:500px;
	width:200px;
	padding:1em;
	text-align:right;
	}


/*------------------------------------------------
	=opcacity
--------------------------------------------------*/

.opacity {
	-moz-opacity:.8;
	opacity:.8;
	filter:alpha(opacity=80); 
	}

.opacity:hover {
	-moz-opacity:.9;
	opacity:.9;
	filter:alpha(opacity=90);
	}
	
/*------------------------------------------------
	=api feed
--------------------------------------------------*/

#twitter {}

#twitter img {float:left; margin:0 10px 0 0;}

.tweet {
	padding:10px 5px 5px 5px; 
	margin:5px 0 0 0; 
	background-color:#fff;
	font-size:0.9em;
	line-height:1.2em;
	border-top:1px solid #ccc;   
	}



