/*
Theme Name: Maximum Theme
Theme URI: http://wordpress.org/
Description: Theme designed & build by <a href="http://www.gamesonice.com">Petrisor Sergiu</a>.
Author: Petrisor Sergiu
Author URI: http://www.gamesonice.com/

        This theme was designed and built by Petrisor Sergiu,
        whose blog you will find at http://www.gamesonice.com/

        The CSS, XHTML and design is released under GPL:
        http://www.opensource.org/licenses/gpl-license.php

*/



/*  ----- General ------ */
body {
        margin: 0 auto;
        background: url('images/bg.png') top center;
        font-size: 12px;
        line-height: 1.6em;
        font-family: 'Verdana', Arial, Tahoma, Sans-Serif;
        }

#page {
        margin: 0 auto;
        background: url('images/bg_page.png') repeat-y center;
        width: 938px;
        }

/* ------ Header and Navigation ------ */
#header {
        margin:0 auto;
        font-size: 16px;
        }
        
#topheader {
        background: url('images/header.jpg') no-repeat center;
        height: 241px;
        }

.clear {
        clear: both;
}

#menus {
        background: url('images/menu_bar.jpg') no-repeat center;
        height: 23px;
        }
        
#pages {
        float: right;
        margin: 0 5px 0 30px;
        padding: 0;
        height: 23px;
}

#pages ul li a:link,#pages ul li a:visited, #pages ul li a:active {
        display: block;
        padding: 3px 10px 0px 10px;
        text-decoration: none;
        text-align: center;
        font: 13px "Lucida", Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #efefef;
        }

#pages ul { 
list-style-type: none; 
list-style-image: none; 
display: block;
float: left; 
padding: 0;
margin: 0;
height: 23px;
}

#pages ul li { 
float: left; 
height: 23px;
padding: 0;
margin-right: 5px;
display:block;
}

#pages ul li a:hover {
background-image: url(images/nav-hover-mid.jpg); 
background-repeat: repeat-x;
color: #000000;
}


/* -------- Content Area ----------*/

#contentall {
        margin: 0 auto;
        background: url('images/menu_shadow.jpg') repeat-x top;
        width: 917px;
        padding: 0;
                }
                
#content {
        margin: 0 auto;
        float: left;
        width: 568px;
        margin: 40px 0 10px 40px;
        }

h2 { 
font-size: 16px;
color: #000000;
font-weight: normal;
text-align:left; 
font-weight: bold; 
background-image: url(images/post-bar.png); 
background-repeat: no-repeat; 
background-position: left; 
width: 568px; 
height: 28px; 
display: block;
margin:0;
padding: 20px 0 0 20px;
}

h2 a:link, h2 a:visited, h2 a:active {
color: #000000;
text-decoration:none;
} 

.entry {
        margin-top: 0px;
        padding: 5px 15px 15px 15px;
        background-image: url(images/post-bg.jpg);
        background-repeat: repeat-y;
        background-position: top; 
        width: 538px;
        float: left;
}

.entry p {
        font-size: 12px;
        }

.entry p a{
        color:#006FCE;
        font-weight:bold;
        text-decoration: none;
        }

.entry p a:hover {
        font-weight:bold;
        color:#006FCE;
        text-decoration:underline;
        }        
        
.postmetadata {
        padding-left: 20px;
        padding-top: 5px;
        margin: 5px 10px 30px 20px;
        clear: both;
        background-image: url(images/postmeta.jpg); 
        background-repeat: no-repeat;  
        }

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
        text-decoration: none;
        color:#373434;
        }        
        
.postmetadata a:hover {
        color:#006FCE;
        text-decoration:none;
        }
        
.entry ul {
        list-style:none;
        list-style-image: url(images/bullet.jpg); 
        }


/* Begin Images */
p img {
        padding: 0;
        max-width: 100%;        
        }

/*        Using 'class="alignright"' on an image will (who would've
        thought?!) align the image to the right. And using 'class="centered',
        will of course center the image. This is much better than using
        align="center", being much more futureproof (and valid) */

img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
        border: 2px solid #e2e2e2;
        }

img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
        border: 2px solid #e2e2e2;
        }

img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
        border: 2px solid #e2e2e2;
        }

.alignright {
        float: right;
        }

.alignleft {
        float: left;
        }
/* End Images */



/* ------ Sidebar --------- */

#sidebar {
float: right;
margin: 1px 30px 10px 0;
width: 258px;
}

.sidebar-video {
margin: 0;
margin-bottom: 15px;
width: 258px;
float:right;
background-image: url(images/sidebar-video.png);
background-repeat: no-repeat;
height: 228px;
}


.sidebar-video p{
        padding: 0;
        text-align:center;
}

.sidebar-box {
margin-bottom: 15px;
width: 258px;
float:right;
background-image: url(images/sideblock-bg.jpg);
padding-bottom: 0px;
padding-bottom: 10px;
}


.sidebar-box ul li a:link, .sidebar-box ul li a:visited, .sidebar-box ul li a:active {
color: #373434;
text-decoration:none;
} 

.sidebar-box ul li a:hover {
text-decoration: none;
color:#006FCE;
} 

