/* 
Theme Name: frontendplace
Theme URI: http://www.frontendplace.nl/wordpress-themes/frontendplace/
Description: frontendplace theme for WordPress
Author: Ronjonk
Author URI: http://www.frontendplace.nl/wordpress-themes/frontendplace/

*/

/************************************************
 *	Main structure															*
 ************************************************/
/* General Element Styling */

body {
	color: #303030;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	padding: 0;
	text-align: center;
	background: #2F3951 url(http://www.frontendplace.nl/images/bg.gif) repeat-x;
	margin: 0;
	padding: 0px 20px;
	background-attachment: fixed;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #808080;
	text-decoration: underline;
}

p {
	line-height: 1.5em;
	margin: 0 0 15px;
	padding: 0px;
}
code, pre {
      font: 1em Geneva,sans-serif;
}
/*** Main container ***/

#container {
	color: #303030;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	position: relative;
	max-width: 925px;
	min-width: 770px;
	margin-left: auto;
	margin-right: auto;
}

/*** Header section ***/

#banner1_ h1,#banner1_ h2 {
	font-weight: 400;
	margin: 0;
	padding: 0;
}

#banner1_ h1 {
	font-size: 2.4em;
	padding: 50px 0 0 20px;
}

#banner1_ h1 a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 5px;
}

#banner1_ h2 {
	font-size: 1.6em;
	padding: 0px 20px;
	color: #333;
}

/*** Content wrap ***/

#wrap {
	clear: both;
	font-size: 0.9em;
	padding: 0;
	margin-top: 5px;
}

/* Horizontal menu */

#mainmenu {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#mainmenu ul {
	padding: 0 0 0 5px;
	margin: 0px;
	border: 1px solid #5E0101;
	border-bottom: 1px solid #400;
	margin-bottom: 1px;
}

#mainmenu ul.level1 {
	
}
#mainmenu li {
	display: inline;
	line-height: 20px;
	margin-left: -5px;
	padding: 0px;
	font-size: 10px;
	list-style: none;
	text-transform: uppercase;
}

#mainmenu a {
	padding: 5px 7px 3px 7px;
	text-decoration: none;
}

#mainmenu li.current a {
	color: #FFF;
}

/*** Sidebars ***/

#leftside,#rightside {
	margin: 0;
	padding: 0;
	width: 165px;
}

#leftside {
	float: left;
	margin-right: 10px;
}

#rightside {
	float: right;
	margin: 0px 8px 0px 20px;
}

#rightside img {
	border: 0px;
}

/*** Sidebar menu ***/

#leftside h2, #rightside h2 {
	font-size: 1.4em;
	margin-top: 0px;
	padding: 5px 5px 5px 0;
	border-bottom: 1px solid #BEBFC3;
}

#leftside ul, #rightside ul {
	padding: 0px;
	margin: 0px;
	display: block;
}

#leftside li, #rightside li {
	list-style: none;
}
#leftside li a{
	padding-left:5px;
}

li#categories li a, li#archives li a, li.pagenav li a {
	display: block;
	width: 110px;
	text-transform: capitalize;
}

li#categories li a:hover, li#archives li a:hover, li.pagenav li a:hover {
	text-decoration: underline;
}

li#categories ul.children li a, li#archives ul.children li a, li.pagenav ul.children li a {
	font-size: 0.8em;
	letter-spacing: 1px;
	margin: 3px 0 2px 0px;
	padding: 2px;
	width: 125px;
}

li#categories ul.children li li, li#archives ul.children li li, li.pagenav ul.children li li {
	padding-left:0px;
}

li#categories ul.children li li a, li#archives ul.children li li a, li.pagenav ul.children li li a {
	width: 110px;
}

li.feed {
	background: url(images/rss.gif) no-repeat left top;
	padding: 2px 0 8px 20px;
}

li#recent-comments ul li {
	padding-bottom: 5px;
}

li#recent-posts ul li {
	padding-bottom: 5px;
}

/*** Content ***/

#content,#contentalt {
	border: 1px solid #909090;
	color: #2a2a2a;
	padding: 15px 20px 5px;
    background: #fafcff url(http://www.frontendplace.nl/images/content_altbg.gif) no-repeat;
}

#content {
	margin: 0 180px;
}

#contentalt {
	margin: 0 200px 0 20px;
}

#content h1,#contentalt h1,#contentalt h2 {
	background-color: transparent;
	color: #606060;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 15px 10px;
	padding: 0;
}

#content h1,#contentalt h1 {
	border-bottom: 1px solid #b0b0b0;
}

#content h2 {
	font-size: 1.6em;
	color: #606060;
}

/* Archives/Links Page List styles */

.archives li, .linkspage li {
	list-style: none;
}

