/*-----attach body.custom to any style you add here-----*/

body.custom abbr {
	border: none;}

body.custom .moretext {
        font-style: italic; }

/*-----to change the site title-----*/
body.custom .homelink {
	font-family: helvetica; }

body.custom .description {
       font-size:16px;
       font-weight: bold; }

/*-----removes page titles from single column pages-----*/
.page .entry-title {
	display: none; }

/*-----adds borders to all images-----*/
body.custom .entry-content img {
	padding:4px;
	border:1px solid #ccc;
	background:#eee; }

/*-----changes delineation between posts-----*/
body.custom .looped .entry,
body.custom .single .entry {
	border-bottom: 2px dashed #ccc;
}

#breadcrumbs {
  font-size:12px; }

.custom a.more-link { 
	background: #777777; color: #FFF;
	padding: 4px 8px 5px 5px; text-decoration: none;
 	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.custom a:hover.more-link {
	background: #cccccc; color: #111;
}

/*-- for file type icons after links --*/
a.pdf
{
	background:transparent url(images/links/pdf-file.png) center right no-repeat;
	display:inline-block;
	padding-right:20px;
	line-height:20px;
}

a.zip
{
	background:transparent url(images/links/zip-file.png) center right no-repeat;
	display:inline-block;
	padding-right:20px;
	line-height:20px;
}

a.ext
{
	background:transparent url(images/links/external.png) center right no-repeat;
	display:inline-block;
	padding-right:20px;
}

a.txt
{
	background:transparent url(images/links/txt-file.png) center right no-repeat;
	display:inline-block;
	padding-right:20px;
	line-height:20px;
}

a.xls
{
	background:transparent url(images/links/xls-file.png) center right no-repeat;
	display:inline-block;
	padding-right:20px;
	line-height:20px;
}

a.doc
{
	background:transparent url(images/links/doc-file.png) center right no-repeat;
	display:inline-block;
	padding-right:20px;
	line-height:20px;
}

a.email
{
	background:transparent url(images/links/email.png) center right no-repeat;
	display:inline-block;
	padding-right:20px;
	line-height:20px;
}

a.facebook
{
	background:transparent url(images/links/facebook-file.png) center right no-repeat;
	display:inline-block;
	padding-right:20px;
	line-height:20px;
}
/*-- for file type icons after links --*/


.social-media {
margin:5px 0 0;
}

#social-twitter, #social-facebook, #social-digg, #social-fb, #social-gb, #social-print {
display:block;
float:left;
}

#social-twitter {
margin-left:20px;
}

#social-fb {
margin-left:15px;
}

#social-digg {
margin-right:15px;
}

#social-gb {
margin-left:15px;
}

#social-print {
margin-left:15px;
}