.sidebar-box ul li {
color: #373434;
margin: 15px 3px 3px 5px;
}

.sidebar-box ul {
list-style-image: url(images/bullet.gif); 
}

.sidebar-box h2 { 
font-size: 14px; 
color: #006FCE; 
font-weight: normal;
text-align:center; 
font-weight: bold; 
background-image: url(images/sideblock-top.png); 
background-repeat: no-repeat; 
background-position: left; 
width: 258px; 
height: 32px; 
display: block;
border-bottom: 1px dotted #d5d2d2;
margin:0 auto;
padding: 12px 0 0 0;
}

/* Begin Comments*/
.alt {
        margin: 0;
        padding: 10px;
        }

.commentlist {
        padding: 0;
        text-align: justify;
        }

.commentlist li {
        margin: 15px 0 10px;
        padding: 5px 5px 10px 10px;
        list-style: none;

        }
.commentlist li ul li { 
        margin-right: -5px;
        margin-left: 10px;
}

.commentlist p {
        margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
        margin: 5px 0;
        }

.nocomments {
        text-align: center;
        margin: 0;
        padding: 0;
        }

.commentmetadata {
        margin: 0;
        display: block;
        }
        
#commentform input {
        width: 170px;
        padding: 2px;
        margin: 5px 5px 1px 0;
        background-color: #f4f5f5;
        }

#commentform {
        margin: 5px 10px 0 0;
        }
#commentform textarea {
        width: 450px;
        padding: 2px;
        }
#respond:after {
                content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
        }
#commentform #submit {
        margin: 0 0 5px auto;
        float: left;
        }
        
#commentform #email {
background-image: url(images/comment-mail.jpg);
background-position: 4px 4px;
background-repeat: no-repeat;
height: 18px;
padding-left: 25px;
padding-top: 6px;
}

#commentform #author {
background-image: url(images/comment-user.jpg);
background-position: 4px 4px;
background-repeat: no-repeat;
height: 18px;
padding-left: 25px;
padding-top: 6px;
}

#commentform #url {
background-image: url(images/comment-website.jpg);
background-position: 4px 4px;
background-repeat: no-repeat;
height: 18px;
padding-left: 25px;
padding-top: 6px;
}
/* End Comments */

/* --- Begin Various Tags & Classes --- */

acronym, abbr, span.caps {
        cursor: help;
        }

acronym, abbr {
        border-bottom: 1px dashed #999;
        }

blockquote {
        margin: 15px 30px 0 10px;
        padding-left: 20px;
        border-left: 5px solid #ddd;
        color: #777676;
        }

blockquote cite {
        margin: 5px 0 0;
        display: block;
        }

.center {
        text-align: center;
        }

.hidden {
        display: none;
        }
        
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
        display: none;
        }

a img {
        border: none;
        }

.navigation {
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 60px;
        }
        
small {
        padding-left: 10px;
        font-size: 10px;
        }
/* End Various Tags & Classes*/

/* -------- Comments ------------*/

.commentlist li {
        font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
        }
.commentlist li ul li {
        font-size: 1em;
}

.commentlist li {
        font-weight: bold;
}

.commentlist li .avatar { 
        float: left;
        border: 1px solid #eee;
        padding: 2px;
        background: #fff;
        }

.commentlist cite, .commentlist cite a {
        font-weight: bold;
        font-style: normal;
        font-size: 1.1em;
        text-decoration: none;
        color: #006FCE;
        }

.commentlist cite a:link, .commentlist cite a:active, .commentlist cite a:visited {
        color: #006FCE;
        text-decoration: none;
        }
.commentlist p {
        font-weight: normal;
        line-height: 1.5em;
        text-transform: none;
        }

.commentlist {
        padding: 0;
        text-align: justify;
        }

.commentlist li {
        margin: 15px 0 10px;
        padding: 5px 5px 10px 10px;
        list-style: none;

        }
.commentlist li ul li { 
        margin-right: -5px;
        margin-left: 10px;
}

.commentlist p {
        margin: 10px 5px 10px 0;
}

/*------- End Comments ------*/
/* --------- Footer ----------*/
#footer {
        margin: 0 auto;
        background: url('images/footer.jpg') repeat-x center;
        height: 73px;
        width: 916px;
        font-size:10px;
        color: #424242;
        }
        
.fpage {
        text-align:center;
        margin-top: 0px;
        padding-top: 10px;
        margin-left: 170px;
        }
        
.fpage ul { 
list-style-type: none; 
list-style-image: none; 
float: left;
}

.fpage ul li {
        float: left;
        margin-left: 20px;
}

.copyright {
        padding: 0;
        margin: 30px 0 0 20px;
        }
        
#footer ul li a:link,#footer ul li a:visited,#footer ul li a:active {
        text-decoration:none;
        color: #424242;
        }
        
#footer ul li a:hover {
        color:#000000;
        text-decoration:underline;
        }
        
#footer a:link,#footer a:visited,#footer a:active {
        text-decoration:none;
        color: #424242;
        }
        
#footer a:hover {
        color:#000000;
        text-decoration:underline;
        }
