/*  
Theme Name: Internet Writing Pro
Theme URI: http://www.internetwritingpro.com
Description: Custom WordPress Theme for Internet Writing Pro
Version: 1.0
Author: Elliot Silver-Logic Web Services
Author URI: http://www.silver-logic.com
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
li, ul, li li, ul ul, ul li, h2 {
	margin: 0;
	padding: 0;
}
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */

body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background: url(images/background.png) repeat-x #faf9fb;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active {
	color: #330066;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
}


#container {
	width: 942px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0 auto;
}

#header {
	width: 942px;
	height: 226px;
}

#menu {
	width: 942px;
	height: 45px;
	background: #330066;
}

#nav {
	width: 940px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
}

#content {
	border: 3px solid #330066;
	width: 936px;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
}

#maincontent {
	width: 620px;
	float: right;
	padding-right: 85px;
	padding-bottom: 10px;
}

#sidebar {
	width:240x;
	float: left;
	padding-left: 10px;
}

#nobullets li {
	list-style: none;
	margin-left: 0px;
}

#clear {
	clear: both;
}
	

ul li, #bullets li {
	list-style-type: disc;
	margin-left: 25px;
	disply: block;
}

#orange {
	width: 173px; 
	border: 4px solid #FF6600;
	margin-left: 5px;
	background: #FF6600;
}

#orangeinner {
	width: 150px;
	margin: 4px;
	border: 2px solid #330066;
	text-align: left;
	padding: 5px;
	background: #FFFFFF;
}

#purple {
	width: 178px; 
	border: 1px dotted #FF6600;
	margin-left: 5px;
	background: #330066
}

#purpleinner {
	width: 150px;
	margin: 0 auto;
	margin: 8px;
	text-align: left;
	padding: 5px;
	background: #FFFFFF;
	border: 1px dotted #FF6600;
}

#newsletter {
	width: 172px; 
	border: 4px solid #FF6600;
	margin: auto 0;
	margin-left: 5px;
	text-align: center;
	background: url(images/newsletterbackground.jpg) no-repeat bottom left #FFFFFF;
}

#newsletterinner {
	width: 150px;
	text-align: left;
	padding: 2px;
	margin: 0 auto;
}

#testimonials {
	width: 168px; 
	border: 6px solid #330066;
	margin-left: 5px;
}

#testimonialsinner {
	width: 150px;
	margin: 5px;
	text-align: left;
	padding: 2px;
}

#services {
	width: 176px; 
	height: auto;
	border: 2px solid #330066;
	margin-left: 5px;
	background: url(images/quotebackground.jpg) no-repeat bottom left #FF6600;
	text-align: center;
}

#servicesinner {
	width: 140px;
	border: 1px solid #330066;
	text-align: left;
	background: #FFFFFF;
	padding-top: 5px;
	margin: 0 auto;
	margin-top: 4px;
	margin-bottom: 4px;
}

#blog {
	width: 180px; 
	background: #330066;
	margin-left: 5px;
	text-align: center;
}

#bloginner {
	width: 170px;
	margin: 5px;
	text-align: left;
	padding: 2px;
}

#quote {
	width: 172px; 
	border: 4px double #330066;
	margin-left: 5px;
	background: #FF6600;
	text-align: center;
}

#quoteinner {
	width: 150px;
	margin: 5px;
	border: 1px dotted #330066;
	text-align: center;
	padding: 5px;
	background: #FFFFFF;
	font-size: 10pt;
}

.copyright {
	float: left;
	font-size: 10pt;
}

.silverlogic {
	float: right;
}


/* BLOG SETTINGS */

h2 {
	font-size: 16pt;
}

h2 a:link, h2 a:visited, h2 a:active, h3 a:link, h3 a:visited {
	text-decoration: none;
}

.postmetadata {
	margin-bottom: 20px;
	padding-top: 5px;
	color: #FF6600;
	font-size: 10pt;
}

small {
	color: #FF6600;
	float: right;
	display: inline-block;
}

.entry {
	display: block;
	margin-top: 20px;
}

input, .attribute1, .email, label, form, .phplist {
	margin: 0;
	padding: 0;
}

textarea {
	width: 500px;
	border: 1px #330066 solid;
	padding: 5px;
	margin: 5px;
}

input#author, input#email1, input#url {
	width: 200px;
	border: 1px #330066 solid;
	padding: 5px;
}

.navigation {
	font-size: 10pt;
	margin-bottom: 20px;
}

/* NEWSLETTER SETTINGS */

img, img a:link, img a:visited {
	border: 0;
}

#newslettercontent {
	border: 3px solid #330066;
	width: 916px;
	padding: 10px;
	margin: 0px;
	background: #FFFFFF;
}

.supersmall {
	font-size: 9pt;
	color: #330066;;
}

#blockit {
	width: 150px;
	display: block;
	padding: 10px;
}

/* PHPLIST CSS Document */
.phplist fieldset legend {
	font-size: 10pt; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}
.phplist label { 
	display: block;
	padding: 0; 
	margin: 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}
.phplist {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  display: block;
/*  min-width: 500px;
  max-width: 700px;
  width: 660px; */
}
/* Use to style multiple lists */
.phplist .list {
	margin: 0;
padding: 0;
}
/* Caption for multiple lists */
.phplist .caption {
margin: 0;
padding: 0;

}
.phplist fieldset {
  padding: 0px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}
.phplist input, .phplist textarea, .phplist select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:135px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	padding: 1px;
}
#contactsubmit
 {
	width: 70px;
	padding: 0px
}

.phplist input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
	padding: 0;
}

.phplist textarea{ overflow: auto; }

.phplist small {
	display: block;
	margin: 0; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
.phplist .required{ 
} 
.phplist .requiredOutline {
}

/* uses class instead of div, more efficient */
.phplist br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
/* End Contact Form CSS */
