/*
Theme Name: Old Architecture
Theme URI: http://needforcontent.com/wordpress-template-tutorial
Description: A really nice template made by freecsstemplates.org and adapted by <a href="http://needforcontent.com/tutorials/wordpress-tutorials">Wordpress Tutorials</a>.
Author: Wordpress template tutorial
Author URI: http://needforcontent.com/wordpress-template-tutorial
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #ffffff ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:135%;
	color: #999999;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 167%; }
h2 { font-size: 100%; }
h3 { font-size: 100%;  }

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 167%;
	font-size: 100%;
}

.story{
	display:block;
	size:auto;
} 

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color:RGB(82,167,172) ;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Header */

#inkbody{
	background-color:RGB(35,41,53);
	width:740px;
	margin:0 auto;
}

#header {
	width: 740px;
    height:25px;
	margin: 0 auto;

}

#logo {
	float: left;
	width: 206px;
	height: 78px;
	border: 1px solid #000000;
	border-right-width: 5px;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
}

#logo h1 a {
	color: #000000;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 8px;
	font-weight: bold;
}

#logo h2 a {
	color: #3B3B3B;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
height:20;

}

#submenu {
height:20;

}

#menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

#menu li {
	/* display:none; */
}

#menu a {
	display: block;
	float: left;
	padding: 0 24px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;	
}

#menu a:hover, #menu .active a {
	background: #000000;
	color:RGB(82,167,172) ;
}

#menu .active a {
}
/* sub menu */
#submenu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	display:block;
	float:left;
}

#submenu li {
	/* display:none; */
}

#submenu a {
	display: block;
	padding: 0 24px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
}

#submenu a:hover, #menu .active a {
	background: #000000;
	color:RGB(82,167,172) ;
}

#submenu .active a {
}


/* Splash */

#splash {
	width: 736px;
	height: 180px;
	margin: 0 auto;
	background: url(images/sky.jpg) no-repeat ;
	border-left: 2px solid RGB(82,167,172) ;
	border-right: 2px solid RGB(82,167,172) ;
}

#imglogo{
	float:right;
}

#splash p {
	padding: 100px 550px 50px 20px;
	text-align: right;
	font-weight: bold;
	
	color: #000000;
}

/* Page */

#page {
	width: 740px;
	margin: 5% auto;

}

#page h1, #page h2 {
	margin-bottom: 20px;
}

/* Content */

#content {
    padding-right:7% ;
	margin-right:7% ;
 	margin-left:30% ;
	width:440px;
	display:block;
	font-size: 11px ;
}

#content ol, #content ul {
	margin-left: 3em;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 164px;
	padding: 20px 20px 20px 20px;
	text-decoration:none;
}	

#sidebar a {s
	text-decoration:none;
}

#sidebar h2 {
	padding-top: 6px;
	font-size: 100%;
	font-weight: bold;
}

#sidebar h3 {
	font-size: 77%;
}

#sidebar h3 span {
	padding: 3px 5px;
	background: #000000;
}

#sidebar ul {
	margin: 0;
	padding: 7% 0 0 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
}

/* Footer */

#footer {
	clear: both;
	width: 740px;
	height: 15px;
	margin: 0 auto;
	padding: 10px;
	
	border-top-width: 5px;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	text-align:center;
}

#links {
	float: right;
}

.meta {
	font-size: 11px;
	padding: 10px 0;
}

.nextprev {
	width: 100%;
	text-align: center;
}