/* SoccerHelp Blog Layout CSS
   (c) 2009 */

html {
    background: #626262 url("images/bg_tile.png") repeat-x 50% 0;
} *+ html { height: 100%; }

body {
    margin: 0;
    padding: 0;
    background: url("images/content_tile.png") repeat-y 50% 0;
} *+ html body { overflow: hidden; }

a, a:visited {
    color: #0000aa;
}

#header h1 {
    padding: 0;
    margin: 0;
    text-indent: -1000em; /* hide */
}

h2 { text-align: center; }

#container {
    height: 646px;
    background: url("images/header.png") no-repeat 50% 0;
    text-align: center;
    margin: 0;
    padding: 0;
} * +html #container { height: 100%; }

.yui-t2 {
    margin-top: 80px;
} * html .yui-t2 { margin-top: 70px; padding-top: 10px;}
  *+ html .yui-t2 { margin-top: 80px; }

#content {
    color: black;
}

#content h3 {
    font-size: 2em;
    margin: 0;
}

#content .date {
    color: rgb(163,172,203);
    margin-bottom: 5px;
}

#content hr {
    border: 1px solid #eee;
}

#content h3 {
    text-align: center;
}

#content h3 a {
    text-decoration: none;
}

#content h3 a:hover {
    text-decoration: underline;
}

#menu {
    margin: -20px -10px 0 -10px;
    padding: 0 10px 0 10px;
    width: 160px;
} 

#footer {
    padding-left: 180px;
    font-size: 75%;
    clear: both;
}

#searchform input {
    margin-bottom: 10px;
}

.pagenav ul li {
    list-style-type: none;
    margin-left: -10px;
}

.pagenav li a {
    display: block; 
    width: 130px;
    border-bottom: 1px solid #ae8d00;
    padding: 0 5px 5px;
    margin-bottom: 5px;
    text-decoration: none;
    font-weight: bold;
}

.pagenav li a:hover {
    text-decoration: underline;
}
