/*  
Theme Name: Volvo Saab
*/


/* Begin Typography & Colors */
body { font-size: 62.5%; /* Resets 1em to 10px */ font-family: verdana, arial, sans-serif; background: #fff; color: #333; text-align: center; }
#page {	background-color: white; text-align: left; }
#header { width: 760px; padding-bottom: 10px; }
#header h1 { font-weight: 600; letter-spacing: .2em; font-size: 1.7em; text-align: center; }
#content { font-size: 1.2em; clear: both; }
#product { font-size: 1.2em; }
#product h1 { font-size: 1.2em; }
#contact { font-size: 1.5em; text-align: center; margin-top: 20px; }
.leftcolumn { line-height: 1.4em; }
.alt { background-color: #f8f8f8; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }

#footer { background-color: #fff; border: none; }
#footer p.contact { font-size: 1.5em; text-align: center; }
#footer p.hours { font-size: 1.4em; text-align: center; padding-bottom: 20px; }
#footer p.date { font-size: .9em; text-align: center; padding: 5px; }
#footer p.disclaimer { font-size: .9em; text-align: left; padding-left: 20px; padding-right: 20px; }

small { font-family: arial, helvetica, sans-serif; font-size: 1em; line-height: 1.3em; }

h1, h2, h3, h4, h5 { font-weight: bold; }
h1 { font-size: 1.6em; }
h2, h3, h4, h5 { font-size: 1.2em; }

.secsub { padding-top: 10px; }
.sectionblue { font-size: 1.2em; border-bottom: #006 8px solid; }
.catgrey { font-size: 1.2em; padding-top: 20px; border-bottom: #ccc 1px solid; }
.sectionblack { background-color: #000; color: #ccc; }
.sectionchar { background-color: #222; color: #ccc; }
.sectiongrey { background-color: #eee; color: #222; }

#sidebar .pagetitle { font-size: 1.5em; font-weight: bold; }
#sidebar h2.pagetitle { font-size: 1.6em; text-align: center; }
#sidebar h2.pagetitle2 { font-size: 1.6em; text-align: center; margin-top: 30px; }
#sidebar h2 { font-size: 1.2em; }
#sidebar { font: 1em; }

small, #sidebar ul ul li, #sidebar ul ol li, blockquote, strike { color: #666; }
code { font: 1.1em 'Courier New', Courier, Fixed; }
acronym, abbr, span.caps { font-size: 0.9em; letter-spacing: .07em; }

a { color: #06c; text-decoration: none; }
a:hover { color: #147; text-decoration: underline; }
.cellphone-dialer:link, .cellphone-dialer:visited { color: #06c; text-decoration: none; }
.cellphone-dialer:hover { color: #147; text-decoration: underline; }
/* End Typography & Colors */


/* Begin Structure */
body { margin: 0 0 20px 0; padding: 0; }
#page { margin: 20px auto; padding: 0; width: 760px; }
.leftcolumn { float: left; padding: 0 0 20px 25px; margin: 0px 0 0; width: 450px; }
#footer { padding-top: 50px; padding-bottom: 30px; width: 760px; clear: both; }
/* End Structure */


/*	Begin Headers */
h1 { margin: 25px 0 25px 0; }
h2 { margin-top: 25px; }
#sidebar h2.pagetitle { padding: 15px 0 29px 0; }
#sidebar h2 { margin: 5px 0 0; padding: 0; }
h3, h4, h5 { margin-top: 25px; }
/* End Headers */


/* Begin Images */
p img { padding: 0; max-width: 100%; }
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left }
/* End Images */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul { margin-left: 0px; padding: 0 0 0 30px; list-style: none; padding-left: 10px; text-indent: -10px; } 
html>body .entry li { margin: 7px 0 8px 10px; }
.entry ul li:before, #sidebar ul ul li:before { content: "\00BB \0020"; }
.entry ol { padding: 0 0 0 35px; margin: 0; }
.entry ol li { margin: 0; padding: 0; }

dl { margin: 0 0 24px 0; }
dt { font-weight: normal; }
dd { margin-bottom: 18px; }
#content dd { margin-bottom: 24px; }
#content dt { color: #404040; }

#sidebar ul, #sidebar ul ol { margin: 0; padding: 0; }
#sidebar ul li { list-style-type: none; list-style-image: none; margin-bottom: 15px; }
#sidebar ul p, #sidebar ul select { margin: 5px 0 8px; }
#sidebar ul ul, #sidebar ul ol { margin: 5px 0 0 10px; }
#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px; }
ol li, #sidebar ul ol li { list-style: decimal outside; }
#sidebar ul ul li, #sidebar ul ol li { margin: 3px 0 0; padding: 0; }
/* End Entry Lists */


/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */ text-align:center; }
select { width: 130px; }
#commentform input { width: 170px; padding: 2px; margin: 5px 5px 1px 0; }
#commentform textarea { width: 100%; padding: 2px; }
#commentform #submit { margin: 0; float: right; }
.dropdown { min-width: 150px; text-align: left; }
/* End Form Elements */


/* Begin Comments*/
.alt { margin: 0; padding: 10px; }
/* End Comments */


/* Begin Sidebar */
#sidebar { padding: 20px 0 10px 25px; margin-left: 520px; width: 200px; border-left: #ccc 1px solid; }
#sidebar form { margin: 0; }
/* End Sidebar */


/* Begin Various Tags & Classes */
blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; }
blockquote cite { margin: 5px 0 0; display: block; }
.center { text-align: center; }
hr { color: #ccc; height: 1px; width: 450px; }
a img { border: none; }
.navigation { display: block; text-align: center; margin-top: 10px; margin-bottom: 60px; }
.txt7 { font-size: .7em; font-weight: normal; }
.txt8 { font-size: .8em; font-weight: normal; }
.txt9 { font-size: .9em; font-weight: normal; }
.txt10 { font-size: 1em; font-weight: normal; }
.txt11 { font-size: 1.1em; font-weight: normal; }
.txt12 { font-size: 1.2em; font-weight: normal; }
.txt13 { font-size: 1.3em; font-weight: normal; }
.txt14 { font-size: 1.4em; font-weight: normal; }
.txtred8 { font-size: .8em; color: #c00; font-weight: normal; }
.redbold { color: #c00; font-weight: bold; }
.redbold12 { font-size: 1.2em; color: #c00; font-weight: bold; }
.redbold { color: #c00; font-weight: bold; }
.stock { font-size: 0.8em; text-align: right; width: 80px; padding-right: 10px; padding-top: 10px; }
.thank { font-weight: 600; letter-spacing: .3em; font-size: 1.7em; }
.tollfree {color:#c00; font-size: 1.8em; font-weight: bold; text-align: center;  }
.cellphone-dialer { font-size: .8em; font-weight: normal; font-style: italic; }
/* End Various Tags & Classes*/



/* Begin Picture Gallery */
#content p.c2v { font-size: 10px; padding-bottom: 10px; padding-top: 14px; text-align: center; }
#content .gallerypc { margin: 14px auto 18px; }
#content .gallerypc .gallery-item { float: left; margin-top: 0; text-align: center; width: 33%; }
#content .gallerypc .gallery-caption { color: #888; font-size: 10px; margin: 0 0 4px; }
#content .gallerypc dl { margin: 0; }
#content .gallerypc img { border: 0; }
#content .gallerypc br+br { display: none; }
/* End Picture Gallery */



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

