body {
 margin:17px;
 background:#FFFFFF;
 font-family: Arial, Verdana, sans-serif;
 font-size: 13px;
 color: #4E4E4E;
 line-height: 20px;
}

/* Mozilla Rules! xD */

::-moz-selection{
	background: #D7EEF6;
	color: #356AA0;
}

::selection {
	background: #D7EEF6;
	color: #356AA0;
}



/* wrappers ----------------- */

.main-wrapper {
 width:920px;
background-color: #FFFFFF;
}

.header-wrapper {
  text-align:left;
  vertical-align:top;
  display:block;
  padding: 8px 0;
}

.left-wrapper {
  width:170px;
  text-align:left;
  vertical-align:top;
  overflow:hidden;
  display:block;
  float:left;
}

.content-wrapper {
  width:570px;
  padding:0 5px;
  text-align:left;
  vertical-align:top;
  overflow:hidden;
  display:block;
  float:left;
}

.right-wrapper {
  width:170px;
  text-align:left;
  vertical-align:top;
  overflow:hidden;
  display:block;
  float:right;
}

.footer-wrapper {
  margin-top:17px;
  border-top:1px solid #E4E4E4;
  padding-top:10px;
  text-align:center;
}
.footer-wrapper a {
  text-decoration: none;
}

.clear {
  clear:both;
}



/* art ----------------- */

#art {
}



/* links ----------------#002BB8- */

a {
  color: #003DCD;
        /*cursor: url(images/hand.cur);*/
  outline-style:none;
  outline-width:0;
}
a:hover {
  color: #3558F5;
}
a:visited {
  color: #003DCD;
}
a:visited:hover {
  color: #3558F5;
}


/* headings ----------------- */

h1 {
  color:#000000;
  display:block;
  font-size:18px;
  line-height:1.5em;
  margin:0;
  padding:2px;
}
h2 {
  color:#000000;
  display:block;
  font-size:18px;
  line-height:1.5em;
  margin:0;
  margin-bottom:1px;
  padding:2px;
  border-bottom:1px solid #E4E4E4;
}
h3 {
  color:#000000;
  display:block;
  font-size:14px;
  line-height:1.5em;
  margin:0;
  padding:2px;
}

.heading-wrapper {
  padding:3px;
  float:right;
  width:740px;
}
.heading-wrapper a {
  font-size: 14px;
  color: #000088;
  font-weight: bold;
  text-decoration: none;
}
.heading-wrapper a:visited {
  color: #000088;
}
.heading-wrapper a:hover {
  color: #3558F5;
}

.heading-wrapper h1 {
  font-size: 14px;
  color: #000088;
  font-weight: bold;
  display:inline;
}



/* catmenu ----------------- */

.catmenu {
  font-family:"Trebuchet MS";
  font-size: 12px;
  font-weight: bold;
  list-style-type: none;
  padding:0;
  margin:0;
}

.catmenu a {
  color:#00509F;
  background: #FFFFFF url(images/bg_catmenu.png) repeat-x;
  height: 20px;
  display: block;
  vertical-align: middle;
  padding-left: 7px;
  border-left: 1px solid #F9F9F7;
  border-right: 1px solid #F9F9F7;
  text-decoration: none;
}
.catmenu a:visited {
  color:#00509F;
}
.catmenu a:hover {
  color:#E37439;
}


/* amenu ----------------- */

.amenu {
  font-family:"Trebuchet MS";
  font-size: 12px;
  font-weight: bold;
  list-style-type: none;
  padding:0;
  margin:0;
}

.amenu a {
  color:#353535;
  background: #FFFFFF url(images/bg_amenu.png) repeat-x;
  background-position:bottom;
  height: 20px;
  display: block;
  vertical-align: middle;
  padding-left: 7px;
  border-left: 1px solid #F9F9F7;
  border-right: 1px solid #F9F9F7;
  text-decoration: none;
}
.amenu a:visited {
  color:#353535;
}
.amenu a:hover {
  color:#FFFFFF;
  background-position:top;
}




/* content wrappers ----------------- */

.l-img
{
  float: left;
  padding: 4px 4px 4px 0;
  font-size: 10px;
  color: #777777;
}

.r-img
{
  float: right;
  padding: 4px 0 4px 4px;
  font-size: 10px;
  color: #777777;
}

.l-img p
{
  margin: 0;
  padding: 0;
}

.r-img p
{
  margin: 0;
  padding: 0;
}



/* others ----------------- */


img, img a {
  border: 0;
}

.spacer {   /* mb shoul not use this, del */
  height: 5px;
}



#author {
  display: block;
  font-size: 10px;
  color: #AAAAAA;
  float: left;
}
#author a {
  color: #5487C0;
  text-decoration: none;
}

#textsize {
  display:block;
  font-size: 10px;
  color: #888888;
  float: right;
}




.more {
  text-decoration: none;
}
.more a {
  text-decoration: none;
}


.other-articles {
  list-style: none;
  margin-top: 5px;
  padding-left: 0;
  margin-left: 0;
  font-size: 11px;
  line-height:13px;
}
.other-articles li {
  padding: 0 0 8px 5px;
}
.other-articles a {
  text-decoration: none;
}
.other-articles a:hover {
  text-decoration: underline;
}


.subtitle {
  display:block;
  font-weight:bold;
  margin:15px 0 5px 0;
  padding:0;
  border-bottom:1px solid #E4E4E4;
}

.tags {
  font-size: 10px;
}
.tags a {
  text-decoration: none;
}
.tags a:hover {
  text-decoration: underline;
}


.side-related {
  font-size: 11px;
}
.side-related a {
  text-decoration: none;
}
.side-related a:hover {
  text-decoration: underline;
}




