/*
Theme Name: pc2010
Theme URI: http://cpak.se/
Description: Wah-wah-wah
Version: 1.0
Author: Christofer Pak
Author URI: http://cpak.se/
Tags: blue, custom header, fixed width, two columns, widgets
*/

/* Include fonts */
@font-face {
	font-family: 'DejaVuSerifBook';
	src: url('DejaVuSerif.eot');
/* 	src: local('DejaVu Serif Book'), local('DejaVuSerif'), url('DejaVuSerif.ttf') format('truetype'); */
}


/* Grid setup */
.wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}


.wrapper2 {
	width: 1500px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.grid_4, .grid_8, .grid_12, .grid_16, .grid_front {
	display: inline;
	position: relative;
	float:left;
	margin-left: 20px;
	margin-right: 20px;
}
.grid_4 {
	width: 200px;
}
.grid_8 {
	width: 440px;
}

.grid_front {
	width: 670px;
}
.grid_12 {
	width: 670px;
}
.grid_16 {
	width: 940px;
	margin-left: 10px;
	margin-right: 10px;
}

.grid_16 #PCtitle {
	position:relative;
	left:-12px;
	border:0px;
}

.grid_16 #expo {
	position:relative;
	border:0px;
	top:58px;
}
.grid_border_right {
	margin-right: 0;
	padding-right: 9px;
	border-right: dotted 1px #CCC;
}
.alignleft {
	text-align: left;
	float: left;
}
.alignright {
	text-align: right;
	float: right;
}
/* Basic elements */
html {
	background: #FFF url('images/round-tile-small.png');
}

body {
	margin: 0;
	font-size: 12px;
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	color: rgb(20, 20, 20);
	background-image: url('images/menubk2.png');
	background-repeat:no-repeat;
	background-position:top center;
	overflow: auto;
}
ul, ol {
	margin: 0;
	padding: 0;
}

.partners li {
	list-style: none;
}

.comment-body {
	border-top:1px solid #434343;
}

.comment-body p {
	font-size:16px;
}

.commentlist li {
	margin-bottom:20px;
	list-style: none;
}
.comment-meta {

}

p {
	margin-top:10px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: rgb(128,0,0);
	font-family: DejaVuSerifBook, Georgia, serif;
	font-weight: normal;
	text-align: left;
}

#sidebar h2 {
	text-align:center;
}

#sidebar li {
	list-style:none;
}

.FB_share_button {
	display:block;
	margin-top:15px;
	clear:both;
}

h2 {
	font-size: 30px;
	letter-spacing: -1px;
	padding-bottom: 4px;
	margin-bottom: 6px;
	border-bottom: dotted 1px #CCC;	
}
h3 {
	font-size: 22px;
	padding-bottom: 4px;
	margin-bottom: 6px;
	border-bottom: dotted 1px #CCC;	
}

#comments {
	margin-top:60px;
}

#respond {
	clear:both;
	margin-top:70px;
}

#logos {
	clear:both;
	display:block;
	width:220px;
	float:right;
	margin-top:20px;
}

#sidebar2 {
	width:220px;
	float:right;
	clear:both;
}

#sidebar2 li{
	list-style:none;
}

#logos ul li{
	list-style:none;
}

#logos ul li img{
	margin:0 auto;
	display:block;
	border:0;
}

h4 {
	font-size: 18px;
	padding-bottom: 4px;
	margin-bottom: 6px;
	border-bottom: dotted 1px #CCC;
}
a {
	color: inherit;
}
small, .small {
	font-size: 10px;
}
.block {
	display: block;
}

/* === WordPress elements === */
/* --- OVERLAY --- */
#overlay {
	position: absolute;
	right: 0;
	z-index: 10;
}

/* --- MENU & MENU CHILDREN --- */
#recently-updated-posts {
	float:right;
	list-style:none;
	padding:0 10px 10px 10px;
	width:200px;
	background: rgb(204,204,204);
	background: rgba(204,204,204,0.5);
}

