/**
  Theme Name: Marcus Dunberg
  Theme URI: http://www.marcusdunberg.com
  Version: 1.0
  Author: Nima Pirzadeh
  Author URI: http://www.pirzadeh.se
  Tags: simple, clean, fixed width, widget-ready, widgets, two columns, valid XHTML, valid CSS
*/


body
{
    margin: 0;
    padding: 0;
    background: #f0f0f0;
    color: #2D2D2D;
    font-family: Times New Roman;
    font-size: 14pt;
}
h1
{
    font-size: 24pt;
    font-style: normal;
    font-weight: lighter;
    padding: 0;
    margin: 0;
}
h3
{
    font-size: 12pt;
    font-variant: small-caps;
    font-weight: lighter;
    letter-spacing: 5px;
    padding: 0;
    margin: 20px 0 0 0;
}

h4
{
    font-size: 10pt;
    font-weight: lighter;
    padding: 0;
}

a, a:visited
{
    color: #2D2D2D;
    text-decoration: none;
}
a:hover
{
    color: #969696;
}
p
{
    margin: 25px 0 0 0;
    padding: 0;
}
hr
{
    width:250px;
    color:#bbbbbb;
}
/* HEADER & TOP NAVIGATION */
#header
{
    height: 95px;
    clear: both;
}
#nav
{
    clear: both;
}
#nav span
{
    float: left;
    margin: 0 0 0 28px;
}
#nav ul
{
    margin: 0 67px 0 0;
    padding: 0;
    list-style: none;
    float: right;
}
#nav ul li
{
    margin-left: 15px;
    display: inline;
    padding: 0;
}
.about
{
    background:url(images/about.png) no-repeat;
    width:44px;
    height:14px;
}
a#current .about,.about:hover
{
    background:url(images/aboutselected.png) no-repeat;
    width:44px;
    height:14px;
}
.journalism
{
    background:url(images/journalism.png) no-repeat;
    width:87px;
    height:14px;
}
a#current .journalism,.journalism:hover
{
    background:url(images/journalismselected.png) no-repeat;
    width:87px;
    height:14px;
}
.advertising
{
    background:url(images/advertising.png) no-repeat;
    width:95px;
    height:14px;
}
a#current .advertising ,.advertising:hover
{
    background:url(images/advertisingselected.png) no-repeat;
    width:95px;
    height:14px;
}
.contact
{
    background:url(images/contact.png) no-repeat;
    width:63px;
    height:14px;
}
a#current .contact,.contact:hover
{
    background:url(images/contactselected.png) no-repeat;
    width:63px;
    height:14px;
}


/* MAIN CONTENT AREA */
#wrapper
{
    width: 700px;
    height: 100%;
    background: #FFFFFF;
    margin: 0 auto;
    padding: 50px 50px 50px 50px;
}

#tagline
{
    font-size: 18pt;
    font-weight: lighter;
    font-style: italic;
}

#main
{
    float: right;
    width: 500px;
}

#othermain
{
    float: left;
    width: 500px;
    padding-left: 30px;
}
.initialcap
{
    font-size: 83px;
    margin:10px 0 0 0 ;
    line-height: 45px;
    float: left;
    color: #6E6E6E;
    padding: 0;
}

/* SIDEBAR */

#sidebar
{
    text-align: right;
    font-size: 12pt;
    color: #969696;
    float: left;
    padding: 0;
    margin: 30px 0 0 0;
    width: 150px;
}

#sidebar h2 
{
    font-size: 12pt;
    font-variant: small-caps;
    font-weight: lighter;
    padding: 0;
    margin: 20px 0 0 0;
}

.sidebarheading
{
    margin:92px 0 0 0;
}

#sidebar ul
{
    margin: 0 0 0 0;
    list-style: none;
    padding: 0;
}


#sidebar a
{
    color: #969696;
}
#sidebar ul ul:hover
{
    color: #464646;
    cursor: pointer;
   
} 
/* FOOTER */
#footer
{
    clear: both;
}




