/********************************************************************************
 GENERAL SETTINGS
 ********************************************************************************/
*
{
  text-align:  justify;
  font-family: Verdana;
}

img
{
  border: 0;
}

body
{
  background-color: #F0F0F0;
}

/********************************************************************************
 BREADCRUMBS
 ********************************************************************************/
#breadcrumbs
{
  margin:        0;
  padding:       0;
  font-size:     12px;
  margin-left:   20px;
  margin-top:    20px;
  margin-bottom: -6px;
  color:         #AAAAAA;
}

/********************************************************************************
 LINKS
 ********************************************************************************/
a
{
  color: #2A5685;
  text-decoration: none;
}

a:visited
{
  color: #2A5685;
}

a:hover
{
  color: #5D89B8;
}

#header a
{
  color: white;
  text-decoration: none;
}

#header a:visited
{
  color: white;
}

#header a:hover
{
  color: white;
}

/********************************************************************************
 PARTIAL POST
 ********************************************************************************/

#content .post_date
{
  font-size:  12px;
  margin-top: -10px;
  color:      #999999;
  float:      right;
}

/********************************************************************************
 HEADER
 ********************************************************************************/
#header
{
  background:    url(/images/header_background.png);
  background:    -webkit-gradient(linear, left top, left bottom, from(#444444), to(#333333));
  height:        50px;
  border-radius: 10px;
  text-shadow:   1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size:     16px
}

#header #header_menu
{
  margin:          0;
  padding:         0;
  list-style-type: none;
  text-align:      center;
  padding-top:     15px;
}

#header #header_menu li
{
  display: inline;
  color:   #FFFFFF;
}

#header #header_menu li a
{
  padding: .2em 1em;
}

/********************************************************************************
 FOOTER
 ********************************************************************************/
#footer
{
  font-weight: bold;
  font-size:   12px;
  color:       #999999;
  padding:     10px;
  float:       right;
}

#footer a
{
  margin-right: 20px;
  opacity:      0.5;
}

#footer a:hover
{
  margin-right: 20px;
  opacity:      1;
}

/********************************************************************************
 ATTACHMENTS
 ********************************************************************************/
#attachments
{
  text-align:       center;
  display:          block;
  margin:           auto;
  border-radius:    10px;
  padding:          10px;
  font-size:        12px;
  border:           1px solid #CCCCCC;
  background-color: #F0F0F0;
  width:            300px;
}

/********************************************************************************
 CONTENT
 ********************************************************************************/
#content
{
  margin-top:       10px;
  color:            #333333;
  padding:          20px;
  border:           1px solid #CCCCCC;
  background-color: #FFFFFF;
  border-radius:    10px;                
}

#content code
{
  font-family:      "Courier";
  color:            #333333;
  background-color: #F0F0F0;
}

#content p
{
  font-size:   12px;
  line-height: 1.8;
}

#content #generated-toc
{
}

#content #generated-toc .hidden
{
  display: none;
}

#content h1
{
  font-size:      18px;
  padding-bottom: 5px;
  border-bottom:  1px dotted #CCCCCC;
}

#content h2
{
  font-size:      14px;
  font-weight:    bold;
  padding-bottom: 5px;
}

#content h3,
#content h4,
#content h5,
#content h6
{
  font-size:      14px;
  font-weight:    bold;
  padding-bottom: 5px;
  color:          #999999;
}

#content ul,
#content ol
{
  font-size:   12px;
  line-height: 20px;
}

#content blockquote
{
  color:            #999999;
  padding-left:     70px;
  padding-right:    20px;
  padding-top:      5px;
  padding-bottom:   5px;
  font-style:       italic;
  background:       url(/images/blockquote_left.png) no-repeat left center;
}

/********************************************************************************
 ABOUT
 ********************************************************************************/
#content #about_polaroid
{
  float:        left;
  margin-right: 15px;
}

#content #about_resume
{
  text-align: center;
}

/********************************************************************************
 POSTS
 ********************************************************************************/
#content .smallpost img
{
  vertical-align: middle;
  margin-right:   10px;
}

/* Category post listing list */
#content ul.large
{
  line-height: 30px;
}

/* Post small listing */
#content .smallpost ul
{
  margin:      0;
  line-height: 20px;
}

#content .smallpost li
{
  font-size: 12px;
}

#content #smallpost_opengl
{
  display: block;
  width:   49%;
  float:   left;
  clear:   left;
}

#content #smallpost_cpp
{
  display: block;
  width:   49%;
  float:   right;
  clear:   right;
}

#content #smallpost_tutorials
{
  display: block;
  width:   49%;
  float:   left;
  clear:   left;
}

#content #smallpost_news
{
  display: block;
  width:   49%;
  float:   right;
  clear:   right;
}

/********************************************************************************
 CODE
 ********************************************************************************/
#content code
{
}

#content pre
{
  border-radius:    10px;                
  padding:          10px;
  font-family:      Monaco, Courier New;
  font-size:        12px;
  margin:           0;
  border:           1px solid #CCCCCC;
  background-color: #F0F0F0;
}

#content pre.console
{
  border:           1px solid #111111;
  background-color: #111111;
  color:            #EEEEEE;
}

#content pre span
{
  font-family: Monaco, Courier New;
}

#content pre span.line-numbers
{
  background-color: #F0F0F0;
  color:            #CCCCCC;
}