/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


.custom #gallery-1 img {
padding: 3px; border:1px solid #ababab;}

.custom #gallery-2 img {
padding: 3px; border:1px solid #ababab;}

.custom #gallery-3 img {
padding: 3px; border:1px solid #ababab;}

.custom #gallery-1 .gallery-item { margin-top: 0px; margin-bottom: 4px; }

.custom #gallery-2 .gallery-item { margin-top: 0px; margin-bottom: 4px; }

.custom #gallery-3 .gallery-item { margin-top: 0px; margin-bottom: 4px; }


.custom dl#comment_list .bypostauthor { background: #efefef; }

.custom #header a:hover {color:#555555; text-decoration: none;}

.custom #sidebars li.widget li {
   padding-left: 0px;
   color: #222222;}

.custom img.alignleft { margin-top: 9px; margin-right: 12px; margin-bottom: 2px; }

.custom img.alignright { margin-top: 9px; margin-left: 12px; margin-bottom: 2px; }

.custom ul.wp-tag-cloud { text-align: justify; }

.custom  ul.wp-tag-cloud a {color: #901818; }

.custom .format_text input.form_submit:hover, #commentform .form_submit:hover {
color:#666666; }


/* NUMBERED PAGE NAV */
.page-nav { font-size: 1.35em; font-weight: bold; margin: 1em 0; padding: 0; overflow: hidden; }
.page-nav-intro { float: left; padding: .3em .5em; margin: 0 1em 1em 0; background: #efefef; border: .1em solid #ccc; }
.page-number { float: left; padding: .3em .5em; margin: 0 .2em; background: #fff; border: .1em solid #ccc;  }
.current-page-number { float: left; padding: .3em .5em; margin: 0 .2em; background: #efefef; border: .1em solid #ccc; }
.elipses { float: left; padding: .3em .2em; }


/* SOCIAL BOOKMARKS */
	.social { border: dashed #ddd; border-width:1px 0 1px 0; margin: -15px auto 10px; display:block; padding: 3px 0 1px 0px;  overflow: hidden; }
	.social .social_button {float: left; display: inline; overflow: hidden; height:22px; }
	.social .social_button.dg { margin: 0px 0 0 20px ; padding-top: 4px;}
	.social .social_button.tm { margin: 0px 0 0 12px;  padding-top: 4px;}
	.social .social_button.fb { margin: 0 0 0 15px;  padding-bottom:0px;}
	.social .social_button.su { margin: 0px 0 0 30px;  padding-top: 2px;}
        .social .social_button.em { margin: 0 0 0 20px;  padding-top: 0px;}
        .social .social_button.em a{background:#eee url(images/emailthis.gif) 3px 50% no-repeat; padding:2px 3px 2px 20px;  font-size:10px; border:#ddd 1px solid; text-decoration:none; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
		.social .social_button.em a:hover {background:#ddd url(images/emailthis.gif) 3px 50% no-repeat}
	.social .social_button a img { border: 0; padding: 0; }
	.social strong { font-size: 11px; float: left; margin:2px 0 0 0; color:#555;}
 
.clear{clear:both;}

/*
-------- pagenavi-----------------------------------
*/
.wp-pagenavi { margin: 20px auto 25px 10px; }
.wp-pagenavi a, .wp-pagenavi a:link { font-size:14px; padding: 3px 8px; margin: 2px; text-decoration: none; border: 1px solid #dddddd; color: #413f36; background-color: #eeeeee; }
.wp-pagenavi a:visited { font-size:14px; padding: 3px 8px; margin: 2px; text-decoration: none; border: 1px solid #dddddd; color: #413f36; background-color: #eeeeee; }
.wp-pagenavi a:hover { font-size:14px; border: 1px solid #a6a6a6; color: #FFF; background-color: #cacaca; }
.wp-pagenavi a:active { font-size:14px; padding: 3px 8px; margin: 2px; text-decoration: none; border: 1px solid #dddddd; color: #413f36; background-color: #eeeeee; }
.wp-pagenavi span.pages { font-size:14px; padding: 3px 8px; margin: 2px 2px 2px 2px; color: #000000; border: 1px solid #dddddd; color: #413f36; background-color: #eeeeee; }
.wp-pagenavi span.current { font-size:14px; padding: 3px 8px; margin: 2px; font-weight: bold; border: 1px solid #646464; color: #901818; background-color: #cacaca; }
.wp-pagenavi span.extend { font-size:14px; padding: 3px 5px; margin: 0px; border: 0px solid #dddddd; color: #413f36; background-color: #ffffff; }

.custom blockquote {border-left: double #dddddd; color: #555555;}

.custom #logo a { display:block; height:38px; width:347px; background:url(http://www.atomicantiques.com/typewriter-header.jpg) left no-repeat; text-indent:-9999px; }

.custom #footer { text-align: center; }

.custom .thumb { padding: 2px; border: 1px solid #ababab; }

/*
.custom #sidebar_1 {background-color: #bababa;}
*/

.custom #sidebars a {
  color: #111111;
  }

.custom #sidebars a:hover {
  color: #901818;
  }

.custom #header {border: 0;}

.custom #archive_info {padding-top: 25px;}