/* layout.css */

* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

body {
	font-family: Verdana;
	font-size: 11px;
	color: #555;
}

a {
	color: #555;
}


hr {
	color: #f6f6f6; 
	background-color: #f6f6f6; 
	border: 0;
	border-top: 1px dotted #bbbbbb; 
	line-height: 1px;
	height: 1px;
	
	margin: 10px 0;
}


#wrapper {
	/*margin: 20px 0px 0px 20px;*/
	margin: auto;
	margin-top: 20px;
	width: 960px;
}



/*** General text styles ***/
h1, h2, h3, h4 {
	font-family: 'Helvetica Neue';
	font-weight: normal;
	letter-spacing: normal;
}

h1 {
	line-height: 32px;
	font-size: 36px;
}

h2 {
	line-height: 21px;
	font-size: 22px;
}

h3 {
	line-height: 19px;
	font-size: 18px;
}

h4 {
	font-size: 14px;
	line-height: 15px;
}

strong {
	font-weight: bold;
}

.entry-content .small {
	font-size: 10px;
}



/*** Header ***/

#header {
	width: 400px;
	height: 65px;
	float: left;
	padding-left: 10px;
}

#header h1 {
	margin-bottom: 15px;
}

#header h2 {
	font-size: 24px;
	margin-top: 41px;
}

#header a {
	text-decoration: none;
}

#logo {
	width: 170px;
	height: 65px;
	float: right;
	background: url('http://www.sitesupport.nl/blog/wp-content/themes/neutica/img/logo.gif') 5px 0px no-repeat;
}




/*** Post navigation ***/


#nav-above.navigation {
	border-top: 1px solid #ebebeb;
	padding-top: 15px;
	padding-left: 10px;
}

#nav-below {
	background: #fff;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 15px;	
	clear: both;
}

.nav-previous,
.nav-next {
	font-family: 'Helvetica Neue';
	font-weight: normal;
	text-transform: lowercase;
	font-size: 14px;
	vertical-align: top;
	width: 230px;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
	text-align: right;
}




/*** Content ***/

#content {
	width: 630px;
	float: left;
	padding-top: 10px;
}

.hentry {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 30px;
	clear: both;
	line-height: 16px;
	/*background-color: #fafafa;*/
}

.hentry img.attachment-thumbnail {
	padding: 3px; 
	border: 1px solid #ebebeb;
	background: #fff;
	float: left;
}

.hentry p a {
	text-decoration: underline;
	color: #00AEEF;
}

#content p {
	margin-bottom: 10px;
}

iframe {
	margin-top: 15px;
}

#map {
	float: right;
	text-align: right;
}


/*** Posts ***/

.entry-content {
	float: left;
	width: 295px;
	padding-left: 10px;
	padding-right: 15px;
}

.single-entry-content {
	width: 435px;
	float: left;
	padding-left: 10px;
}

.entry-teaser {
	padding-top: 30px;
	padding-bottom: 25px;
}

.post-details {
	display: none;
	overflow: hidden;
	padding: 0 10px;
	background-image: url('../img/loading.gif');
	background-position: center 180px;
	background-repeat: no-repeat;
}

.post-details-collapse {
	background: #f6f6f6;
	border-top: 1px solid #ebebeb;
	padding: 0;
	padding-left: 14px;
	line-height: 18px;
	font-size: 11px;
	text-transform: lowercase;
}

.post-details-collapse img {
	vertical-align: middle;
}

img.img-collapse {
	float: right;
}

.post-details-collapse a {
	-moz-outline-style: none;
	margin: 0;
}

.post-detail-contents {
	display: none;
	padding-bottom: 20px;
}

.post-detail-contents p {
	padding: 0 6px 0 3px;
}

.post-detail-contents .image-previews {
	float: left;
	width: 152px;
}

.post-detail-contents .image-previews span {
	display: block;
	float: left;
	line-height: 1px;
	margin: 0;
	margin-bottom: 6px;
	padding: 0;
}

.post-detail-contents .image-previews img {
	padding: 3px;
	border: 1px solid #ebebeb;
	background: #fff;
	cursor: pointer;
	margin: 0;
}

.post-detail-contents .image-big {
	float: left;
	width: 452px;
}

.post-detail-contents .image-big img {
	background-color: #fff;
	background-image: url('../img/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
	
	padding: 3px;
	border: 1px solid #ebebeb;
	margin: 0;
}



p.thePic {
	float: left;
}

p.thePic a {
	padding: 0;
}

p.thePic a:hover {
	background: none;
}



/*** Entry meta ***/

.entry-meta {
	float: right;
	width: 285px;
	padding-right: 25px;
}

.single-entry-meta {
	float: right;
	width: 150px;
	padding-right: 10px;
}

.entry-meta h2,
.single-entry-meta h2 {
	font-size: 24px;
	line-height: 22px;
	
	/* IE fix */
	_line-height: 27px;
}

.meta-list {
	border-top: 1px solid #bbb;
}

.meta-list li {
	list-style-type: none;
	font-size: 11px;
	padding: 2px 0;
	border-bottom: 1px solid #eee;
}

.meta-list li a {
	font-weight: bold;
	padding: 1px;
}

.meta-list li.edit-link a {
	color: #ff0000;
}

.meta-list li a:hover {
	background-color: #f6f6f6;
	color: #fff;
}

.entry-title {
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: lowercase;
	font-family: 'Helvetica Neue';
	font-weight: normal;
}

.entry-description img {
	display: none;
}

.entry-description a,
.page-content a {
	color: #00AEEF;
	text-decoration: underline;
	/*
	font-weight: bold;
	text-transform: uppercase;
	*/
}

.tag-links {
	margin-top: 15px;
	display: block;
	font-size: 11px;
	padding: 0px 3px;
}

.tag-links img {
	vertical-align: bottom;
}

.post .tag-links a {
	color: #888;
}

ul.attachment-meta-list {
	margin-bottom: 10px;
}






/*** Pages ***/

.page-content {
	padding: 25px 15px;
	padding-top: 15px;
}

.page-content h3 {
	padding-top: 2px;
	_padding: 0;
	margin: 0;
}

.page-content p {
	margin-top: 10px;
	margin-bottom: 10px;
}




/*** Comments ***/

.comments li {
	list-style-type: none;
}

#comments h3 {
	padding-left: 15px;
}

