/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 80%;
	color: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #fff; margin: 5px 15px 0px 10px;  }

h1 { font-size: 1.7em; line-height: 1.5em; 
	
}
h2 { font-size: 1.5em; margin: 15px; }
h3 { font-size: 1em; line-height: 1.5em;  }
h4, h4 a.title { font-size: 1em; line-height: 1.5em; margin-top: 20px;}
h5 { font-size: 1em; font-weight: bold;  }
/* blog header home page */
h6 { font-size: 1.2em; font-weight: normal; background: #C4CBD2; display: block; padding: 10px; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { line-height: 1.5em; font-size: 0.9em; margin: 10px; font-weight: normal; color: #c0c3c3; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #fff; text-decoration: underline; }
a           {     color: #fff;
 /*text-decoration: none;*/ }
a.title, h1 a   {     color: #fff;
 text-decoration: none; }
a.title:hover b     {     color: #94A5B5;
 text-decoration: none; border-bottom: 4px solid #94A5B5 !important; }
 h1 a:hover        {     color: #94A5B5;
 text-decoration: none; border: none; }

blockquote  { line-height: 1.8em; font-size: 1.3em; margin: 15px; padding: 10px; background-color: #E9EDF1; font-weight: bold; }
/* wordpress p hack in blockquote */
blockquote p {
	margin: 0;
	padding: 0;
}
/* end of wordpress p hack in blockquote */
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

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 1.5em 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       { margin-bottom: 1.4em; 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: #fff; }*/


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 0; line-height: 1.5em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }
.italic		{
	font-style: oblique;
}
.caps		{
	text-transform: uppercase;
}

.quiet      { color: #666; }
.center		{
	text-align: center;
}
.loud       { color: #333; text-shadow: 0px 1px 0px #D3D8DA; font-size:1.3em; font-weight:bold;}
.loudred       { color: #c00 !important; text-shadow: 0px 1px 0px #D3D8DA; font-size:1em; font-weight:bold;}
.highlight  { background:#ffc; color: #f00; float: left; margin: 0px 5px 10px 0px; display: inline;}
.highlightPosition  { background:#318FDC; color: #fff; float: left; padding: 4px; display: inline; position:absolute; top:20px; right:20px;}
.highlightBig  { color: #f00;/* float: left; margin: 0px 5px 10px 15px; display: inline;*/}
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.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; }
.green		{
	color: #9c0;
}

div.homer p.contactsHome {
	margin:0;
	text-align:left;
}

p.fb-promo-text {
	padding:0 0 10px 10px;
}

/* Buttons
-------------------------------------------------------------*/
.button {
	background: #222 url(../images/overlay-button.png) repeat-x 0 0;
	display: inline-block;
	padding: 5px 15px 6px;
	color: #fff !important;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
/* 	border-bottom: 1px solid rgba(0,0,0,0.25); */
	border: none;
	position: relative;
	cursor: pointer;
	overflow: visible;
	width: auto
}

.button:hover {
	background-color: #111;
	color: #fff
}

.button:active {
	top: 1px
}

.small.button {
	font-size: 11px
}

.large.button {
	font-size: 14px;
	padding: 8px 19px 9px
}

.green.button {
	background-color: #91bd09
}

.green.button:hover {
	background-color: #749a02
}

.blue.button {
	background-color: #2daebf
}

.blue.button:hover {
	background-color: #007d9a
}

.red.button {
	background-color: #e33100
}

.red.button:hover {
	background-color: #872300
}

.magenta.button {
	background-color: #a9014b
}

.magenta.button:hover {
	background-color: #630030
}

.orange.button {
	background-color: #ff5c00
}

.orange.button:hover {
	background-color: #d45500
}

.orangellow.button {
	background-color: #ffb515
}

.orangellow.button:hover {
	background-color: #fc9200
}

.white.button {
	background-color: #fff;
	color: #666 !important;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255,255,255,1)
}

.white.button:hover {
	background-color: #eee
}
.super.button {
	background-image: url(/images/super-button-overlay.png);
	font-size: 13px;
	padding: 0;
	border: 1px solid rgba(0,0,0,.25);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px
}
.small.super.button {
	font-size: 11px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px
}
.large.super.button {
	background-position: left bottom;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px
}
.super.button span {
	display: block;
	padding: 4px 20px 6px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-top: 1px solid rgba(255,255,255,.2);
	line-height: 1
}


