
/*------- RESET -------*/
*  { margin: 0; padding: 0; border: 0;}
ul { list-style-type: none; }




  
/*------- FONT FAMILY -------*/	

h1 { font-family: "Helvetica","Arial",sans-serif; }  

h2, h3, h4, h5, 
p, a, li, blockquote,
th, td,
label, input, select, textarea,
.current,
san_serif 
{
  font-family: "Questrial","Helvetica Neue", "Helvetica", "Avant Garde", "Arial",sans-serif;
}







/*------- FONT -------*/
h1 
{ 
  font-size: 180%;
  line-height: 100%;
}

#mini_about 
{
  font-size: 190%;
  letter-spacing: -1px;
  font-style:italic; 
}

#nav_main a { font-size: 130%; }

.text_big { font-size: 110%; }

h3 { font-size: 110%; }

input, textarea { font-size: 106%; }


p, li 
{
  font-size: 100%;
  letter-spacing: 1%;
  line-height: 130%;
}

input.file { font-size: 85%; }  

#wrapper_footer p,
#nav_footer a { font-size: 76%; }


/* ###################################################################### */  
@media all and (max-width: 670px)
{
  #mini_about { font-size: 130%; }
  
  #nav_main a { font-size: 106%; }
}

/* ###################################################################### */



/*------- COLOR -------*/
body { background: #2E2E26; }

#mini_about { color: #879b9f; }

#layout_right 
{
  background: #e2ddc7 url('http://www.workprinting.com/theme/v2_1/image/background/work_319_600.jpg') top left no-repeat;
  -moz-box-shadow: 0px 0px 13px #000;
  -webkit-box-shadow: 0px 0px 13px #000;
  box-shadow: 0px 0px 13px #000;  
}

h1 a 
{ 
  color: #fff; 
  text-decoration: none; 
}
  
h2 { color: #5b862f; }
  
h2, p, li, input { color: #555; }

#about-us strong {color: #000; }

#wrapper_footer p,
#wrapper_footer p a { color: #777; }

#nav_main li a,
#nav_footer a 
{
  color:#EDEBE4; 
  text-decoration:none;
}

a {color: #333; }  

a:hover,
.current,
.asterisk,
#nav_main li a:hover,
#nav_footer li a:hover 
{
  color: #c30;
  text-decoration: none;
}


/* USED IN GO TO WORK ON GOOGLE MAP */
#go_to_work { border: 7px solid #BFBAA1; }


input.submit 
{
  background: #e1ce74;
  -moz-box-shadow: 0px 0px 5px #95894e;
  -webkit-box-shadow: 0px 0px 5px #95894e;
  box-shadow: 0px 0px 5px #95894e;
  padding: 8px;
  border: 1px solid #9e8a2f;
}  


/* Safari */
::selection { background: #e5e2c5; }

/* Firefox */
::-moz-selection { background: #e5e2c5; }  

input:focus, textarea:focus, select:focus {outline-color: #D6CDA1;}


/* ###################################################################### */  
/* FOR IPAD VERTICAL */
@media all and (max-width: 768px)
{
  #layout_right 
  { 
    background: #e2ddc7 url('http://www.workprinting.com/theme/v2_1/image/background/work_230_433.jpg') top left no-repeat;
  }
}

@media all and (max-width: 670px)
{
  #nav_main li a { background: #2E2E26; }

  #nav_main li a:hover
  {
    color: #fff;
    background: #879b9f;
  }  
  
  #layout_right 
  { 
    background: #e2ddc7;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
  }
}

/* ###################################################################### */







/*------- BASIC -------*/ 
html, body { width: 100%; }

h1, h1 a 
{
  width: 130px;
  height: 130px;
}

h1 
{ 
  text-indent: -13000px;
  text-shadow: #777 3px 0px 3px;
}

h1 a 
{
  display: block;
  background: url('http://www.workprinting.com/image/logo/logo.gif') no-repeat;
}


h3 
{ 
  margin-top: 5%;
  margin-bottom: 1%;
}
 
  
p { margin-bottom: 1.1em; }


/*<div class='hr'><hr /></div> */
div.hr 
{
  width: 471px;
  height: 20px;   
  border: 0;
  margin: 0 auto;
  background: url('http://www.workprinting.com/theme/v2_1/image/content/horizontal.png') no-repeat;   
  margin-bottom: 43px; 
  margin-top:    43px;
}

div.hr hr { display: none; }  



/* ###################################################################### */  
@media all and (max-width: 670px)
{
  h1 { 
    text-indent: 0px;
    margin-left: 53%;
    text-align: right; }
  
  h1 a { background: transparent; }
}

/* ###################################################################### */



/*------- LAYOUT -------*/    
#layout_container 
{
   width: 94%;   
   margin: 0 auto;
   padding: 2%;
}

#layout_left  
{
  width: 15%;
  float: left;
}

#layout_right 
{
  width: 80%; 
  min-height: 670px;
  height: 94%;
  float: right;
  -moz-border-radius: 13px;
  border-radius: 13px;
}


#layout_footer 
{
  width: 80%; 
  float: right;
  margin-top: 3%;
  text-align: center;
}

.layout_clear { clear: both; }

#wrapper_left {}

#wrapper_right  
{
  width: 50%;
  margin-top: 3%;
  margin-right: 3%;
  float: right;
}

/* ###################################################################### */  

/* LARGE SCREENS */
@media all and (min-width : 1100px)
{ 
  #layout_container 
  {
    width: 980px;
  }
}


@media all and (max-width: 670px)
{
  #layout_container 
  {
    margin: 0;
    width: 90%;
  }
  
  #layout_left,
  #layout_right,
  #wrapper_right,
  #layout_footer
  {
    width: 100%;
    height: auto;
    float:none;
    margin:  0 auto;
    padding: 3%;
  }

  
  #layout_left
  {
    height: 50%;
    background: #e2ddc7 url('http://www.workprinting.com/theme/v2_1/image/background/work_230_433.jpg') top left no-repeat;
  }
  
  #layout_right 
  {
    -moz-border-radius: 0;
    border-radius: 0;
    
    -moz-border-radius-bottomleft: 13px;
    border-bottom-left-radius: 13px;
    
    -moz-border-radius-bottomright: 13px;
    border-bottom-right-radius: 13px;
  }

}

/* ###################################################################### */







/*------- NAV -------*/
#nav_main { margin-top: 23%; }

#nav_main li { margin-bottom: 13%; }

#nav_footer ul 
{  
  width: 400px; 
  margin: auto;
}

#nav_footer li a
{
  float: left;
  display: block;
  margin-left: 1%;
  margin-right: 1%;
  padding: 2%;
}

/* ###################################################################### */  
@media all and (max-width: 670px)
{    
  #nav_main    
  { 
    margin-top: 30%; 
    margin-left: -5%; 
  }

  #nav_main li { margin: 0; }
  
  #nav_main li a 
  {
    width: 98%;
    padding: 3%;
    display: block;
    border-bottom: 1px dotted #555;
  }
  
  #nav_footer
  {
    border-top: 1px dotted #ccc;    
  }
  
  #nav_footer ul 
  {  
    width: 300px;   
  }
  
  #nav_footer li a
  {
    margin: 1%;
    padding: 0%;
  }  
}

/* ###################################################################### */






/*------- FORM -------*/  
input, textarea 
{
  width: 94%;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -webkit-appearance: none;
  margin-bottom: 3%;
  padding: 1%;
}

label 
{ 
  width: 50%;
  display: block; 
}

textarea { height: 76px; }

input.submit 
{
  width: 94%;
  -webkit-appearance: none;
}  

div.file { margin-bottom: 5%; }

input.file { margin-bottom: 2%; }  


/* ###################################################################### */  
@media all and (max-width: 670px)
{
  input, textarea, input.submit { width: 94%; }
}

/* ###################################################################### */





/*------- CONTENT -------*/  
#mini_about { width: 100%; }

/* ###################################################################### */  
@media all and (max-width: 670px)
{
  #content_wrapper
  { 
    width: 94%; 
    margin: 0 auto;
  }
}

/* ###################################################################### */


/*------- CREATED BY -------*/
#labored_with_love_by_jihontion 
{
  width: 130px;
  height: 33px;
  margin: auto;
}
 
#labored_with_love_by_jihontion a 
{
  font-size: 67%;
  color: #333333;  
  line-height: 130%;
  height: 23px;  
  display: block;
  padding-left: 28px;
  text-decoration: none;
}

#labored_with_love_by_jihontion a:hover 
{
  color: #f4f5f6;
  background: #333333 url('http://www.jihonation.com/image/logo/logo_pixelated_by.jpg') no-repeat left top;
  text-decoration: none;
}






/*------- CUSTOM -------*/
#wrapper_footer p#footer_info
{
  margin-top: 3%;
}  

#social_media_layout 
{
  width: 94px;
  float: left; 
  margin-top: 3%;
}


#facebook 
{
  float: left;
  margin-right: 13px; 
}

#facebook_button 
{
  margin-top: 23px; 
}
  
#social_media img 
{
  width: 35px;
  height: 35px;
}
  




/* USED IN SERVICE */

ul.left,
ul.right 
{
  width: 42%;
  margin-left: 15px;
  list-style: circle; 
}  

ul.left 
{  
  float:left;
}

ul.right 
{
  float: right;
}  

/* USED IN GO TO WORK ON GOOGLE MAP */
#go_to_work {border: 7px solid #BFBAA1;}

/* ###################################################################### */  
@media all and (max-width: 670px)
{ 
  #social_media_layout 
  {
    width: 94px;
    margin: auto;
    margin-top: 7%;
    float: none;
    position: relative;
    left: 7%;
  }
  
  #facebook_button 
  {
    margin-top: 5%;
    margin-bottom: 15%;
  }
  
  #wrapper_footer p#footer_info
  {
    padding-top: 7%;
    border-top: 1px dotted #ccc;
  }
}

/* ###################################################################### */
