/*

  Mark Info

*/


/*

  Common

*/

body
{
  color: #333637;
  background-color: #8293a0;
}

body,
th,
td
{
  font-family: arial;
  font-size: 13px;
  line-height: 125%;
}

h1,
h2,
h3,
h4,
h5,
h6 
{
  color: #006fa4;
  margin: 0 0 10px 0;
}

h1 
{ 
  font-size: 24px; 
  line-height: 110%;
}

h2 { 
  font-size: 14px; 
  font-weight: bold; 
}
h3 { font-size: 12px; }
h4 { font-size: 12px; }
h5 { font-size: 12px; }
h6 { font-size: 12px; }

p
{
  margin: 0 0 15px 0;
}

b, strong
{
  font-weight: bold;
}

a:link,
a:visited
{
  color: #006fa4;
  text-decoration: none;
}

a:focus,
a:hover,
a:active
{
  color: #0089cb;
  text-decoration: none;
}

input.text,
textarea
{
  padding: 2px 5px;
  border: 2px solid #d56832;
  color: black;
  background-color: white;
}

input.button
{
  padding: 2px 4px;
  color: white;
  background: #397da7 url('/files/mark/markinfo_images/button_background.png') left top repeat-x;
  font-size: 11px;
  font-weight: bold;
  border: 2px outset #008ED3;
}

select
{
  border: 1px solid #d56832;
  color: black;
  background-color: white;
  font-size: 11px;
}

ul, ol
{
  margin: 0 0 5px 15px;
  list-style-position: outside;
  list-style-type: square;
}

li
{
  padding: 0 0 5px 0;
}

.clear
{
  clear: both;
}

#container
{
  width: 1002px;
  margin: 15px auto;
}


/*

  Header

*/

#header
{
  position: relative;
  height: 100px;
  background: url('/files/mark/markinfo_images/header_background.png') left top repeat-y;
}

#logo
{
  display: block;
  position: absolute;
  top: 23px;
  left: 27px;
}

#issuenumber
{
  position: absolute;
  left: 292px;
  top: 36px; 
  border: 2px solid white;
  font-weight: bold;
  font-size: 17px;
  clear: both;
}

#issuenumber span
{
  display: block;
  float: left; 
  padding: 2px 4px;
}

#issuenumber span.issue
{
  color: #f47f44;
  background-color: white;
}

#issuenumber span.year
{
  color: white;
}

#title
{
  position: relative;
  left: 290px;
  top: 66px;
  width: 285px;
}

#searchbox
{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 130px;
  padding: 12px 15px 12px 15px;
  border: 2px solid white;
}

#searchbox .keyword
{
  position: relative;
  font-size: 10px;
  width: 74px;
  border-width: 1px;
}

#searchbox .submit
{
  position: relative;
  border: 1px solid #d56832;
}

#searchbox .issue
{
  margin: 5px 0 0 0;
  width: 100%;
  padding: 2px 5px;
}

#searchbox a.archive
{
  display: block;
  margin: 5px 0 0 0;
  font-weight: bold;
}

#searchbox a.archive:link,
#searchbox a.archive:visited
{
  color: white;
  text-decoration: none;
}

#searchbox a.archive:focus,
#searchbox a.archive:hover,
#searchbox a.archive:active
{
  color: white;
  text-decoration: underline;
}


/*

  Content

*/

#content
{
  background: url('/files/mark/markinfo_images/content_background.png') left top repeat-y;
}


/*
  
  Frontpage

*/

/* Row 1 */

#frontpage_row_1
{
  overflow: hidden;
  height: 313px;
  padding: 0 10px;
  background: url('/files/mark/markinfo_images/frontpage_row_1.png') left top no-repeat;
  clear: both;
}

#frontpage_row_1 .column
{
  float: left;
}

#frontpage_row_1 .column h1
{
  color: white;
  height: 24px;
  margin: 0;
  padding: 6px 0 0 12px;
  font-weight: bold;
  font-size: 13px;
}

