/*
	BestWeb Nashville v4 watchthis!
	Stephen Frasier
	Nashville Website Services
*/

/* global reset */

*{
	margin: 0;
	padding: 0;
}

*
:focus, :active {
	outline: 0;
}


/* header, etc */

.header a {
	color: #dedede;
	text-decoration: none;
}

.header h1 {
	color: #ffffff;
	float: left;
	font-size: 3em;
	margin: 20px 0 50px;
}

body {
	background: url(../images/bg.gif) #FFFFFF repeat-x;
	color: #333333;
	font: .9em Georgia, "Times New Roman", sans-serif;
}

h1 {
	color: #ffffff;
	float: left;
	font-size: 3em;
	margin: 20px 0 50px;
}

h2 {
	font-size: 2em; /*2.4em*/
	font-weight: normal;
	margin: 0 0 15px; /*0 0 20px;*/
}

h2 a:hover {
	background: #A82A15;
	color: #FFFFFF;
}

img {
	border: 0;
}

p {
	line-height: 1.6em;
	margin: 5px 0 15px;
}

form	{	
	float: left; 
}

.hr {
	color: #80a9c9;
}

#content {
	margin: 0 auto;
	width: 900px;
}

#content img	{
	background-color: #eee;
	padding: 5px;
}

.figurerp {
  float: right;
  width: 210px;
  /*border: thin #ccc solid;*/
  margin: 5px;
  padding: 5px;
  /*background-color: #eee;*/
}

.figurerp p {
  text-align: center;
  font-style: italic;
  font-size: .75em;
  text-indent: 0;
}


#footer {
	border-top: 1px solid #CCCCCC;
	clear: both;
	padding: 15px 0;
}

#intro {
	background: #EEEEEE;
	border: 1px solid #DEDEDE;
	clear: both;
	font-size: 1.3em;
	margin: 0 0 30px;
	padding: 15px 0 1px 20px;
}

#intro-article {
	background: #C3CAC6;/*#89978E*/
	border: 1px solid #gray;
	clear: both;
	font-size: 1.2em;
	margin: 0 0 25px;
	padding: 10px 0 1px 15px;
}

#intro-seoarticle {
	background: #4E0601;/*#89978E*/
	border: 1px solid #000;
	clear: both;
	font-size: 1.2em;
	margin: 0 0 25px;
	padding: 10px 0 1px 15px;
	color:#FFF5CC;
}

#intro-webdevarticle {
	background: #FFF5CC;/*#A3B9C9*/
	border: 1px solid #A82A15;
	clear: both;
	font-size: 1.2em;
	margin: 0 0 25px;
	padding: 10px 0 1px 15px;
	color: #4E0601;
}

.smaller	{
	font-size: 0.9em;
}

.red	{
	color: red;
	font-weight: bold;
}

/*============================================
			CONTENT AREA (LEFT)
============================================*/		

#left {
	float: left;	
	margin: 0 0 15px;
	width: 540px;/*500*/
}

#left h1 {
	font-family: "Franklin Gothic Heavy", "Arial Black", Arial, Helvetica, non-serif;
	display: block;	
	color: #5C6165;/*#0f0c24;*/
	font-size: 2.2em;
	margin: 10px 0 10px;	/*15px 0 10px;	*/
	clear: both;
}

#left h2 {
	font-size: 1.8em; /*2.4em*/
	font-weight: bold;
	font-style: italic;
	margin: 0 0 15px; /*0 0 20px;*/
	color: #00243D; /*#111e28;*/
	clear: both;/*left;*/
	
}

#left h3 {
	font-size: 1.4em; /*2.4em*/
	font-weight: bold;
	margin: 0 0 10px; /*0 0 20px;*/
	color: #4E0601; /*#112d1c;*/
	/*clear: both;  new 20100314 */
}

#left h4 {
	font-size: 1.2em; /*2.4em*/
	font-weight: normal;
	margin: 0 0 8px; /*0 0 20px;*/
	color: #17142c;
}

#left ul {
	list-style: circle;
	list-style-position: outside;
	margin-left: 35px;
	margin-bottom: 20px;	
}

#left ul li {
	font-size: 100%;
	line-height: 1.5em;
	margin-bottom: 5px;
}

#left ol {
	list-style-position: inside;
	margin-left: 25px;
	margin-bottom: 20px;
}

#left ol li {
	font-size: 100%;
	line-height: 1.5em;
	margin-bottom: 5px;
}

#left a:link {color: blue;/*#80a9c9;*/	text-decoration: underline;}
#left a:visited {color: gray;	text-decoration: underline;}
#left a:hover {color: #112d1c; text-decoration: none; border-top: dotted;}
#left a:active {color: #80a9c9; text-decoration: underline;}

#r {
	float: right;
}

/* external links */

#left a.external {
    background: url(../images/external.png) center right no-repeat;
    padding-right: 13px;
}

#left a[href^="http://"] {
    background: url(../images/external.png) center right no-repeat;
    padding-right: 13px;
}


/*============================================
			RIGHT-SIDE NAVIGATION
============================================*/

#right {
	float: right;
	width: 280px;
	background-color: #f5f5f5;/*#FFF5CD;*/
}

#right h3 {
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 10px;
}

#right a:link {color: #80a9c9; text-decoration: none;}
#right a:visited {color: gray; text-decoration: none;}
#right a:hover {color: #fff; text-decoration: none; background-color: #111e28; }
#right a:active {color: #80a9c9; text-decoration: none;}

#right img {
	border: 2px solid #EEEEEE;
	margin: 0 3px 3px 0;
	padding: 2px;
}

#right li {
	list-style: none;
}

#right li a {
	border-bottom: 1px solid #CCCCCC;
	display: block;
	padding: 5px 5px;
}

#top {
	float: right;
	margin: 38px 0 30px 0; 
}

#top li {
	display: inline;
	list-style: none;
}

#top li a {
	color: #CCCCCC;
	float: left;
	margin: 3px 2px 0 0;
	padding: 6px 10px/*20*/;
}

#top li a.current {
	background: #a3b9c9;
	color: #FFFFFF;
}

#top li a:hover {
	background: #80A9C9;
	color: #FFFFFF;
}


/*.caption { 
	font-size: 80%;
   font-family: Verdana, Arial, sans-serif;
   text-align: center; 
	} */

.pullquote {
padding: 10px;
float: right;
width: 200px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 20px;
border-top-width: 2px;
border-bottom-width: 2px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #694e1c;
border-bottom-color: #694e1c;
font-size: 16px;
text-align: center;
line-height: 36px;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
font-weight: normal;
}

.blockquote {
background-image: url(images/open-quote.gif);
background-repeat: no-repeat;
background-position: left 5px;
padding-left: 30px;
font-style: italic;
}
.blockquote span {
background-image: url(images/close-quote.gif);
background-repeat: no-repeat;
background-position: right bottom;
display: block;
padding-right: 30px;
}

/*
<blockquote><span>Everyone knows to use block quotes as a way to highlight, well, a quote. And while this is a good technique to use, you should also try a pull quote every once in a while.</span></blockquote>
*/
