/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

body {background:#222428; color:#eeeeee; font-family:Helvetica, “Helvetica Neue”, Arial, sans-serif; font-size:12pt; font-weight:normal;}

h1 {font-size:1.6em;color:#E44B9F;}
h2 {font-size:1.5em;color:#a1e818;}
h3 {font-size:1.3em;color:#a1e818;}
h4 {font-size:1.2em;color:#e84918;}
h5 {font-size:1.1em;color:#a1e818;}
h6 {font-size:1.1em;color:#d50000;padding-top:.5em;}
h1, h2, h3, h4, h5, h6 {margin-bottom:0.5em;}

p {font-size:1.0em; margin-bottom:1.2em;line-height:1.4em;}

a {color:#a1e818;}
a:hover {color:#e84918;}
a:visited {color:color:#a1e818;}

/*
ul {list-style-image: url(../img/bullet.gif);list-style-type:square; margin-left:1.2em;margin-bottom:1.2em;}
li {color:#eeeeee;font-size:1.4em;line-height:1.6em;}
*/

/* --- Navigation --- */
#head {padding-bottom:5em;}
#nav ul {list-style-image:none;list-style-type: none;margin-top:1.75em;margin-left:0em;margin-bottom:0em;}
#nav li {line-height:2em;font-weight:normal;font-size:1.3em;font-weight:800;}
#nav li a {color:#eeeeee; text-decoration: none; }
#nav li a:hover {color:#A0E818;}
#nav li a:visited {color:#eeeeee;}

/* --- Main --- */
#logo {text-indent:-9999px;background:url(../img/logo.png) no-repeat right; height:201px;}
#top h1{color:#a1e818;font-size:1.8em;line-height:1em;margin-top:2.75em;}
#top h2{color:#F9451A;font-size:1.8em;line-height:.25em;}

#left1 ul {list-style-image:none;list-style-type: none;margin-top:0em;margin-left:0em;margin-bottom:0em;}
#left1 li {line-height:1.5em;font-weight:900;font-size:1.7em;color:#F9451A;text-align:right;}

/* --- About ---*/
#about {padding:3em 0em;}

/* --- Work --- */	
#port {width:100%;background:#696d77 url(../img/point-b.png) repeat-x top;color:#222428;padding:3em 0em .2em 0em;}
#port .row {padding-top:1em;}
#port a{color:#222428;line-height:1.1em;font-size:1.7em;text-decoration:none;font-weight:800;margin-bottom:1.2em;text-shadow: 0px 1px 0px #ddddd; 
filter: dropshadow(color=#dddddd, offx=0, offy=1);}
#port a:hover {color:#F9451A;}
#port a:visited {color:color:#222428;}
#port ol li {display:inline;background:url(../img/li.gif) no-repeat 0 50%;padding-left:20px;margin:0em .5em;font-size:1.3em;}
#port p {margin-top:1.25em;}

#left2 ul {list-style-image:none;list-style-type: none;margin-top:0em;margin-left:0em;margin-bottom:0em;}
#left2 li {line-height:1.1em;font-weight:900;font-size:1.7em;color:#a1e818;text-align:right;}


/* --- Contact --- */
#cont {width:100%;background:transparent url(../img/point-w.png) repeat-x top;padding:2.75em 0em .2em 0em;}
#footy {color:#86AE39;}

/* --- Back Arrow --- */
#back a {float:right;text-indent:-9999px;background:transparent url(../img/back.png) no-repeat;height:50px;width:70px;}
#back a:hover{background:transparent url(../img/back-h.png) no-repeat;}



/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
	}

#left1 li {text-align:left;}	
	
}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}