/*  
Theme Name: Dan Wise Chevrolet
Theme URI: http://www.citynetlive.com/
Description: Custom Theme for Main Site Pages
Version: 1.0
Author: citynetLIVE!
Author URI: http://www.citynetlive.com/

Theme created by CNL Internet Services as a main layout for pages.
*/

body
{
margin: 0 auto;
background-color: #214581;
}

#container
{
width: 1014px;
height: 768px;
margin: 0 auto;
z-index: 1;
position: relative;
}

#title
{
position: absolute;
top: -30px;
left: 0px;
z-index: 5;
width: 100%;
}

#title h1
{
font: 24px 'Trebuchet MS';
letter-spacing: 2px;
font-variant: small-caps;
border-bottom: 1px solid #0000c0;
margin: 0 15px 0 5px;
}

#title a
{
text-decoration: none;
color: #0000c0;
}

#header h1,h2
{
margin: 0;
visibility: hidden;
}

#header
{
position: absolute;
top: 0; 
left: 0;
background-image: url('images/back-middle.gif');
background-repeat: repeat-y;
z-index: -3;
width: 1014px;
height: 768px;
background-position: 89px 0;
}

#back-right
{
width: 50%;
height: 756px;
position: absolute;
top: 0;
right: 0;
background-image: url('images/back-right.jpg');
background-repeat: repeat-x;
}

#back-left
{
width: 50%;
height: 756px;
position: absolute;
top: 0;
left: 0;
background-image: url('images/back-left.jpg');
background-repeat: repeat-x;
}

#content
{
width: 650px;
font-family: 'Trebuchet MS', Arial;
font-size: 14px;
color: #000000;
letter-spacing: 1px;
line-height: 19px;
position: absolute;
top: 300px;
left: 321px;
text-align: justify;
background-image: url('images/back-white.jpg');
background-repeat: repeat-y;
padding: 0 0 0 5px;
}

#content p
{
padding: 2px 15px 2px 0;
}

#back-top
{
background-image: url('images/back1.jpg');
background-repeat: no-repeat;
position: absolute;
top: 0;
left: 0;
z-index: 10;
width: 977px;
height: 272px;
}

#address
{
width: 224px;
height: 123px;
font-family: 'Trebuchet MS', Arial;
font-size: 16px;
color: #FFFFFF;
letter-spacing: 1px;
line-height: 18px;
position: absolute;
left: 105px;
top: 15px;
z-index: 13;
}

#iframedesc
{
position: absolute;
left: 325px;
top: 200px;
width: 620px;
height: 1000px;
}

iframe
{
width: 625px;
height: 1000px;
}

#navigation
{
width: 224px;
height: 550px;
position: absolute;
top: 123px;
left: 89px;
background-image: url('images/back-logo.jpg');
background-position: 15px 280px;
background-repeat: no-repeat;
z-index: 12;
}

#navigation ul
{
list-style-type: none;
margin: 0;
padding: 0;
}


#navigation ul li a
{
display: block;
height: 25px;
border-bottom: 1px solid #FFFFFF;
font-family: 'Trebuchet MS', Arial, Verdana;
color: #FFFFFF;
font-size: 18px;
text-decoration: none;
letter-spacing: 1px;
font-weight: bold;
padding-left: 5px;
}

#navigation ul li a:hover
{
background-color: #000040;
}


#content ul li
{
list-style-type: none;
float: left;
}

/* Captions */
.aligncenter,
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}
/* End captions */

