/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
	font: normal 14px/20px Arial, Helvetica, sans-serif;
	color: #56595E;
}

h1, h2, h3, h4, h5, h6 { text-shadow: 0 1px #fff; }

h1 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;	
}

h2 {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

h3 {
    font-size: 16px;
    line-height: 16px;
}

h4, h5, h6 {
    font-size: 14px;
    line-height: 14px;
}

pre { 
	border-radius: 4px;
	border: 1px solid #E0E0E0;
	background: #f1f1f1;
    box-shadow: 0 1px 0 rgba(255,255,255,1);
}

code { padding: 1px 3px; }

em { color: #999; }

mark { color: #fff; padding: 0px 2px 0px 2px; }

hr {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-top-color: #d1d1d1; 
	border-bottom: 1px solid #fff; 
}

::-moz-selection { background: #39f; color: #fff; }
::selection { background: #39f; color: #fff; }


.table-portfolio {
  margin-left: auto;
  margin-right: auto;
}
.table-portfolio th, 
.table-portfolio td { 
  width: 46%;
  vertical-align: top;
}
.table-portfolio td:nth-child(2) { 
  width: 8%;
}
.table-portfolio h2 {
  text-align: center;
}
.table-portfolio img {
  height: auto;  
  width: 100%;
}