/*  
Theme Name: PureDrive
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 2.0
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
}
a:link {
	color: #5E84CC;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #5E84CC;
}
a:hover {
	text-decoration: underline;
	color: #5E84CC;
}
a:active {
	text-decoration: none;
	color: #5E84CC;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 13px;
}
.post p {
	line-height: 20px;
	font-size: 14px;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
img {
	border:none;
}


/**Site Rules............................................ **/
#wrapper {
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#header {
	float:left;
	display:inline;
	width: 980px;
}
#logo {
	float:left;
	display:inline;
	width: 300px;
	height: 145px;
}
#topAd {
	float:right;
	display:inline;
	width: 468px;
	height: 60px;
	margin-top: 20px;
	margin-right: 20px;
}
#bottomMenuFeatures {
	width: 980px;
	height: 40px;
	float:left;
	letter-spacing: 0px;
	background-image: url(images/bottomMenuBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#bottomMenuFeatures a,
#bottomMenuFeatures a:visited {
	display:block;
	float:left;
	height:28px;
	padding-top:12px;
	padding-left:8px;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	font-size: 13px;
	background-image: url(images/bottomMenuBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#bottomMenuFeatures a:hover {
	color:#FFFFFF;
	background-color:#000000;
	text-decoration: none;
	background-image: url(images/bottomMenuBGhover.jpg);
}
#topMenu {
	float:right;
	display:inline;
	width: 610px;
	color: #FFFFFF;
	font-size: 10px;
	margin-top: 29px;
	font-weight: bold;
}
#topMenu a {
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	float: left;
	padding-top: 10px;
	text-decoration: none;
	margin-right: 3px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/topButtons.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #275497;
	border-right-color: #163157;
	border-left-color: #1F4378;
	font-weight: bold;
	filter:alpha(opacity=50);   /* Internet Explorer       */
    -moz-opacity:.5;           /* Mozilla 1.6 and below   */
    opacity: .5;               /* newer Mozilla and CSS-3 */
}
#topMenu a:hover {
	filter:alpha(opacity=100);   /* Internet Explorer       */
    -moz-opacity:1.0;           /* Mozilla 1.6 and below   */
    opacity: 1.0;               /* newer Mozilla and CSS-3 */
}
#topMenu a.on {
	color: #FFFFFF;
	background-color: #231f46;
}
.topLinkLeft {
}
.topLinkMiddle {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #393939;
}
.topLinkRight {
}
#hardHitting {
	position:absolute;
	left: 50%;
	width: 287px;
	height: 18px;
	margin-left: -485px;
	top: 145px;
	z-index: 10;
	background-image: url(images/HARDHITTINGicon.gif);
	background-repeat: no-repeat;
	display: none;
}
#ColumnWrapper {
	float:left;
	display:inline;
	width: 980px;
	background-color: #FFFFFF;
	padding-top: 0px;
}
#leftMenu {
	width: 210px;
	height: 399px;
	background-image: url(images/leftMenuBG.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 15px;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.leftMenuButtonTop,
.leftMenuButtonRegular {	
	float:left;
	display:inline;
	width: 175px;
	height: 44px;
}
.leftMenuButtonRegular {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #393836;
}
#leftMenuButton1 a {
	background: url("images/buttonNightlife.gif") 0 0 no-repeat;
	display:block;
	margin: 0px;
}
#leftMenuButton2 a {
	background: url("images/buttonMotorSports.gif") 0 0 no-repeat;
	display:block;
	margin: 0px;
}
#leftMenuButton3 a {
	background: url("images/buttonHotFashion.gif") 0 0 no-repeat;
	display:block;
	margin: 0px;
}
#leftMenuButton4 a {
	background: url("images/buttonAroundTown.gif") 0 0 no-repeat;
	display:block;
	margin: 0px;
}
#leftMenuButton5 a {
	background: url("images/buttonMusicEvents.gif") 0 0 no-repeat;
	display:block;
	margin: 0px;
}
#leftMenuButton6 a {
	background: url("images/buttonDining.gif") 0 0 no-repeat;
	display:block;
	margin: 0px;
}
#leftMenuButton7 a {
	background: url("images/buttonShopping.gif") 0 0 no-repeat;
	display:block;
	margin: 0px;
}
#leftMenuButton8 a {
	background: url("images/buttonPromos.gif") 0 0 no-repeat;
	display:block;
	margin: 0px;
}
#leftMenuButton1 a:hover {
	background: url("images/buttonNightlifeHover.gif") 0 0 no-repeat;
	display:block;
	margin: 0px;
}
#leftMenuButton2 a:hover {
	background: url("images/buttonMotorSportsHover.gif") 0 0 no-repeat;
	display:block;
	margin: 0px;
}
#leftMenuButton3 a:hover {
	background: url("images/buttonHotFashionHover.gif") 0 0 no-repeat;
	display:block;
	margin: 0px;
}
#leftMenuButton4 a:hover {
	background: url("images/buttonAroundTownHover.gif") 0 0 no-repeat;
	display:block;
	margin: 0px;
}
#leftMenuButton5 a:hover {
	background: url("images/buttonMusicEventsHover.gif") 0 0 no-repeat;
	display:block;
	margin: 0px;
}
#leftMenuButton6 a:hover {
	background: url("images/buttonDiningHover.gif") 0 0 no-repeat;
	display:block;
	margin: 0px;
}
#leftMenuButton7 a:hover {
	background: url("images/buttonShoppingHover.gif") 0 0 no-repeat;
	display:block;
	margin: 0px;
}
#leftMenuButton8 a:hover {
	background: url("images/buttonPromosHover.gif") 0 0 no-repeat;
	display:block;
	margin: 0px;
}
#signupBox {
	float:left;
	display:inline;
	width: 156px;
	height: 91px;
	background-image: url(images/signUpBG.jpg);
	background-repeat: no-repeat;
	padding-top: 84px;
	padding-left: 19px;
}
#leftNews {
	float:left;
	display:inline;
	width: 165px;
	min-height: 650px;
	background-image: url(images/leftNewsBg.jpg);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #CAC9CB;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
}
#leftNews a {
	color: #BADECC;
	text-decoration: none;
}

