/* 
Copy from "style.css" into this file and make the changes HERE!
This makes it possible to upgrade the core system and theme without destroying your style changes.

Here is a List of Common CSS styles you may want to change: 

*/

body 
{background: 
url("http://www.crosstied.org/wp-content/uploads/2011/03/topbg.jpg") top scroll repeat-x,
url("http://www.crosstied.org/wp-content/uploads/2011/03/bg.jpg") repeat 0 0 transparent; }


.navigation {  
    background: none repeat scroll 0 0 #B4B4B4;
    font-size: 13px;
    padding: 0;
    text-transform: uppercase;
    height: 35px;
    color: #000;				
}

.nav a:link, .nav a:visited {
    color: #000000;
    display: block;
    font-family: Arial;
    line-height: 10px;
    padding: 14px 20px 0 0;
    text-decoration: none;
    z-index: 100;
}

.nav a:hover {
    text-decoration: none; color: #b42222; }

#home #nav-home a,
#about #nav-about a,
#media #nav-media a,
#contact #nav-contact a 
#conferences #nav-conferences a,
#support #nav-support a,
#archive #nav-archive a,
{ color: #b42222; }


#header {
    clear: both;
    padding: 0 0 20px 0;
    position: relative;  }


#topics {
    background: none repeat scroll 0 0 #B4B4B4;
    font-family: "Arial";
    font-size: 12px;
    height: 35px;
    margin: -8px auto 48px;
    padding: 3px;
}

#topics li {
    display: block;
    float: left;
    font-size: 20px;
    left: 205px;
    padding-left: 35px;
    padding-top: 2px;
    position: relative;
    color: #000;
}

#topics a:link, #topics a:visited { color:#000; text-decoration: none; }

#topics a:hover {
    text-decoration: none; color: #b42222; }

.fr {display: none; }

.social {
    display: block;
    float: right;
    height: 0;
    margin-right: 265px;
    margin-top: -86px;
    position: relative;
}

.social ul { list-style-type: none; display: block; }

.social li {
  float: right;
  height: 30px;
  margin: 0 12px 7px 0;
}


#content {
    background: none repeat scroll 0 0 #E7E7E7;
    border-left: 120px solid #E7E7E7;
    margin-top: 1em;
    margin-left: 120px;
    min-height: 550px;
    padding: 0;
}


.post {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 2px solid #B7B7B7;
    border-right: 2px solid #B7B7B7;
    border-bottom: 2px solid #B7B7B7;
    margin: 0 0 20px;
    min-height: 250px;
    padding: 20px 25px 0;
    position: relative;
}

#ribbon {
    background: url("http://www.crosstied.org/wp-content/uploads/2011/03/ribbon1.png") no-repeat scroll 0 0 transparent;
    color: #D6D6D6;
    font-family: Arial;
    font-weight: bold;
    font-size: 11.3px;
    height: 29px;
    padding: 7px;
    position: absolute;
    right: 55.1em;
    width: 105px;
    top: 30px;
}

#ribbon a:link, #ribbon a:visited { color:#FFF; text-decoration: none; }

#commentcount {
    background: url("http://www.crosstied.org/wp-content/uploads/2011/03/ribbon1.png") no-repeat scroll 0 0 transparent;
    color: #D6D6D6;
    font-family: Arial;
    font-weight: bold;
    font-size: 11.3px;
    height: 29px;
    padding: 7px;
    position: absolute;
    right: 55.1em;
    width: 105px;
    top: 75px; 
}

              
#commentcount a:link, #commentcount a:visited { color: #D6D6D6; text-decoration:none; }
#commentcount a:hover { text-decoration:none; }


#comments { margin: 15px 0 0 0; padding: 20px 25px 0px; }

#sidebar {
    overflow: hidden;
    width: 310px;
}

input.submit {
    background-color: #B42222;
    border: medium none;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    line-height: 17px;
    padding: 4px 18px;
    text-transform: uppercase;
}

input.submit:hover {
    background-color: #000000;
}

#commenthere { padding-bottom: 1em; }
#commenthere a:hover { text-decoration:none; color: #999; }

/*
===================================================================================
SOCIAL BAR
===================================================================================
*/

/* The post / entry */
.entry { overflow: hidden; }

/* Twitter */
.twitter-share-button { width: 95px !important; }

/* Facebook */
.fb-share { display: block; }
.fb-like { border: none; height: 21px; overflow: hidden; width: 78px; }

/* Comment */
.leave-comment { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; background: #888888; border: 1px solid #6F6F6F; color: #FFFFFF !important; display: block; font-size: 10px; font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-weight: bold; padding: 1px 4px 0 4px; text-decoration: none; }

/* The social bar row */
.social-bar { border-top: 1px solid #EEEEEE; margin-top: 30px; padding-top: 18px; }
.social-bar ul { margin-left: 19px; padding: 0 !important; text-align: left; }
.social-bar ul li { float: left; list-style: none !important; margin-right: 20px; padding: 0; }
.social-bar ul li:last-child { margin-right: 0; } 

#footer .navigation { display:none; }
