/*
Theme Name: Arete Grid
Theme URI: http://areteconstruction.com/
Description: Custom Theme for Arete Construction
Version: 1.0
Author: Rick Potratz
Author URI: http://makingcodepoetry.com/

*/

@charset "utf-8";
/* CSS Document */

body { 
  background: #0d0301 url(/images/background.jpg) no-repeat top center; 
  margin: 35px 0px 35px 0px;
  font-family: Garamond, Geneva, Georgia;
  font-size: 16px;
  color: #e9c287;
}

a { color: #ffffff; }
a:visited { color: #ffffff; }
a:hover { color: #e9c287; }
a:active { color: #e9c287; }

p { padding: 0px 32px 0px 38px; }

#contentbg { 
  background: #720c00 url(/images/homebg_bottom.jpg) no-repeat bottom center;
}

#contentbg2 { 
  background: url(/images/mainbg_bottom.jpg) no-repeat bottom center;
}

#content { 
  background: url(/images/homebg_top.png) no-repeat top center;
  padding: 25px 40px 40px 40px;
  font-family: Garamond, Geneva, Georgia;
  font-size: 16px;
  color: #e9c287;
}

#content strong { 
  color: #ffffff;
}

#content2 { 
  background: url(/images/homebg_top.png) no-repeat top center;
  padding: 26px 23px 26px 23px;
  font-family: Garamond, Geneva, Georgia;
  font-size: 16px;
  color: #e9c287;
}

#content2 strong { 
  color: #ffffff;
}

#content2 h2 { 
  color: #67abba;
  font-family: Minion Pro, Garamond, Geneva, Georgia;
  font-size: 22px;
  margin: 0;
  font-weight: normal;
}

#table { 
  background: url(/images/bgtr.png) repeat;
  margin: 0px 0px 23px 23px; 
}

#table td { padding: 23px; }
#table p { padding: 0px }