#secondColumnWrapper {
	float:left;
	display:inline;
	width: 960px;
	position:relative;
}
#leftColumn {
	float:left;
	display:inline;
	width: 550px;
}
#leftColumnContent {
	float:left;
	display:inline;
	width: 520px;
	padding-left: 20px;
	min-height: 500px;
	margin-left: 20px;
	padding-right: 20px;
	background-color: #F4F3F5;
	padding-bottom: 30px;
	padding-top: 25px;
}
#rightColumn {
	float:right;
	display:inline;
	width: 365px;
	text-align: left;
}


#flyersSection {
	position:absolute;
	width:655px;
	height:429px;
	background-color:#000000;
	top:0px;
	left:0px;
}
#videoPlayerOLD CODE {
	float:right;
	width: 500px;
	height:375px;
	margin-top:30px;
	margin-right:30px;
	display:inline;
}
#videoPlayer {
	width: 320px;
	height:429px;
	background-color:#333333;
	position:absolute;
	left:660px;
	top:0px;
	margin-top:0px;
	margin-right:0px;
}
#videoPlayer p {
	margin:0px;
	padding:0px;
}
#rcBlog {
	float:left;
	display:inline;
	width: 595px;
	padding: 15px;
}
#rcLandingPageBlankOFF {
	float:left;
	display:inline;
	width: 980px;
	height: 45px;
	background-image: url(images/landingMotorSports.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
	position:relative;
}
#rcLandingPageHome {
	float:left;
	display:inline;
	width: 980px;
	height: 429px;
	background-image: url(images/landingHome.jpgOFF);
	background-repeat: no-repeat;
	background-color:#000000;
	position:relative;
}
#rcLandingPageMedia {
	float:left;
	display:inline;
	width: 980px;
	height: 429px;
	background-image: url(http://www.purdrive.com/images/homeLanding.jpgOFF);
	background-repeat: no-repeat;
	background-color:#000000;
	padding-top: 41px;
	padding-left: 30px;
	position:relative;
}
#rcLandingPageNight {
	float:left;
	display:inline;
	width: 980px;
	height: 429px;
	background-image: url(images/landingNightLife.jpgOFF);
	background-repeat: no-repeat;
	background-color:#000000;
	position:relative;
}
#rcLandingPageMotor {
	float:left;
	display:inline;
	width: 980px;
	height: 429px;
	background-image: url(images/landingMotorSports.jpgOFF);
	background-repeat: no-repeat;
	background-color:#000000;
	position:relative;
}
#rcLandingPageFashion {
	float:left;
	display:inline;
	width: 980px;
	height: 429px;
	background-image: url(images/landingHotFashionBG.jpgOFF);
	background-repeat: no-repeat;
	background-color:#000000;
	position:relative;
}
#rcLandingPageTown {
	float:left;
	display:inline;
	width: 980px;
	height: 429px;
	background-image: url(images/landingAroundTown.jpgOFF);
	background-repeat: no-repeat;
	background-color:#000000;
	position:relative;
}
#rcLandingPageMusic {
	float:left;
	display:inline;
	width: 980px;
	height: 429px;
	background-image: url(images/landingMusic.jpgOFF);
	background-repeat: no-repeat;
	background-color:#000000;
	position:relative;
}
#rcLandingPageDining {
	float:left;
	display:inline;
	width: 980px;
	height: 429px;
	background-image: url(images/landingDining.jpgOFF);
	background-repeat: no-repeat;
	background-color:#000000;
	position:relative;
}
#rcLandingPageMall {
	float:left;
	display:inline;
	width: 980px;
	height: 429px;
	background-image: url(images/landingMall.jpgOFF);
	background-repeat: no-repeat;
	background-color:#000000;
	position:relative;
}
#rcLandingPagePromos {
	float:left;
	display:inline;
	width: 980px;
	height: 429px;
	background-image: url(images/landingPromos.jpgOFF);
	background-repeat: no-repeat;
	background-color:#000000;
	position:relative;
}
#rcLandingGalleryAndAdWrapper {
	float:left;
	display:inline;
	width: 940px;
	margin-left: 20px;
}
#rcLandingGallery {
	float:left;
	width: 620px;
	display:inline;
}
.squareAd1 {
	width:300px;
	height:250px;
	float:right;
	display:inline;
}
.squareAd2 {
	float:right;
	display:inline;
	width: 328px;
	height:250px;
	padding-left:27px;
	padding-top:20px;
	padding-bottom:20px;
}
.squareAd2 img {
	margin-left:auto;
	margin-right:auto;
}
.rcLandingGalleryModule {
	float:left;
	display:inline;
	width: 100px;
	height: 80px;
	margin-right: 20px;
	margin-left: 0px;
}
.rcLandingGalleryThumb {
	float:left;
	display:inline;
	width: 100px;
	height: 55px;
	background-color: #000000;
	border: 3px solid #e6e4e7;
}
.rcLandingGalleryText {
	float:left;
	display:inline;
	width: 100px;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	text-transform: uppercase;
	line-height: 10px;
}
.rcLandingGalleryText a {
	color:#FFFFFF;
	text-decoration:none;
}
#rcLandingMidRow {
	float:left;
	display:inline;
	width: 625px;
	height: 175px;
}








