body {
	background: #ffffff url(http://thefinishedpage.com/images/home_promo_image/background-pattern-valentines.jpg) repeat-x top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6c5c41;
	line-height: 190%;
}

/* ---------------COLOR CHART------------------- */

td.colorchart
{
   width:16px;
   height:12px;
}

a.getcolorlinks_r:link    { color:#880000;  font:normal 10px arial; text-decoration:none; cursor:default; }
a.getcolorlinks_r:visited { color:#880000;  font:normal 10px arial; text-decoration:none; cursor:default; }
a.getcolorlinks_r:active  { color:#880000;  font:normal 10px arial; text-decoration:none; cursor:default; }
a.getcolorlinks_r:hover   { color:#ff0000;  font:normal 10px arial; text-decoration:none; cursor:default; }

a.getcolorlinks_g:link    { color:#006600;  font:normal 10px arial; text-decoration:none; cursor:default; }
a.getcolorlinks_g:visited { color:#006600;  font:normal 10px arial; text-decoration:none; cursor:default; }
a.getcolorlinks_g:active  { color:#006600;  font:normal 10px arial; text-decoration:none; cursor:default; }
a.getcolorlinks_g:hover   { color:#00dd00;  font:normal 10px arial; text-decoration:none; cursor:default; }

a.getcolorlinks_b:link    { color:#000088;  font:normal 10px arial; text-decoration:none; cursor:default; }
a.getcolorlinks_b:visited { color:#000088;  font:normal 10px arial; text-decoration:none; cursor:default; }
a.getcolorlinks_b:active  { color:#000088;  font:normal 10px arial; text-decoration:none; cursor:default; }
a.getcolorlinks_b:hover   { color:#0000ff;  font:normal 10px arial; text-decoration:none; cursor:default; }


span.getcolorlinks_red   { background-color:#ffdddd; font:normal 5px courier new; color:#990000; cursor:default; }
span.getcolorlinks_green { background-color:#ddffdd; font:normal 5px courier new; color:#009900; cursor:default; }
span.getcolorlinks_blue  { background-color:#ddddff; font:normal 5px courier new; color:#000099; cursor:default; }

span.getcolorlinks_red_label   { background-color:#ffdddd; font:normal 11px courier new; color:#990000; cursor:default; }
span.getcolorlinks_green_label { background-color:#ddffdd; font:normal 11px courier new; color:#009900; cursor:default; }
span.getcolorlinks_blue_label  { background-color:#ddddff; font:normal 11px courier new; color:#000099; cursor:default; }




/* ---------------FONTS------------------- */

h1, h2, h3 {
	color: #ef6a36;

}

h1, h2 {
	text-decoration: none;
	/* This causes problems with the dialog boxes on the editing page */
	/*letter-spacing: -2px;*/
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 28px;
	font-weight: normal;
}

h3 {
	font-size: 16px;

}

a.articletitle {
	font-size: 18px;
	color: #564e4e;

}


a:hover.articletitle {
	text-decoration: underline;
	color: #564e4e;
}

a.footercategory {
	font-size: 10px;
	color: #6c5c41;

}

/* ---------------LINKS------------------- */

a {
	color: #ef6a36;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ec4310;
}

a img {
	border: none;
}

hr {
	color: #6c5c41;
}

/* ---------------LOGO------------------- */

#logo {
	float: left;
	width: 550px;
}
#logo a {
	color: #F74B61;
}

/* ------------------- HEADER-------------------  */
#header {
	width: 900px;
	height: 100px;
	margin: auto;
	margin-top: 20px;
                clear: right;
}

#header a {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #ef6a36;
        font-weight: bold;
}

#login {
	float: left;
	width: 350px;
	padding-top: 10px;
	margin: auto;
                clear: right;
}

/* ------------------- NAVIGATION-------------------  */

#navigation {
	width: 900px;
	height: 80px;
	margin: auto;
}

#menu {
	background: url(http://www.thefinishedpage.com/images/website_images/navbar.jpg) repeat-x top left;
	width: 900px;
	height: 60px;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
        background: url(http://www.thefinishedpage.com/images/website_images/divider.gif) no-repeat right 50%;
	display: block;
	float: left;
	padding: 15px 20px 15px 23px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}

#menu .current_page_item a {
        background: url(http://www.thefinishedpage.com/images/website_images/divider.gif) no-repeat right 50%;
	color: #ffffff;
	padding: 15px 23px 15px 23px;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}

#menu .promo {
	float: left;
	padding: 16px 10px 15px 23px;
	font-style:italic; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

/* ------------------- SEARCH FORM-------------------  */

#search {
	width: 250px;
	margin-top: 5px;
	float: right;
}

#search fieldset {
	border: none;
	float: right;
}

#search #s {
	width: 170px;
	background: #ffffff;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

/* ------------------- PAGE STRUCTURE-------------------  */

#page {
	width: 900px;
	margin: auto;
	padding: 0px 0px 0px 0px;
}

/* ------------------- CONTENT LEFT SIDE CONTAINER-------------------  */

#contentleft {
	float: left;
	width: 525px;
}


/* ------------------- CONTENT RIGHT SIDE CONTAINER-------------------  */

#content {
	float: right;
                clear: right;
	width: 650px;
}


/* ------------------- INLINE LIST-------------------  */

#inlinelist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#inlinelist li ul {
	padding-left: 30px;
}

#inlinelist li li {
	margin: 0;
	list-style-type: circle;
	padding: 5px 5px;
}

#inlinelist li h3 {

	color: #6c5c41;
	font-size: 18px;
	border-bottom: 1px dotted #6c5c41;
	text-decoration: none;
}


/* -------------------SIDEBAR LEFT NAVIGATION-------------------  */

#sidebar {
	float: left;
	width: 235px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 15px;
}

#sidebar li {
	margin-bottom: 3px;
}

#sidebar li ul {
	padding-left: 8px;
}

#sidebar li li {
	margin: 0;
	padding: 3px;
}

#sidebar li h2 {
	margin: 0 25px 0 0;
	padding: 0 0 0 10px;
	color: #6c5c41;
	text-transform: lowercase;
	font-size: 22px;
	border-bottom: 1px dotted #6c5c41;
}


