@charset "UTF-8";
#main_container {
    width: 100%;
    background-color: #FFF;
}
#page {
	width: 960px;
	height: auto;
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
	overflow: hidden;
	clear: both;
}

#header {
    height: 160px;
    background-image: url(images/The_Heptagon_Post_Logo_960x160px.png);
    background-repeat: no-repeat;
	/*padding: 0 10px 0 10px;*/
    background-position: center top;   
}

#blue_bar {
    width: 100%;
	margin: 0px auto 0px auto;
    background-color: #232750;
    height: 40px;
    }
    
#menu_container {
    /*border: 1px dashed #FF0000;*/
    width: 960px;
    background-color: #232750;
    margin: auto;
    height: 40px;
	overflow: visible;
	clear: both;
    }

#menu {
	/*border: 1px dashed #00FF00;*/
    /*width: auto;*/
    float: left;
	position: relative;
	left: -13px;
}

#menu li    {
    /*border: 1px dashed #00CCFF;*/
    display: inline;
	float: left;
    color: #FFFFFF;
    font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 13px 14px 12px 14px;
	border-left: 1px solid #424242;
	/*border-right: 1px solid #858585;*/

}

#menu li.last   {
    border-right: 1px solid #424242;
}

#menu li.active   { 
	background-color: #858585;
	border-left: 1px solid #424242;
	/*border-right: 1px solid #232750;*/
}

#menu li.active-trail  { 
	background-color: #858585;
	border-left: 1px solid #424242;
	/*border-right: 1px solid #232750;*/
}


#menu li:hover  { 
	color: #232750;
	background-color: #858585;
	border-left: 1px solid #424242;
	/*border-right: 1px solid #232750;*/
}

#menu li ul  {
	position: relative;
	top: 6px;
	left: -20px;
	display: none;
	z-index: 9;
	clear: none;
}

#menu li ul li   {
    /*border: 1px dashed #00CCFF;*/
    display: inline;
	float: left;
	clear: left;
    color: #FFFFFF;
    font-weight: bold;
	list-style: none;
	padding: 6px;

}

#menu li ul li.active   { 
	background-color: #232750;
}

#menu li ul li:hover  { 
	color: #232750;
	background-color: #858585;
}


#menu    a,a:visited {
    color: #FFFFFF;
	display: inline;
	padding: 13px 0 13px 0;
	/*border: 1px #ff0 dashed;*/
}

/* Sub menu */

#sub_menu {
    /*border: 1px dashed #FF0000;*/
    width: 960px;
    background-color: #FFF;
    margin: 0 auto 0 auto;
    height: 25px;
	overflow: visible;
	clear: both;
	/*border: 1px dotted #858585;*/
	border-top: 0px;
    }
	
#sub_menu ul   {	
	position: relative;
	left: -13px;
	top: 5px;

	}

#sub_menu li    {
    /*border: 1px dashed #00CCFF;*/
    display: inline;
	float: left;
    color: #232750;
    font-weight: bold;
	list-style: none;
	margin: 0px;
	padding: 0 10px;
	border-left: 1px solid #858585;

}

#sub_menu li.last    {
	border-right: 1px solid #858585;

}

#sub_menu    a,a:visited {
    color: #232750;
}

#sub_menu  a:hover {
    color: #C00; 
}

#sub_menu a:active   {
	color: #C00; 
	/*background-color: #858585;*/
	/*border-right: 1px dotted #858585;*/
}

#sub_menu li.active-trail a   {
	color: #C00; 
	/*background-color: #858585;*/
	/*border-right: 1px dotted #858585;*/
}

#sub_menu li:hover  { 
	/*background-color: #858585;*/
	/*border-right: 1px dotted #858585;*/
}

#sub_menu li.active-trail  {
	color: #C00; 
	/*background-color: #858585;*/
	/*border-left: 1px solid #232750;*/
	/*border-right: 1px solid #232750;*/
}

#left_column {
    height: auto;
    width: 100px;
    float: left;
    visibility: hidden;
    z-index: 1;
}

#content_column {
	width: 690px;
	margin: 15px 0 0 0;
	float: left;
	/*border-right: 1px dashed #FF0;*/

}

#content_column.content_front {
	background-image: url(images/FrontPage_Background_Lines_v2.png);
	background-repeat: no-repeat;
	background-position: 2px 360px;
}

/* Right hand column, login and special feature blocks*/

#right_column {
    margin: 15px 15px 15px 0;
    /*padding: 5px 5px 5px 5px;*/
    width: 235px;
    float: right;
}

