/* @override 
	http://retinaorangecounty.dev/stylesheets/typography.css
*/

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


/* Color Guide:

#2b699c		Blue		links
#df7004		Orange		headers
#848c8a		grey		address
#3b4956		blue/grey	page title, headers

*/


body { 
  font-size: 12px;
  line-height: 1.6;
  color: #4d4d4d;
  font-family: "Lucida Grande", Lucida, "Lucida Sans Unicode", Verdana, sans-serif; }


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

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #df7004; clear: left; }

h1 { font-size: 22px; color: #3b4956; margin-bottom: .5em; }
h2 {
	font: normal 14px/1 "Gill Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: .5em; }
h3 { font-size: 1.25em; margin-bottom: .5em; }
h4 { font-size: 1.07em; font-weight: bold; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 0; }
h6 { font-size: 1em; font-weight: bold; }

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





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

p           { margin: 0 0 .8em; }

#content p img,
#content img.left	  { float: left; margin: 0 1em 1.5em 0; border: 1px solid #ddd; padding: 4px; }
#content img.right    { float: right; margin: 0 0 1em 1.5em; }

img.right	{ float: right; }

a:focus, 
#content a:hover     { color: #df7004; border-bottom: 1px dotted; }
a           { color: #2b699c; text-decoration: none; outline: none; }

blockquote  { margin: .8em 0; padding: 0 1.5em; }

strong      { font-weight: bold; color: #444; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; cursor:help; }
address     { margin: 0 0 1.5em; font-style: normal; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

.highlight { background: #fdffd3; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol		{ margin: 0 1.5em; }
ul,
ol		    { margin: 0 1.5em 1.5em 1.5em; }

ul         { list-style: disc; }
ol         { list-style: decimal; }

dl         { margin: 0 0 1.5em 0; }
dl dt      { font-weight: bold; }
dd         { margin-left: 1.5em;}

.entry ul { list-style: square; }

ul.two_col { float: left; clear: both; width: 100%; }
ul.two_col li { float: left; width: 46%; }

ul.ruled { list-style: none; margin-left: 0; margin-right: 0; border-top: 1px solid;}
ul.ruled li { border-bottom: 1px solid; padding: .3em 0; }
ul.ruled li.simple { border-bottom: none; }
ul.ruled, ul.ruled li { border-color: #ddd; }

/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #d9d9d9; text-align: center; }
th,td       { padding: 4px 10px 4px 5px; }
tr.odd td  { background: #fffce5; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Icons
-------------------------------------------------------------- */

a.icon { background: transparent url(../images/x.gif) 0 0 no-repeat; padding-left: 18px; padding-bottom: 1px; }
a.icon:hover { border: none !important; text-decoration: underline !important; }

a.icon.weblink 				{ background-image: url(../images/icon_linkarrow.gif); }
a.icon.generic 				{ background-image: url(../images/icon_generic.gif); }
a.icon.acrobat, a.icon.pdf	{ background-image: url(../images/icon_acrobat.gif); }
a.icon.excel, a.icon.xls	{ background-image: url(../images/icon_excel.gif); }
a.icon.word, a.icon.doc 	{ background-image: url(../images/icon_word.gif); }
a.icon.powerpoint, a.icon.ppt { background-image: url(../images/icon_powerpoint.gif); }
a.icon.video				{ background-image: url(../images/icon_video.gif); float: left; line-height: 15px; }

/*a.icon img { margin-left: -18px; margin-top: -2px; }*/

li.icon { background-image: none !important; padding-left: 10px !important; margin-bottom: .2em; }
li.icon a { padding-left: 20px }
	


/* Misc classes
-------------------------------------------------------------- */
.quiet, .quiet a { color: #7a7a7a; }