.comments h4 {
	margin-bottom: 5px;
}

.comment {
	background: #fafafa;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 13px 10px;
	margin-bottom: 15px;
}

.comment-content {
	float: right;
	width: 530px;
}

.cmntCnt {
	display: none;
}

.avatar-link {
	float: left;
	width: 50px;
	padding: 2px;
	border: 1px solid #ebebeb;
	background: #fff;
	line-height: 1px;
}

.comment-meta {
	clear: both;
	font-size: 11px;
	display: block;
	text-align: right;
}

.comment-meta a {
	margin-left: 10px;
}

.comment-edit-link {
	color: #ff0000;
	font-weight: bold;
}

#commentform {
	background: #fafafa;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 20px 10px 15px;
	margin-bottom: 15px;
}

#commentform .input-text,
#commentform .form-textarea {
	border: 1px solid #ebebeb;
}

.unapproved {
	padding: 3px 6px;
	font-size: 11px;
	background: #ebebeb;
	display: block;
	margin-bottom: 5px;
}


/*** Forms ***/

input {
	font-family: Arial;
	font-size: 12px;
	padding: 2px;
}

.input-submit {
	background: #ebebeb;
	padding: 1px;
	
	/* IE fix */
	_padding: 1px 1px 0 1px;
}

textarea {
	width: 100%;
	padding: 2px;
	font-family: arial;
	font-size: 12px;
	margin-bottom: 3px;
	border: 1px solid #ebebeb;
}

.input-text {
	border: 1xp solid #ebebeb;
	width: 200px;
}

.form-label {
	width: 120px;
	float: left;
	clear: both;
	margin-top: 2px;
}

.form-item {
	float: left;
	width: 400px;
}




/*** Menu ***/

#menu { 
	width: 285px; 
	padding: 15px 0px 10px 15px;
	float: right;
	background: #f6f6f6;
	margin-top: 10px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	
	/* IE fix */
	_height: 135px;
}

#menu li {
	margin-left: 0;
	margin-right: 20px;
	list-style-type: none;
}

#menu li a {
	font-family: 'Helvetica Neue';
	font-weight: bold;
	font-size: 18px;
	
	/* IE fix */
	cursor: pointer;
}







/*** Sidebars ***/

#sidebars {
	float: right;
	width: 300px;
	font-size: 10px;
}

.sidebar {
	float: left;
	width: 140px; 
	padding-top: 15px;
}


#primary ul, 
#secondary ul, 
#tertiary ul, 
#secondary #search {
	margin-top: 0;
	margin-bottom: 0;
}

#initial {
	clear: both;
	padding: 25px 0 0px 0;
}

#primary {
	margin-right: 20px;
}

#tertiary {
	width: 300px;
	padding-top: 0;
}

.sidebar li {
	list-style-type: none;
}

.sidebar ul li ul li {
	border-bottom: 1px solid #ebebeb;
}

.sidebar ul li ul li a {
	display: block;
	padding: 2px;
}

.sidebar a img {
	vertical-align: bottom;
}

.sidebar ul li ul li a:hover {
	background-color: #f6f6f6;
}

#initial.sidebar {
	float: left;
	width: 300px;
	padding-right: 0;
}




/*** Widgets ***/

h3.widgettitle {
	line-height: 15px;
	padding-left: 2px;
	border-bottom: 1px solid #bbb;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 15px;
}

.widget {
	margin-bottom: 15px;
}


#wp-cumulus {
	line-height: 16px;
	font-family: 'Helvetica Neue';
}

#wp-cumulus a {
	display: inline;
}

#search {
	padding-bottom: 15px;
}

#search input {
	background: #f6f6f6;
}

.textwidget {
	padding: 2px;
	line-height: 16px;
}

#orz-tag-cloud {
	padding: 2px;
	font-family: "Helvetica Neue";
	font-weight: normal;
	line-height: 16px;
	
	/* IE fix */
	_line-height: 20px;
}

.widget_tag_cloud {
	margin-bottom: 0;
}

.widget_tag_cloud .widgettitle {
	margin-bottom: 3px;
}

#initial .textwidget {
	padding-bottom: 5px;
	border-bottom: 1px solid #bbb;
}

#initial .textwidget h4 {
	font-size: 12px;
	font-weight: bold;
}


/*** Footers ***/

#footer {
	clear: both;
	padding-top: 20px;
	margin-bottom: 20px;
}
