/* this stylesheet is for all pages of aliciaravettoarchitect.com*/

* {
	/* global whitespace reset*/
	margin: 0px;
	padding: 0px;
}

/* to avoid page-shift */
html { 
	min-height: 100%; margin-bottom: 1px; 
	overflow: -moz-scrollbars-vertical;
}

a img {
	border: none;
	text-decoration: none;
}
body {
	text-align: center;
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	border-top: 12px solid #e8b200;
	background-image: url(images/body-bkgdline.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
}
p {
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	text-align: left;
	width: 880px;
	position: relative;
	border-top: 1px none #CCC;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-image: url(images/orangestripes-180.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #e8b200;
	border-left: 1px solid #CCC;
}
#header {
	height: 152px;
	width: 100%;
	/*text-align: left;*/
	position: relative;
	background-image: url(images/orangestripes-100.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/*navigation */
#navmain {
	width: 100%
	border-right: 1px solid #CC9;
}
#navmain ul {
	list-style: none;
	float: right;
	padding-top: 4px;
	_padding-top: 6px;
	_padding-bottom: 8px;
	margin-top: 1px;
	margin-right: 100px;
	_margin-right: 50px;
}
#navmain li {
	list-style: none;
	display: inline;
	height: 30px;
	font: 12px/14px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-align: center;
	_padding-bottom: 6px;
}
#navmain a:link, #navmain a:visited {
	color: #919181;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	text-decoration: none;
	padding: 6px 15px 7px 15px;
	margin-top: 1px;
}
#navmain a:hover {
	color: #fff;
	background-color: #e8c700;
}
#navmain .current a:link, #navmain .current a:visited {
	color: #fff;
	background-color: #e8b200;
}
#navmain img {
	margin: 0px;
	padding: 0px;
	float: right;
}
#nav2  {
	width: 100%;
	clear: both;
}
#nav2 ul {
	list-style: none;
	margin-top: 7px;
	_margin-top: 0px;
	float: right;
	margin-right: 178px;
	_margin-right: 89px;
	width: 93px;
	text-align: center;
}
#nav2 li {
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	display: block;
	padding: 3px 4px;
	border: 1px solid #CC9;
	border-top: none;
	color: #993;
}
#nav2 a:link, #nav2 a:visited {
	color: #919181;
	text-decoration: none;
}
#nav2 a:hover {
	color: #e8b200;
	
}
#nav2 .current a:link, #nav2 .current a:visited {
	color: #e8b200;
	
}
#nav2 img {
	position: absolute;
	left: 59px;
	top: 47px;
}

/*far left column */
#left {
	width: 122px;
	position: absolute;
	left: 0px;
	top: 194px;
	text-align: center;
}
#left p.leftalign {
	text-align: left;
	padding-left: 14px;
}
#left h1 {
	font: bold normal 11px/11px Arial, Helvetica, sans-serif;
	color: #e8b200;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-left: 8px solid #999;
	border-bottom: 1px solid #999;
	padding-bottom: 4px;
	padding-left: 2px;
	text-align: left;
}
#left img {
	border: none;
}
#left .announce {
	font: normal 10px/11px Arial, Helvetica, sans-serif;
}
#left .announcehead {
	font: bold normal 13px/16px Arial, Helvetica, sans-serif;
	color: #CC9900;
}
#leftnav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#leftnav li {
	font: normal 10px/10px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 110px;
	text-align: left;
	text-transform: uppercase;
	list-style-type: none;
	margin-left: 4px;
	margin-top: 0px;
	
}
#leftnav a:link, #leftnav a:visited {
	display: block;
	color: #919181;
	text-decoration: none;
	padding: 6px 2px 6px 4px;
}
#leftnav a:hover {
	color: #5c5c4b;
	background-color: #FFFFCC;
}
#leftnav .current a:link, #leftnav .current a:visited {
	color: #5c5c4b;
	background-color: #FFFFCC;
}
#left .quote {
	font-size: 13px;
	line-height: 26px;
	font-style: italic;
	color: #663;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	width: 98px;
	margin-left: 4px;
}
#left .info {
	margin-top: 18px;
}

/* main section not defined by other divs */	
#main {
	width: 750px;
	margin-left: 119px;
	border-left: 1px solid #CCC;
	padding-top: 6px;
	font-size: 11px;
	color: #666;
}
#main p {
	font-size: 11px;
	line-height: 18px;
	color: #333;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 12px;
}
#main p.underline {
	border-bottom: solid 1px #ccc;
}
#main ul {
	list-style-type: disc;
	color: #333;
	list-style-position: outside;
	line-height: 15px;
	margin-left: 44px;
	font-size: 11px;
	padding-bottom: 12px;
	padding-left: 8px;
}
#main ol {
	color: #333;
	list-style-position: outside;
	line-height: 15px;
	margin-left: 26px;
	font-size: 11px;
	padding-bottom: 12px;
	padding-left: 6px;
}
#main li {
	margin: 2px 0px 8px 10px;
	list-style-position: outside;
	padding-right: 24px;
}

#main h2 {
	color: #e8b200;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 18px;
	margin-bottom: 14px;
	line-height: 18px;
	margin-left: 16px;
}

