/* base
----------------------------------------------- */

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}
/* links
----------------------------------------------- */

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {}

h3 {
        font-size: 32px; /*24px*/
        margin-bottom: -10px;
        margin-top: 0;
        font-weight: normal;
        color: #2f2f2f;
        font-family: Georgia, 'Times New Roman', Serif;
        line-height: 130%;
}

h3.entry-title a { font-size: 32px; color: #2f2f2f; }

h4, div.entry-content h4 { font-size: 16px; font-weight: normal; line-height: 18px; font-family: Arial, Helvetica, sans; color: #8f2d2d; margin-bottom: -11px; margin-top:18px} 

#site-name a {
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 10px auto;
	padding: 10px;
	width: 760px;
}

#head {
	text-align: center;
}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

#sidebar-1, #sidebar-2 {
	padding-top: 50px;
	width: 150px;
}

#sidebar-1 {
	margin-right: 5px;
	float: left;
	text-align: right;
}

#sidebar-2 {
	margin-left: 5px;
	float: right;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
	margin: 0 155px;
	padding-top: 30px;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 770px;
w\idth: 760px;
}

#sidebar-1, #sidebar-2 {
\width: 150px;
w\idth: 150px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

div#rightcolumn form p {font-size: 13px; color: #AAAAAA; font-family: Arial, Helvetica, Sans; font-weight: normal; text-align: left; text-transform:uppercase}

div#rightcolumn form p input {margin: 10px 0 0 20px; color: #222; background: #ccc; border: 3px solid #ddd; padding: 3px;}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}



/* marc stuff
------------------------------------------------ */
/* Root = Horizontal, Secondary = Vertical */
ul.navmenu {
  margin: 0;
  border: 0 none;
  padding: 0 0 0 20px;
  width: 942px; /*For KHTML*/
  list-style: none;
  height: 32px;
  background: #000 url('images/menu-background.png') no-repeat;
}

ul.navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 32px;
}

ul.navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
}

ul.navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul.navmenu ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul.navmenu a {
  padding: 0 20px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: transparent;
  color: #333;
  font: 13px/30px Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul.navmenu a:hover,
ul.navmenu li:hover a,
ul.navmenu li.iehover a {
  background: transparent;
  background-image:url('images/menuhover.png');
  background-position:top left;
  background-repeat:repeat-x;
  color: #550F00;
}

ul.navmenu li a.active {background-image:url('images/menuactive.png'); color:#ddd;}

/* 2nd Menu */
ul.navmenu li:hover li a,
ul.navmenu li.iehover li a {
  float: none;
  background: #1c1c1c;
  border-top: 1px solid #2c2c2c;
  border-bottom: 1px solid #111;
  border-right: 1px solid #2c2c2c;
  border-left: 1px solid #111;
  color: #ccc;
}

/* 2nd Menu Hover Persistence */
ul.navmenu li:hover li a:hover,
ul.navmenu li:hover li:hover a,
ul.navmenu li.iehover li a:hover,
ul.navmenu li.iehover li.iehover a {
  background: #222;
  opacity: 1;
  color: #ccc;
}

/* 3rd Menu */
ul.navmenu li:hover li:hover li a,
ul.navmenu li.iehover li.iehover li a {
  background: #300;
  color: #ccc;
}

/* 3rd Menu Hover Persistence */
ul.navmenu li:hover li:hover li a:hover,
ul.navmenu li:hover li:hover li:hover a,
ul.navmenu li.iehover li.iehover li a:hover,
ul.navmenu li.iehover li.iehover li.iehover a {
  background: #400;
  opacity: 1;
  color: #ccc;
}

/* 4th Menu */
ul.navmenu li:hover li:hover li:hover li a,
ul.navmenu li.iehover li.iehover li.iehover li a {
  background: #300;
  color: #ccc;
}

/* 4th Menu Hover */
ul.navmenu li:hover li:hover li:hover li a:hover,
ul.navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #400;
  opacity: 1;
  color: #ccc;
}

ul.navmenu ul ul,
ul.navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul.navmenu li:hover ul ul,
ul.navmenu li:hover ul ul ul,
ul.navmenu li.iehover ul ul,
ul.navmenu li.iehover ul ul ul {
  display: none;
}

ul.navmenu li:hover ul,
ul.navmenu ul li:hover ul,
ul.navmenu ul ul li:hover ul,
ul.navmenu li.iehover ul,
ul.navmenu ul li.iehover ul,
ul.navmenu ul ul li.iehover ul {
  display: block;
}

/* More Marc Stuff 
-------------------------------- */

html {
    background-color: #000;
    background-image: url('images/fs-tile.png');
    background-offset: 1px 2px;
}

body {
    background: transparent url('images/gradient-dots.png') no-repeat center top;
    color: #fff;
    margin-top:0;  
    text-align: center;
    width: 100%;
    display: table;
}

a:link { color: #8F2D2D; text-decoration:none;}
a:visited { color: #8F2D2D; text-decoration:none;}
a:active { color: #920800; text-decoration:none;}
a:hover {color: #920800; text-decoration:underline;}

img {border: 0;}

img.thumb {border: 1px solid #666; margin-left: 15px;}
img.thumb:hover {border-color:#999;}

ul li {
    list-style-image: url('images/list-item-plus.gif');
    list-style-type: circle;
}

.switchgroup1 {margin-left:12px;}
.imgfloat { border: 1px solid #000; float: left; margin: 0 20px 10px 0px; }

#wrapper {
    background-color:#222222;
    margin: 0 auto; 
    margin-top: 0px; 
    padding-top: 0px; 
    text-align: left; 
    width: 960px;
}

#header {
    background-color: #222222;
    height: auto;
    width: 960px;
}

#header img {
    vertical-align:bottom;
}

#maincontent {
    background: transparent url('images/columns-background.jpg') repeat-y top left;
    color: rgb(204,204,204);
    font-size: 13px;
    height: auto;
    line-height: 130%;
    margin-top: 0;
    padding-top: 0px;
    width: 960px;
}

#rightcolumn {
    background:transparent;
    float:right;
    margin-top: 60px;
    padding: 0 30px 0 10px;
    width: 312px;
    font-family: Arial, Helvetica, Sans-serif;
}

#rightcolumn #demo-gallery .gallery-item {
    margin-bottom: 40px;
	padding:10px;
        background: #111;
	width: 304px;
}

#rightcolumn #demo-gallery .gallery-item p {
    text-align:center;
    color: #ddd;
    padding: 0 10px;
    font-family: Arial, Helvetica, Sans-serif;
}

#rightcolumn a:link { color: #888888; text-decoration:none;}
#rightcolumn a:visited { color: #888888; text-decoration:none;}
#rightcolumn a:active { color: #888888; text-decoration:none;}
#rightcolumn a:hover {text-decoration:underline;}

#rightcolumn #demo-gallery .gallery-item img {
    border: none;
    width: 304px;
	height: 170px;
}

