/*
Theme Name: Alex Bee
Theme URI: http://www.alexbeephoto.com
Description: A basic blog theme for Alex Bee.
Version: 3.0
Author: Jeff McRiffey
Author URI: http://www.alexbeephoto.com
Tags: simple, single column, photography
*/

/*****RESET*****/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

/*****GLOBAL*****/
body{
	background: url('images/bg.png');
	font-family: "Courier New", sans-serif;
}

a{
	color: #000;
}

h1{
	font-size: 1.9em;
}

h4{
	font-size: .9em;
}

img{
	max-width: 740px;
	display: block;
}

#wrapper{
	width: 800px;
	margin: 49px auto 0 auto;
	background: #fff;
	padding: 0 20px;
}

/*****HEADER*****/
#header{
	position: relative;
	width: 740px;
	height: 150px;
	top: 0px;
	margin: 0 auto;
}

#logo{
	position: absolute;
	top: 25px;
	left: 0px;
}

#tagline{
	position: absolute;
	top: 65px;
	right: 32px;
}

#nav{
	position: absolute;
	font-weight: bold;
	top: 90px;
	right: 0;
	text-transform: lowercase;
}

#nav a{
	text-decoration: none;
	
}

#nav a:hover{
	text-decoration: underline;
}

#nav ul{
	list-style-type: none;
	cursor: pointer;
}

#nav li{
	position: relative;
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

#nav li ul{
	position: absolute;
	left: -5px;
	top: 18px;
	display: none;
	padding-left: 4px;
	line-height: 2em;	
	min-width: 100px;
	border: 1px dashed #000;
	background: #fff;
	z-index: 10;
	
}

#nav li ul li{
	display: block;
	margin-left: 4px;
	margin-right: 4px;
	font-weight: normal;
}

#nav li:hover ul{
	display: block;
}

#nav li ul:hover{
	display: block;	
}

.blog-nav a:hover{
	color: #606060;
}

.port a:hover{
	color: #000099;
}

.categories a:hover{
	color: #cc9900;
}

.info a:hover{
	color: #006633;
}

.contact a:hover{
	color: #990033;
}

.blog-nav:hover{
	color: #606060;
}

.port:hover{
	color: #000099;
}

.categories:hover{
	color: #cc9900;
}

.info:hover{
	color: #006633;
}

.contact:hover{
	color: #990033;
}

/*****CONTENT*****/
#content{
	position: relative;
	margin: 0 auto;
	top: 50px;
	width: 740px;
	
}

.post-title-page{
	margin-bottom: 25px;
}

#content img{
	margin-top: 6px;
}

#content p{
	font-size: .80em;
	line-height: 1.4em;
}

#content p a {
	color: #006633;
	
}

#content h1{
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
}

.posted a{
	text-decoration: none;
}

.posted a:hover{
	text-decoration: underline;
}

#content h1 a{
	text-decoration: none;
	color: #000;
}

#content h4{
	text-align: center;
	font-weight: normal;
	font-style: italic;
	margin-top: 6px;
	margin-bottom: 40px;
	
}

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

.post-meta{
	width: 740px;
	text-align: center;
}

.post-newer{
position: absolute;
width: 200px;
right: 0px;
}

.post-older{
position: absolute;
width: 200px;
left: 0px;
}

.post{
	position: relative;
}

.stars{
	background: url('images/stars.png') no-repeat;
	width: 740px;
	height: 26px;
	margin-top: 100px;
	margin-bottom: 100px;
}

.posted{
	text-transform: lowercase;
}

.post-continue{
	height: 200px;
	width: 740px;
}

.post-page{
	min-height: 900px;
}

.comment-info{
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
position:relative;
width: 500px;
text-align: center;
}

.comment-info p{
padding-top: 5px;
}

.comment-info-width{
width: 192px;
}

.comment-textarea{
width: 500px;
text-align: center;
margin-left: auto;
margin-right: auto;
}

.comment-textarea-width{
width: 400px;
height: 100px;
}

.comment-submit{
text-align: center;
width: 500px;
margin-left: auto;
margin-right: auto;
}

.comment-submit-button{
margin-top: 10px;
margin-bottom: 10px;
}

.comment-cancel{
text-align: center;
width: 400px;
margin-left: auto;
margin-right: auto;
font-size: 1.4em;
}

.comment-meta{
font-size: 1.2em;
margin-bottom: 10px;
}

.says{
display: none;	
}

.loggedin{
padding-top: 15px;
margin-bottom: 5px;
}

.archive-title{
margin-top: 10px;
text-transform: lowercase;

}

.bar-port1{
	background: url('images/clear.png');
	width: 160px;
	height: 50px;
	position: absolute;
	left: 45px;
	bottom: 50px;
}

.bar-contact1{
	background: url('images/clear.png');
	width: 150px;
	height: 50px;
	position: absolute;
	left: 535px;
	bottom: 50px;
}