#frontpage_row_1 .column a
{
  display: block;
  margin: 5px 0;
  font-size: 15px;
  font-weight: bold;
}

#frontpage_row_1 .column .padding
{
  padding: 0 12px 0 12px;
  font-size: 12px;
}

#frontpage_row_1 .column img
{
  border: 2px solid white;
  margin: 3px 0;
}


#frontpage_row_1 .column_1
{
  width: 316px;
}

#frontpage_row_1 .column_1 .padding
{
  padding: 0 10px;
}

#frontpage_row_1 .column_2
{
  width: 222px;
}

#frontpage_row_1 .column_3
{
  width: 222px;
}

#frontpage_row_1 .column_4
{
  width: 222px;
}

/* Row 2 */

#frontpage_row_2
{
  overflow: hidden;
  height: 140px;
  padding: 0 10px;
  background: url('/files/mark/markinfo_images/frontpage_row_2.png') left top no-repeat;
  clear: both;
}

#frontpage_row_2 .column
{
  float: left;
}

#frontpage_row_2 .column_1,
#frontpage_row_2 .column_2
{
  width: 392px;
  height: 200px;
}

#frontpage_row_2 .column_1 .padding,
#frontpage_row_2 .column_2 .padding
{
  margin: 15px 5px 0 205px;
}

#frontpage_row_2 .column_3
{
  width: 186px;
}

#frontpage_row_2 .column_3 .padding
{
  padding: 35px 0 0 18px;
}

#frontpage_row_2 .column_3 a
{
  display: block;
  margin: 0 0 2px 0;
  color: white;
  font-size: 11px;
  font-weight: bold;
}

#frontpage_row_2 .column_3 a:link,
#frontpage_row_2 .column_3 a:visited
{
  text-decoration: none;
}

#frontpage_row_2 .column_3 a:focus,
#frontpage_row_2 .column_3 a:hover,
#frontpage_row_2 .column_3 a:active,
{
  text-decoration: underline;
}

/* Row 3 */

#frontpage_row_3
{
  overflow: hidden;
  background: url('/files/mark/markinfo_images/frontpage_row_3.png') left top no-repeat;
  height: 143px;
  padding: 0 10px;
  clear: both;
}

#frontpage_row_3 .column
{
  float: left;
  width: 195px;
}

#frontpage_row_3 .padding
{
  padding: 3px 0 0 15px;
  font-size: 11px;
}

#frontpage_row_3 .column h1
{
  color: white;
  height: 23px;
  margin: 0;
  padding: 6px 0 0 15px;
  font-size: 13px;
  font-weight: bold;
}

#frontpage_row_3 .column a
{
  font-weight: bold;
}

/*

  Gallup

*/

form#gallup
{
  clear: both;
}

div#results
{
  clear: both;
}

div#results div
{
}

div#results div.option
{
  clear: both;
}


div#results div.bar,
div#results div.result
{
  float: left;
  height: 15px;
}

div#results div.bar
{
  margin: 3px 5px 10px 0;
  text-align: left;
}

div#results .odd
{
  background-color: #008ED3;
}

div#results .even
{
  background-color: #FF7A34;
}

div#results div.result
{
  margin: 3px 0 10px 0;
  white-space: nowrap;
}





/* 

  Subpage

*/

#subpage_top
{
  height: 25px;
  padding: 0 0 0 62px;
  background: url('/files/mark/markinfo_images/subpage_top.png') left top no-repeat;
}

#subpage
{
  background: url('/files/mark/markinfo_images/subpage_background.png') left top repeat-y;
  clear: both;
}

#subpage .column
{
  float: left;
}

#subpage .column_1
{
  padding: 30px 40px 20px 60px;
  width: 560px; 
}

#subpage .column_2
{
  width: 296px;
  padding: 0 0 0 20px;
}

#subpage .column_2 div.image
{
  border: 2px solid #d2d2d2;
  background-color: #f0f0f0;
  margin: 0 0 10px 0;
  text-align: center;
}

