/*   
Theme Name: Urbanheights Blues
Theme URI: http://www.urbanheights.com 
Description: The Urbanheights Blues 
Author: Kairi Henry
Author URI: khenry@urbanheights.com 
Version: 1.0 
.
General comments/License Statement if any.
.
*/
/* =General
 * -----------------------------------------------------------------------------*/

/* =General
 * -----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
*   margin: 0;
*   	padding: 0;
*   	}
*
*/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

.clear2 {
	clear:both;
	padding-top: 2px;
}

.clear3 {
	clear:both;
	padding-top: 3px;
}
.clear4 {
	clear:both;
	padding-top: 5px;
}

.clear5 {
	clear:both;
	padding-top: 10px;
}

.clear6 {
	clear:both;
	padding-top: 40px;
}

.clear7 {
	clear:both;
	padding-top: 20px;
}



/* 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 */

/* Captions */
.aligncenter,
div.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;
}
/* End captions */

/* Remove border around linked images */
img {
	border: 0;
}

body {
	background-color: #489dd4;
	background-repeat: repeat-x;
	background-image: url(images/UH_bg.jpg);
}



/* =Typography
 * -----------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
	
}

.header1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 4.2em;
	color:#111111;
	padding:0 0 0 0;
	font-weight: bold;
	letter-spacing: -2px;
	text-align: left;
}

.header2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	color:#fff;
	padding:0 0 0 0;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
}

.header3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 3.0em;
	color:#111111;
	padding:0 0 0 0;
	font-weight: bold;
	letter-spacing: -2px;
	text-align: left;
}

.author {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	color:#111111;
	padding:0 0 0 0;
	font-weight: bold;
	text-align: left;
}

.advertisementText {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color:#666;
	padding:0 0 0 0;
	font-weight: normal;
	
}


.featuredText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.6em;
	color:#ffffff;
	padding:60px 20px 0 420px;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.2em;
}

.copyrightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color:#000000;
	
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color:#111111;
	font-weight: bold;
	padding:0;
	margin:0;	
	
}

.formtxt {
	color: #000;
	font-size: 1.1em;
	font-weight: normal;
	
}

.commentHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color:#000;
	font-weight: bold;	
	
}

.commentPerson {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color:#000;
	font-weight: bold;	
	
}

.commenLeaveReply {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color:#666;
	font-weight: bold;	
	
}


.commentText {
font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;	
}


/* =Headings
 * -----------------------------------------------------------------------------*/



/* =Links
 * -----------------------------------------------------------------------------*/

.readMoreBtn {
	padding:10px 20px 5px 480px;
	
}

a.galleryLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#f26522;
	text-decoration: underline;	
	
}

a.galleryLink:hover {
	color:#000000;
	
}


/* =Branding
 * -----------------------------------------------------------------------------*/



/* =Container
 * -----------------------------------------------------------------------------*/

#wrapper {
	width: 100%;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(images/UH_bg_mixtape.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}

#container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position:relative;
	
}



/* =Header
 * -----------------------------------------------------------------------------*/
#header {
	width: 970px;
	height:220px;
	background-image: url(images/UH_header_BG.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position:relative;
}

.ad {
	left: 132px;
	top: 105px;
	right: 132px;
	position: absolute;
}


/* =Main Nav
 * -----------------------------------------------------------------------------*/
#navBar {
	width: 970px;
	height:57px;
	background-image: url(images/UH_navBG.jpg);
	background-repeat: repeat-x;
}

#mainNav {
	width: 970px;
	float:left;
	height:57px;
	
	
}


#mainNav ul{
	list-style: none;
	margin: 0;
	padding: 13px 30px 0 30px;

	
}

#mainNav li{
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding: 5px 25px 0 0;
	text-align: left;
	text-transform: uppercase;
}

#mainNav li a:link, #mainNav li a:visited{
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	
	
}

#mainNav li a:hover{
	color: #f26522;
	
		
}

.newsletter { 
	width: 310px;
	float:right;
	margin:17px 0 0 20px;

}

.newsletter .left{ 
	width: 180px;
	margin:0 20px 0 0;
	float:left;

}

.newsletter .right{ 
	width: 90px;
	margin:0;
	float:left;

}




/* =Sub Nav
 * -----------------------------------------------------------------------------*/




/* =Main Content
 * -----------------------------------------------------------------------------*/
#content {
	width: 970px;
	background-image: url(images/UH_stripedBG.jpg);
	background-repeat: repeat;
}

#column1 {
	width: 664px;
	margin: 0 40px 0 24px;
	float:left;	

}

#column2 {
	width: 216px;
	margin: 0 23px 0 0;
	float:left;	
	padding: 80px 0 0 0;
	

}

#featuredBox {
	width: 664px;
	margin: 0;
	padding: 15px 0 15px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b7b7b7;
}

