/*
Theme Name: Jung von Matt
Theme URI: http://www.jungvonmatt.se
Description: Jung von Matt Wordpress Theme
Version: 3.0
Author: Awkward.se
*/

/*** Reset ***/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; 
font-size: 100%; font-family: inherit; vertical-align: baseline; }
article, aside, dialog, figure, footer, header,
hgroup, nav, section { display:block; }
body { line-height: 1.5; }
a img { border: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a { outline: none;  }

body
{
	font-family: Arial;
	font-size: 13px;
	background-color: #f5f5f5;
}

body.dark
{
	background-color: #000000;
	color: #ffffff;
}

.bodie
{
	display: none;
}

p
{
	margin-bottom: 10px;
}

h1
{
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 25px;
}

h2
{
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 10px;
}

h3
{
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 5px;
}

h4
{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

h5
{
	font-size: 12px;
	text-transform: uppercase;
}

a
{
	color: #71bc21;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #91bc21;
}
.clear
{
	display: block;
	content: '.';
	visibility: hidden;
	clear: both;
}

.strong
{
	font-weight: bold;
}

.webpage-wrapper
{
	width: 960px;
	margin: auto;
	padding-top: 125px;
}


/*** Header ***/

.header
{
	border-bottom: solid 1px #dfdfdf;
	margin-bottom: 20px;
	height: 100px;
	position: fixed;
	top: 0px;
	width: 960px;
	background-color: #f5f5f5;
	z-index: 20;
}

body.dark .header
{
	background-color: #000000;
}
	
	.header .logo
	{
		float: left;
		background-image: url('images/trojan-horse.png');
		width: 21px;
		height: 33px;
		margin-top: 55px;
		overflow: hidden;
		cursor: pointer;
	}
	
	body.dark .header .logo
	{
		background-image: url('images/trojan-horse-white.png');
	}
	
		.header .logo h1
		{
			position: absolute;
			margin-top: -400px;
		}

	.header .menu
	{
		float: right;
		margin-top: 72px;
	}
	
	.header .menu li
	{
		display: inline;
	}
	
	.header .menu a.menu-btn
	{
		padding: 5px 10px;
		color: #000000;
		text-decoration: none;
		cursor: pointer;
		font-size: 16px;
		text-transform: uppercase;
		position: relative;
	}

	.header .menu a.menu-btn span
	{
		visibility: hidden;
	}
	
	.header .light-menu a.menu-btn
	{
		color: #CCCCCC;
	}
	
	body.dark .header .light-menu a.menu-btn
	{
		color: #444444;
	}
	
	.header .menu a.menu-btn:hover, body.dark .menu a.menu-btn:hover
	{
		background-color: #71bc21;
		color: white;
	}
	
	.header .menu a.selected
	{
		background-color: #71bc21; 	
	}
	
	.header .menu a.menu-btn:hover span, .header .menu a.selected span
	{
		visibility: visible;
	}


/*** Content ***/

.content
{
	margin-bottom: 25px;
}

.padded
{
	padding-top: 75px;
}

	.content .content-title
	{
		display: block;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 15px;
		padding-bottom: 2px;
		border-bottom: solid 1px #dfdfdf;
		margin-bottom: 15px;
	}
	
	.content ul
	{
		list-style: none;
	}
	
	.content ol
	{
		padding-left: 20px;
	}
	
	.content li
	{
		padding-bottom: 0px;
	}

	.content .c1, .content .c2, .content .c3
	{
		float: left;
		width: 286px;
		margin-right: 45px;
	}
	
	.content .c3
	{
		margin-right: 0;
	}
	
	.content .mini-content
	{
		margin-bottom: 15px;
	}
	
		.mini-content p
		{
			margin-bottom: 0px;
			line-height: 18px;
		}


	/*** Work ***/

	.content .work-featured
	{
		margin-bottom: 20px;
	}
	
		.work-featured a
		{
			float: right;
			width: 629px;
			overflow: hidden;
		}
		
		.work-featured img
		{
			width: 629px;
		}
	
	.content .work-left
	{
		float: left;
		width: 220px;
		position: relative;
		padding-top: 240px;
	}
	
		.work-left .work-text
		{
			position: absolute;
			right: -250px;
			top: 0;
			left: 0;
		}
		
		.work-left .work-sort
		{
			
		}
		
		.work-left ul
		{
			list-style: none;
			margin-bottom: 15px;
			padding-left: 0px;
		}
		
		.work-left a.active
		{
			background-color: #71bc21;
			padding: 1px 2px;
			color: #ffffff;
			text-decoration: none; 
		}
	
	.content .work-right
	{
		float: right;
		width: 720px;
	}
	
		.work-right .work-overview
		{
			display: block;
			float: left;
			width: 220px;
			margin-left: 20px;
			margin-bottom: 20px;
			color: #000000;
			text-decoration: none;
		}
		
		.work-right .work-overview:hover
		{
			color: #777777;
		}
	
		.work-right .work-overview:first-child
		{
			margin-left: 260px;
		}
		
			.work-overview img
			{
				width: 220px;
				height: 155px;
				margin-bottom: 5px;
			}
			
			.work-overview h5
			{
				height: 20px;
				overflow: hidden;
			}
	
	.work-full
	{
		width: 700px;
		margin: auto;
		margin-bottom: 20px;
	}
	
		.work-full .left
		{
			float: left;
		}
		
		.work-full .right
		{
			float: right;
			width: 400px;
		}
	
	
	/*** News ***/
	
	.content .news-sort
	{
		font-size: 11px;
	}
	
		.news-sort span
		{
			margin-right: 10px;
		}
		
		.news-sort a
		{
			margin-right: 5px;
		}
		
	.content .news-post
	{
	
	}
	
		.news-post .left
		{
			float: left;
			width: 400px;
		}
		
		.news-post .right
		{
			float: right;
			width: 500px;
		}


/*** Footer ***/

.footer
{
	background: url('images/footer.png');
	background-repeat: no-repeat;
	height: 23px;
	padding: 9px 10px 75px 10px;
	color: #ffffff;
	font-size: 11px;
	margin-top: 75px;
}

body.dark .footer
{
	border-top: 1px solid #8d8d8d;
	background: #000;
}

	.footer a
	{
		color: #ffffff;
	}


/*** Buttons ***/

.button-wrapper
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.button
{
	position: relative;
	background-color: #71bc21;
	padding: 4px 12px 6px 12px;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	z-index: 0;
	line-height: 12px;
	text-transform: uppercase;
}

.button:hover
{
	background-color: #91bc21;
}

	.nw, .ne, .se, .sw
	{
		background-image: url('images/button.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
		width: 2px;
		height: 2px;
		position: absolute;
	}
	
	body.dark .nw, body.dark .ne, body.dark .se, body.dark .sw
	{
		background-image: url('images/button-dark.jpg');
	}
	
	.nw
	{
		left: 0;
		top: 0;
	}
	
	.ne
	{
		background-position: -3px 0;
		right: 0;
		top: 0;
	}
	
	.se
	{
		background-position: -3px -3px;
		right: 0;
		bottom: 0;
	}
	
	.sw
	{
		background-position: 0 -3px;
		left: 0;
		bottom: 0;
	}


/*** Modal ***/

.modal-window
{
	width: 600px;
	padding: 70px 30px 15px 30px;
	height: auto;
	color: #ffffff;
}

	.modal-window .c1
	{
		width: 150px;
		float: left;
	}
	
	.modal-window .c2
	{
		width: 400px;
		float: right;
	}


/*** Misc ***/

.twitter-feed
{
	padding-top: 18px;
}

#twitter_update_list li
{
	margin-bottom: 7px;
}