#rcLandingImageBox {
	float:right;
	display:inline;
	width: 355px;
	height: 175px;
	overflow: hidden;
	margin:0px;
}
#rcLandingImageBox img {
	width: 345px;
	height: 155px;
	border: 5px solid #e6e4e7;
	margin:0px;
}
#rcLandingImageBox a {
	margin:0px;
}
#rcLandingImageBox p,
#rcLandingImageBox h2,
#rcLandingImageBox ul,
#rcLandingImageBox li {
	margin:0px;
}
#rcLandingImageBox img {
	display:block;
}

#rightColumn h2 {
	background-color: #e6e4e7;
	color:#000000;
	width: 335px;
	margin: 0px;
	padding: 10px;
	margin-left:-10px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}

#rightColumn ul  {
	padding:0px;
	margin: 0px;
	float:right;
	list-style-type: none;
	width: 355px;
}
#rightColumn li {
	display:block;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding: 10px;
	list-style-type: none;
	width: 335px;
}





#rcLandingAd {
	float:right;
	display:inline;
	width: 225px;
	height: 175px;
}
#rcLandingBottom {
	float:left;
	display:inline;
	width: 625px;
	background-image: url(images/rcBottomBg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 650px;
}
#rcLandingTitle {
	float:left;
	display:inline;
	width: 940px;
	height: 45px;
	background-color: #B3ADB6;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(images/h1Bar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#rcLandingTitle h1 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	letter-spacing: 2px;
	width: 445px;
	float:left;
}
#rcLandingTitle2 {
	float:left;
	display:inline;
	width: 960px;
	height: 45px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 50px;
	background-image: url(images/bgContentTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#rcLandingTitle2 h1 {
	font-size: 24px;
	color: #999999;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	letter-spacing: 1px;
	width: 445px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
}
#rcLandingTitle2 h1 a {
	color: #999999;
}
.rcLandingModule {
	float:left;
	display:block;
	width: 255px;
	height: 200px;
	margin-left: 20px;
}