.bar-face1{
	background: url('images/clear.png');
	width: 150px;
	height: 50px;
	position: absolute;
	left: 300px;
	bottom: 50px;
}

.bar-port2{
	background: url('images/clear.png');
	width: 150px;
	height: 50px;
	position: absolute;	
	left: 160px;
	bottom: 30px;
	
}

.bar-contact2{
	background: url('images/clear.png');
	width: 150px;
	height: 50px;
	position: absolute;
	left: 375px;
	bottom: 30px;
}

.bar-face2{
	background: url('images/clear.png');
	width: 150px;
	height: 50px;
	position: absolute;
	left: 585px;
	bottom: 30px;
}

.contact-form{
width: 700px;
margin-left: auto;
margin-right: auto;
padding: 5px;
background: #dddddd;
margin-top: 10px;
}

#comments{
position: relative;
width: 740px;
margin: 50px auto;
background: #ffffff;
background: red;
}

.comment-wrapper{
width: 500px;
margin-left: auto;
margin-right: auto;
position: relative;
}

.comment-top{
position: absolute;
width: 300px;
height: 12px;
left: 100px;
background-color: #ededed
}

.comment-top-left{
position: absolute;
width: 100px;
height: 12px;
left: 0px;
background: #ededed url('images/mul.png') no-repeat top left;
}

.comment-top-right{
position: absolute;
width: 100px;
height: 12px;
right: 0px;
background: #ededed url('images/mur.png') no-repeat top right;
}

.comment-bottom{
position: absolute;
width: 300px;
height: 12px;
left: 100px;
background-color: #ededed
}

.comment-bottom-left{
position: absolute;
width: 100px;
height: 12px;
left: 0px;
background: #ededed url('images/mbl.png') no-repeat bottom left;
}

.comment-bottom-right{
position: absolute;
width: 100px;
height: 12px;
right: 0px;
background: #ededed url('images/mbr.png') no-repeat bottom right;
}

.comment-line{
margin-bottom: 10px;
height: 10px;
width: 900px;
border-bottom: 3px dotted #ededed;
}

.comment-leave{
width: 500px;
}

.comment-header{
text-align: center;
width: 500px;
margin-left: auto;
margin-right: auto;
}

.comment-author{
font-size: 1.4em;
}

.comment-reply-link{
font-size: 1.4em;
}

.comment-list{
width: 500px;
margin-left: auto;
margin-right: auto;

}

.comment-list li{
margin-top: 10px;
}

.comment-body{
border-bottom: 1px solid #aaaaaa;
padding: 10px;
text-align: left;
}

#fb-center{
	width: 740px;
	margin: 0 auto;
	text-align: center;
}

.comment-form{
width: 500px;
margin-left: auto;
margin-right: auto;
background-color: #dddddd;
margin-top: 10px;
text-align: center;
}

.comment-info{
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
position:relative;
width: 500px;
text-align: center;
}

.comment-info p{
padding-top: 5px;
}

.comment-info-width{
width: 192px;
}

.comment-textarea{
width: 500px;
text-align: center;
margin-left: auto;
margin-right: auto;
}

.comment-textarea-width{
width: 400px;
height: 100px;
}

.comment-submit{
text-align: center;
width: 500px;
margin-left: auto;
margin-right: auto;
}

.comment-submit-button{
margin-top: 10px;
margin-bottom: 10px;
}

.comment-cancel{
text-align: center;
width: 400px;
margin-left: auto;
margin-right: auto;
font-size: 1.4em;
}

.comment-meta{
font-size: 1.2em;
margin-bottom: 10px;
}

.says{
display: none;	
}

.loggedin{
padding-top: 15px;
margin-bottom: 5px;
}
/*****FOOTER*****/
#footer{
	position: relative;
	top: 50px;
	width: 800px;
	min-height: 500px;
	background: #fff;
	margin: 0 auto 175px auto;
	padding: 20px 20px;
}

#footer h1{
	margin-bottom: 10px;
	font-weight: normal;

}

#searchbar{
	position: relative;
	border-bottom: solid #000 4px;
	padding-bottom: 10px;
}


#footer-badge{
	position: absolute;
	top: 35px;
	left: 0;
	min-height: 400px;
	width: 266px;
	text-align: center;
}

#footer-cat{
	position: absolute;
	top: 35px;
	left: 266px;
	min-height: 400px;
	width: 266px;
	text-align: center;
}

#footer-social{
	position: absolute;
	top: 35px;
	left: 532px;
	min-height: 400px;
	width: 266px;
	text-align: center;
}

#footer-copyright{
	position: absolute;
	bottom: 5px;
}

.b-image{
	margin: 0 auto;
}

.footer-list{
	list-style-type: none;
	text-transform: lowercase;
}

.footer-list li{
	margin: 5px 0;
}

.footer-list a{
	text-decoration: none;
}

.footer-list a:hover{
	text-decoration: underline;
}





