/*  
Texas Clothier
by ponticlaro.com
*/


* {
    font-family: "Georgia", georgia, "Times New Roman", times, serif;
}

body {
    text-align: center;
    background-color: #fff;
    background: url(../i/tc-back.jpg) 0 0 repeat;
    width: 100%;
}

#container {
    width: 950px;
    min-height: 625px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative;
    padding-top: 130px;
    border-bottom: 0;
}

a {
    text-decoration: none;
}


/*************************************************************************
    Colors
*************************************************************************/

/* Dark Grey */
h2,
p,
a:link,
a:visited {
    color: #525252;
}

#address a {
    border-bottom: 1px solid #ccc;
}

#nav a:hover {
    color: #333;
}

#address a:hover {
    border-bottom: 1px solid #333;
    color: #333;
}

.update {
    color: #660033;
}


/*************************************************************************
    Nav
*************************************************************************/
#nav {
    position: absolute;
    left: 145px;
    top: 93px;
}

#nav li {
    font-size: 12px;
    letter-spacing: 3px;
    display: inline;
    margin-right: 20px;
}

.home #nav-home a,
.designers #nav-designers a,
.custom #nav-custom,
.services #nav-services,
.history #nav-history a,
.contact #nav-contact a {
    font-weight: bold;
}



/*************************************************************************
    Logo
*************************************************************************/
#logo {
    position: absolute;
    top: 17px;
    left: 0;
}

#logo a {
    text-indent: -9999px;
    background: url(../i/tc-logo.gif) 0 0 repeat;
    display: block;
    height: 91px;
    width: 71px;
}



/*************************************************************************
    Left and Right List
*************************************************************************/
#right-list {
    clear: none;
    height: 142px;
    margin: 10px 0 0;
    text-align: right;
    width: 950px;
}

#left-list {
    margin-top: 10px;
    width: 380px;
	float: left;
}

#right-list p,
#left-list p,
p {
    font-size: 12px;
    margin-bottom: 7px;
    line-height: 158%;
}

#right-list h2,
#left-list h2,
h2 {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: bold;
}


#right-list strong,
#left-list strong {
    font-size: 14px;

}

.designers #left-list, .designers #right-list {
	width: 186px;
}

.designers #left-list {
    float: left;
    margin-top: 30px;
    padding-bottom: 50px;
    padding-left: 50px;
    text-align: left;
}

.designers #right-list {
    float: left;
    text-align: left;
    margin-top: 30px;
    padding-bottom: 50px;
    padding-left: 50px;
}


/*************************************************************************
    Gallery
*************************************************************************/

#gallery {
    height: auto;
}

.small-gallery #gallery {
    height: 230px;
}

.small-gallery #right-list {
    top: 370px;
}

.home #gallery {
    height: 625px;
}
.home #content {
    height: 725px;
}

/*************************************************************************
    Address
*************************************************************************/
.home #address-wrap {
    margin-top: 0;
}


#address-wrap {
    clear: left;
    height: auto;
    margin: 0;
    text-align: center;
    width: 100%;
	float: left;
}

#address {
    background: url(../i/tc-address-tag.gif) 0 0 no-repeat;
    height: 122px;
    width: 281px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
}

#address p {
    margin-top: 9px;
    line-height: 100%;
}

.nums {
    font-family: "Times New Roman", times;
}



/*************************************************************************
    Footer
*************************************************************************/
#footer {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

#footer p {
    font-size: 10px;
    margin-top: 5px;
}

#footer label {
    display: none;
}   

/*************************************************************************
    Social
*************************************************************************/
#social {
    position: absolute;
    left: 897px;
    top: 83px;
    width: 100px;
}



/*************************************************************************
    Twitter / Facebook
*************************************************************************/
#twitter {
    font-size: 11px;
    width: 450px;
    position: absolute;
    top: 20px;
    left: 500px;
    line-height: 148%;
}


#footer-blog a, 
#footer-facebook a,
#footer-twitter a {
    display: block;
    text-indent: -9999px;
    height: 24px;
    width: 27px;
    border: 0;
    padding: 0;
}

#footer #footer-blog,
#footer #footer-facebook,
#footer #footer-twitter,
#footer-orgs li {
    display: inline;
    float: left;
    border: 0;
    padding: 0;
}

#footer-twitter a {
    background: url(../i/twitter.png) 0 -24px no-repeat;
}

#footer-facebook a {
    background: url(../i/facebook.png) 0 -24px no-repeat;
}

#footer-blog a:hover, 
#footer-facebook a:hover,
#footer-twitter a:hover {
    background-position: 0 0;
}

#footer-icons li {
    display: inline;
    margin-right: 2px;
    float: left;
}

