/* 

Theme Name: InternetDough
Theme URI: http://www.internetdough.net
Description: Custom WordPress theme
Version: 1.3
Author: Beers Design
Author URI: http://beersdesign.com

*/

/* ----------------TAGS------------  */

body {
	background: #f6f6f6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	height:100%
}

a {
	color: #4f7c33;
	text-decoration: underline;
}

a:hover {
	color: #4f7c33;
	text-decoration: none;
}

h3 {
	margin: 0px;
	padding: 0px 0px 3px;
	font-size: 21px;
}

h3 a {
	color: #000000;
	text-decoration:none;
}

h2 {
	font-size: 11px;
	font-weight: normal;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight:bold;
	line-height:100%;
}

h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	line-height:120%;
}


/* ---------------FORM-------------------*/

input.textbox, input.textarea {
	border:#e2e2e2 1px solid;
	background:#FFFFFF;
	font-size:12px;
	padding:3px;
	width:150px;
}

textarea {
	width:95%;
}

input.textbox:focus, input.textarea:focus {
	background:#FFFFFF;
	border:#e2e2e2 1px solid;
}

.submit {
	border: #68aa3e 1px solid; 
	font-size: 12px;
	color: #FFFFFF; 
	background: #68aa3e; 
	margin: 0px; 
	padding: 2px; 		
}

.submit:hover {
	border: #e2e2e2 1px solid; 
	background: #e2e2e2;
	color: #000000; 
}


/* ----------------WATERMARK------------  */

#watermark {
	margin: 0;
	padding: 0;
	background:url(images/money-top.jpg) repeat-x top;
}



/* ----------------WRAPPER------------  */

#wrapper {
	text-align: center;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

/* ----------------HEADER------------  */


#header {
	background:url(images/header.jpg);
	height: 151px;
	padding: 0px 0px 0px 0px;
}

#header p {
	color:#fffff7;
	margin: 70px 0 0 0;
	}

#header h1 {
    margin: 0px;
	padding: 0px;
}

#header a:link, #header a:visited {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}

#header a:hover {
	font-weight: bold;
}

#header h2 {
    margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #131820;
}

/* -------------NAV BAR------------  */

#nav {
    clear: both;
	height: 25px;
	overflow: hidden;
    margin: 0px 0px 0px 0px;
	text-align: right;
	border-left: 1px solid #cbcbcb;
	margin-bottom:25px;
}

#nav ul {
    padding: 0px;
	margin:0px;
}

#nav ul li {
	display:inline;
	margin:0px 30px 0px 0px;
	padding:0;
	font-size: 12px;
	font-weight:normal;
}

#nav ul li a {
	color:#000;;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	display:block;
	height:25px;
	line-height:25px;
	font-size: 12px;
	font-weight:normal;
	float: left; 
	text-decoration:none;
	text-transform:uppercase;
	border-right: 1px solid #cbcbcb;
	overflow:hidden;
}

#nav ul li a:hover {
	background: url(images/nav_over.jpg);
	font-size: 12px;
	font-weight:normal;
	text-decoration:none;
}
/* ----------------ADMIN LINKS------------  */

#adminlinks {
	float: right;
	margin: 15px 5px 0px 0px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
}

#adminlinks a:link, #adminlinks a:visited {
	font-size: 10px;
	font-weight: normal;
}
	
#adminlinks a:hover {
	font-size: 10px;
	font-weight: normal;
}


/* ----------WHITE CONTENT AREA----------  */
#white {
	background:#ffffff;
	overflow: auto;
	width: 100%;
	margin: 0;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}


/* ----------------CONTENT------------  */

#content {
	float: left;
	width: 460px;
	height: auto;
	margin: 5px 0px 0px 5px;
	text-align: left;
	background:#FFFFFF;
	overflow:hidden;
}

#contentpage {
	height: auto;
	margin: 5px 80px 5px 80px;
	text-align: left;
	background:#FFFFFF;
	overflow:hidden;
}


.image-align-left {
	padding: 4px;
	float: left;
}

.image-align-right {
	padding: 4px;
	float: right;
}