#recently-updated-posts ul li{
	list-style:none;
}


#brushstrokes {
	position:relative;
	top:0;
	left:-55px;
	height:700px;
	width:1500px;
}

.partners img{
	border:0px;
	display:block;
	margin:0 auto;
	margin-bottom:20px;
}

.sponsor {
	padding:10px;
	margin-bottom:30px;
	background: rgb(204,204,204);
	background: rgba(204,204,204,0.5);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.sponsor p {
	clear: both;
}

.sponsor img {
	border:0px;
	margin-bottom:20px;
}

<!--[if IE]>



#menu {
	border-top: 10px solid #000000;
	margin-bottom: 10px;
	margin-left:0;
	margin-right:0;
	width:960px;
}

#menu ul {

}
#menu ul li {
	/*display: inline-block;*/
	display:block;
	float:left;
	
	list-style: none;
	text-align: center;
	vertical-align: bottom;
	font-size: 16px;
	font-family: DejaVuSerifBook, Georgia, serif;
	border-right: dotted 1px #CCC;
}
#menu ul li.no-border {
	border-right: none;
}
#menu ul li a {
	display: inline-block;
	width: inherit;
	padding-top: 30px;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.5s;
	-moz-transition-property: background;
	-moz-transition-duration: 0.5s;
}
#menu ul li a:hover, #menu ul li a.selected {
	background: rgba(0,0,0,0.1);
	color: rgb(168,0,0);
}

<!--[if IE]>
#menu ul li a:hover, #menu ul li a.selected {
	background:#585858;
	filter: alpha(opacity=20);
	color: #fff;
}
<![endif]-->


#menu ul .menu-item-last {
	border-right: none;
}
#menu ul .menu-item-2 {
/* 	width: 99px; */
	width: 89px;
	padding: 0 10px 5px 10px;
}
#menu ul .menu-item-3 {
/* 	width: 149px; */
	width: 144px;
	padding: 0 10px 0 10px;
}

/* --- HEADER --- */
#header {
	background: url('images/header-img.php') no-repeat 10px 10px #FFF;
/* 	background-color: rgba(0,0,0,0.1); */
	border: solid 1px #CCC;
	height: 377px;
	margin-bottom: 56px;
}
#header a {
	display: inline-block;
	margin-top: 60px;
}

#header #expo_link {
	display: inline-block;
	margin-top:0px;
}
#header .badge {
	position: absolute;
	right: 0;
	top: 0;
}

/* --- PAGE --- */
#page {
	background-image: url('images/backing4.png');
	<!--[if lte IE 6]>
	 background-image: none;
	<![endif]-->
	background-repeat: repeat-y;
	padding: 0 20px 50px 20px;
}

#page2 {
	padding: 0 70px 50px 70px;
	height:700px;
	position:absolute;
}


/* --- CONTENT --- */
.media {
	width: 320px;
	float: left;
	padding: 10px 10px 10px 0;
}

.CNNmedia {
	width: 416px;
	float: left;
	padding: 10px 10px 10px 0;
}

#content .edit-link {
	margin-top: 10px;
	font-size: 11px;
}
#content .margintop {
	margin-top: 0.8em;
}
/* --- POST & POST CHILDREN --- */
.footernavigation {
	display: block;
	overflow: auto;
	width:960px;
	margin:0 auto;
	/* background-image: url('images/watermark.png'); */
}

.fancybox img {
	border:0px;
}

#footer {
	background-color:#5e5e5e;
	width: 100%;
	min-height:150px;
	padding:20px 0;
	list-style:none;
}

#footer ul {
	display:block;
	float:left;
	margin-left:20px;
	list-style:none;
	width:200px;
}

#footer ul li a{
	list-style:none;
	text-decoration:none;
}

#footer ul li a:hover{
	list-style:none;
	text-decoration:underline;
}