/* login form*/

#user-login-form {
    background-color: #D5D5D5;
    padding: 10px;
	margin: 15px 0 0 0;
    text-align: left;
    color: #232750;
}

#user-login-form a:link {
    color: #232750;
}

#user-login-form a:visited {
    color: #232750;
}

#user-login-form .form-item   {
	display: inline;
	float: left;
}

#user-login-form .form-item ul{
	padding: 5px 0;
	display: inline;
	float: left;
	margin: 0;
	list-style-type: none;	
}

#comment h3 {
	font-size: 1em;
}

/* search form */

#search-block-form .form-item .form-submit{
	padding: -10px 0;

}

#search-block-form .form-item{
		padding: 0;
		margin: 0;
		float: inherit;
}

.block-search{
    /*border: 1px dashed #00FF00;*/
    background-color: #232750;
    margin: 15px 0 0 0;
    padding: 10px;
    text-align: center;
    color: #fff;
} 

.block-search label{
    display: none;
}

/* feature boxes */

.block-featured_content {
    padding: 5px 10px 5px 10px;
    margin: 15px 0 0 0;
    border: 0;
	background-color: #595959;
} 

.block-featured_content h2{
	font-size:1.15em;
    padding: 5px 0 15px 0;
	color: #FFFFFF;
	/*text-indent: 15px;*/
    /*border-bottom: solid 5px #232750;*/
}

.block-featured_content ul {
	position: relative;
	left: -12px;
}

.block-featured_content li{
    border-bottom: dotted 1px #232750;
    padding: 10px 5px 10px 5px;
	background-color: #FFFFFF;
	width: 203px;
	list-style-position: inside;
	list-style-type: none;
}
    
.block-social-networks {
    padding: 5px 0 5px 0;
    margin: 15px 0 0 0;
    background-color: #D7D7D7;
    border: 0;
} 

.block-social-networks h2{
    font-size:1.15em;
	margin: 0 10px;
    padding: 10px 0 10px 0;
   /* margin: 0 15px 0 15px 0;*/
    border-bottom: solid 5px #232750;
	color: #232750;
}

.block-social-networks ul{
    margin: 15px 0 15px 0;
}

.block-social-networks li{
    margin: 5px 0 5px 0;
    list-style-type: none;
    float: left;
}
    
.block-social-networks img{
    border: 0;
}
    
.block-world-regions {
    padding: 5px 10px 2px 10px;
    margin: 15px 0 0 0;
    background-color: #232750;
    color: #FFF;
    text-align: left;
    clear: left;
} 
.block-world-regions h2{
    font-size:1.15em;
    padding: 5px 0 15px 0;
    /*border-bottom: solid 5px #595959;*/
    color: #FFF;
}
    
.block-world-regions a{
    color: #FFF;
}

.block-advert {
    margin: 15px 0 0 0;
    clear: left;
} 

/*.block-advert img{
    margin: 0;
    padding: 0;
    clear: left;
} */

.node {
    border-bottom: 5px solid #A7A7A7;
    padding-bottom: 15px;
    margin: 0 7px 15px 0;
}
	
.node img {
    width: 210px;
    height: auto;
    display: block;
    margin: 0 0 0.5em 0;
    float: left;
}

.node .img-set-size {
	width: 128px;
    height: auto;
}

.node.front.sticky   {
    border-bottom-width: 14px;
    border-bottom-style: solid;
    border-bottom-color: #A7A7A7;
	width: 668px;
    height: 315px;
    display: block;
	margin-top: 15px;
	border-right: 0;
}

.node.front.sticky img {
    width: 310px;
    height: auto;
    display: block;
    margin: 0 0.5em 0.5em 0;
    float: left;
}
.node.front.sticky h2 {
    font-size: 2.5em;
    font-weight: bold;
    color: #232750;
    margin: 0 0 0.3em 0;
}

.node.front {
	border-bottom-width: 0px;
    display: inline-block;
	padding: 0 8px 0 2px;
    width: 210px;
    height: 390px;
    overflow: hidden;
    float: left;
	/*border-right: 1px dotted #232750;*/

}

.node.front img {
    width: 210px;
    height: auto;
    display: block;
    margin: 0 0 0.5em 0;
    float: left;
}

.node.front h2 {
    font-size:1.3em;
    font-weight: bold;
    color: #7F0000;
    margin: 0 0 0.5em 0;
}

.node.front p{
    text-align: justify;
}

.node.front h2 a {
    color: #232750;
}

