/*
Theme Name: munkicloud v3
Theme URI: http://www.munkicloud.net
Description: v3 of the munkicloud website!
Author: munkicloud
*/

* {
	padding: 0;
	margin: 0;
	word-wrap: break-word;
}

body {
	background: url('images/bg.jpg') #3D3D3D;
	background-position: top center;
	background-attachment: fixed;
	font-family: "Century Gothic", Futura;
	font-size: 14px;
	color: #FFFFFF;
}

a img{
	border: none;
}

#wrap {
	float: left;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	padding: 50px 0;
}

/* ----------------------------------------------------------- Header --------------------------------------------------------------------- */
#header {
	float: left;
	clear: both;
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
}

#logo {
	float: left;
	width: 150px;
}

#menu {
	float: left;
	width: 550px;
}

#menu li {
	float: left;
	list-style-type: none;
	line-height: 50px;
	padding-right: 5px;
}

#menu li a:link, #menu li a:visited {
	font-size: 26px;
	color: #9D9D9D;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
}

#menu li a:hover, #menu li a:active, #menu li.current_page_item a:link, #menu li.current_page_item a:visited {
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
}

/* ----------------------------------------------------------- Content --------------------------------------------------------------------- */
#content {
	float: left;
	clear: both;
	width: 100%;
}

.post {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 30px;
}

.meta-bar {
	float: left;
	width: 150px;
}

.meta-bar p {
	float: left;
	height: 50px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 8px;
}

.post-date {
	float: left;
	clear: both;
}

.meta-bar p.post-day {
	line-height: 50px;
	font-size: 36px;
	color: #FFFFFF;
	text-align: right;
	width: 65px;
	padding: 0;
}

.meta-bar span.post-month {
	color: #9D9D9D;
	text-transform: uppercase;
}

.meta-bar span.post-year {
	color: #626262;
}

.post-cats {
	float: left;
	clear: both;
	padding-top: 45px;
	font-family: Helvetica, Arial, sans-serif;
}

.post-cats li {
	list-style-type: none;
	background: #5cc7ff;
	padding: 5px 10px;
	width: 130px;
	text-align: right;
	margin-top: 5px;
}

.post-cats li a:link, .post-cats li a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.post-cats li a:hover, .post-cats li a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.post-content{
	float: left;
	width: 510px;
	background: #FFFFFF;
	color: #666666;
	padding: 20px;
	font-family: Helvetica, Arial, sans-serif;
	min-height: 250px;
}

.post-nobar{
	float: left;
	clear: both;
	width: 660px;
	background: #FFFFFF;
	color: #666666;
	padding: 20px;
	font-family: Helvetica, Arial, sans-serif;
}

.post-content a:link, .post-content a:visited, .post-nobar a:link, .post-nobar a:visited {
	color: #5cc7ff;
	font-weight: bold;
	text-decoration: none;
}

.post-content a:hover, .post-content a:active, .post-nobar a:hover, .post-nobar a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.post-nav {
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	clear: both;
	width: 100%;
	height: 30px;
	margin-bottom: 30px;
}

.post-nav a {
	height: 20px;
	background: #5cc7ff;
	padding: 5px 10px;
}

.post-nav a:link, .post-nav a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.post-nav a:hover, .post-nav a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.porto-work {
	float: left;
	clear: both;
	width: 660px;
	text-align: center;
}

.porto-description {
	float: left;
	clear: both;
	width: 660px;
}

/* ----------------------------------------------------------- Typography --------------------------------------------------------------------- */
.post-content p, .post-nobar p {
	padding-top: 0.5em;
}

h1.post-title {
	font-size: 24px;
	color: #5cc7ff;
	text-transform: capitalize;
}

h2 {
	font-size: 18px;
	color: #000000;
}

h3 {
	font-size: 16px;
	color: #000000;
}

.porto-description h3 {
	color: #666666;
}

.porto-description div {
	float: left;
	padding: 10px 0 0 0;
	width: 220px;
}

.post-content ul, .post-nobar ul {
	margin-left: 50px;
}

.post-content ul ul, .post-nobar ul ul {
	margin-left: 25px;
}

.post-content li, .post-nobar li, .post-content li ul li, .post-nobar li ul li {
	list-style-image: url('images/disc.jpg');
	color: #666666;
}

.pimage-top {
	display: none;
}

.pimage-left {
	display: none;
}

/* ----------------------------------------------------------- Footer --------------------------------------------------------------------- */
#footer {
	float: left;
	clear: both;
	text-align: right;
	color: #9D9D9D;
	font-weight: bold;
	width: 100%;
}

