@charset "UTF-8";
/* Desktop CSS Stylesheet */


/*Body& Page styles*/
/*//////////////////////////////////////////////////////////////////////*/
#google_translate_element
{
	float:right;
}
#logo_sub
{
	font-family:helvetica;
	font-size:75%;
	color:#FFF;
	margin-left:10px;
	margin-top: -4px;
}
#vp
{
	overflow:auto;
	color:#FFF;
	float:right;
}
body
{
	background-color:#999;
	margin-top:35px;
}

#page
{
	/* background-color:#333; temp bkgd color (remove after done) */
	width:1080px;
	margin:auto;	
}
#logo
{
	margin-bottom: -25px;
}


/* Divide bars ( Goes Here ) */
/*//////////////////////////////////////////////////////////////////////*/

#divide1, #divide2, #divide3
{
	clear:right;
}

#divide1 <!-- This fixes the padding problem between the content area below the first divider bar -->
{
	padding:0px 0px 5px 0px;
}


/* Menu Navigation Bar Style */
/*//////////////////////////////////////////////////////////////////////*/

#menu ul li 
{
	float:right; /* be sure to list the links last to first ( float:right mirrors the links ) */ 
	display:inline;
	color:#fff;
	font-family:helvetica;
	margin-bottom:6px;
	clear:left;
		
}

#contact, #resume_btn, #portfolio, #aboutme, #home
{
	margin-left:19px;
	float:right;
}

#blog
{
	margin-left:20px;
}



a
{
	color:#FFF;
	text-decoration:none;
}
a:hover
{
	color:#9a0101;
	text-decoration:none;
}




#facebook, #myspace, #linkedin, #behance, #twitter /* This style alows for the menu links to be spaced out. */ 
{
	margin-left:6px;
}


/*Content Area Section Style (No Styles Yet Set) */ 
/*//////////////////////////////////////////////////////////////////////*/
#resume_section
{
	height:1000px;
	background-color:#fff;
	padding:30px 20px 5px 35px;
}

#profile_section
{
	margin-top:30px;
}
#profile_text
{
	font-size:75%;
	font-family:helvetica;
	float:right;
	clear:left;
	margin-right:200px;
	margin-top: -11px;
}
#profile_title
{
	font-size:85%;
	font-family:helvetica;
	font-weight:bold;
}
#dotted_line
{
	margin-top: 5px;
	color:#999;
}






/* Services Section Styles */
/*//////////////////////////////////////////////////////////////////////*/

#services
{
	width:100%;
	padding:3.5px;
}

#services, #serv1, #serv2, #serv3, #serv4, #serv5, #serv5, #serv6, #serv7, #serv8
{
	display:inline-block;
	margin:1.7px;
	margin-top: -10px;
	margin-bottom: -2px;
}

#service, #serv1, #serv2, #serv3, #serv4, #serv5, #serv6, #serv7, #serv8 /* Web Design */
{
	background-image:url(../images/pattern_bkgd.png);
	padding:5px 10px 5px 10px;
	line-height:6px;
	font-family:helvetica;
	width:240px;
	margin-top:5px;
}
#serv1
{
	margin-left: -2px;
}
#serv1, #serv2, #serv3, #serv4
{
	margin-right:5px;
	margin-bottom:5px;
}
#serv5, #serv6, #serv7, #serv8
{
	margin-right:5.98px;
}


.title
{
	color:#9a0101;
	margin-bottom: -7px;
	font-family:helvetica;
}
.titleline_break
{
	color:#CCC;
	width:100%;
}
.titlex
{
	color:#9a0101;
	margin-bottom: -7px;
	font-size:85%;
	font-family:helvetica;
}
.text
{
	font-family:helvetica;
	margin-top: -4px;
	font-size:65%;
	letter-spacing:.50px;
}
.textaw
{
	font-family:helvetica;
	margin-top: -30px;
	font-size:75%;
	letter-spacing:.50px;
	margin-left:30px;
}
.desp
{
	color:#fff;
	font-style:normal;
	font-size:80%;
	line-height:20px;
	letter-spacing:.75px;
}
.mi
{
	color:#9a0101;
	font-size:55%;
	letter-spacing:2px;
}



/* Footer Section Style */
/*//////////////////////////////////////////////////////////////////////*/

#socialmedia ul li
{
	display:inline;
	float:right;
	font-family:helvetica;
	color:#fff;
	font-size:76%;
}

#twitter, #behance, #linkedin, #myspace, #facebook
{
	margin-left:6px;
}

#footer
{
	padding:0px 0px 0px 0px; /* This will determine the padding from the top of the services */
}

#credits
{
	color:#fff;
	font-family:helvetica;
	font-size:75%;
	line-height:15px;
}

#copyright 
{
	margin-bottom:0px;
	color:#fff;
	font-weight:bold;
	margin-bottom: -25px;
}









