/* CSS Document */

/*
-----------------------------------------------
Author:   Chris Arella
Version:  January 2006
http://www.chrisarella.com/css
----------------------------------------------- */

/* Imported Styles
----------------------------------------------- */
@import url("http://www.chrisarella.com/css/main.css");
@import url("http://www.chrisarella.com/css/insidestyle.css");

/* Testing links
----------------------------------------------- 
@import url("../css/main.css");
@import url("../css/insidestyle.css");*/

/* Relative Styles
----------------------------------------------- */

div#areaheaders {
	width:636px;
	height:178px;
	background: url(images/top/header_design.jpg) ;
}

/* content area */

div#contentarea {
	top: 226px;
}

.descriptor {
	color: #666666;
}


/* header styles */

h1 { color: #3C83BB; }
h2 { color: #666; }
h3 { color: #669900; }
h4 { color: #3C83BB; } 
h5 { color: #666; }
h6 { color: #000; } 

.logostyle {
	width: 100%;
	white-space: nowrap;

}
.bluebullet {
	list-style: url(images/page_elements/blue_bullet_circle.gif) outside;

}
.greenbullet {

	list-style: url(images/page_elements/green_bullet_circle.gif) outside;
}
.nobullet {
	list-style: url(images/page_elements/clear_bullet.gif) outside;
}
.resumeurls {
	height: 20px;
	width: 50%;
}


/*
Images are wrapped in divs classed "flickr_badge_image" with ids
"flickr_badge_imageX" where "X" is an integer specifying ordinal position.
Below are some styles to get you started!
<style type="text/css"></style>
*/
#flickr_badge_uber_wrapper {text-align:center; width:260px;}
#flickr_badge_wrapper {padding:10px 0 10px 0;}
.flickr_badge_image {margin:0 0px 10px 0px; border:10px solid #000}
.flickr_badge_image img {border: 10px solid black !important; }
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial,Helvetica,Sans-serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3C83BB;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial,Helvetica,Sans-serif !important; color:#666666 !important;}
