/* Note: we have added a FORMS and COLOR SPECS section to this standard BP doc
*/

/*Color Specs ---------------------------------------------------

000000 	= body_bg
cd03eb	= h1,  h3, h5, .first
cd03eb	= h2, h4
ffffff	= body txt, 
009dff	=  a
009dff	= a.hover



-------------------------------------------------------------- */
   
/* Headings
-------------------------------------------------------------- */

h3, h4, h5	 { ffont-family: 'Open Sans', sans-serif; font-weight: 700;}
h1   		{ font-family: 'Open Sans', sans-serif; font-weight: 400; margin-top:0;}
h3, h5 		{color:#C3599A;}
h1 {color:#3a939a;}
h2, h4, h5, h6	{color:#509542;}	

h1 { font-size: 28px; line-height: 28px; margin-bottom:20px; font-weight:bold;}
h2 { font-size: 20px; line-height: 20px;  font-weight:bold; margin-bottom:10px;}
h3 { font-size: 14px; line-height: 14px; margin-bottom:15px;}
h4 { font-size: 14px; line-height: 14px; margin-bottom:15px;}
h5 { font-size: 10px; line-height: 10px;  }
h6 { font-size:12px; line-height:18px; font-weight:normal; margin-top:5px;}

h1.nospace,h2.nospace,h3.nospace,h4.nospace,h5.nospace,h6.nospace {  margin-bottom: 0; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left;}
p img.right { float: right;}

a:focus, 
a:hover     { text-decoration: underline; }
a:visited	  {text-decoration:none; }
a           { text-decoration: none; color:#3a939a; }

blockquote  { margin: 1.5em;  font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
h1 sup		{ font-size: .35em }
sup, sub    { line-height: 0; font-size: .75em }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { width:100%; }
th          { font-weight: bold; }
thead th 	{ background: #c3d9ff; }
/*th,td,caption { padding: 4px 10px 4px 5px; }*/
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.right 		{float:right;}
.left 		{float:left;}

.clear		{clear:both;}

.center 	  {text-align:center;}
.textright 	{text-align:right;}
.textleft 	{text-align:left;}