#demo-gallery h3, #sidebar-contact-info h3, #sidebar-web-services h3 {
	color: #AAAAAA;
        font-family: Arial, Helvetica, sans;
	font-weight: normal;
	font-size: 13px;
	margin-top: 0;
	text-align: left;
        text-transform: uppercase;
        margin-bottom:10px;
}

#sidebar-contact-info {
    margin-bottom: 40px;
	padding:0;
	width: 304px;
}

#sidebar-web-services {
	margin-bottom: 40px;
	padding: 0 10 0 10;
	width: 284px;

}

#sidebar-web-services ul {
	padding-left: 30px;
}

#sidebar-web-services ul li {
	font-size: 13px;
	margin-bottom: 6px;
	line-height: 140%;
}

#bodytext {
    background: transparent;
    color: #3F3F3F;
    float: left;
    font-family: Arial, Helvetica, sans;
    font-size: 13px;
    line-height: 180%;
    padding: 10px 60px 60px 40px;
    width: 498px;
}

#bodytext p {
    color: #3f3f3f;
    font-family: Arial, Helvetica, sans;
    font-size: 13px;
    line-height: 19px;
    padding-left: 0px;
}

#sidebar-contact-info p.contact-info {
    font-size: 14px;
    line-height: 140%;
    padding-left: 20px;
}

#bodytext ul {margin-bottom: 18px;}

#bodytext ul li {
    color: #3f3f3f;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}

#bodytext h1 {
        font-size: 32px; /*24px*/
        margin-bottom: -10px;
        margin-top: 0;
        font-weight: normal;
        color: #2f2f2f;
        font-family: Georgia, 'Times New Roman', Serif;
        line-height: 130%;
}

#bodytext h1 a {
        
        color: #2f2f2f;
}

#bodytext h2 {
    color: #f90; /*was #f90;*/
    font-family: Arial, Helvetica, sans;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: -8px;
}

#footer {
    clear:both;
    padding-top:40px;
}

#hcard-Marc-Carson {
	padding-left: 20px;
}

p.entry-summary strong {background-color:#FFF2BA; font-weight:normal;color:#222;}

#header-separator {
        display:block;
        width: 960px;
        height: 15px;
        background:url('images/menu-content-transition.png') no-repeat top left;
}

.right {
        float: right;
}
