/*
Theme Name: JoeArch
Description: A Wordpress theme for Joe Architect.
*/

/* ------------|Defaults------------ */
html, body { height: 100%; }
body {
	background-color: #fff;
	font-family: Helvetica, Arial;
	font-size: 12px; 
	color: #5F5959;
	margin: 0;
	padding: 0;
	line-height: 19px;
	min-width: 800px;
}


a:link, a:hover, a:visited, a:active {
	font-family: Helvetica, Arial;
	font-size: 12px; 
	color: #000; 
}

img {
	border: 0;
	display: block;
}

h1 {
	margin: 0;
}
h2, h3 {
	border-bottom: 1px solid #999;
	font-size: 18px;
	text-align: right;
	margin: 0 0 14px;
	color: #000;
}
h3 {
	text-align: left;
}

#holder {
	width: 74%;
	height: 100%;
	overflow: hidden;
}

/* ------------|Misc Classes------------ */
.clear {
	clear: both;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}

.left {
	text-align: left;
}
.alignright {
	float: right;
	display: inline;
}
img.alignright {
	margin-left: 12px;
}
.alignleft {
	float: left;
	display: inline;
}
.aligncenter {
	text-align: center;
}
.aligncenter * {
	margin: 0 auto;
}

.noborder {
	border: 0;
}

.alt {
	position: absolute;
	left: -9999px;
}

.linklove {
	display: none;
}

/* ------------|Background & Logo------------ */
.panel {
	width: 100%;
	height: 100%;
}

#logo {
	position: fixed;
	background-color: #fff;
	text-align: center;
	padding-bottom: 10px;
}
#logo img {
	padding: 15px 60px;
}
#logo a.block {
	display: block;
	float: left;
	color: #959595;
	font-size: 16px;
	text-decoration: none;
	margin: 2px 4px;
	padding: 2px;
	text-align: center;
}
#logo a.f {
	margin-left: 5px;
}
#logo span {
	float: left;
	display: inline;
	font-size: 28px;
	margin: 10px 2px 0;
}
#logo a:hover {
	color: #fff;
	background-color: #959595;
}

/* ------------|Content-area(s)------------ */
#content-area {
	float: right;
	display: inline;
	background-color: #fff;
}

/* ------------|Menus------------ */
/* -|Menu- */
#menus {
	height: 40px;
}
#menu, #subnav {
	position: fixed;
	width: 100%;
	background-color: #000;
	height: 23px;
}
#menu ul, #subnav ul {
	position: fixed;
	right: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	line-height: 23px;
	height: 23px;
}
#menu ul li, #subnav ul li {
	float: right;
	display: inline;
	height: 20px;
}
#menu ul li a, #subnav ul li a {
	font-size: 13px;
	color: #959595;
	text-decoration: none;
	margin: 0 6px;
}
#menu ul li a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a {
	color: #fff;
}

#social {
	float: left;
	display: inline;
	margin: 0 0 14px 4px;
}
#social img {
	float: left;
	margin: 3px 4px 0 0;
}


#menu.narrow ul ul {
	background: transparent url(http://www.joe-architect.com/wp-content/themes/joearch/images/bg-subnav.jpg) no-repeat 40px 0;
	width: 325px;
	padding-right: 40px;
}
#menu.wide ul#suckerfishnav ul {
	background: transparent url(http://www.joe-architect.com/wp-content/themes/joearch/images/bg-subnav.jpg) no-repeat 300px 0;
	width: 100%;
	padding-right: 100px;
}

/* -|Subnav- */
#subnav {
	background-color: #959595;
	height: 17px;
	margin-top: 23px;
}
#subnav ul {
	float: none;
}
#subnav ul li {
	height: 15px;
}
#subnav ul li a {
	color: #fff;
}
#menu ul ul li a:hover span, #menu ul ul li.current_page_item a span, #subnav ul li a:hover span, #subnav ul li.current_page_item a span {
	border-bottom: 2px solid #000;
}

/* -|Bottomnav- */
#bottomnav {
	position: absolute;
	bottom: 90px;
}
#bottomnav ul {
	list-style: none;
	margin: 0 0 0 28px;
	padding: 0;
}
#bottomnav ul li a {
	font-weight: bold;
	font-size: 16px;
	color: #959595;
	text-decoration: none;
}
#bottomnav ul li a:hover {
	text-decoration: underline;
}
