/* 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:229px;
	background: url(images/top/header_ride.jpg) ;
}

/* content area */

div#contentarea { top: 277px; }
.gallerythumb { }
.gallerythumb img { border: 10px solid black !important; }
.updatewrapper { float:left; width:260px; margin: 0px 0px 40px 0px; }
.archive .updatewrapper { width:auto; margin: 0px 0px 20px 0px; }

/* header styles */

h1 { color: #FF9900; padding-bottom: 10px; }
h2 { color: #666; padding-bottom: 10px; }
h3 { color: #FF9900; padding-bottom: 10px; }
h4 { color: #666; } 
h5 { color: #666; }
h6 { color: #666; } 

.daterow { font: 8px Arial, Helvetica, sans-serif; color: #888; }
.obdleft { width:10%; text-align:center; font-weight: bold; padding:2px;  }
.obdright { width:90%; text-align:left; font-weight: normal; padding:2px; }


