/* General Styles */

* {
  margin:0;
  padding:0;
  outline:none; 
}

html {
  height:101%;
}

body {
  background:url('../img/bg-body.png') repeat-x top left;
  margin:0 auto;
}

body.home {
  background:url('../img/bg-body-home.png') repeat-x top left;
}

body, div, table td, input, select, textarea {
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#666;
}

p {
  line-height:20px;
}

a {
  color:#8a981d;
  text-decoration:none;
}

a:hover {
  color:#606a0f;
}

img {
  border:none;
}

.clear {
  clear:both;
}

.floatleft {
  float:left;
}

.floatright {
  float:right;
}

p {
  margin:0;
  padding:0 0 15px 0;
}

h2 {
  color:#000;
  font-size:20px;
  padding:0 0 10px 0;
}

h3 {
  color:#000;
  font-size:20px;
  padding:20px 0 10px 0;
}

h4 {
  border-bottom:1px solid #c1d047;
  color:#000;
  font-size:16px;
  margin:0 0 10px 0;
}

ul {
  margin:0 0 15px 15px;
}

/* Layout */

.page-wrap {
  margin:0 auto;
  width:950px;
}

.header {
  height:105px;
  overflow:hidden;
  position:relative;
}

.main-menu {
  position:relative;
}

.left-sidebar {
  float:left;
  margin-top:40px;
  width:180px;
}

.content.l-2columns {
  float:left;
  margin:40px 0 0 50px;
  width:720px;
}

.content.l-3columns {
  float:left;
  margin:40px 30px 0 50px;
  width:480px;
}

.right-sidebar {
  float:left;
  margin:40px 0 0 0;
  width:210px;  
}

/* Header */

.top-menu {
  position:absolute;
  margin:0;
  right:0;
  bottom:23px;
}

.top-menu li {
  color:#ccc;
  list-style-type:none;
  float:left;
  padding:0 0 0 12px;
}

.top-menu li a {
  font-size:14px;
  text-decoration:none;
}

.top-menu .selected a,
.top-menu .selected a:hover {
  color:#000;
  font-weight:bold;
}

/* Main Menu */

.main-menu ul {
  float:left;
  margin:0;
  position:relative;
  z-index:2;
}

.main-menu li {
  list-style-type:none;
  float:left;
}

.main-menu li a {
  background-position:top left;
  display:block;
  height:44px;
}

.main-menu li a:hover {
  background-position:center left;
}

.main-menu .selected a,
.main-menu .selected a:hover {
  background-position:bottom left;  
}

.main-menu .home {
  background:url('../img/mainmenu-home.png');
  width:92px;
}

.main-menu .technology {
  background:url('../img/mainmenu-technology.png');
  width:126px;
}

.main-menu .projects {
  background:url('../img/mainmenu-projects.png');
  width:105px;
}

.main-menu .custom-development {
  background:url('../img/mainmenu-custom_development.png');
  width:191px;
}

.main-menu .about {
  background:url('../img/mainmenu-about.png');
  width:183px;
}

/* Sidebars */

/** Ze Left One **/

.left-sidebar ul {
  border-top:1px solid #d7d7d7;
  margin:0;
}

.left-sidebar ul li {
  list-style-type:none;
  border-bottom:1px solid #d7d7d7;
  padding:4px 0;  
}

.left-sidebar ul li a {
  display:block;
  font-size:16px;
  padding:0 0 0 15px;
  text-decoration:none;
}

.left-sidebar ul li a:hover {
  background:url('../img/bg-sidebarmenu-hover.png') no-repeat center left;
}

.left-sidebar ul .current_page_item a,
.left-sidebar ul .current-cat a {
  background:url('../img/bg-sidebarmenu-hover.png') no-repeat center left;
  color:#000;
  font-weight:bold;
}


.left-sidebar .no-border {
  border:none;
}

.left-sidebar ul li span {
  color:#999;
  display:block;
  font-size:16px;
  font-style:italic;
  font-weight:bold;
  padding:0 0 0 15px;  
}

/** Ze Right One **/

.right-sidebar .content-box h2,
.left-sidebar .content-box h2 {
  font-size:16px;
}

.right-sidebar .content-box p {
  font-size:15px;
  font-style:italic;
  margin:0;
  padding:0;
}

/* Content */

/** Home **/

.key-visual-top {
  display:none;
}

.home .key-visual-top {
  background:url('../img/elaphe-key_visual-top.jpg') no-repeat top right;
  display:block;
  position:absolute;
  right:0;
  height:44px;
  width:280px;
  z-index:1;
}

