/*  
Theme Name: Startup Journey Theme
Theme URI: http://www.startup-journey.com
Description: The journey towards starting my own business
Version: 1.0
Author: Startup Journey
Author URI: http://www.startup-journey.com

*/

body{
	margin: 0;
	font-family: Georgia, Sans-serif;
	font-size: 15px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;;
	color: #000000;
}

a:link {
	text-decoration: underline;
	color: #092a3d;
}

a:visited {
	text-decoration: underline;
	color: #416377;
}

a:hover{
	text-decoration: none;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:12px;
	line-height:10px;
	margin:0px;
	padding:0px;
	color:#808080;
}

input, textarea {
	border: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	padding: 5px;
	font-family: Georgia, Sans-serif;	
}

#wrapper{
	margin: 0 auto 0 22px;
	width: 750px;
	text-align: left;
}

#header{
	float:none;
	width: 750px;
	height: 80px;
	margin-top:10px;
	background-color:#ffffff;
	background-image:url(pic/topn.png);
	background-repeat:no-repeat;
}

#menu{
	float:none;
	width: 750px;
	height: 30px;
	padding: 0 0 0 22px;
	background-color:#f8f8f8;
	border-width:1px 0 1px 0;
	border-style:dashed;
	border-color:#c0c0c0;
}

#menuUL {
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:30px;
}

#menuUL li {
	float:left;
	margin-right:20px;
}

#box{
	float: left;
	width: 500px;
}

#footer{
	clear:both;
	float: left;
	width: 750px;
	padding: 10px 0 20px 0;
	margin: 10px 0 0 0;
	border-width:1px 0 0 0;
	border-style:dashed;
	border-color:#c0c0c0;
}

.sidebar-content {
	margin:0 0 0 30px;
}

.sidebar h2{
	font-size:14px;
	line-height:30px;
	margin:0 0 0 15px;
	padding:0px;
}

.sidebar ul {
	margin:0 0 0 15px;
	padding:0px;
	list-style:none;
	line-height:30px;
}

.sidebar li {
	float:none;
}

.sidebar{
	float: left;
	width: 230px;
	margin: 30px 0 0 10px;
	padding: 0px;
	display: inline;
}

.entry {
	line-height:22px;
	
}

.post {
	margin-top:30px;
}


.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Georgia, Sans-serif;
	font-size: 12px;
}