/*  
Theme Name: National Artists Counsel
Theme URI: http://www.nationalartistscounsel.com
Description: Custom WP Theme for National Artists Counsel
Version: 1.0
Author: 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	background: #1d4776;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
}

table {
	font-size: 11pt;
}

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

a:hover {
	color: #003366;
}


#container {
	width: 725px;
	margin: 0 auto;
	border-left: 10px solid #1c97ba;
	border-right: 10px solid #1c97ba;
	background: #FFFFFF;
	padding: 0;
	margin-top: 0px;
}

html>body #container {
	margin-top: -26px;
}

#header {
	width: 725px;
	height: 100px;
}

#content {
	width: 690px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	margin: 0px;

}

#clear {
	clear: both;
}
	

#bullets li {
	background: url(images/check.png) left top no-repeat;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 30px;
	disply: block;
}

#footer {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	height: 90px;
	margin-top: 20px;
	font-size: 8pt;
}

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

.silverlogic {
	float: right;
}

h2 {
	color: c00000;
	font-size: 14pt;
	text-align: center;
}

#calloutbox1 {
	border: 2px solid #003366;
	background: #d6d6d6;
	padding: 10px;
}

#calloutbox2 {
	border: 3px solid #003366;
	padding: 10px;
	text-align: left;
}

p {
	margin-top: 25px;
	margin-bottom: 25px;
}

/* 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: #666666;
}

/* 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;
/*  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 */