/* -------------------SIDEBAR CONTENT ON RIGHT-------------------  */

#sidebarright {
	float: right;
	width: 365px;
}


/* ------------------- FOOTER -------------------  */

#footer {
	clear: both;
	width: 900px;
	height: 70px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	border-top: 2px solid #ef6a36;
}

#footer a {
	color: #ef6a36;
}


/* ------------------- SHADE TABS - EDIT TABS-------------------  */
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-right: 10px;
margin-bottom: 4px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 7px 10px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(http://www.thefinishedpage.com/images/website_images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(http://www.thefinishedpage.com/images/website_images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

/* ------------------- SHADOW MICRO -------------------  */

.img-shadow-micro {
  float:left;
  background: url(http://www.thefinishedpage.com/images/website_images/shadow-micro.png) no-repeat bottom right !important;
  background: url(http://www.thefinishedpage.com/images/website_images/shadow-micro.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow-micro img {
  display: block;
  position: relative;
  border: 1px solid #a9a9a9;
  margin: -4px 4px 4px -4px;

  }

/* ------------------- SHADOW LARGE-------------------  */

.img-shadow-large {

  background: url(http://www.thefinishedpage.com/images/website_images/shadow-large.png) no-repeat bottom right !important;
  background: url(http://www.thefinishedpage.com/images/website_images/shadow-large.gif) no-repeat bottom right;
	width: 515px;
	height: 515px;
  margin: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px;
  }

.img-shadow-large img {
  display: block;
  position: relative;
  margin: 0px 0px 0px 0px;
  }

/* ------------------- SHADOW MEDIUM-------------------  */

.img-shadow-medium {
  float:left;
  background: url(http://www.thefinishedpage.com/images/website_images/shadow-medium.png) no-repeat bottom right !important;
  background: url(http://www.thefinishedpage.com/images/website_images/shadow-medium.gif) no-repeat  bottom right;
  margin: 10px 0px 0px 10px !important;
  margin: 10px 0px 0px 5px;
  }

.img-shadow-medium img {
  display: block;
  position: relative;
  border: 1px solid #a9a9a9;
  margin: -10px 10px 10px -10px;
  }

#save_share_buttons {
  position: relative;
  top: -19px;
}

#save_share_buttons input {
  position: relative;
  top: 19px;
}


