/*
Theme Name: Northdocks Theme
Theme URI: http://www.northdocks.com
Description: 
Version: 1.2
Author: Joachim
Author URI: http://www.northdocks.com
Tags: one-column, black, white, fixed-width
*/


{
	padding: 0px;
	margin: 0px;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#center {
	padding: 0px 0px 0px 0px;
	width: 1000px;
	margin: 5px auto;
	}

body {
	/* font-family: arial, sans-serif; */
        font-family: proxima-nova-1, proxima-nova-2, arial, sans-serif;
	font-style: normal;
	font-size: 14px;
	background: #ffffff;
}



#wrap {
	background: #ffffff url("http://blog.northdocks.com/wp-content/uploads/2011/01/Header_Small.png");
	}

#content {
	background: #ffffff; 
	float: left; 
	width: 700px; 
	margin: margin-top: 10px;
	margin-bottom: 50px;
	line-height: 1.5em; 
	font-size: 14px;
	}

#content p {}
#content a {
	color:#29abe2;
	text-decoration: none;
	font-weight: bold;
	}
#content a:hover {background-color: #f8f8f8 color:#29abe2;}

#content h2 {
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	color:#29abe2;
	}
#content strong {
	margin-top:5px;
	}

#content img {

	/*-moz-border-radius: 8px 8px 8px 8px;*/
	-webkit-border-radius: 8px;
	border-radius: 8px;

	-moz-box-shadow: 4px 4px 10px #888;
	-webkit-box-shadow: 4px 4px 10px #888;
	box-shadow: 4px 4px 10px #888;

	color: hsl(200, 100%, 100%);
	text-decoration: none;
	border-style: none;
	

}

#content a img {

	/* -moz-border-radius: 8px 8px 8px 8px; */
	-webkit-border-radius: 8px;
	border-radius: 8px;

	-moz-box-shadow: 4px 4px 10px #888;
	-webkit-box-shadow: 4px 4px 10px #888;
	box-shadow: 4px 4px 10px #888;

	color: hsl(200, 100%, 100%);
	border-style: none;

}

#post {
	background: #d6d6d6; 
	width: 700px; 
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px 10px 10px 10px;
	line-height: 1.5em; 
	font-size: 14px;
	}

#post h2 {
	margin-top:50px;
	padding: 10px 10px 10px 10px;
	}

#sidebar { 
	background: #ffffff url('http://assets.northdocks.com/ndlogo_small.png');
	background-repeat: no-repeat;
	background-position: 50% 0;
	color: gray;
	float:left;
	margin: 20px 20px 20px 36px;
	padding: 20px;
	width: 198px; 
	padding-top: 48px;
	}

#sidebar p {margin-bottom:18px;}
#sidebar a {color:#808080; margin-top: 10px;} 
#sidebar a:hover {color:#808080;}
#sidebar h2 {font-size: 18px; line-height:18px; margin:0px; font-weight:normal; color:#aaa;}

#sidebar .FlattrButton {color:#808080; margin-top: 10px; margin-left: 25px;} 

#sidebar img {

	-moz-box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px #000;
	box-shadow: 0px 0px 0px #000;

}




#footer {
	margin: 0px auto; 
	height: 40px; 
	clear: both;
	text-align: center;
	line-height: 20px;
	font-size: 15px;
	text-decoration: none;
	}

#footer a {text-align: left; line-height: 20px; font-size: 15px; color:#29abe2;}
#footer a:hover {background-color:#f8f8f8; color:#29abe2;}


/* Comments response form */
#respond {background: ##ffffff; padding: 12px}
#respond h3 {font-size: 20px; line-height: 24px; font-weight:bold;  color:#29abe2;}


/*Searchbox */
#searchbox { float:right; width: 196px; height: 20px; background: #d6d6d6 url(images/headless_searchbox.jpg) no-repeat; margin-bottom:22px;}
#searchbox #s { float: left; border: 0; margin:2px 0px 0px 6px; width: 152px; background: none; color:#999999; height:16px; font-size:16px; line-height:20px;}
#searchbox #go { float: right; width:20px; height:20px;  }


/* Images */
p img {max-width: 100%;}
img {
	margin-top:10px;
	margin-bottom:10px;
	margin-right:20px;
	margin-left:20px;
}

img.centered {display: block;margin-left: auto;margin-right: auto;}
img.alignright {margin: 20px 20px 10px 20px;}
img.alignleft {margin: 20px 20px 20px 20px;}



