/*@import url('reset-min.css');*/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/*@import url('init.css');*/
body {
  font-family: Arial, 
               Helvetica,
               sans-serif;

  text-align: center;

  background-color: #FFF;
}

<!-- 
a
{
    text-decoration: underline;
    color: #000000;
}

a:hover
{
    text-decoration: none;
}
 -->

a
{
    text-decoration: underline;
    color: #000000;
}

a:hover
{
    text-decoration: none;
}

a.menu {
	color: #4C66B7;
	text-decoration: none;
}
a.menu:hover {
	color: #F01663;
	text-decoration: none;
	font-weight: bold;
}

h1
{
    font-size: 14pt;
    font-weight: bold;

    margin: 1.2em 0;
}

strong {
  font-weight: bold;
}

.storytitle
{
  margin-left: 10px;
}

.storytitle small
{
	color: gray;
}

.pagetitle
{
  margin-bottom: 27px;
  margin-left: 0px;
}

.pagenews
{
  line-height: 1.5em;
  margin-left: 0px;
}

.pagenews p
{
  margin-bottom: .5em;
}

.desc
{
	margin: 2px 0 0 10px;

	display: block;

	color: #e6085d;
}

.cc {
  clear: both;
  float: none;
}

#cn
{
    margin: 0 auto;
    width: 1100px;
}



#cn #hd, #cn #ft, #cn #ct {
  margin: 0 auto;
<!--   width: 604px; -->
  text-align: left;
}

#cn #ct {
  text-align: left;
  min-height: 464px;
}

#cn .futbolki a.futbolki-title
{
    padding-left: 1em;
}

#cn #ct.graph
{
    width: 700px;
}

#ct .main-page {
<!--   width: 604px; -->
  margin-bottom: 1em;
}

#ct .futbolki-list-item
{
    margin-bottom: 1em;
}


#cn #ct.common-page
{
<!--     width: 930px; -->
}



#cn #hd {
  height: 109px;
  margin-top: 1em;
  margin-bottom: 2em;
}

#lg
{
  margin-right: 2em;
}

#hd-mn {
    position: absolute;
    top: 224px;
    left: 50%;
    margin-left: -450px;
    width: 100px;
}

#hd-mn li
{
  margin-right: 10px;
  margin-top: 20px;
  font-size: 10pt;
}

#hd-mn li a
{
 /* color: #7fcd2b;) */
  color: #503FC9;
  font-weight: bold;
}

#hd-mn li a:hover, #hd-mn li a:active
{
  color: #7fcd2b;
  font-weight: bold;
}

#ft {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: left;
}

#ft-mn {
  margin-top: 15px;
}

#ft-mn li {
  font-size: 10pt;

  padding-left: 2em;

  line-height: 1.5em;

  background: url('../img/e-design-icons-footer.jpg') no-repeat;
}


#ft-mn #ft-mn-phone
{
    background-position: 0 -17px;
}


#ft-mn #ft-mn-mail
{
    background-position: 0 -48px;
}


#ft-mn #ft-mn-icq
{
    background-position: 0 -83px;
}

.futbolki a img {
  padding: 1em;
}

.storynews strong {
  display: block;
}



.gd-item a
{
    display: block;
    float: left;

    margin-right: .5em;
}

.gd-item a img
{
    border: 1px solid #FFFFFF;
}


.gd-item a:hover img
{
  border: 1px solid #a3e0e9;
}


.gd-item img {
  margin: .3em;
}

.gd-item .title {
  float: left;
  display: block;

  width: 125px;
  margin-top: 1em;
  margin-right: 10px;
}

.gd-item {
  
  float: none;
  clear: both;

  margin-bottom: 4em;
}

li.comment
{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	padding: .6em;
	background-color: #DDD;

	margin-bottom: 10px;
}

li.comment div.comment-text
{
	padding-left: 20px;
	padding-top: 10px;
	font-size: 80%;
}

.ngg-navigation .prev, .ngg-navigation .next { display: none; }