.rcLandingModule .alt {
	margin-left: 33px;
}
.rcLandingThumb {
	width: 245px;
	height: 75px;
	border: 5px solid #e6e4e7;
}
.rcLandingModule .rcLandingThumb {
	filter:alpha(opacity=100);   /* Internet Explorer       */
    -moz-opacity:1.0;           /* Mozilla 1.6 and below   */
    opacity: 1.0;               /* newer Mozilla and CSS-3 */
}
.rcLandingModule:hover .rcLandingThumb {
	filter:alpha(opacity=100);   /* Internet Explorer       */
    -moz-opacity:1.0;           /* Mozilla 1.6 and below   */
    opacity: 1.0;               /* newer Mozilla and CSS-3 */
}
.rcLandingText {
	width: 245px;
}
.rcLandingText p a {
	color: #766187;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.rcLandingText p a:hover {
	text-decoration: none;
}
.rcLandingText h2,
.rcLandingText h2 a {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration:none;
}
.rcLandingModule:hover .rcLandingText h2 a:hover {
	text-decoration: underline;
}
.rcLandingText p {
	font-size: 11px;
	font-weight: normal;
}
#rcLandingBottomAd {
	float:left;
	display:inline;
	width: 980px;
	height: 90px;
	margin-top: 13px;
	text-align: center;
	margin-bottom: 40px;
}
#footer {
	float:left;
	display:inline;
	width: 980px;
	font-size: 10px;
	text-align: left;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 25px;
}
#footer a {
}
#footer a:hover {
}
.copyright {
}

#rightAd {
	position:absolute;
	left: 50%;
	width: 120px;
	height: 600px;
	margin-left: 500px;
	top: 145px;
	z-index: 10;
}
#leftAd {
	position:absolute;
	left: 50%;
	width: 120px;
	height: 600px;
	margin-left: 500px;
	top: 765px;
	z-index: 10;
}

#footerThink {
	display: inline;
	float: right;
}
#footerThink a {
	display:block;
	background: url("images/thinkLogo.jpg") 0 0 no-repeat;
	margin: 0px;
}
#footerThink a:hover {
	display:block;
	background: url("images/thinkLogoHover.jpg") 0 0 no-repeat;
}
















#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 740px; 
	} 

#content {
	font-size: 1.2em
	}

#rcBlog .entry p {
	
	}

#rcBlog .entry, #rcBlog .entry {
	line-height: 1.4em;
	}

#rcBlog {
	line-height: 1.6em;
	}

#rcBlog .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #F3F3F3;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}



#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}



.entry p a:visited {
	
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	}

.commentmetadata {
	font-weight: normal;
	}

#leftNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	}

small, #leftNews ul ul li, #leftNews ul ol li, .nocomments, .postmetadata, blockquote, strike {
	
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

#rcBlog .post {
	margin: 0;
	}

#rcBlog .postmetadata {
	padding-top: 5px;
	}

#rcBlog .postmetadata {
	margin: 30px 0;
	}

#rcBlog .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

#rcBlog .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
	display:none;
}
/* End Structure */





/* 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, #leftNews ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#leftNews ul, #leftNews ul ol {
	margin: 0;
	padding: 0;
	}

#leftNews ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#leftNews ul p, #leftNews ul select {
	margin: 5px 0 8px;
	}

#leftNews ul ul, #leftNews ul ol {
	margin: 5px 0 0 10px;
	}

#leftNews ul ul ul, #leftNews ul ol {
	margin: 0 0 0 10px;
	}

ol li, #leftNews ul ol li {
	list-style: decimal outside;
	}

#leftNews ul ul li, #leftNews ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#leftNews #searchform #s {
	width: 108px;
	padding: 2px;
	}

#leftNews #searchsubmit {
	padding: 1px;
	}

.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;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#leftNews form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

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 {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* End Various Tags & Classes*/



