/* 
Theme Name: whiteboard
Theme URL: http://whiteboardframework.com/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 2.0.1

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-style:inherit;}caption, th, td {text-align:left;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}



#container {
        width:1000px;
	margin-left:auto;
	margin-right:auto;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        color: #404040;

}

h1 {
margin-bottom:20px;
font-size:19px;
font-weight:normal;
text-transform:uppercase;
width: 380px;
line-height:22px;
}

h2 {
margin-top:20px;
margin-bottom:20px;
font-size:16px;
font-weight:bold;
color:#666666;
width: 380px;
line-height:22px;

}
#right h2{
	margin-top:0;
}
.fullText h1{
	width: 800px;
}
.fullText h2{
	width: 800px;
}
.fullText p{
	width: 800px;
}
#content .fullText p{
	width: 800px;
}
#strong {
font-weight:bold;
margin-top:20px;
margin-bottom:20px;
width: 380px;
line-height:30px;
}

/*Header*/

#header {
margin-top: 100px;
}

/*TopNav*/
#topNav {
    height:100px;
    border-bottom: 1px solid #000000;
}
#logoContainer {
    float:left;
}
#menuContainer {
    float:left;
    margin-top: 28px;
}
#menuContainer ul {
   text-align:center;
}
#menuContainer li {
   display: block;
   float:left;
   margin-left:34px;
   text-align:center;
}

#nav a {
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;	
    color: #404040;
    text-decoration: none;
    text-align:center;
}


#nav .current_page_item a{
    color:#0099FF;
    text-align:center;
}

#nav .navBlank{
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;	
    color: #404040;
    text-decoration: none;
    margin-left:26px;
    text-align:center;
}

/*subNav*/
#subNav {
    float:left;
    width:900px;
}
#subNav ul{
    margin-left: 225px;
}
#subNav li{
    display:block;
    float:left;
    text-align:left;
    margin-right:15px;
    margin-top:6px;
    font-size:10px;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration: none;
}
#subNav li a{
   text-decoration: none;
}
#subNav .navLang {
text-decoration: none;
float:left;
margin-top: 6px;
font-size:10px;
font-weight:bold;
text-align:left;
text-transform:uppercase;
color: #404040;

}

#subNav .sublevel{
text-transform:uppercase;
margin-left: 225px;
margin-top: 4px;
}

#subNav .sublevel li{
display: inline;
}

#subNav .sublevel a{
text-decoration: none;
font-size:10px;
font-weight:bold;
margin-left:26px;
color:#404040;
}

#subNav li.page-item-56 a{
color:#0099FF;
}
/*Content*/

#content {
margin-top:65px;
text-align:left;
width:920px;
height: 900px;
margin-left:50px;
}

#content p{
width: 380px;
text-align:justify;
line-height:30px;
}


#content a{
color:#404040;
}

#home_logo{
float: right;
marg
}

#right{
float: right;
}

#thumb{
width: 500px;
}

#thumb img{
border:1px solid #000000;
cursor:pointer;
margin: 0 15px 15px 0;
}
