
body {
    font-family: 'Open Sans', serif;
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
}

h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #555555;
    font-weight: bold;
    font-size: 45px;
}

h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #555555;
    font-weight: bold;
    font-size: 36px;
}

.underline:after {
    content:' ';
    display:block;
    border: 1px solid #EEEEEE;
}

h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #555555;
    font-weight: bold;
    font-size: 24px;
}

h4  {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #555555;
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing:1px;
}

h5  {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #555555;
    font-weight: normal;
    font-size: 19px;
}

a:link    {
    color:#2b95d1;
    text-decoration:none; 
}
a:visited {
    color:#2b95d1;
    text-decoration:none;
}
a:hover   {
    color:#7cc1e8;
    text-decoration:none;
}

hr { 
    display:block;
    border:none;
    color:#666666;
    height:1px;
    background: rgba(200,200,200,0);
    background: -moz-radial-gradient(center, ellipse cover, rgba(200,200,200,0) 0%, rgba(200,200,200,1) 0%, rgba(200,200,200,0) 74%, rgba(200,200,200,0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(200,200,200,0)), color-stop(0%, rgba(200,200,200,1)), color-stop(74%, rgba(200,200,200,0)), color-stop(100%, rgba(200,200,200,0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(200,200,200,0) 0%, rgba(200,200,200,1) 0%, rgba(200,200,200,0) 74%, rgba(200,200,200,0) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(200,200,200,0) 0%, rgba(200,200,200,1) 0%, rgba(200,200,200,0) 74%, rgba(200,200,200,0) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(200,200,200,0) 0%, rgba(200,200,200,1) 0%, rgba(200,200,200,0) 74%, rgba(200,200,200,0) 100%);
    background: radial-gradient(ellipse at center, rgba(200,200,200,0) 0%, rgba(200,200,200,1) 0%, rgba(200,200,200,0) 74%, rgba(200,200,200,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#aaaaaa', GradientType=1 );
    width: 970px;
}

div.header {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

div.header_name {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #777777;
    font-weight: normal;
    font-size: 300%;
    vertical-align:top;
    text-decoration: none;
}

a.header_name {
    color: inherit;
    text-decoration: none;
}

li.header_link {
    display: inline;
    padding-left: 20px;
}

a.header_link {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #666666;
    font-weight: normal;
    font-size: 150%;
}

a.current_header_link {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #000000;
    font-weight: bold;
    font-size: 150%;
}

a.header_link:hover {
    color: #2b95d1;
}

div.header_links {
    right: 0;
    bottom: 0;
    position: absolute;
}

a.icon_github {
    width: 40px;
    height:40px;
    display:block;
    background:transparent url('../images/icons/github.png') center top no-repeat;
}

a.icon_github:hover {
    
}

a.icon_youtube {
    width: 40px;
    height:40px;
    display:block;
    background:transparent url('../images/icons/youtube.png') center top no-repeat;
}

a.icon_youtube:hover {
    background-image: url('../images/icons/youtube_hover.png');
}

.icon_links { 
    right: 0;
    bottom: -55px;
    position: absolute;
}
.icon_links ul { 
    padding:0; 
    margin:0; 
    list-style:none; 
    border:0; 
    float:left;
}
.icon_links ul li { 
    float:left; 
    margin:0; 
    padding:0;
    border:0;
}
.icon_links ul li a { 
    float:left; 
    margin:0; 
    padding-left: 8px;  
    text-decoration:none;
}

div.front_page_column {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

div.center_column {
    width: 810px;
    margin-left: auto;
    margin-right: auto;
}

div.center_column_justify {
    width: 810px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

div.blank {
    height: 200px;
}

div.background_color {
    position: relative;
    width: 925px;
    height: 225px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;

    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 0px;
}

div.visual {
    width: 400px;
    float: left;
}

div.description {
    margin-left: 425px;
}

div.read_more {
    position: absolute; 
    right: 0; 
    bottom: 0; 
    width: 110px; height: 30px;
}



table.borders {
    border-collapse: collapse;
    text-align: left;
}

td.borders, th.borders {
    border: 1px solid black;
    padding: 5px;
    text-align: left;
}

.gallery {
    display: block;
    text-align: center;
    max-width: 100%;
    height: auto;
}

.gallery-left,
.gallery-right {
    display: inline-block;
}

.gallery-left img {
    max-width: 100%;
    height: auto;
    padding-right:4px;
    padding-left:4px;
}

.gallery-right img {
    max-width: 100%;
    height: auto;
    padding-left:4px;
    padding-left:4px
}

.gallery p {
    margin-top: 0;
}

code.red {
    color: #f92672;
}

code.black {
    color: #333333;
}

code.inline {
    font-size:100%;
    font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
    background-color: #f5f2f0;
}

code.inline {
    font-size:100%;
    font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
    background-color: #f5f2f0;
}

pre {
    border-radius: 5px;
    border: 1px solid #AAA;
    padding: 0px;
}
