﻿/*
Theme Name: 11worth
Theme URI: http://www.11worth.com
Description: 11worth theme for Wordpress
Version: 1.0
Author: Matt Fields
Datum: October 2, 2008
*/

/* RESET ALL MARGINS AND PADDING */

* { 
  margin: 0; 
  padding: 0;
}

/* LINK STYLES */

a:link {
  text-decoration: underline; 
  color: #707070;
}

a:visited {
  text-decoration: underline; 
  color: #707070;
}

a:hover {
  text-decoration: none; 
  color: #ffffff; 
  background-color: #7e849c;
}
 
a.nav:link {
  text-decoration: none; 
  color: rgb(223, 205, 207);
}

a.nav:visited {
  text-decoration: none; 
  color: rgb(223, 205, 207);
}

a.nav:hover {
  text-decoration: none; 
  color: #3d0011; 
  background-color: rgb(230, 206, 182);
}

a.noshow:hover {background: none; text-decoration: none; color: #3d0011;} /* to hide hover of anchor links. mf */

/* TEXT STYLES */

p, h1, h2, h3, h4, h5, li {
  padding: 5px;
  line-height: 1.3em;
}

p {
  font-family: "Verdana", "Arial", "Helvetica", "Times New Roman", serif;
  color: #3d0011;
  text-align: left;
  font-size: 1.2em;
}

.date {margin-left: 250px; color: #6284a7;}

h1 {
  font-family: "Bookman Old Style", "Times New Roman", "Arial", "Helvetica", serif;
  font-size: 2.0em;
}

h2 {
  font-family: "Century Gothic", "Tahoma", "Verdana", "Helvetica", "Times New Roman", serif;
  font-size: 1.8em;
}

h3 {
  font-family: "Tahoma", "Verdana", "Helvetica", "Times New Roman", serif;
  font-size: 1.6em;
}

h4 {
  font-family: "Tahoma", "Verdana", "Arial", "Helvetica", "Times New Roman", serif;
  font-size: 1.5em;
} 
 
h5 {
  font-family: "Tahoma", "Verdana", "Arial", "Helvetica", "Times New Roman", serif;
  font-size: 1.4em;
} 

small {
  font-family: Tahoma; 
  font-size: 1em;
  font-weight: 600;
}   

/* LAYOUT STYLES */

body {
  font-size: 62.5%; /* Resets 1em to 10px */
  /*background: #ED9F9F;*/
  background-color: #4f6d87;
  background-image: url(/images/body_bg8.jpg);
  background-repeat: repeat-x;
  background-attachment: fixed;
  text-align:center;/* for ie5 and 5.5.*/
}
html, body {
  height: 100%; /* for footer at bottom */
}

#outer {
  overflow: hidden; /* gets rid of bottom scrollbar in ie7 */
  width: 960px;
  position:relative;
  text-align:left;
  min-height: 100%; /* for footer at bottom */
  height: auto !important; /* for footer at bottom */
  height: 100%;
  margin: 0 auto -32px; /* for footer at bottom */
}

#header {
  width: 960px;
  /*background-image: url(/images/headerbg.jpg);
  background-repeat: no-repeat;*/
  margin-right: auto;
  margin-left: auto;
  height: 100px;
}

.headertitle h1 {
  font-family: "Palatino Linotype", "Bookman Old Style", "Times New Roman", "Arial", "Helvetica", serif; 
  color: #a9aabd;
  text-align: left;
  font-size: 2.7em;
  margin-left: 295px; 
}

.headertitle a {
  color: #a9aabd;
  text-decoration: none;
  background: none;
}

.headersubtitle h2 {
  font-family: "Times New Roman", "Arial", "Verdana", "Helvetica", serif;
  font-style: italic; 
  color: #a9aabd;
  text-align: left;
  font-size: 1.9em;
  margin-left: 325px;
}

.headersubtitle a {
  color: #a9aabd;
  text-decoration: none;
  background: none;
}

#left {
  width: 135px;
  float: left;
}

#right {
  width: 135px;
  float: right;
  padding-bottom: 0px;
}
  
#center {
  /*width: 705px;*/
  width: 650px;
  /*margin-top: -5px;
  margin-left: 141px;
  margin-bottom: 0px;*/
  margin: -5px 0px 0px 141px;
  padding: 10px 10px 0;
  background-color: #e1e0e4;
  border: 4px solid #dfcdcf;
}

#center ul {
  list-style-type: none;
  font-family: "Verdana", "Arial", "Helvetica", "Times New Roman", serif;
  color: #3d0011;
  padding: 0px 0px 10px 30px;  
}