#subpage .column_2 div.image img
{
  display: block;
  margin: 5px auto;
}

#subpage .column_2 div.image span
{
  display: block;
  padding: 8px;
  border-top: 2px solid #d2d2d2;
}

#subpage .column_2 div.archive
{
  padding: 0 0 25px 0;
}

#subpage .column_2 div.archive a.year
{
  display: block;
  clear: both;
  margin: 10px 0 5px 0;
  padding: 5px 10px;
  color: white;
  font-weight: bold;
  background-color: #008ED3;
}

#subpage .column_2 div.archive span
{
  display: block;
  float: left;
  width: 30px;
  padding: 0 0 0 10px;
}

#subpage .column_2 div.archive a.link
{
  display: block;
  float: left;
  width: 240px;
  padding: 0 0 5px 10px;
}

#subpage_bottom
{
  height: 8px;
  background: url('/files/mark/markinfo_images/subpage_bottom.png') left top no-repeat;
}



/*

  Article -page,  comments

*/

div#articletype
{

  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  font-weight: bold;
  color: #FF7932;
/*  border-bottom: 1px dotted #FF7932; */
  border-bottom: 2px solid #F4F4F4;
}


div#comments
{
  float: left;
  clear: both;
  border: 2px solid #d2d2d2;
  margin: 0 0 15px 0;
  width: 100%;
}

#comments div.odd,
#comments div.even
{
  float: left;
  clear: both;
  width: 100%;
  padding: 15px 0 10px 0;
  border-bottom: 1px solid #d2d2d2;
}

#comments div.odd
{
}

#comments div.even
{
  background-color: #efefef;
}

#comments .author
{
  display: block;
  float: left;
  width: 25%;
  padding: 0 0 0 15px;
}

#comments .comment
{
  display: block;
  float: left;
  width: 70%;
  padding: 0 0 0 0;
}

#add_comment
{
}

#login_form label,
#login_form input,
#add_comment label,
#add_comment input,
#add_comment textarea
{
  display: block;
}

#login_form label,
#add_comment label
{
  margin: 10px 0 5px 0;
  font-weight: bold;
}

#add_comment input.text,
#add_comment textarea
{
  width: 400px;
}

#add_comment textarea
{
  height: 150px;
}

#login_form .submit,
#add_comment .submit
{
  margin: 10px 0 0 0;
}


/*

  Archive -page

*/


div#archive
{
}

#archive h2
{
  border-bottom: 1px solid #006fa4;
  padding: 0 0 5px 0;
}

#archive ul 
{
  margin: 0 10px 0 10px;
}

#archive ul li
{
  margin: 0 0 10px 0;
  clear: both;
}

#archive ul li b
{
  display: block;
  float: left;
  margin: 0 0 10px 0;
  width: 150px;
}


/* 

  Footer

*/

#footer
{
  height: 26px;
  padding: 4px 20px 0 20px;
  color: #a0a0a1;
  background: url('/files/mark/markinfo_images/footer_background.png') left top no-repeat;
  clear: both;
}

#footer .left
{
  float: left;
  font-size: 11px;
}


a#crasman:link,
a#crasman:visited
{
  color: #a0a0a1;
}

a#crasman:focus,
a#crasman:hover,
a#crasman:active
{
  color: #a0a0a1;
  text-decoration: underline;
}

#footer .right
{
  float: right;
  font-size: 11px;
}

#footer .right a
{
  font-weight: bold;
}

#footer span.separator
{
  padding-left: 10px;
  padding-right: 10px;
  color: #a0a0a1;
}


/*

  Preview

*/

form#preview
{
  width: 1000px;
  margin: 5px auto;
  padding: 10px 0;
  -moz-border-radius: 5px;
  background-color: white;
  text-align: center;
}

#preview h2 
{
  display: inline;
  padding: 0 10px 0 0;
}

#preview p
{
  display: inline;
}

#preview form
{
  display: inline;
}