.featuredPic {
	width: 663px;
	height:336px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid #000000;
	background-image: url(images/lilWayne.jpg);
	background-repeat: no-repeat;
}


#galleryBox {
	width: 664px;
	margin: 0;
	padding: 30px 0 15px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b7b7b7;
}

#galleryBox .columns {
	width: 664px;
	margin: 0;
	padding: 0;
	float:left;
	
}

#galleryBox .columns .col1 {
	margin: 0 10px 0 0;
	padding: 0;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#111111;
	
}

#galleryBox .columns .col2 {
	margin: 0;
	padding: 0;
	float:left;
	
	
}

.homeBox {
	width: 664px;
	margin: 0;
	padding: 30px 0 15px 0;
	
}

.homeBox .lifestyleBox {
	width: 320px;
	margin: 0;
	padding: 0;
	float:left;
	
}

.homeBox .lifestyleBox .lifestyleHeader{
	width: 310px;
	height:17px;
	background-image: url(images/UH_lifestyleBG.gif);
	background-repeat: no-repeat;	
	padding: 0 0 10px 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	color:#000;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;
}

.homeBox .lifestyleBox .row{
	width: 320px;
	margin: 0;
	padding: 20px 0 15px 0;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #acacac;
}

.homeBox .lifestyleBox .row .col1{
	width: 55px;
	margin: 0 10px 0 0;
	padding: 0;
	float:left;
	border: 5px solid #000000;	
}

.homeBox .lifestyleBox .row .col2{
	width:245px;
	margin: 0;
	padding: 0;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#111111;
	font-weight: normal;
	line-height:1.3em
		
}

.homeBox .gutter {
	width: 24px;
	margin: 0;
	padding: 0;
	float:left;
	
}

.homeBox .entertainmentBox {
	width: 320px;
	margin: 0;
	padding: 0;
	float:right;
	
}

.homeBox .entertainmentBox .entertainmentHeader{
	width: 310px;
	height:17px;
	background-image: url(images/UH_entertainmentBG.gif);
	background-repeat: no-repeat;
	padding: 0 0 10px 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	color:#000;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;
}

.homeBox .entertainmentBox .row{
	width: 320px;
	margin: 0;
	padding: 20px 0 15px 0;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #acacac;
}

.homeBox .entertainmentBox .row .col1{
	width: 55px;
	margin: 0 10px 0 0;
	padding: 0;
	float:left;
	border: 5px solid #000000;	
}

.homeBox .entertainmentBox .row .col2{
	width:245px;
	margin: 0;
	padding: 0;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#111111;
	font-weight: normal;
	line-height:1.3em
		
}

#categoryBox {
        width: 664px;
        margin: 0;
        padding: 15px 0 15px 0;

}

#categoryBox .rowBig{
        width: 650px;
        margin: 0;
        padding: 20px 0 15px 0;
        float:left;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #acacac;
}

#categoryBox .rowBig .col1{
        width: 199px;
        margin: 0 10px 0 0;
        padding: 0;
        float:left;
        border: 5px solid #000000;
}

#categoryBox .rowBig .col2{
        width:413px;
        margin: 0;
        padding: 0;
        float:left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.2em;
        color:#111111;
        font-weight: normal;
        line-height:1.3em
}

#categoryBox .rowBig a{
        font-family: Arial, Helvetica, sans-serif;
        color:#f26522;
        line-height:1.3em;


}


#categoryBox .rowBig a:hover{
        color:#000;



}



#categoryBox .row{
        width: 650px;
        margin: 0;
        padding: 20px 0 15px 0;
        float:left;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #acacac;
}

#categoryBox .row .col1{
        width: 55px;
        margin: 0 10px 0 0;
        padding: 0;
        float:left;
        border: 5px solid #000000;
}

#categoryBox .row .col2{
        width:565px;
        margin: 0;
        padding: 0;
        float:left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.2em;
        color:#111111;
        font-weight: normal;
        line-height:1.3em
}

#categoryBox .row a{
        font-family: Arial, Helvetica, sans-serif;
        color:#f26522;
        line-height:1.3em;


}


#categoryBox .row a:hover{
        color:#000;



}


#linksBox {
        width: 650px;
        margin: 0;
        padding: 0;
        float:left;

}

#linksBox .pagesBox{
        height: 20px;
        width:90px;
        margin: 0 10px 0 0;
        padding: 1px 1px 0 1px;
        float:left;
        background-color: #000000;
        text-align: center;
        font-size: 1.2em;
        font-weight: bold;
        color: #FFFFFF;
        vertical-align: middle;
        display: block;
}

#linksBox .prevBox{
height: 19px;
width: 80px;
        margin: 0 5px 0 0;
        padding: 0;
        float:left;
        background-color: #ffffff;
        text-align: center;
        font-size: 1.2em;
        font-weight: bold;
        color: #000000;

        border: 1px solid #000000;
}