#center ul li {font-size: 1.2em; border-left: 4px solid #dfcdcf;}

#center ul ul li {font-size: 1.1em} 

#center ul ul ul li {font-size: 1em;}

#center ol {
  font-family: "Verdana", "Arial", "Helvetica", "Times New Roman", serif;
  color: #3d0011;
  font-size: 1.2em;
  padding: 0px 0px 10px 30px;
} 

#center h2 {
  color: #e1e0e4;
  background-image: url(/images/title_bg.jpg);
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

h2.centertitle {
  color: #e1e0e4;
  background-image: url(/images/title_bg.jpg);
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

#center h3 {
  color: #4c4d60;
  background-image: url(/images/small_title_bg.jpg);
  background-repeat: no-repeat;
  margin-bottom: 5px;
  margin-top: 20px;
}

#center h3 a:link, #center h3 a:visited {
  text-decoration: none;
}

#center h4 {color: #4c4d60;}
#center h5 {color: #6a6b86;}

.breadcrumbheader {
  font-family: "Verdana";
  color: #ffffff;
  margin-top: 30px;
  text-align: right;
  font-size: 1em;
  margin-right: 145px;
  padding-bottom: 10px;
}

.breadcrumbheader a, .breadcrumbheader a:visited, .breadcrumbheader a:active {
  text-decoration: none; 
  color: rgb(223, 205, 207);
}

.breadcrumbheader a:hover {
  text-decoration: none; 
  color: #3d0011; 
  background-color: rgb(230, 206, 182);
}

/*br.clear {
  clear: both;
}*/

/* MENU */

.leftnav h1, h2, h3, h4, h5 {
  color: #a9aabd;
}

li.pagenav h2 {
  display: none;
}

/* for sitemap page li title. mf */
#center ul li.pagenav h4, #center ul li.categories h4, #center ul li.archives h4 {
  font-weight: 400;
  font-family: "Tahoma", "Verdana", "Arial", "Helvetica", "Times New Roman", serif;
  font-size: 1.4em;
  color: #4c4d60;
} 

ul.leftnav h4.widgettitle {
  display: none;
}

.leftnav ul {
  list-style-type: none; 
  /*margin:0 0 18px;*/ 
  font-size: 1.1em;
  font-family:"Arial", "Tahoma", "Verdana";
  width:115px;
  padding: 0px; 
}

.leftnav ul li{
  list-style-type: none;
  display:inline; 
  line-height:1.4em; 
  width:115px;
}

.leftnav ul li a {
  list-style-type: none;
  border-left: 4px solid #7e849c;
  border-right: 1px solid #ED9F9F;
  border-bottom: 1px solid #ED9F9F;
  background-color: #afadba;
  background-image: url(/images/nav_bg.jpg);
  color: #000000; 
  float:left; 
  font-weight:bold; 
  margin-bottom:5px; 
  padding:5px 1px 5px 5px; 
  text-decoration:none; 
  width:115px;
}

.leftnav ul li a:hover {
  list-style-type: none;
  background-color: #7e849c;
  background-image: url(/images/nav_bg_hover.jpg);
  color: #FFFFFF;
  border-right: 1px solid #7e849c;
  width:115px;
}

.leftnav ul ul{
  list-style-type: none;
  font-size:0.9em;
  margin:0 0 0 15px;
  padding:0 0 5px;
  width:105px;
  background: none;
}

.leftnav ul ul a {
  list-style-type: none;
  padding:3px 1px 3px 5px;
  width:105px;
}

.leftnav ul ul ul {
  list-style-type: none;
  width:100px;
  background: none;
}

.leftnav ul ul ul a {
  list-style-type: none;
  width:100px;
}

.leftnav2, .subnav li {
  list-style-type: none;
  color: #dfcdcf; 
  font-family: "Verdana", "Arial", "Helvetica", "Times New Roman", serif; 
  font-size: 1em;
}

.leftnav2 ul li {
  /*list-style-type: square;*/
  list-style-type: none;
  margin-left: 10px;
}

ul.subnav {margin-top: -3px;}

.leftnav2 a:link, .subnav li a:link {text-decoration: none; color: rgb(223, 205, 207);}

.leftnav2 a:visited, .subnav li a:visited {text-decoration: none; color: rgb(223, 205, 207);}

