/*

Theme Name: New Web

Theme URI: http://thewebhunter.se/wordpressteman/

Author: Andreas Hultgren

Author URI: http://thewebhunter.se/

Description: New Web is a 2 column, fixed width theme supporting gravatars and widgets.

Version: 1.01

Tags: green, black, dark, white, two-columns, fixed-width

*/

/* Body */

body
{
    background: #1e1e1e url(images/bggradient.jpg) top center repeat-x;
    color: #404040;
    font: 76% Verdana,Tahoma,Arial,sans-serif;
    line-height: 1.3em;
    padding: 0;
    margin: 0;
}

*
{
    margin: 0;
    padding: 0;
}



/* layout */

#wraper
{
    color: #404040;
    margin: 0 auto 0 auto;
    padding: 0;
    width: 770px;
    background: url(images/contentgradient.jpg) repeat-y center center;
}

#header
{
    height: 159px;
    background: url(images/header.jpg) top center;
    margin: 0;
    padding: 1px; /*debugg for FF*/
}

#sidebar
{
    float: left;
    margin: 0 0 0 30px;
    padding: 0;
    width: 150px;
}

#content, #com
{
    background:#fff;
    float: right;
    line-height: 1.5em;
    margin: 12px 10px 0 0;
    padding: 10px;
    text-align: left;
    width: 530px;
    border: solid #555 2px;
}

#slogan
{
    color: #808080;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.2em;
    margin: 29px 0 20px 220px;
}

#toplinks
{
    padding: 5px 2px 2px 3px;
    text-align: right;
}



/* Headers */

h1
{
    color: #050;
    font-size: 3.5em;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.2em;
    margin: 45px 0 5px 200px;
}

h2, table#wp-calendar caption
{
    font-weight: bold;
    text-align:left;
    color: #fff;
    font-size: 1.4em;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin: 0 0 5px;
    padding: 0 2px 0 5px;
}

h2 a, #content h2, #com h2
{
    font-weight: bold;
    color: #1e1e1e;
    margin: 10px 10px 10px 0;
}

h3
{
    color: #1e1e1e;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em 0 4px 5px;
}

h4
{
    font-size: 1em;
    font-weight: bold;
    margin: 1em 0 4px 5px;
}



/* Sidebar */

#sidebar p, #sidebar ul, #sidebar .textwidget
{
    margin: 0 0 15px 10px;
    text-indent:-5px;
}

#sidebar li
{
    list-style: none;
    margin: 0 0 6px;
}

#sidebar li a
{
    font-size: 1.2em;
    font-weight: bold;
    padding: 2px;
}

#sidebar ul ul
{
    margin: 5px 0 5px 10px;
}

#sidebar ul ul li
{
    margin: 0 0 5px;
}

#sidebar ul ul li a
{
    font-weight: normal;
}



/* Content */

#content ul, #content ol
{
    margin: 0 0 18px 30px;
}

#content ul li, #content ol li
{
    margin: 0 0 3px;
}

#content ul ul, #content ol ol
{
    margin: 5px 0 5px 15px;
}

#content img
{
    margin: 0;
}

#content p
{
    margin: 0 5px 15px 5px;
}

#content p.timestamp
{
    font-size: 0.8em;
    margin: -5px 0 15px 10px;
}

#content p.timestamp a
{
    font-weight: normal;
}

#content #postnav
{
    padding: 5px;
    margin: 5px 0 18px;
}

#content #postnav p
{
    margin: 0;
    padding-left: 5px;
}

#content #postnav p.right
{
    text-align: right;
    padding-right: 5px;
    margin-top: -18px;
}



/* Footer */

#footer
{
    border-top: 0px solid #dadada;
    clear: both;
    color: #808080;
    font-size: 1.1em;
    line-height: 1.6em;
    margin: 0 auto;
    padding: 8px 0 5px 210px;
    text-align: left;
}

#footer p
{
    margin: 0;
    padding: 0;
    font-weight: normal;
}



/* Comments */

#com .comment
{
    border-left: solid #1e1e1e 2px;
    border-bottom: solid 2px #000;
    padding: 1px 10px 10px 20px;
    margin: 5px 10px 15px 10px;
}
#com .admin
{
    border-left: solid 2px #060;
    border-bottom: solid 2px #060;
}

#com .comment p
{
    margin: 0 0 6px -5px;
}

#commentsection p
{
    margin: 0 0 8px 10px;
}

#commentsection input, #commentsection textarea
{
    padding: 5px;
    margin: 2px;
    width: 180px;
}

#commentsection textarea#comment
{
    width: 500px;
}

#commentsection input#submit
{
    width: 75px;
    color: #333;
    background-color: #fff;
}

#commentsection input, #commentsection textarea, form div.searchbox input
{
    font: 94% Verdana,Tahoma,Arial,sans-serif;
    border: 1px solid #1e1e1e;
}

img.avatar
{
    float:right;
    border: 7px double #1e1e1e;
    background: #fff;
    margin: 0;
}



/* Tags */

blockquote
{
    font-size: 0.9em;
    font-style: italic;
    color: #1e1e1e;
    margin: 10px 10px 10px 10px;
    padding: 0 4px 0 85px;
    background: url(./images/blockquote.jpg) left top repeat-y;
}

blockquote p
{
    padding: 2px 0;
    margin: 0;
    font-weight: bold;
}

table#wp-calendar
{
    width: 150px;
    margin: 0 0 18px 0;
}

table#wp-calendar tr td
{
    text-align:center;
}

p
{
    margin: 0 10px 18px 10px;
}

ul, ol, dl
{
    font-size: 0.9em;
    margin: 2px 0 16px 35px;
}

ul ul, ol ol
{
    margin: 4px 0 4px 35px;
}

code
{
    font-size: 1.1em;
    background-color: #f4f4f4;
    color: #555;
    display: block;
    margin: 5px 0 15px 0;
    padding: 5px 5px 5px 7px;
    border: 1px solid #ccc;
}

img
{
    border: 0px; /*7px double #1e1e1e;*/
    background: #fff;
    margin: 0;
}

img.wp-smiley
{
    border: 0;
}

#sidebar img
{
    border: 0;
}


/* Links */

a
{
    color: #050;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}



/* Float fix */

.contenttext
{
    overflow: hidden;
}

* html .contenttext
{
    height: 1px;
    overflow: visible;
}

* html .contenttext p
{
    overflow: hidden;
    width: 99%;
}



/* Searchbox */

.searchbox
{
    margin: 8px 0 15px 5px;
}

.searchbox label
{
    display: none;
}

.searchbox input
{
    font-size: 0.9em;
    padding: 5px;
    width: 125px;
    border: 1px solid #ccc;
}



/* Various classes */

.post
{
    margin: 0 0 15px;
}

.textright
{
    text-align: right;
}

.textcenter
{
    text-align: center;
}

.hide
{
    display: none;
}

.aligncenter 
{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft 
{
   float: left;
}

.alignright 
{
   float: right;
}

.wp-caption 
{
   border: 7px double #1e1e1e;
   text-align: center;
   background-color: #fff;
   margin: 5px;
}

.wp-caption img 
{
   margin: 0;
   padding: 0;
   border: 0 none;
}

dd.wp-caption-dd 
{
   font-size: 1em;
   line-height: 1.2em;
   padding: 0 4px 5px;
   margin: 0;
}