#main h2 .plain {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	color: #666;
}
#main h3 {
	color: #7d7d5f;
	font-weight: bold;
	font-size: 12px;
	padding-left: 4px;
	margin-top: 12px;
	margin-bottom: 4px;
	margin-left: 34px;
	line-height: 12px;
}
#main h4 {
	color: #e8c700;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	padding-left: 28px;
	margin-top: 18px;
	margin-bottom: 9px;
	padding-bottom: 18px;
}
#main p.desc {
	padding-bottom: 9px;
	font-size: 11px;
	line-height: 15px;
	width: 380px;
}
#main p.desc2 {
	padding-bottom: 8px;
	padding-left: 12px;
	font-size: 11px;
	line-height: 17px;
}
#main p.indent {
	padding-bottom: 12px;
	padding-left: 38px;
	font-size: 11px;
	line-height: 17px;
	padding-right: 38px;
}
#main p.indent2 {
	padding-bottom: 12px;
	padding-left: 38px;
	font-size: 11px;
	line-height: 17px;
	padding-right: 84px;
}
#main p.list {
	padding-left: 48px;
	font-size: 11px;
	line-height: 15px;
	padding-right: 84px;
	margin-bottom: 6px;
	padding-bottom: 0px;
	text-indent: -9px;
}

/*stuff on home page */
#pageright_185 {
	float: right;
	width: 216px;
	font-size: 11px;
	margin-top: 0px;
}
#tag {
	font-size: 12px;
	line-height: 26px;
	color: #663;
	font-style: italic;
	margin-bottom: 12px;
	margin-right: 8px;
}
#upcoming {
	font-family: Arial, Helvetica, sans-serif;
	width: 210px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 9px;
	float: right;
	margin-right: 16px;
}
#upcoming h2 {
	display: block;
	margin: 0px 0px 2px;
	color: #e8b200;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #ccc;	
	border-top: 1px solid #ccc;	
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 0px;
	border-left-width: 1px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 14px;
}
#upcoming .item {	
	border-bottom: 1px solid #e8b200;
	overflow: hidden;
}
#upcoming p {
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #666;
	padding: 9px 18px 9px 12px;
	
}




/* wider right side */
#pageright_260 {
	float: right;
	width: 260px;
	font-size: 11px;
	margin-right: 12px;
	border-left: solid 1px #ccc;
	margin-left: 24px;
	_margin-left: 8px;
	padding-left: 8px;
	margin-bottom: 14px;
}
#pageright_260 p {
	font-size: 11px;
	padding: 0px 4px 8px 4px;
}
#pageright_260 img {
	border: 1px solid #ccc;
	margin-left: 5px;
	margin-bottom: 8px;
}
#pageright_260 ul {
	list-style-type: disc;
	color: #666633;
	list-style-position: outside;
	line-height: 15px;
	margin-left: 24px;
	font-size: 11px;
	padding-bottom: 12px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
#pageright_260 li {
	margin: 2px 0px 8px 10px;
	list-style-position: outside;
	padding-right: 8px;
}
#pageright_260 h2 {
	font: bold 10px/12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #999966;
	width: 250px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 8px;
	text-align: center;
	margin-top: 6px;
}

/*portfolio table */
#portfolio {
	width: 655px;
	margin-bottom: 12px;
	margin-left: 6px;
}
#portfolio td {
	padding: 12px 8px 16px 6px;
	width: 50%;
	vertical-align: top;
}
#portfolio p {
	padding: 8px 8px 4px;
}
#portfolio h2 {
	margin-left: 6px;
	margin-top: 8px;
	font-weight: bold;
	font-size: 16px;
	line-height: 14px;
	border-left: 8px solid #e8c700;
	padding-left: 4px;
	margin-bottom: 9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#portfolio h2.narrower{
	margin-left: 4px;
	letter-spacing: normal;

}
#portfolio img {
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-left: 6px;
	margin-top: 12px;
	margin-bottom: 12px;
}
#portfolio .rightline {
	border-right: 1px solid #ccc;
}
#portfolio .rightbotline {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#portfolio .botline {
	border-bottom: 1px solid #ccc;
}
/*forin progress and consultations-other pages */
.inprogress {
	text-align: left;
	
}
.inprogress .item {
	border-top: 1px solid #ccc;
	padding-top: 4px;
	overflow: hidden;
}


#map {
	float: right;
	width: 408px;
	text-align: center;
	margin-left: 16px;
	border: 1px solid #ccc;
	padding-top: 4px;
}
#footer {
	width: 100%;
	height: 45px;
	border-top: 1px solid #CCC;
	clear: both;
	padding-bottom: 12px;
}


#footer p {
	font-size: 11px;
	color: #666;
	padding: 14px 0px 12px 0px;
	text-align: center;
}
#footer .larger {
	font-size: 14px;
	color: #663;

}		
a:link, a:visited {
	color: #336600;
	text-decoration: underline;
}
a:hover {
	text decoration: underline;
}
.imgright {
	float: right;
	margin-bottom: 8px;
	margin-left: 16px;
	margin-right: 28px;
	border: 1px solid #CCC;
	margin-top: 6px;
}
.imgleft {
	float: left;
	margin-top: 8px;
	margin-right: 12px;
	margin-bottom: 8px;
	border: 1px solid #CCC;
}
.imgmain {
	margin-left: 16px;
	border: 1px solid #CCC;
}
.imghome {
	margin-left: 4px;
	border: 1px solid #CCC;
	margin-top: 2px;
	margin-bottom: 2px;
}
.imgright-noborder {
	float: right;
	border: none;
	margin: 0 28px 8px 16px;
}
.browngold {
	color: #7d7d5f;
}
strong {
	color: #5c5c4b;
}
.quote {
	font-size: 14px;
	line-height: 28px;
	font-style: italic;
	color: #663;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
.clear {
	clear: both;
}

#copyright {
	clear: both;
	font-size: 10px;
	line-height: 14px;
	color: #663;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#copyright a:link, #copyright a:visited {
	color: #663;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