.leftnav2 a:hover {text-decoration: none; color: #3d0011; background-color: rgb(230, 206, 182);}

.subnav h4.widgettitle a:link, .subnav h4.widgettitle a:visited {
  color: #a9aabd;
  text-decoration: none;
  width: 120px;
  display: block;
  padding: 0 0 0 2px;
}

.subnav h4.widgettitle a:hover {
  color: yellow;
  background-color: #7e849c;
  width: 120px;
  display: block;
  padding: 0 0 0 2px;
}

.subnav li a:link, .subnav li a:visited, .subnav li a:active {
  color: #dfcdcf;
  width: 120px;
  display: block;
  padding: 0 0 0 2px;
}

.subnav li a:hover {
  text-decoration: none; 
  color: #3d0011; 
  background-color: rgb(230, 206, 182);
  width: 120px;
  display: block;
  padding: 0 0 0 2px;
}

/*.subnav li a:hover {text-decoration: none; color: #3d0011; background-color: rgb(230, 206, 182);}*/

/*a.subnav:hover {
  color: white;
}*/

.rightnav {
  color: #a9aabd;
  list-style-type: none;
}

.rightnav ul {
  list-style-type: none; 
  margin:0 0 18px; 
  width:115px;
  font-size: 1.2em;
  font-family:"Tahoma", "Verdana"; 
}

.rightnav ul li{
  list-style-type: none;
  display:inline; 
  line-height:1.4em; 
  width:115px;
}

.rightnav ul li a {
  list-style-type: none;
  border-left: 4px solid #7e849c;
  border-right: 1px solid #ED9F9F;
  background-color: #afadba;
  background-image: url(/images/nav_bg.jpg);
  color: #000000; 
  float:left; 
  font-weight:bold; 
  margin-bottom:5px; 
  padding:5px 1px 5px 5px; 
  text-decoration:none; 
  width:115px;
}

.rightnav ul li a:hover {
  list-style-type: none;
  background-color: #7e849c;
  background-image: url(/images/nav_bg_hover.jpg);
  color: #FFFFFF;
  border-right: 1px solid #7e849c;
  width:115px;
}

.rightnav ul ul{
  list-style-type: none;
  font-size:0.9em;
  margin:0 0 0 15px;
  padding:0 0 5px;
  width:105px;
  background: none;
}

.rightnav ul ul a {
  list-style-type: none;
  padding:3px 1px 3px 5px;
  width:105px;
}

.rightnav ul ul ul {
  list-style-type: none;
  width:100px;
  background: none;
}

.rightnav ul ul ul a {
  list-style-type: none;
  width:100px;
  }
  
.rightnav2 {
  list-style-type: none;
  color: #dfcdcf; 
  font-family: "Verdana", "Arial", "Helvetica", "Times New Roman", serif; 
  font-size: 1em;
}

.rightnav2 ul li {
  list-style-type: none;
  text-align: left;
}

.rightnav2 a:link {
  text-decoration: none; 
  color: rgb(223, 205, 207);
  width: 120px;
  display: block;
  /*padding: 0 0 0 2px;*/
  padding: 0;
}

.rightnav2 a:visited {
  text-decoration: none; 
  color: rgb(223, 205, 207);
  width: 120px;
  display: block;
  padding: 0 0 0 2px;
}

.rightnav2 a:hover {
  text-decoration: none; 
  color: #3d0011; 
  background-color: rgb(230, 206, 182);
  width: 120px;
  display: block;
  padding: 0 0 0 2px;
}

.rightnav2 h4.widgettitle {
  margin-left: -5px;
}

.rightnav2 h4.widgettitle a:link, .rightnav2 h4.widgettitle a:visited {
  color: #a9aabd;
  text-decoration: none;
  width: 120px;
  display: block;
  padding: 0 0 0 2px;
}

.rightnav2 h4.widgettitle a:hover {
  color: yellow;
  background-color: #7e849c;
  width: 120px;
  display: block;
  padding: 0 0 0 2px;
}

.rightnav3 {
  list-style-type: none;
  color: #dfcdcf; 
  font-family: "Verdana", "Arial", "Helvetica", "Times New Roman", serif; 
  font-size: 1em;
}

.rightnav3 ul li {
  /*list-style-type: square;*/
  list-style-type: none;
  margin-left: 10px;
}

.rightnav3 a:link, .rightnav3 a:visited, .rightnav3 a:active {
  text-decoration: none; 
  color: rgb(223, 205, 207);
  width: 120px;
  display: block;
  padding: 0 0 0 2px;
}

.rightnav3 a:hover {
  text-decoration: none; 
  color: #3d0011; 
  background-color: rgb(230, 206, 182);
  width: 120px;
  display: block;
  padding: 0 0 0 2px;
}


/* Horiz Top Menu */

#suckerfishnav {
    /*background:#7e849c repeat-x;*/
    background-image: url(/images/navbg.jpg);
    background-color: #afadba;
    font-size:14px;
    font-family:verdana,sans-serif;
    font-weight:600;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
    padding:0;
    border:1px solid #aaa;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color: #ffffff;
    text-decoration:none;
    padding:0px 10px;
    border-left: 1px solid #666666;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    width: 160px;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:101px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#suckerfishnav li li {
    width:99px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    font-family:verdana,sans-serif;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:80px;
    font-size:10px;
    color:#000000;
    }
