/*   
Theme Name:Mark Sager
Theme URI:http://www.marksager.com
Description:
Author:Francois Deschenes
Author URI:http://www.francoisdeschenes.com
Version:1.0
*/

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, pre, form, p, blockquote, fieldset, input
{
  margin: 0;
  padding: 0;
}
  
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, code, address, caption, cite, code, em, strong, td, th
{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
}

ul, ol
{
  list-style: none;
}
 
fieldset, img
{
  border: none;
}
 
caption, th
{
  text-align: left;
}
 
table
{
  border-collapse: collapse;
  border-spacing: 0;
}

body
{
  background: url(./img/background.jpg) no-repeat top center rgb(255, 255, 255);
  text-align: center;
}

#outline
{
  margin: 0 auto;
  text-align: left;
  width: 977px;
}

#global-navigation
{
  background: url(./img/global-navigation-background.png) no-repeat;
  height: 42px;
  margin-top: 22px;
  width: 977px;
}

#global-navigation a
{
  color: rgb(255, 255, 255);
  font-size: 0.85em;
  line-height: 42px;
  text-transform: uppercase;
}

#global-navigation ul.root
{
  margin-left: 6px;
}

#global-navigation ul.root li
{
  border-right: 1px solid rgb(255, 255, 255);
  padding-left: 11px;
  padding-right: 11px;
  position: relative;
}

#global-navigation ul.root li:last-child
{
  border-right: none;
}

#global-navigation ul.root li ul
{
  background: url(./img/global-navigation-hover-arrow.png) no-repeat 0 3px;
  display: none;
  position: absolute;
  top: 42px;
  left: 0px;
  padding-top: 16px;
  width: 143px;
}

#global-navigation ul.root li:hover ul
{
  display: block;
}

#global-navigation ul.root li ul li
{
  background: url(./img/global-navigation-hover-background.png) repeat;
  margin-left: 0px;
  padding: 11px;
  width: 100%;
}

#global-navigation ul.root li ul a
{
  line-height: normal;
  text-transform: none;
}

#global-footer
{
  background: url(./img/global-footer-background.png) no-repeat;
  height: 34px;
  margin-top: 22px;
  margin-bottom: 27px;
  overflow: hidden;
  width: 977px;
}

#global-footer a
{
  color: rgb(255, 255, 255);
  font-size: 0.75em;
  line-height: 34px;
}

#global-footer ul
{
  margin-left: 9px;
}

#global-footer li
{
  padding-left: 15px;
  padding-right: 15px;
}

#navigation
{
  background: url(./img/navigation-background.png) no-repeat;
  height: 41px;
  margin-top: 20px;
  width: 802px;
}

#navigation a
{
  color: rgb(255, 255, 255);
  font-size: 0.85em;
  line-height: 41px;
}

#navigation ul
{
  margin-left: 13px;
}

#navigation li
{
  border-right: 1px solid rgb(255, 255, 255);
  padding-left: 15px;
  padding-right: 15px;
}

#navigation li:last-child
{
  border-right: none;
}

#global-navigation a, #global-footer a, #navigation a
{
  display: block;
  text-decoration: none;
}

#global-navigation li, #global-footer li, #navigation li
{
  float: left;
}

#rotating-banner
{
  text-align: center;
}

#content-outer
{
  text-align: center;
}

#content-inner
{
  margin: 8px auto 0;
  text-align: left;
  width: 802px;
}

#content
{
  color: rgb(255, 255, 255);
  font-size: 0.75em;
  margin-top: 14px;
  overflow: hidden;
}

#content h1
{
  color: rgb(114, 176, 1);
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 2.25em;
}

#content h2
{
  color: rgb(114, 176, 1);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.45em;
}

#content h3
{
  color: rgb(114, 176, 1);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.85em;
}

#content #in
{
  padding: 0 58px;
}

a
{
  color: rgb(114, 176, 1);
  text-decoration: none;
}

#content #in a {
  text-decoration: underline;
}

#content #in p,
#content #in div
{
  margin-bottom: 14px;
}

#left-outer
{
  float: left;
  width: 628px;
}

#left
{
  background: url(./img/content-background.png) repeat-y;
  margin-top: -3px;
  padding: 2px 100px 39px;
}

#right
{
  float: right;
  width: 155px;
}

#right img
{
  display: block;
  margin-bottom: 14px;
}

#subscription
{
  background-image: url(/wp-content/themes/marksager/img/newsletter-background.png);
  height: 85px;
  margin-top: 16px;
  padding: 16px;
  margin-bottom: 24px;
}

#subscription .gsom_sfi input
{
  width: 120px;
}

ul.page-numbers{
  text-align: center;
	margin-bottom: 20px;
	padding: 5px 0 5px 0;
}

ul.page-numbers li{
	display: inline;
  padding: 0 5px;
  font-weight: bold;
}

ul.page-numbers li a{
	text-decoration: none;
	border: none;
	padding-bottom: 10px;
}