/* Start of CMSMS style sheet '960 - Typography' */
/* -------------------------------------------------------------- 
typography.css
* Sets up some sensible default typography.
-------------------------------------------------------------- */

/* Default font settings. 
The font-size percentage is of 16px. (0.75 * 16px = 12px) */

body {
	font:13px/24px "Lucida Grande","Lucida Sans",Lucida,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#5A5A5A;
}

/* Headings */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }
h1 { font-size: 36px; line-height: 1; margin-bottom: 18px; }
h2 { font-size: 24px; line-height: 1.25; margin-bottom: 18px; }
h3 { font-size: 18px; line-height: 1.25; margin-bottom: 18px; }
h4 { font-size: 15px; line-height: 1.25; margin-bottom: 18px; }
h5 { font-size: 12px; font-weight: bold; margin-bottom: 18px; }
h6 { font-size: 12px; font-weight: bold; }

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

/* Text elements */
p { margin: 0 0 18px;}
blockquote  { margin: 18px; color: #666; font-style: italic; }
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 18px; font-style: italic; }
del         { color:#666; }
pre 				{ margin: 18px 0; white-space: pre; }
pre,code,tt { font: 12px "andale mono", "lucida console", monospace; line-height: 1.5; }

/* Lists */
li ul, li ol       { margin:0 18px; }
ul, ol      { margin: 0 18px 18px 0; }
ul          { list-style-type: none; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 18px 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* Tables */
table       { margin-bottom: 18px; 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 */
.small      { font-size: 10px; margin-bottom: 22px; line-height: 22px; }
.large      { font-size: 15px; line-height: 30px; margin-bottom: 18px; letter-spacing:-1px;}
.hide       { display: none; }
.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.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; }

/*  fancy-type.css  */
/*p + p { text-indent:24px; margin-top:-18px; }
form p + p  { text-indent: 0; } */

/* Don''t want this in forms. */
.alt {
	color: #666; ]
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
	font-style: italic;
	font-weight: normal;
}
.dquo { margin-left: -.5em; } 
p.incr, .incr p {
	font-size: 10px;
	line-height: 1.44em;  
	margin-bottom: 1.5em;}

.caps {
	font-variant: small-caps; 
	letter-spacing: 1px;
	text-transform: lowercase;
	font-size:1.2em;
	line-height:1%;
	font-weight:bold;
	padding:0 2px;
}

/* ================= */
/* Custom Typography */
/* ================= */
#logo {
  height:122px;
  background:url(uploads/images/company/panndora-logo-red.gif) bottom left no-repeat;
} 

h1 {
  display:none;
}

h1,h2,h3,h4,h5 {
  font-family: Georgia,serif;
  font-weight: lighter;
}

a { 
  color:#1D7872;
  text-decoration:none;
}

a:hover { 
  color:#71B095;
  text-decoration: underline;
 }

.left {
	float:left;
	margin-right:18px;
}

.right {
	float:right;
	margin-left:18px;
}

#footer p {
  color:#887766;
  font:12px/24px "Lucida Sans",calibri,arial,verdana,tahoma,sans-serif;
}

h2 {
 color:#D33E32;
  background:url(uploads/themes/panndora/horizontal-rule.gif) left bottom repeat-x;
}

h3 {
  color:#1D7872;
}

#sidebar h3, #secondary h3 {
  background:url(uploads/themes/panndora/sidebar-title-bg.gif) left center no-repeat;
  color:#FFFFFF;
  padding: 0 12px;
  line-height:36px;
}

#sidebar li {
  padding-left:18px;
  background:transparent url(uploads/themes/panndora/bullet-point.gif) left center no-repeat;
}

#backtop p {
  line-height:32px;
  margin: 0 12px;
}

#backtop img {
  float:left;
  margin-right:8px;
}

hr {
  border:0;
  border-top: 1px solid #a09e84;
  height: 0;
  background: #a09e84;
  margin-bottom:15px;
}
/* End of '960 - Typography' */

