﻿html
{
    padding: 0px;
}

body 
{
    background: #ffffff url(/images/background_body_gradient.jpg) top left repeat-x fixed;
    font-family: Helvetica, Verdana, Lucida Sans Unicode, Sans-Serif;
    font-size: 11pt;
    margin: 0px;
}

img
{
    border: 0px;
}

#wrapper
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

#contentleft
{
    margin: 0px;
    width: 450px;
    float: left;
    color: #515151;
    padding-top: 200px;    
}

#contentname
{
	color: #444;
    font-size: 32px;
    text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.35);
}

#contenttitle
{
	color: #444;
    padding-left: 2px;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.35);
}

#contentright
{
    background: #1f1f1f url(/images/background_content_pattern.jpg) top left repeat;
    margin: 0px;
    width: 328px;
    float: right;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
    min-height: 700px;
    overflow: visible;
    color: #eeeeee;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;  
}

#content
{
    height: 520px;
}

#contentleft #portfoliodetail
{
    margin-top: -0px;
    font-size: 11px;
    line-height: 18px;
    font-family: Verdana;
    letter-spacing: normal;
}

#contentleft #portfoliodetail div
{

}

#contentleft #portfoliodetail .project
{
    font-size: 18px;
    text-transform: uppercase;
    background: transparent none;
}

#contentleft #portfoliodetail .technologies
{
    font-size: 14px;
    margin-bottom: 20px;
    background: transparent none;
}

#contentleft #portfoliodetail .outline
{
    background: transparent none;   
}

/* NAV 1 ======================================== */
#navigation
{
    list-style: none;
    list-style-type: none;
    padding: 0px;
}

#navigation li
{
    display: block;
    position: relative;
    vertical-align: bottom;
    margin-right: 5px;
    font-family: Lucida Sans Unicode;
    margin-bottom: 5px;
}

#navigation div
{
    width: 200px;    
    height: 20px;    
    text-align: left;    
    vertical-align: bottom;
    color: #eeeeee;  
    padding: 3px;  
    padding-left: 10px;
    text-transform: uppercase;   
    -moz-border-radius 16px 0px 10px 0px;
    -webkit-border-radius: 16px 0px 10px 0px;
}

#navigation div.text
{
	-moz-transition: -moz-box-shadow 0.5s ease-in-out;
    -webkit-transition: -webkit-box-shadow 0.5s ease-in-out;   
    cursor: pointer; 
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.5);   
}

#navigation .selectedmenu div
{
    width: 430px;
    text-align: left;
    background-color: #000000;
}

#navigation .selectedmenu div.text
{   
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;        
}

#navigation div.text a
{
    display: block;
    width: 100%;
    height: 100%;
    color: #eeeeee;
    text-decoration: none; 
}

#navigation div.text a:active
{
	border: 0px;
}

/* NAV 2 ======================================== */
#navigation2
{
    list-style: none;
    list-style-type: none;
    padding: 0px;
}

#navigation2 li
{
    display: block;
    float: left;
    vertical-align: bottom;
    margin-right: 5px;
    font-family: Lucida Sans Unicode;
}

#navigation2 div
{
    width: 10px;    
    height: 200px;    
    text-align: center;    
    vertical-align: bottom;
    color: #eeeeee;  
    padding: 3px;  
    text-transform: uppercase;   
}

#navigation2 div.text
{
	-moz-transition: -moz-box-shadow 0.5s ease-in-out;
    -webkit-transition: -webkit-box-shadow 0.5s ease-in-out;   
    cursor: pointer; 
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.5);   
}

#navigation2 div
{
    width: 20px;
    height: 20px;
    border: 1px solid #444;
}

#navigation2 .selectedmenu div
{
    border: 1px solid #e6e6e6; 
}

#navigation2 div.text a
{
    display: block;
    width: 100%;
    height: 100%;
    color: #eeeeee;
    text-decoration: none; 
}

