/*
Theme Name: munkicloud v4
Theme URI: http://www.munkicloud.net
Description: v4 of the munkicloud website!
Author: munkicloud
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "Trebuchet MS";
	font-size: 14px;
}

input, textarea {
	outline: none;
	font-family: "Trebuchet MS";
	margin-top: 10px;
}

input {
	height: 25px;
	background: #FFFFFF;
	color: #000000;
	padding: 0 5px;
	border: none;
	font-size: 14px;
	width: 200px;
}

input:hover, input:active {
	height: 25px;
	background: #FFFFFF;
	color: #000000;
	padding: 0 5px;
	border: none;
	font-size: 14px;
	width: 200px;
}

textarea {
	width: 345px;
	height: 100px;
	background: #FFFFFF;
	color: #000000;
	padding: 5px;
	border: none;
	font-size: 14px;
}

textarea:hover, textarea:active {
	width: 345px;
	height: 100px;
	background: #FFFFFF;
	color: #000000;
	padding: 5px;
	border: none;
	font-size: 14px;
}

input.searchsubmit {
	color: #000000;
	width: 75px;
}

input.searchsubmit:hover, input.searchsubmit:active {
	color: #A9A9A9;
	width: 75px;
}

.post ul {
	list-style-position: inside;
}

.post ul li {
	margin-top: 10px;
}

.post ul li ul li {
	margin-top: 0;
}

.post li ul {
	list-style-type: none;
	margin-top: 0;
}


/* main */
#wrap {
	width: 850px;
	position: relative;
	left: 50%;
	margin-left: -425px;
	float: left;
	padding: 25px 0;
}

#header {
	width: 850px;
	height: 50px;
	padding-bottom: 15px;
	border-bottom: 5px solid #e5e5e5;
	float: left;
	clear: both;
}

#content {
	width: 850px;
	float: left;
	clear: both;
}

#footer {
	width: 850px;
	float: left;
	clear: both;
}

/* header */
#logo {
	width: 195px;
	height: 50px;
	float: left;
}

#menu {
	width: 655px;
	height: 50px;
	float: left;
}

#menu ul {
	width: 550px;
	margin: 0 auto;
}

#menu ul li {
	list-style-type: none;
	float: left;
	margin-left: 30px;
}

#menu a:link, #menu a:visited {
	color: #9A9A9A;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 50px;
	text-decoration: none;
}

#menu a:hover, #menu a:active, #menu li.current_page_item a:link, #menu li.current_page_item a:visited {
	color: #000000;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 50px;
	text-decoration: none;
}

/* content */
.post {
	padding: 25px 0;
	border-bottom: 5px solid #e5e5e5;
	color: #000000;
}

.post-post-nav {
	padding: 25px 0 0 0;
	color: #000000;
}


#post-nobar{
	float: left;
	clear: both;
	width: 700px;
	background: #16b1ff;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
}

.porto-work {
	float: left;
	clear: both;
	text-align: center;
	width: 700px;
}

.porto-description {
	float: left;
	clear: both;
	width: 660px;
	margin: 20px;
}

#post-nobar h2 {
	color: #000000;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
}

.porto-description h3 {
	color: #FFFFFF;
}

.porto-description div {
	float: left;
	width: 220px;
}

.post-right {
	width: 360px;
	height: 460px;
	background: #16b1ff;
	color: #FFFFFF;
	padding: 20px 20px 20px 470px;
	overflow: auto;
	position: relative;
}

.post-under {
	width: 810px;
	background: #16b1ff;
	color: #FFFFFF;
	padding: 20px;
	position: relative;
}

.post-under iframe, .post-under embed, .post-under img, .post-under object {
	margin-left: -20px;
}

.post-full {
	width: 810px;
	background: #16b1ff;
	color: #FFFFFF;
	padding: 20px;
	overflow: auto;
}

.post h2 {
	font-size: 26px;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
}

.post-under h2 {
	margin-top: 300px;
}

.post-meta {
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Tw Cen MT", "Futura", "Century Gothic";
	margin-bottom: 15px;
}

.post-content {
	font-size: 14px;
}

.post-content p {
	margin: 10px 0 0 0;
}

.post a:link, .post a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.post a:hover, .post a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.post h2 a:link, .post h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.post h2 a:hover, .post h2 a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.post-post-nav a:link, .post-post-nav a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.post-post-nav a:hover, .post-post-nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#work a:link, #work a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#work a:hover, #work a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.post-under .pimage-top {
	position: absolute;
	top: 0;
}

.post-under .pimage-left {
	display: none;
}

.post-right .pimage-left {
	position: absolute;
	top: 0;
	left: 0;
}

.post-right .pimage-top {
	display: none;
}

.new-hide {
	display: none;
}

.post-right .readmore {
	float: right;
}

.post-nav {
	width: 360px;
	position: absolute;
	bottom: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Tw Cen MT", "Futura", "Century Gothic";
	margin-bottom: 20px;
}

.posts-nav {
	background: #16b1ff;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	font-family: "Tw Cen MT", "Futura", "Century Gothic";
	width: 810px;
	color: #000000;
	text-transform: uppercase;
}

/* footer */
#footer {
	color: #9a9a9a;
	font-size: 12px;
	padding-top: 15px;
}
