/* CSS Document */

body
{
	background: #fff url(images/bg.png) repeat-x center center;
	padding: 0;
	margin: 0;
	text-align: center;
	font: 12px Tahoma, "Lucida Grande", "Lucida Sans Demi", Tahoma, Verdana, Arial;
}

a
{
	color: #ffd36b;
	text-decoration: none;
}

a:hover
{
	color: #3cfa94c;
}

#wrapper
{
	background: transparent url(images/wrapper.png) no-repeat center center;
	margin: 50px auto 50px auto;
	width: 368px;
	height: 438px;
	padding: 0 15px;
	text-align: left;
}

#header
{
	padding: 16px 0 0 0;
	height: 37px;
}

#full_name
{
	font-size: 17px;
	font-weight: bold;
	color: #515151;
}


#navigation
{
	height: 35px;
	font-weight: bold;
	padding-left: 5px;
}

#navigation a
{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	margin: 0 10px;
}

#navigation a.nav_active
{
}

#navigation a:hover
{
	color: #ddd;
}

.titlee
{
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	
}

#contact
{
  padding: 7px 5px 2px 5px;
	line-height: 200%;
	color: #fff;
}


#networks
{
  padding: 7px 0px 2px 0px;
	color: #fff;
}

#container
{
	padding: 5px 15px;
	margin-bottom: 5px;
}

.hr
{
	background: #2c2c2c;
	border-bottom: 1px solid #656565;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#picture
{
	width: 125px;
}

#about
{
  padding: 7px 5px 2px 5px;
}
#portfolio
{
  padding: 7px 0px 2px 0px;
	color: #fff;
}

#portfolio_content
{
	font-size: 12px;
	width: 345px;
	margin-top: 10px;
}

#portfolio span
{
  color: #a09d9d;
  margin-left: 10px;
}

#information
{
	color: #fff;
	line-height: 140%;
	font-size: 12px;
}

#personal_contact
{
	font-size: 12px;
	width: 345px;
	float: left;
}

#socialize
{
	font-size: 12px;
	width: 345px;
	margin-top: 10px;
}

.social_icon
{
	margin-right: 10px;
}

#contact a
{
	color: #fff;
	text-decoration: underline;
}

#contact a:hover
{
	color: #fff;
}

#personal_contact .left
{
	font-weight: bold;
}

.detail_name
{
	width: 40px;
	float: left;
	margin-left: 15px;
}

.detail_name img
{
	margin-top: 4px;
}

.social_network
{
	color: #fff;
	font-size: 11px;
	margin-top: 1px;
}

.social_network .network
{	
	background: transparent url(images/networkbg.png) no-repeat center center;
	width: 150px;
	height: 41px;
	vertical-align: middle;
	padding-left: 20px;
	padding-top: 10px;
	float: left;
}


.social_network .network img
{
	margin-top: 3px;
}

.network_name
{
	font-weight: bold;
}

.network_url
{
	font-size: 11px;
}


.social_network img
{
	margin-right: 5px;
}





.apps
{
	color: #fff;
	font-size: 11px;
	margin-top: 1px;
}

.apps .app
{	
	background: transparent url(images/networkbg.png) no-repeat center center;
	width: 150px;
	height: 41px;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
}


.apps .app img
{
	margin-top: 3px;
}

.app_name
{
	font-weight: bold;
}

.app_url
{
	font-size: 11px;
}


.apps img
{
	margin-right: 5px;
}



a.yellow
{
	color: #ffd36b !important;
	text-decoration: none !important;
}

a.yellow:hover
{
	color: #3cfa94c !important;
}

.blue
{
	color: #6dbdf0;
}


#wrapper_top
{
	background: transparent url(images/wrapper_top.png) no-repeat top center;
	height: 9px;
}

#wrapper_bottom
{
	background: transparent url(images/wrapper_bottom.png) no-repeat top center;
	height: 35px;
	position: relative;
	top: 30px;
}

#wrapper_middle
{
	background: #fff url(images/wrapper_middle.png) repeat-y top left;
	clear: both;
	width: 479px;
	text-align: center;
}



.table
{
	border-bottom-width:1px;
	border-top-width:0px;
	border-left-width:1px;
	border-right-width:1px;
    border-style:solid;
	border-color:#85B1E9;
	text-align:left;
}

.input, textarea, select
{
	border: 1px solid black; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: black;
	background-color: #E2E2E2;
}