/*-----------------------------------------------------
              >> Blueprint Default CSS <<
              
This is the default Blueprint stylesheet. You're free
to modify it however you wish, or replace it entirely.              
              
-----------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
  padding: 40px 20px;
  font-family: "Lucida Grande", Verdana, Arial, helvetica, sans-serif;
}

a img {
  border: none;
}

a {
  text-decoration:none;
  z-index:5000;
  position:relative;
}

a.button {
  background:url(/static/images/button.png) top left no-repeat;    
  font-size: 12px;
  font-weight:bold;
  padding:13px;
  text-align:center;
  display:block;
  width:150px;
  margin-top:10px;
  margin-bottom:25px;
  color:#000;
  line-height:none;
  color:#07a3e6;
  color:#000; 
}

* html a.button {
  background:none;
  filter:progid:DXimageTransform.Microsoft.alphaimageLoader(src='/static/images/button.png', sizingMethod='crop'); 
}

p a {
  text-decoration:underline;
}

p.more {
  text-align:right;  
}

p.more a {
  font-weight:bold;
  text-decoration:none;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*-----------------------------------------------------
                     >> Layout <<
-----------------------------------------------------*/

.blueprint {
  margin:10px auto;
  padding:20px 0 3px 0;
  width:867px;
  margin:0 auto;
}

.container {
  padding-bottom:30px;
/*  overflow:hidden;*/
}

.content {
}

.pf {
  padding:0px;
  position:relative;
}

* html div.pf { 
  background-image: none; 
}

.pfInside {
  position:relative;  
  padding:0;
  margin:0;
}

.leader {
  float:left;
  width:330px;
  padding-top:55px;
  padding-left:100px;  
}

.gadget {
  float:right;
  width:425px;
  height:300px;
  margin:-20px 0;
  display:block;
  position:relative;
}

.sidebar {
  float:right;
  width:180px;
  margin-top:-2%;
  padding: 2% 100px 40px 2%;
}

.text {
  padding-left:100px;  
  margin-top:60px;
  position:relative;
}

.col1 {
  width:430px;
  float:left;
}

.demo {
  padding:10px;
}

.demo p {
  margin:0;
}

.demo img {
  display:block;
  margin:0 auto;
}

.footer {
  width:700px;
  margin: 7px auto;
  z-index:1500;
  position:relative;
}

.footer p {
  margin:0;
  padding:0;
  text-align:center;
  font-size:10px;
}
/*-----------------------------------------------------
                  >> Navigation <<
-----------------------------------------------------*/

.globalNav a {
  padding:1px 0;
}

ul.globalNav {
  overflow:hidden;
  float:right;
  width:400px;
  padding:0px;
  margin:8px 0px 0 0;
  font-weight:normal;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:3px;
  text-align:right;
}

ul.globalNav li {
  display:inline;
  overflow:hidden;
  padding:4px 10px 4px 0;
  margin:0 0 0 10px;
  border-right:1px solid #eee;
}

ul.globalNav li.nav2 {
  border-right:none;
}

ul.globalNav li.active a {
  font-weight:bold;
}


ul.subnav {
  margin:0 0 20px 0;
  padding:0;
  list-style-type:none;
}

ul.subnav li {
  font-family:"Lucida Grande", Verdana;
  font-size:11px;
  width:100%;
  margin-bottom:5px;
}

/*-----------------------------------------------------
                  >> Basic Typography <<
-----------------------------------------------------*/

.masthead {
  position:relative;
  font-weight:normal;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:3px;
  height:70px;
  width:270px;
  display:block;
}

* html div.masthead { 
  background-image: none; 
}

.siteTitle {}

em, i {
  font-style:italic;
}

h1 {
  font-size:40px;
  margin-bottom:0px;
}

h2 {
  margin-bottom:10px;
}

h4 {
  font-size:12px;
  font-weight:bold;
  margin-bottom:12px;
}

p, li {
  font-size:12px;
  line-height:17px;
  margin-bottom:18px;
  width:100%;
}

p small {
  color:#666;
  line-height:14px;
  font-size:10px;
}

.sidebar p, .sidebar li {
  font-size:11px;
  line-height:15px;
  margin-bottom:14px;
}

.leader p {
  font-size:18px;
  line-height:130%;
/*  white-space: nowrap;*/
}