#footer
{
    background: #1f1f1f url(/images/background_content_pattern.jpg) top left repeat;
    margin: 0px;
    width: 328px;
    float: right;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
    color: #eeeeee;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;  
    font-size: 9pt;
    text-align: center;
}

#footerMenu
{
	display: block;
	margin: 5px;
}

#footerMenu a
{
    color: #22b92b;
    text-decoration: none;
    border-bottom: 1px solid #999999;
}

.menu1 div.text
{
    background-color: #999999;
}
.menu2 div.text
{
    background-color: #777777;
}
.menu3 div.text
{
    background-color: #555555;
}
.menu4 div.text
{
    background-color: #333333;
}
.menu5 div.text
{
    background-color: #111111;
}
.hovermenu div.text
{
    background-color: #22b92b;
}

.menu1 div.shadow, .menu2 div.shadow, .menu3 div.shadow, .menu4 div.shadow, .menu5 div.shadow
{
    height: 100px;
    width: 100%;
    margin-top: 15px;
    -moz-opacity: .2;
    opacity: .2;
    filter: alpha(opacity=20); 
}

.menu1 div.shadow
{
    background: #ffffff url(/images/shadow_menu1.png) top left repeat-x;
}
.menu2 div.shadow
{
    background: #ffffff url(/images/shadow_menu2.png) top left repeat-x;
}
.menu3 div.shadow
{
    background: #ffffff url(/images/shadow_menu3.png) top left repeat-x;
}
.menu4 div.shadow
{
    background: #ffffff url(/images/shadow_menu4.png) top left repeat-x;
}
.menu5 div.shadow
{
    background: #ffffff url(/images/shadow_menu5.png) top left repeat-x;
}
.hovermenu div.shadow
{
    background: #ffffff url(/images/shadow_menuhover.png) top left repeat-x;
}

.clear
{
    clear: both;
}

.portfolio img
{
    cursor: pointer;
    border: 1px solid #444;
    border-bottom: 1px solid #444;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-opacity: .4;
    opacity: .4;
    filter: alpha(opacity=40);
    margin: 10px;
    width: 140px;
}

.portfolio img.selectedmenu
{
    border: 1px solid #22b92b;
    border-bottom: 1px solid #22b92b;
    -moz-transform: scale(1.1);   
    -webkit-transform: scale(1.1);
    -moz-box-shadow: #22b92b 3px 3px 10px;
    -webkit-box-shadow: #22b92b 3px 3px 10px;  
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);           
}

.portfolio img.hovermenu
{
    border: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;  
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);        
}


.blog, .portfolio
{
    font-size: 11px;
    line-height: 20px;
    font-family: Helvetica, Verdana, Sans-Serif, Arial;
    letter-spacing: normal;
    color: #d6d6d6;
    margin-bottom: 40px;
}

.blog a, .portfolio a
{
    color: #22b92b;
}

.blog h1, .blog h1 a, .portfolio h1, .portfolio h1 a
{
    font-family: Helvetica, Verdana, Lucida Sans Unicode, Sans-Serif;
    font-weight: normal;
    text-decoration: none;
    color: #eeeeee;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.blog h3, .portfolio h3
{
    font-family: Helvetica, Verdana, Lucida Sans Unicode, Sans-Serif;
    font-weight: normal;
    text-decoration: none;
    color: #eeeeee;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.readmore
{
    display: block;
    margin-top: 20px;
    width: 120px;
    color: #e6e6e6;
    text-decoration: none;
    text-align: center;
    background-color: #333333;
    font-size: 10px;
    padding: 3px;
    -moz-border-radius 16px 0px 10px 0px;
    -webkit-border-radius: 16px 0px 10px 0px;
}

.readmore:hover
{
    background-color: #22b92b;
    color: #e6e6e6;
}

#loader
{
    width: 100%;
    text-align: center;
    height: 20px;
}

#loader img
{
    display: none;
}

#connect a
{
    margin-right: 15px;
    margin-bottom: 15px;
    border-bottom: 5px solid transparent;
    text-align: center;
    display: block;
    width: 50px;
    float: left;
}