.archives ul.children {
	padding-left: 10px;
	margin-left: 10px;
}

/*** Footer ***/

#footer {
	background: #8b8b8b url(http://www.frontendplace.nl/images/featurebg.gif) top left repeat-x;
	clear: both;
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	width: 100%;
	max-width: 925px;
	min-width: 770px;
	margin-left: auto;
	margin-right: auto;
}

#footer a {
	color: #d0d0d0;
	font-weight: bold;
}

/*** comments Form ***/

#comment {
	width: 100%;
	border: 1px solid #b0b0b0;
}

#commentform {
	width: 97%;
}

#author {
	border: 1px solid #b0b0b0;
}

#email {
	border: 1px solid #b0b0b0;
}

#url {
	border: 1px solid #b0b0b0;
}

#submit {
	background: #f0f0f0;
	border: 1px solid #b0b0b0;
}

#submit:hover {
	background: #e8e9ea;
	border: 1px solid #848484;
	cursor: pointer;
}

/* Image Display */

.entry img, .entrytext img {
	border: 1px solid #b0b0b0;
	margin: 5px;
	padding: 5px;
}

.entry a:hover img, .entrytext a:hover img {
	border: 1px solid #505050;
	padding: 5px;
}

img.wp-smiley {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.thumbnail {
	background: #fafbfc;
	border: 1px solid #b0b0b0;
	margin: 0 0 10px 10px;
	padding: 5px;
}

.left {
	background: #fafbfc;
	border: 1px solid #b0b0b0;
	float: left;
	margin: 5px 15px 6px 0px;
	padding: 5px;
}

.right {
	background: #fafbfc;
	border: 1px solid #b0b0b0;
	float: right;
	margin: 5px 0px 6px 15px;
	padding: 5px;
}

.noalign {
	background: #fafbfc;
	border: 1px solid #b0b0b0;
	margin: 5px 5px 5px 5px;
	padding: 5px;
}

/* Search Form */

#searchform {
	margin-top: 10px;
}

#searchbox {
	background: #f0f0f0;
	border: 1px solid #b0b0b0;
	margin: 0 4px 0 0;
	width: 160px;
}

#searchbutton {
	background: #f0f0f0;
	border: 1px solid #b0b0b0;
}

#searchbutton:hover {
	background: #e8e9ea;
	border: 1px solid #848484;
	cursor: pointer;
}

/*** Comments Display ***/

.postmetadata {
	background: #e8e9ea;
	font-size: 0.9em;
	border: 1px solid #b0b0b0;
	padding: 10px;
	margin: 0px;
}

ol.commentlist li {
	border: 1px solid #b0b0b0;
	padding: 10px;
	margin-bottom: 10px;
}

ol.commentlist li cite {
	text-transform: capitalize;
}

ol.commentlist li p {
	padding-top: 10px;
}

.alt {
	background: #e8e9ea;
}

/*** Text format ***/

.intro {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
}

blockquote {
	border: 1px dashed #b0b0b0;
	padding: 10px;
	margin-left:5%;
	margin-right:0;
	width:85%;
	overflow:auto;
}

blockquote p {
	padding: 0px;
	margin: 0px;
}

.small {
	font-size: 0.8em;
}

.large {
	font-size: 1.4em;
}

.center {
	text-align: center;
}

.category {
	border-bottom: 1px solid #b0b0b0;
}

.date {
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: 1px solid #b0b0b0;
}

#page {
	border-bottom: 1px solid #b0b0b0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* Previous/Next Page Navigation */

.navigation {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #b0b0b0;
}

.bottomnavigation {
	margin: 30px 0 0 0;
	padding: 5px 0 30px 0;
	border-top: 1px dashed #b0b0b0;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.post {
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

.entry, .entrytext {
	overflow: hidden;
}

.entrytext {
	padding-top: 0px;
}

/*** Various classes ***/

.clearingdiv {
	clear: both;
	height: 0px;
}

#container:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* 	FIXES 
	fixing clear issues no extra tag needed to stop the float 
	thanks to http://positioniseverything.net/easyclearing.html use clearfix in container with floats in it 
*/

.hide {
	display: none;
}

.show {
	display: block;
}

.inline {
	display: inline;
}

/* Widgets */
.rsswidget {
	border: 0px;
	vertical-align: bottom;
}

* html .entry, * html .entrytext {
	overflow: visible;
	height: 1px;
}

* html .entry p, * html .entrytext p {
	overflow: hidden;
}

* html #container, * html #footer {
	height: 1%;
	width: expression((document.documentElement.clientWidth < 770)?746+"px":(document.documentElement.clientWidth > 920)?886+"px":"auto");
}
*html li ul li a{
	zoom:1;
}
