/*
Theme Name: A1usedCars
Theme URI: 
Description: theme design for class site
Author: Lana Kephart
Author URI: 
Version: 
License: GNU General Public License
License URI: 


/*A1 Used Cars Styles*/

/*------begin nav styles------*/

#ul {
    list-style-type: none;
    margin: 2% 0 0 0;
    padding: 0 0 0 0;
	text-align:center;
	} /* controls the look of the un-ordered list html */

li {
    display: inline;
	font-family: Verdana, Geneva, sans-serif;
	font-size:20px;
	padding: 0 6% 0 5%;
	}  /* tells the list to form a line instead of stacking on themselves, also edits the font size, look and spaceing */

/* unvisited link */
a:link {
    color: #0a0f17;
	}

/* visited link */
a:visited {
    color: #290e0e;
	}

/* mouse over link */
a:hover {
    color: #fdf2d8;
	}

/* selected link */
a:active {
    color: #290e0e;
	}

/*------end nav styles------*/


/*------begin body and container styles used for all pages------*/

body  {
	font: 100% ;
	font-family: Verdana, Geneva, sans-serif;
	background: #e7e8e8;
	margin:0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	} /* controles the main font selection, background color outside the containters, and sets the padding and margins to zero */

.thrColLiqHdr #container { 
	width: 92%; 
	background: #fdf2d8;
	margin: 0 auto; 
	border: 1px solid #7f7f7f;
	text-align: center; 
	} /* main enclosing container set to take advantace of responsive poportions, has it's own bg color and border, fist lvl container */

.thrColLiqHdr #header { 
	background: #bb2025; 
	padding: 1% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
	text-align:center;
	border: 1px solid #e7e8e8;
	} /* enclosing header containter, gives extra space around the header, sub title and nav. has it's own padding, margins, color and border, second lvl container */


.thrColLiqHdr #header h1 {
	margin: 1% 0 0 0; 
	padding: 0; 
	background: #bb2025; 
	color: #fdf2d8;
	text-shadow:3px 3px #290e0e;
	font-size:50px;
	} /* scritp for h1 styling, margins, padding, font color, bg color, text and font styles specific to the H1 tag, */

	
.colu1, p, h3, .colu2, p, h3, .sidebar1, p, h3, .sidebar2, p, h3, .centercontent, .colum1, .colum2, .colum3 {
	margin-left: 8px;
	margin-right: 8px;
	} /* this is a grouping of identifiers, this script tells all listed in it to have left and right 10px standing margins */

.thrColLiqHdr #footer { 
	padding: 0 10px; 
	background:#8d191c;
	color: #fdf2d8;
	font-size:11px;
	} /* script for creating the footer container, second lvl container */

.thrColLiqHdr #footer p {
	margin: 0; 
	padding: 10px 0;
	} /* script for the footer paragraph tags*/

.fltrt { 
	float: right;
	margin-left: 8px;
	} /* this section of script and the two below allow for the layout of the page to have a static header, plyable mid section and static footer with out the page trying to colapse in on and eat it'self */

.fltlft { 
	float: left;
	margin-right: 8px;
	}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}


/*------end body and container styles used for all pages------*/



/*------begin container style for index page------*/

.centercontent { 
	margin: 0% 10% 0 10%;
	width: 80%;
	background: #fdf2d8;
	padding:0;
	border: 1px solid #fdf2d8;
	}   /* this allows for the mid section to be one container centered */
	
	.img2 {
		padding: 1% 2% 1% 2%;
		margin: 2% 1% 2% 1%;
		}


/*------end body and container styles for home page------*/





/*------begin container styles for stock and specials pages------*/

.colu1 {
	float: left; 
	width: 29.33%; 
	background: #fdf2d8;
	padding:0; 
	border: 1px solid #fdf2d8;
	}

.colu2 {
	float: right; 
	width: 29.33%; 
	background: #fdf2d8;
	padding:0;
	border: 1px solid #fdf2d8;
	}

.colu3 { 
	margin: 0% 31.75% 0 31.75%; 
	background: #fdf2d8;
	padding:0;
	border: 1px solid #fdf2d8;
	} 
	/* these three bits of scrip allow for the mid section to be three mostly equil containers that are centered and not crowded*/

/*------end body and container styles for stock and specials pages------*/



/*------begin container styles for about us and reviews pages------*/

.sidebar1 {
	float: left; 
	width: 65%; 
	background: #fdf2d8;
	padding:0; 
	border: 1px solid #fdf2d8;
	}

.sidebar2 {
	float: right; 
	width: 29.33%; 
	background: #fdf2d8;
	padding:0;
	border: 1px solid #fdf2d8;
	} 
	/* these two bits of script allow for the mid section to be two containers set at different sizes with ample spacing/boaders */

/*------end page body and container styles for about us and reviews pages------*/


/*------begin container styles for autos page------*/

.colum1 {
	float: left; 
	width: 35%; 
	background: #fdf2d8;
	padding:1px; 
	
	
	}

.colum2 {
	float: right; 
	width: 35%; 
	background: #fdf2d8;
	padding:1px;
	
	
	}

.colum3 { 
	margin: 1% 28% 1% 28%; 
	background: #fdf2d8;
	padding:0;
	
	} 
	/* these three bits of scrip allow for the mid section to be three mostly equil containers that are centered and not crowded*/
	
.img  {
	
	margin: 2% 2% 2% 2%; 
	text-align: center;
	padding: 2% 2% 2% 2%;
	
	}

/*------end body and container styles for stock and specials pages------*/