/* ----------SIDEBAR----------  */
#sidebar {
    float: right;
	width: 400px;
	margin-right:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}


/* ----------EBOOK----------  */
#ebook {
	height:330px;
	margin-top:10px;
	text-align:left;
	border: 1px solid #cbcbcb;
	background:url(/wp-content/themes/InternetDough/images/ebook_gradient.jpg) repeat-x top #e4e4e4;
}

/* ----------OPTIN----------  */
#optin {
	margin-top:10px;
	text-align:left;
	border: 1px solid #cbcbcb;
	background:#f7f7f7;
}

/* ----------ADBOX----------  */
#adbox {
	height:260px;
	margin-top:10px;
	text-align:left;
	border: 1px solid #cbcbcb;
	background:url(/wp-content/themes/InternetDough/images/ebook_gradient.jpg) repeat-x top #e4e4e4;
}

/* ----------RIGHT SIDE----------  */
#rightside {
    float: right;
	width: 230px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-align: left;
}

#rightside ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

#rightside li {
    margin: 8px 0px 0px 0px;
	padding: 5px;
	border: 1px solid #cbcbcb;
	background:#f7f7f7;
}

#rightside ul ul li {
	margin: 0px;
	padding: 0px 5px 8px 10px;
	list-style-type: none;
	border: none;
}

#rightside h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight:bold;
	margin: 0px;
	padding: 0 0 5px 0;
}

#rightside a {
	color:#4f7c33;
	text-decoration:none;
	font-weight: normal;
}

#rightside a:hover {
	text-decoration:underline;
	font-weight: normal;
}


/* ------------LEFT SIDE MENU----------  */
#leftside {
    float: left;
	width: 160px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-align: left;
}

#leftside ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#leftside li {
    margin: 8px 0px 0px 0px;
	padding: 5px;
	border: 1px solid #cbcbcb;
	background:#f7f7f7;
}

#leftside ul ul li {
	margin: 0px;
	padding: 0px 5px 8px 10px;
	list-style-type: none;
	border: none;
}

#leftside h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 5px 0;
}

#leftside a {
	color:#4f7c33;
	text-decoration:none;
	font-weight: normal;
}

#leftside a:hover {	
	text-decoration:underline;
	font-weight: normal;
}

.sideblock {
  margin: 5px 0px 5px 0px;
  padding: 0px;
}

.linkcat {
  margin: 5px 0px 5px 0px;
  padding: 0px;
}


/* ----------------FOOTER------------  */

#footer {
    clear: both;
	overflow: hidden;
    margin: 0;
	font-size: 9px;
	font-weight: normal;
	font-variant: normal;
	padding: 20px 0px 20px 0px;
}

#footer a{
	text-decoration:none;
	color:#000000;
	}
	
#footer a:hover {
	text-decoration:underline;
	}


/* ----------FOOTER BOTTOM------------  */

#footerbottom {
	/*background-image: url('images/bottom-bg.jpg');
	background-repeat: no-repeat;*/
	height: 14px;
	margin: 0px;
	padding: 0px;
}

/* ---------------POST-------------------*/

.storytitle {
	margin-bottom: 5px;
	text-align: left;
	padding-top: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

.storytitle a {
	color:#4f7c33;
	text-decoration:underline;
}

.storytitle a:hover {
	text-decoration:none;
}

.meta {
	font-size: 10px;
}

.feedback {
	padding-bottom: 8px;
	margin-bottom: 12px;
	border-bottom: 1px dashed #cbcbcb;
}
.storycontent {
	font-size:14px;
	line-height: 130%;
	padding-top: 0px;
}

blockquote {
    font-style: italic;
	border-top: 1px;
	border-top-style: solid; 
	border-top-color: #cbcbcb;
	border-bottom: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #cbcbcb; 
	margin-left: 1.5em; 
	padding-left: 5px; 
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}

cite {
	font-size: 10px;
	font-style: normal;
	color: #333;
	padding-bottom: 4px;
}

/* ---------------image alignment fix-------------------*/


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

    .alignleft {
    float: left;
    }

    .alignright {
    float: right;
    }

    .wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -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;
    }

    .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
    }