p.discussion {
  font-size:14px;
  margin:25px 0;
  font-weight:bold;
}

ul {
/*  font-family:Palatino, "Palatino Linotype", Georgia, serif;  */
  padding-left: 40px;
  font-size:90%;  
  margin:18px 0 21px 0;
}

li {
  line-height:15px;
  margin-bottom:8px;
  width:70%;
}

blockquote {
  padding:0.3em 30px;
}
blockquote p {
  padding:0;
  margin:0;
  width:100% ! important;
}

blockquote cite {
  font-style:italic;
  font-size:90%;
}


/*-----------------------------------------------------
            >> Standard Image Handling <<
-----------------------------------------------------*/

img.small {
  float:left;
  width:50px;
  margin:0 8px 3px 0;
  border:1px solid #eee;
  padding:4px;
  background:#fff;
}
img.med {
  float:left;
  width:220px;
  margin:0 8px 3px 0;
  border:1px solid #eee;
  padding:4px;  
}
img.large {
  width:100%;
  margin:0 0 18px 0;
  border:1px solid #eee;
  padding:4px;
  background:#fff;  
}

img.left {
  float:left;
  margin:2px 6px 0px 0;
}

img.diagram {
  margin-bottom:20px;
}

a.animation img {
  border:1px solid #ddd;
  width:200px;
}


/*-----------------------------------------------------
                     >> Blog & News <<
-----------------------------------------------------*/

.post {
  margin-bottom:50px;
}

div.postContent p {
  font-size: 105%;
  line-height: 130%;
}

.date {
  font-size:70%;
  color:#000;
  padding-left:4px;
}

div.numberComments {
  float: right;
  font-size: 85%;
}

.pagination {
  margin-top:15px;
  width:90%;
  text-align:right;
  font-size:11px;
}

.pagination ul {
  margin-top:4px;
  float:right;
  list-style:none;
  font-size:11px;
}

.pagination ul li {
  border-right:1px solid #444;
  padding:0 4px;
  float:left;
}

p.bio img {
  float:left;
  margin:0 9px 6px 0;
  border:1px solid #eee;
}


/*-----------------------------------------------------
                     >> Comments <<
-----------------------------------------------------*/

.date, .hidePreview {
  font-size: 80%;
  color:#000;
  padding-left:4px;
}
form.comments {
  margin-top:45px;
}

form.comments div.details {
  float:left;
  width:40%;
  padding:0;
}

.details input {
  margin:0;
  width:100%;
}

form.comments div.comment {
 float:right;
 width:54%;
 border: none;
 padding: 0;
}

.comment textarea {
  width:100%;
}

form.comments small {
  float:right;
  font-size:11px;
  display:block;
  margin-top:0;
}

form.comments p.submit {
  padding-top:18px;
  clear:both;
}

#commentPreview p {
  color:#003153;
}

h2.commentsHeader {
  margin-top:40px;
  font-size:16px;
  font-weight:bold;
}

div.comment {
  padding-top: 10px;
  border-top: 1px solid #BBB;
  margin-bottom:20px;
}

.commenter {
  font-size:13px;
  margin-bottom:5px;
}


/*-----------------------------------------------------
                     >> FAQ <<
-----------------------------------------------------*/

h4 p {
  margin-bottom:0;
  font-size:13px;
}


/*-----------------------------------------------------
                  >> Contact Form <<
-----------------------------------------------------*/

form {
  width:90%;
  padding:0;
}

fieldset {
  padding:0;
}

label {
  display:block;
  font-size:70% ! important;
  text-transform:uppercase;
}

fieldset input {
  width:85%;
  font-size:15px;
  margin-bottom:10px;
}

fieldset textarea {
  width:100%;
  font-size:15px;
  line-height:130%;
}

p.submit {
  text-align:center;
  margin-top:10px;
  width:100%;
  overflow:hidden;
}

.submit input {
  font-size:16px;
}


/*-----------------------------------------------------
                     >> Search <<
-----------------------------------------------------*/

div.siteTitle form {
  position:relative;
  float:right;
  width:280px;
  margin-top:-4px;
}

/*-----------------------------------------------------
                     >> Links <<
-----------------------------------------------------*/

dl.links dt {
  font-weight:normal;
}

.links dt image {
  float:left;
}

dl.links dd {
  margin-bottom:20px;
}

dl.links dd p {
  font-size:13px;
  margin:0;
}