#suckerfishnav li ul ul {
    margin:-19px 0 0 100px;
    }
#suckerfishnav li li:hover {
    background:#3d0011;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#ffffff;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color: yellow;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#000000;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background: rgb(230, 206, 182);
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
   background:#afadba;
}

/* WEBLOG */

.post {
  /*border-bottom: 1px solid #ccc;*/
  margin-bottom: 15px;
  margin-top: 0px;
}

.postdate {
  font-size: 1em;
  font-weight: 600;
}

.post h2 a:link, .post h2 a:visited, .post h2 a:active {color: #e1e0e4;}

.post h2 a:hover {color: #ffffff; background-color: #000000;}

.authorlink {
  font-size: 1.2em;
  font-weight: 600;
}

.commentdate {
  font-size: .8em;
  font-weight: 600;
}

.comment-list {
  width: 460px;  
}

ol.commentlist {
  border: 2px solid #4f6d87;
  margin-top: 20px;
}

ol.commentlist li ul li {
  font-size: .9em;
  border: none;
}

ol.commentlist li {
  border-bottom: 1px solid #fffded;
}

ol.commentlist li p {
  font-size: 1em;
}

/*ol.commentlist li cite {
  font-weight: 600;
  margin-right: 3px;
}*/

p.nocomments {
  text-align: left;
  font-size: 1.1em;
  font-style: italic;
}

.avatar {
  float: right;
}

#comment {
  width: 460px;
  background-color: #fffded;
}

#commentform input {background-color: #fffded; width: 200px;}

#commentform #author, #commentform #email, #commentform #url {font-size: 1em;}

#commentform #comment {font-family: Verdana, sans-serif; font-size: 1em;}

#commentform #submit {background-color: #a9aabd; color: #ffffff; height: 20px; width: 90px;}
#commentform #submit:hover {background-color: #fffded; color: #000000;}

#commentform small {font-weight: 400;}

ol.commentlist li .commentmetadata {font-size: .8em;}


/* FOOTER */

#footer {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	height: 32px;
	}

#clearfooter {
        height:32px;
        width: 960px; /* to make sure columns clear footer */
} /* to clear footer, for footer at bottom */

#footer p { 
  color: #dfcdcf; 
  font-family: "Verdana", "Arial", "Helvetica", "Times New Roman", serif; 
  font-size: 1em;
  text-align:center;
  padding-bottom: 10px;  
}

/* IMAGES */


/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	/*border: 1px solid #a9aabd;*/
	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;*/
        border: 1px solid #000000;
}

.wp-caption p.wp-caption-text {
        color: #6a6b86; 
	font-size: 1em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
        text-align: center;
}
/* End captions */


/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	}
	
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 */


/* MISC */

#album {
  width: 390px;
  margin-right:auto;
  margin-left:auto;
}

#album ul {
  list-style-type:none;
  /*margin-left:68px;*/
}

#album li {
  list-style-type:none;
  float: left;
  width: 150px;
  margin-right: 6px;
  margin-bottom: 10px;
  font: 1em "Arial", "Helvetica", sans-serif;
  color: #3d0011;
  text-align:center;
}

#album img {
  border:0;
  border: 1px solid #000000;
}

input {
  background-color: #afadba; 
  color: #000000; 
  font-size: 10px; 
  border: 1px solid #ED9F9F;
}

#searchsubmit {
  margin-top: 3px;
  background-color: #7e849c !important;
  color: #ffffff !important;
  border-right: 1px solid #ed9f9f !important;
  border-bottom: 1px solid #ed9f9f !important;
}

#searchsubmit:hover {
  margin-top: 3px;
  background-color: #afadba !important;
  color: #ffffff !important;
  border-right: 1px solid #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
}

#cse-search-results iframe { 
  width: 645px;
  margin-right:auto;
  margin-left:auto; 
}