#linksBox .prevBox a{

display:block;

        text-decoration:none;
        text-align: center;

        font-weight: bold;
        color: #000000;
}

#linksBox .prevBox a:hover{

display:block;

        text-decoration:none;
        text-align: center;
        background-color:#000000;
        font-weight: bold;
        color: #ffffff;
}

#linksBox .nextBox{
height: 19px;
width: 60px;
        margin: 0 5px 0 0;
        padding: 0;
        float:left;
        background-color: #ffffff;
        text-align: center;
        font-size: 1.2em;
        font-weight: bold;
        color: #000000;

        border: 1px solid #000000;
}

#linksBox .nextBox a{

display:block;

        text-decoration:none;
        text-align: center;

        font-weight: bold;
        color: #000000;


}

#linksBox .nextBox a:hover{

display:block;

        text-decoration:none;
        text-align: center;
        background-color:#000000;
        font-weight: bold;
        color: #ffffff;




}


#linksBox .numbersBox{
height: 19px;
width:22px;
display:block;
        margin: 0 5px 0 0;
        padding: 0;
        float:left;
        background-color: #ffffff;
        text-align: center;
        font-size: 1.2em;
        font-weight: bold;
        color: #000000;

        border: 1px solid #000000;
}

#linksBox .numbersBox a{

display:block;

        text-decoration:none;
        text-align: center;

        font-weight: bold;
        color: #000000;


}

#linksBox .numbersBox a:hover{

display:block;

        text-decoration:none;
        text-align: center;
        background-color:#000000;
        font-weight: bold;
        color: #ffffff;


}


#linksBox .numbersBox2{
height: 19px;
width:22px;

display:block;
        margin: 0 5px 0 0;
        padding: 0;
        float:left;
        background-color: #ffffff;
        text-align: center;
        font-size: 1.2em;
        font-weight: bold;
        color: #000000;
        vertical-align: middle;
        border: 1px solid #ffffff;

}


.picBox {
	width: 207px;
	margin: 0 19px 0 0;
	padding: 0;
	float:left;
	text-align: center;
}

.picBox2 {
	width: 207px;
	margin: 0;
	padding: 0;
	float:right;
	text-align: center;
}


.pic1 {
	width: 199px;
	margin: 0;
	padding: 0;
	border: 4px solid #000000;	
}


#newsBox {
	width:216px;
	margin:0;
	padding:0;

}

#newsBox .newsHeader {
	width:208px;
	height:27px;
	background-image: url(images/UH_newsBG.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	color:#000;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;	

}

#newsBox .newsBox2{
	width:184px;
	margin:0;
	padding:0 15px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;	

}


#newsBox .newsBox2 .row{
	margin:0;
	padding:15px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#111;
	line-height:1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b7b7b7;	

}

#newsBox .newsBox2 .row a{
	font-family: Arial, Helvetica, sans-serif;
	color:#f26522;
	line-height:1.3em;
	

}


#newsBox .newsBox2 .row a:hover{
	color:#000;
	
	

}


#newsBox .newsBox2 .row2{
	margin:0;
	padding:15px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#111;
	line-height:1.3em;
	
}

#newsBox .newsBox2 .row2 a{
	font-family: Arial, Helvetica, sans-serif;
	color:#f26522;
	line-height:1.3em;
	

}

#newsBox .newsBox2 .row2 a:hover{
	color:#000;
	
	

}


#eventsBox {
	width:216px;
	margin:0;
	padding:0;

}

#eventsBox .eventsHeader {
	width:208px;
	height:27px;
	background-image: url(images/UH_eventsBG.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	color:#000;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;
}

#eventsBox .eventsBox2{
	width:184px;
	margin:0;
	padding:0 15px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;	

}


#eventsBox .eventsBox2 .row{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#111;
	line-height:1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b7b7b7;
	background-image: url(images/UH_calendar_icon.gif);
	background-repeat: no-repeat;
	padding: 15px 0 15px 63px;

}

#eventsBox .eventsBox2 .row a{
	font-family: Arial, Helvetica, sans-serif;
	color:#f26522;
	line-height:1.3em;
	

}

#eventsBox .eventsBox2 .row2{
	margin:0;
	padding:15px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#111;
	line-height:1.3em;
	background-image: url(images/UH_calendar_icon.gif);
	background-repeat: no-repeat;
	padding: 15px 0 15px 63px;
	
}

#eventsBox .eventsBox2 .row2 a{
	font-family: Arial, Helvetica, sans-serif;
	color:#f26522;
	line-height:1.3em;
	

}





/* =Secondary Content
 * -----------------------------------------------------------------------------*/