/* "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." */

.formBG2 {
	margin-bottom: 10px;
	background-color: #28272d;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	width: 135px;
	height:15px;
}
.formBG {
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	background-image: url(images/formBG.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	border: 1px solid #393836;
	display: block;
	float:left
}
.formBGWide {
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	width: 470px;
	background-image: url(images/formBG.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	border: 1px solid #393836;
	display: block;
	float:left
}
.formDropDown {
	margin-bottom: 10px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	padding: 5px;
	border: 1px solid #181818;
	display: block;
	float:left
}
.formBGButton {
	margin-bottom: 10px;
	background-color: #C21F16;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #999999;
	border-left-color: #999999;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.sendFileText,
.formTextRight {
	font-size: 12px;
	width: 200px;
	display: block;
	text-align: left;
	margin-top: 2px;
	padding: 5px;
	float: left;
}
.formSmallText {
	font-size: 10px;
}
select {	
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	background-image: url(images/formBGWhite.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	border: 1px solid #181818;
	display: block;
	float:left
}
option {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	display: block;
	float:left
}
#formColumn {
	width: 210px;
	float: left;
	margin-left: 0px;
	display: inline;
}
#formColumn2 {
	width: 210px;
	float: right;
	display: inline;
}
#formColumn3 {
	width: 491px;
	margin-left: 0px;
	display: inline;
	float: left;
}
#formWrapper {
	width: 470px;
	float: left;
}

#formBGButton2,
.formBGButton2 {
	margin-bottom: 30px;
	background-color: #3d3b46;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5f5e64;
	border-right-color: #5f5e64;
	border-bottom-color: #5f5e64;
	border-left-color: #5f5e64;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	display: block;
	float:left;
	padding:15px;
}

/* GALLERY 2 SECTION */

#rightColumn #gallery {
	margin-top: 30px;
	margin-left: 10px;
	width: 600px;
}
#rightColumn #gallery h2{
	width: 599px;	
}

#rightColumn #gallery .breadcrumb {
	width: 599px;
	color: #CCCCCC;
}

#rightColumn #gallery .gallery-albums {
	width: 599px;
	margin-bottom: 25px;
}

#rightColumn #gallery .gallery-album {
	width: 110px;
	background-color: #000000;
	border: 1px solid #3e3a42;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left:0px;
	margin-top:0px;
}

#rightColumn #gallery .gallery-thumb {
	width: 120px;
	height: 122px;
	margin:0px;
	padding:0px;
}

#rightColumn #gallery h4 {
	width: 120px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
}

#rightColumn #gallery .meta {
	width: 120px;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
}

#rightColumn #gallery p,
#rightColumn #gallery a,
#rightColumn #gallery .gbBlock {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#rightColumn #gallery a,
#rightColumn #gallery a:hover {
	color: #959595;
	text-decoration: none;
}
#rightColumn #gallery .gbSystemLinks {
	margin:0px;
	padding:0px;	
}

#rightColumn #gallery .footer {
	display:none;
}

.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	padding-top: 10px;
	padding-bottom: 10px;
}






/************************************************
*	Search Form									*
************************************************/

#searchBox {
	padding: 0px;
	float:right;
	width: 465px;
	margin-top: 11px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	font-size: 14px;	
	}
	
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}
	
#searchform2 {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

#s {
	background: #FFFFFF;
	width: 170px;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	padding: 2px;
	margin: 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
	}

#s2 {
	background: #FFFFFF;
	width: 80px;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	padding: 2px;
	margin: 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
	}
	
#sbutt {
	background: #376B9D url(images/navbar.gif);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	margin: 0px 0px 0px 5px;
	border: 1px solid #234B69;
	font-weight: bold;
	}
	
#sbutt2 {
	background: #376B9D url(images/navbar.gif);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	margin: 0px 0px 0px 8px;
	border: 1px solid #234B69;
	font-weight: bold;
	}
	
#name, #email, #url, #submit {
	background: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
#words {
	background: #FFFFFF;
	width: 460px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}