.node.front h2 a:hover {
    color: #C00;
	text-decoration: none;
}


/* links at bottom of nodes view */

.node .meta  {
	margin: 0;
}

.links li{
	color: #C00;
	display: inline;
	border-left: 1px solid #C00;
	margin: 0;
	padding: 2px 0;
}

.links li.last{
	border-right: 1px solid #C00;
}
	
.node .node_read_more  {
	margin: -5px 0 0 0;
	padding: 0;
	border-left: none;
	border-right: none;
}

.node .links .node_read_more.first  {
	border-left: none;
}

.node .links .node_read_more.last  {
	border-right: none;
}

.node .links li.disqus_comments  {
	display: none;
}

.node .meta .terms  {
    display: none;
}

.node .links .comment_add .comment_comments {
    display: none;
}

.node .links .comment  {
    display: none;
}

.node .node_images_edit {
    display: none;
}

#footer {
    width: auto;
    clear: both;
    background-color: #D7D7D7;
    height: auto;
    padding: 1em 0 1em 0;
}

#footer h6 { 
	text-align:center;
	color: #232750;
	font-size:0.85em; 
}

#footer a { 
	color: #232750;
}


/*HTML Elements File */

body {
    font-size: 13px;
    color: #000;
    background: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    color: #232750;
    font-family: Georgia, "Times New Roman", Times, serif;
}

h1{
    font-size:2.55em;
    font-weight: bold;
    color: #232750;
    margin: 0 0 0.4em 0;
}

h2{
    font-size:1.65em;
	color: #444444;
    margin: 0.3em 0;
}

h3{
    font-size:1.5em;
    margin: 0.3em 0 0.4em 0;
}

h4{
    font-size:1.2em;
    color: #353535;
    font-weight: bold;
    margin: 0.25em 0 0.4em 0;
}
h5{
    font-size:1em;
	color: #C00;
    margin: 0 0 0.45em 0;
}
h6{
    font-size: 0.75em;
    margin: 0 0 0.45em 0;
}

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

/* Text elements  */
p           {
    margin: 0 0 0.4em 0;
    line-height: 1.4em;
    text-align: justify;
}

img {
    padding: 0 1em 0.5em 0;
    float: left;
    clear: left;
}

hr {
	width: 678px;
	margin: 0 0 20px 0;
    border-bottom: 5px solid #A0A0A0;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    clear: left;
}

/* links */

a:link      {
    color: #C00;
    text-decoration: none;
}

a:hover, a:focus , a:active, a:visited  {
    color: #C00;
	text-decoration: none;
}

h2 a:visited {
    color: #232750;
}

h2 a:link {
    color: #232750;
}

h2 a:hover {
    color: #C00;
}

h2 a:active {
    color: #C00;
}

blockquote   {
    font-size: 1em;
    margin: 1.5em;
    color: #232750;
    font-style: italic;
    margin: 0 0 1.5em 0;
    padding: 0 0 0 40px;
}
blockquote p { margin: 0; }
strong       { font-weight: bold; }
em,dfn       { font-style: italic; }
dfn          { font-weight: bold; }
sup, sub     { line-height: 0; }

abbr, 
acronym     { border-bottom: none; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em Arial, Helvetica, sans-serif, monospace; line-height: 1.5; } 

/* Lists */
li ul, 
li ol       {
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #656565;
}
ul, ol      {
    margin: 0 0 0.5em 0;
    text-indent: 0px;
}

ul          {
    list-style-type: square;
    margin: 0 0 0 0;
}
ol          { list-style-type: decimal; }

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

/* Tables  */
table        { margin: 1em 0; width: 100%; }
thead th     { font-weight: bold;color: #494949; border-bottom: 8px solid #d3e7f4; }
th a:link, 
th a:visited { }
td, th       { padding: 0.3em 0.5em; }
tr.even,
tr.odd,
tbody th     { border: solid #cccccc; border-width: 1px 0; }
tr.odd, 
tr.info      { background-color: #edf5fa; }
tr.even      { background-color: #fff; }

tr.odd td.active  { background-color: #ddecf5; }
tr.even td.active { background-color: #e6f1f7; }

td.region, td.module, td.container {
  border-top: 1.5em solid #fff;
  border-bottom: 8px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
  border-top-width: 0;
}

/* Misc classes */
.small      { font-size: 0.8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background: #ff0; }
.added      { background: #060; color: #fff; }
.removed    { background: #900; color: #fff; }
.submitted {
    font-size: 1em;
    color: #636363;
    letter-spacing: normal;
} 