.event3 {
  font-size: .9em; 
  background: #f9f8f5; 
  border:3px solid #f9efe9;
  margin-right:auto;   
  margin-left:auto;
  padding: 10px;
}

/*select.postform {
  background-color: #afadba; 
  color: #000000; 
  font-size: 10px; 
  border: 1px solid #ED9F9F;
}

#cat select.postform option {
  color: red;
  border: 1px solid #ED9F9F;
}

select.postform button {background-color: #f9f8f5;}*/ 

.ddsg-wrapper h2 {
display: none;
}

.ddsg-wrapper ul ul li {
font-size: .9em;
}

.gallerylink {
  text-align: center;
} 

.gallerylink img {
  border: 1px solid #e1e0e4;
}

/* Some Search Unleashed Styles mf */

.hide {
  font-family: "Verdana", "Arial", "Helvetica", "Times New Roman", serif;
  font-size: 1.2em;
  font-weight: 600;
}
  
#incoming a:link {
  text-decoration: underline; 
  color: #707070;
}

#incoming a:visited {
  text-decoration: underline; 
  color: #707070;
}

#incoming a:hover {
  text-decoration: none; 
  color: #ffffff; 
  background-color: #7e849c;
} 

#404 {
  color: #4c4d60;
  margin-bottom: 5px;
  margin-top: 20px;
}

/*#wp-calendar {
  font-family: "Verdana", "Arial", "Helvetica", "Times New Roman", serif;
  font-size: 1.2em;
}*/

.articles_calendar {
  float: right; 
  margin: 0 0 10px 10px; 
  padding: 0 10px 0; 
  border-left: 1px solid #cccccc;
  font-family: "Verdana", "Arial", "Helvetica", "Times New Roman", serif;
  font-size: 1.2em;
}

a.more-link:link, a.more-link:visited, a.more-link:active {
  color: #3d0011;
  background-color: #dfcdcf;
  text-decoration: none;
}

a.more-link:hover {
  color: #ffffff;
  background-color: rgb(10, 10, 10);
}

/*Twitter*/

#twitter_div {
 color: #e1e0e4;
 padding: 20px 0 0;
 }
 
#twitter_div img {
 padding: 2px;
 margin: 0;
 }
 
#twitter_div h4 {
  margin-left: -5px;
}

#twitter_div h4 a:link, #twitter_div h4 a:visited {
  color: #a9aabd;
  text-decoration: none;
  width: 100px;
  display: block;
  padding: 0 0 0 2px;
}

#twitter_div h4 a:hover {
  color: yellow;
  background-color: #7e849c;
  width: 100px;
  display: block;
  padding: 0 0 0 2px;
}
 
#twitter_update_list {
 /*border: 1px solid #e1e0e4;*/
 }
 
#twitter_update_list li {
 list-style-type: none;
 font-family: Verdana, sans-serif;
 font-size: 1.1em;
 line-height: 1.1em;
 padding: 0 5px 0 5px;
 border-bottom: 2px solid #7d7d7d;
 border-right: 2px solid #7d7d7d;
 border-top: 2px solid #acacac;
 border-left: 2px solid #acacac;
 margin: 0 0 10px 0;
 }
 
#twitter_update_list li a:link, #twitter_update_list li a:visited, #twitter_update_list li a:active {
 color: rgb(223, 205, 207);
 text-decoration: none;
 margin-left: 10px;
 font-family: Verdana, sans-serif;
 }
 
#twitter_update_list li a:hover {
 color: #3d0011; 
 background-color: rgb(230, 206, 182);
 text-decoration: none;
 margin-left: 10px;
 }
 
a.twitlink:link, a.twitlink:visited, a.twitlink:active {
 color: rgb(223, 205, 207);
 font-family: Verdana, sans-serif;
 text-decoration: none;
 }
 
a.twitlink:hover {
 color: #3d0011; 
 background-color: rgb(230, 206, 182);
 font-family: Verdana, sans-serif;
 text-decoration: none;
 }
 
 /* sociable styles */
 
div.sociable { 
    margin: 16px 0; 
}

.sociable_tagline {
    color: #a9aabd;
    font-family: Verdana, sans-serif;
}

span.sociable_tagline { 
    position: relative; 
}
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	border: none !important;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.clear {
    clear: both;
}

.payment {
  margin: 20px 0 0;
  }
  
.payment input {
  background: transparent; 
  border: none;
}
  
.payment p {
  color: #ffffff;
  font-size: 1em;
  text-align: center;
  padding: 0;
  margin-left: -10px;
  } 