.key-visual {
  background:url('../img/elaphe-key_visual.jpg') no-repeat;
  height:325px;
  position:relative;
}

.key-visual a {
  display:block;
  position:absolute;
  bottom:70px;
  left:0;
}

.image-menu .menu-box {
  cursor:pointer;
  float:left;
  margin:20px 6px 0 0;
  padding:125px 0 0 0;
  width:310px;
}

.image-menu .menu.box.last {
  margin:20px 0 0 0;
}

.image-menu .menu-box.technology {
  background:url('../img/submenu-technology.png') no-repeat;
}

.image-menu .menu-box.projects {
  background:url('../img/submenu-projects.png') no-repeat;
}

.image-menu .menu-box.bussines-model {
  background:url('../img/submenu-custom_dev.png') no-repeat;
}

.image-menu .menu-box ul {
  margin:0 0 0 4px;
}

.image-menu .menu-box ul li {
  list-style-type:none;  
  margin:0 0 7px 0;
}

.image-menu .menu-box ul li a {
  font-size:15px;
  text-decoration:none;
}

/** Pages **/

.content-box {
  border:1px solid #c6c6c6;
}

.content-box .inner {
  background:#f9f9f9;
  margin:1px;
  padding:10px
}

.content.l-2columns .content-box {
  width:350px;
}

.content.l-2columns .content-box p {
  background:url('../img/bg-dotted-grey.png') repeat-x bottom left;
  margin:7px 0 0 0;
  padding:0 0 7px 0;
}

.content.l-2columns .content-box .no-border {
  background:none;
}

.gallery-container {
  width:350px;
  float:right;
}

.gallery-container ul li {
  list-style-type:none;
  float:left;
  margin:0 4px 1px 0;
}

.col2-set .col-1 {
  float:left;
  width:330px;
}

.col2-set .col-2 {
  float:right;
  width:330px;
}

.tagline {
  color:#999;
  font-size:18px;
  font-style:italic;
  font-weight:bold;
}

.block {
  width:550px;
}

.block .image {
  float:left;
  width:184px;
}

.block .links {
  float:left;
  margin:-5px 0 0 30px;
}

.block .links li {
  background:url('../img/bg-dotted-grey.png') repeat-x bottom left;
  font-size:14px;
  list-style-type:none;
  padding:5px 0 5px 10px;
  width:320px;
}

.block .links .no-border {
  background:none;
}

.l-3columns .block {
  width:480px;
}

.l-3columns .block .links li {
  width:250px;
}

/** News **/

.post {
  margin:0 0 15px 0;
}

.post .date {
  float:left;
  width:120px;
}

.post .entry {
  float:left;
  width:600px;
}

.post h2 {
  margin-left:120px;
}

.post.single .date {
  margin:7px 5px 0 0;
  width:auto;
}

.post.single h2 {
  margin-left:0;
}

/** Library **/

.post.library {
  border-bottom:1px dotted #ccc;
  padding:0 0 15px 0;
}

.post.library table {
  border-collapse:collapse;
}

.post.library table td {
  vertical-align:bottom;
}

.post.library table .pdf-link {
  font-size:20px;
  padding:0 0 0 15px;
}

.post.library table .short-content {
  padding:0 0 0 15px;
}

.post.library .edit-post {
  margin-left:61px;
}

/** Links **/

.links li {
  list-style-type:none;
}

.links li ul li {
  list-style-type:circle;
}

/** About Us & Contacts **/

.about-us {
  margin:0 0 15px 0;
  width:100%;
}

.about-us td {
  font-size:16px;
  padding:5px 12px;
}

.about-us .odd td {
  background:#f2f2f2;  
}

.about-us .even td {
  background:#e9e9e9;  
}

.about-us .name {
  font-weight:bold;
}

.about-us .title {
  font-style:italic;
}

/* including for compatibility */

.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border:1px solid #c6c6c6;
	text-align: center;
	background:#f9f9f9;
	padding-top: 4px;
	margin:0 10px 10px 0;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 2px 4px;
	margin: 0;
}

/* Footer */

.footer {
  border-top:1px solid #000;
  margin:40px 0;
}

.footer .links {
  font-size:14px;
  margin:10px 0 20px 0;
}

.footer .links a {
  text-decoration:none;
}

.footer .info {
  color:#999;
  font-size:12px;
}

.footer .info a {
  color:#666;
  text-decoration:underline;
}

