/*
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/
*/
/* CSS Document */


/*-- buttons on foot of each inner page --*/

.ibutts { margin:30px; }




/*-- unordered lists-----*/

#content ul li a:link, #content ol li a:link, #content ul li a:visited, #content ol li a:visited { text-decoration: underline; }
#content ul li a:hover, #content ol li a:hover { text-decoration: none; }
#content ul { text-align: left; margin: 20px 0 20px 15px; font-size: .8em; border: 0; padding: 0; }
#content ol { text-align: left; margin: 20px; margin-left: 40px; color: #252525; font-size: 0.8em; line-height:1.4em; border: 0; padding: 0; }
#content ul li { list-style-type: none; line-height: 1.6em; margin-bottom: 5px; }
#content ol li { list-style-type:inherit; line-height: 1.6em; margin-bottom: 5px; }



/*  LEFT CONTENT  */

#holderleft { float: left; width: 245px; border: 0; text-align:left; margin:0; }
#btmpad { height:11px; background-color:#fff; }

#wpaper { width:243px; border: 1px solid #61B5D8; border-width: 0 1px 1px 1px; margin:0; background-color:#fff; }
#wpaper .title { background: url(http://www.dotcomexpertise.com/images/bg-wpapertitle.gif) repeat-x top; height: 27px; font-size: 11px; font-weight:bold; color:#fff; text-align:center; padding-top:10px; }
#wpaper .ctent { padding:10px; background: url(http://www.dotcomexpertise.com/images/bg-leftcol.gif) repeat-y left top; }
#wpaper p { font-size:.7em; line-height: 1.3em; margin: 0 0 10px 0; }
#wpaper .privacy { font-size:.6em; text-align: center; }
input.wpemail { width: 158px; border: 1px solid #398FB7; /*background: #fff url(http://www.dotcomexpertise.com/images/input.gif) no-repeat;*/ padding: 4px 6px; color: #1E67A8; }
#wpemail { text-align:center; }
#wpemail p { padding: 0; margin: 0; }

#lsr { width:243px; border: 1px solid #5F6A80; border-width: 0 1px 1px 1px; margin:0; background-color:#fff;}
#lsr .title { background: url(http://www.dotcomexpertise.com/images/bg-lsrtitle.gif) repeat-x top; height: 28px; font-size: 1em; font-weight:bold; color:#fff; text-align:center; padding-top:9px; }
#lsrctent {  padding:10px; font-size: 0.7em; background: url(http://www.dotcomexpertise.com/images/bg-leftcol.gif) repeat-y left top; }
#lsrctent ul { list-style: none; margin-left: 0; }
#lsrctent li { display: block; margin:0 0 6px 0; height:47px; background: url(http://www.dotcomexpertise.com/images/bg-lsr.gif) no-repeat top left; padding:5px 0 0 50px;}
#lsrctent li a { color: #0A0F19; text-decoration: none; }
#lsrctent li a:hover { text-decoration: none; color: #4EA0C9; }

#nletter { width:243px; border: 1px solid #61B5D8; border-width: 0 1px 1px 1px; margin:0; background-color:#fff; }
#nletter .title { background: url(http://www.dotcomexpertise.com/images/bg-wpapertitle.gif) repeat-x top; height: 27px; font-size: 1em; font-weight:bold; color:#fff; text-align:center; padding-top:10px; }
#nletter .ctent { padding:10px; background: url(http://www.dotcomexpertise.com/images/bg-leftcol.gif) repeat-y left top; }
#nletter p { font-size:.7em; line-height: 1.3em; margin: 0 0 10px 0; }
#nletter .privacy { font-size:9px; text-align: center; }
input.nlemail { width: 158px; border: 1px solid #398FB7; /*background: #fff url(http://www.dotcomexpertise.com/images/input.gif) no-repeat;*/ padding: 4px 6px; color: #1E67A8; }
#nlemail { text-align:center; }
#nlemail p { padding: 0; margin: 0; }

/*  SEARCH MARKETING / SOCIAL NETWORKING CONTENT  */

#btmRight { float: right; background: url(http://www.dotcomexpertise.com/images/bg-btmright.jpg) no-repeat top left; width: 337px; height: 179px; padding:11px 13px 0 13px; }
#btmRight .title { font-size: 1.1em; color: #fff; font-family: Trebuchet MS, Arial, Tahoma, Sans Serif; }
#btmRight p { font-size:.75em; line-height:1.1em; color: #fff; margin: 10px 0 0 0; }
#btmRight .butt { text-align:center; padding-top:10px; }
#btmLeft { float: left; background: url(http://www.dotcomexpertise.com/images/bg-btmleft.jpg) no-repeat top left; width: 337px; height: 179px;  padding:11px 13px 0 13px; }
#btmLeft .title { font-size: 1.1em; color: #fff; font-family: Trebuchet MS, Arial, Tahoma, Sans Serif; }
#btmLeft p { font-size:.75em; line-height:1.1em; color: #fff; margin: 10px 0 0 0; }
#btmLeft .butt { text-align:center; padding-top:10px; }

/*  FOOTER  */

#footer { height: 56px; background:#ABABAB url(http://www.dotcomexpertise.com/images/bg-footer.gif) repeat-x top;  margin-top:11px; padding: 8px 15px 0 15px; }
#footer p { font-weight: bold; color: #0A0F19; font-size: .75em; margin:5px 0; }
#footer a, #footer a:visited { color:#0A0F19; text-decoration: none; }
#footer a:hover { color: #61B5D8; text-decoration: none; }
#footer .cright { padding-top:1px; }
#footer .fmenu { float:right; text-align:right; }
#footer .seobpa { float:left; }