#column3 {
	width: 882px;
	margin: 0 24px 0 24px;
	padding:0 20px 0 20px;
	float:left;	

}

.articleBox {
	width: 882px;
	float:left;	
	padding: 25px 0 0 0;

}

.articleBox p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#111;
	line-height:1.5em;

}
/*
.articleBox p img{
	float:right;
	padding: 15px 0 15px 15px;

}
*/
.articleBox .adBox{
	width:300px;
	height:270px;
	float:right;
	padding: 10px;
	margin: 10px 0 10px 10px;
	border: 1px solid #CCCCCC;
	text-align: center;

}


.commentSection {
	width: 882px;
	float:left;
	padding: 25px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;	

}

.commentBox {
	width: 862px;
	float:left;
	padding: 10px;
	
	background-color: #e1e1e1;	
	

}



.commentBox .col1 {
	width: 64px;
	float:left;
	margin: 0 10px 0 0;
	padding:0;
	height: 64px;
	border: 1px solid #999999;	
	

}



.commentBox .col2 {
	width: 700px;
	float:left;
	margin: 0;
	padding:0;	
	

}


/* =Footer
 * -----------------------------------------------------------------------------*/
#footer {
	width: 970px;
	
	
}

.footerTop {
	width: 970px;
	padding: 0 0 15px 0;
	background-color: #534741;
	background-image: url(images/UH_footerBG2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.footerTop .col1 {
	width: 217px;
	float:left;
	padding: 20px 0 0 0;
	margin:0 0 0 90px;
	
}

.footerTop .col1 .categoryHeader{
	width: 209px;
	height:17px;
	background-image: url(images/UH_categoryBG.gif);
	background-repeat: no-repeat;
	padding: 0 0 10px 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	color:#000;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;	
}


.footerTop .col1 p{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#fff;
	padding:0 0 0 0;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: left;
}

.footerTop .col1 a{
	font-family: Arial, Helvetica, sans-serif;
        color:#fff;
        padding:0 0 0 0;
        font-weight: normal;
        letter-spacing: 0px;
        text-align: left;
	text-decoration: none;	
}

.footerTop .col1 a:hover{
	font-family: Arial, Helvetica, sans-serif;
        color:#fff;
        padding:0 0 0 0;
        font-weight: normal;
        letter-spacing: 0px;
        text-align: left;
	text-decoration: underline;	
}

.footerBottom {
	width: 970px;
	height:75px;
	
}

.footerLeft {
	width: 22px;
	background-image: url(images/UH_triangle_left.png);
	background-repeat: no-repeat;
	float:left;
}

.footerRight{
	width: 22px;
	background-image: url(images/UH_triangle_right.png);
	background-repeat: no-repeat;
	float:left;
}
.footerCenter{
	width: 926px;
	height: 75px;
	background-image: none;
	float:left;
	background-color: #FFFFFF;
}

.copyrightBox{
	margin:0 auto;
	width: 500px;
	padding: 30px 0 0 0;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}


/* =Forms
 * -----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

.input1 {
	width:175px;
	height:20px;
	border:1px solid #FFFFFF;
	margin:0;
	padding: 0;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #ffffff;
}

.input2 {
	width:250px;
	height:20px;
	border:1px solid #666666;
	margin:0;
	padding: 0;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #ffffff;
}

.textarea1{
	border:solid 1px #888;
	width:460px;
	height:150px;
	max-width:450px;
	max-height:300px;
	margin:0;
	padding: 2px 0 0 2px;
	border: 1px solid #666;	
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	
	margin:0 5px 0 0;	
}

.contactFormBox {
	width: 500px;
	margin: 0 40px 0 0;
	padding: 20px 0;
	background-color: #ffffff;
	float:left;
	
	font-family: Arial, Helvetica, sans-serif;
	

}

.contactFormBox .inputBox{
	padding: 0;
	margin: 0;
	float:left;
	

}

.contactFormBox .inputBox .left{
	width: 250px;
	padding: 0;
	margin: 0 10px 0 0;
	float:left;
	

}

.contactFormBox .inputBox .right{
	width: 200px;
	padding: 0;
	margin: 0;
	float:left;
	

}

.contactFormBox .inputBox .middle{
	width: 460px;
	padding: 0;
	margin: 0;
	float:left;
	

}


/* =Tables
 * -----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}


.btnSubmit {
	color: #fff;
	background: #998675;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	border: 3px double #534741;
	border-top-color: #534741;
	border-left-color: #534741;
	padding:2px;
	width:80px;
	text-transform: uppercase;
}
.btnSubmit:hover {
  color: #FFF;
  background: #534741;
  border: 3px double #ffffff;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  text-transform: uppercase;
}




/* =Misc 1
 * -----------------------------------------------------------------------------*/



/* =Misc 2
 * -----------------------------------------------------------------------------*/
