/*
	Neil Altman, Ph.D.
*/
@import url("base.css");

#wrapper{
	position:relative;
	max-width:920px;
	min-width:320px;
	margin:0 auto;
}

#content {
	position:relative;
	width:98%;
	height:100%;
	margin:auto;
	padding:5% 1.5% 1% 1.5%;
}

.content-600, .aboutpage-content {
	max-width:600px !important;
}
.content-480 {
	max-width:480px !important;
}

#header{
	position:relative;
	width:100%;
	min-height:100px;
	height:auto;
	padding-bottom:1em;
	/*background:#e0e0e0;*/
	margin:0 auto;
}

#logo {
	position:relative; float:left;
	width:280px; /* 18 chars */ height:100%;
	padding:2% 1% 2% 1.25%;
}
#logo h1 {
	font-family:Sanchez,serif;
	font-size:28px;
	margin:0;
}
#logo h1 a {text-decoration:none;}

@media only screen and (max-width : 480px) {
	#logo {
		width:240px;
	}
	#logo h1 {
		font-size:24px;
	}
}

div#vcard {
	padding:0.5% 1.5% 0.5% 0.5%;
}
#header #vcard {
	position:relative;
	float:right;
}

#vcard-follow {
	margin-top:0.34em;
}

#follow-button {
	float:right;
	margin:1em 1em 0 0;
}

#vcard p {margin:0;}

#vcard p a {color:#222;}
#vcard p a:hover {text-decoration:underline;}

#footer {
	position:fixed; bottom:0;
	width: 100%;
	height: 40px;
	margin: auto;
	/*background:#404040;*/
}
#footer p {text-align:center;color:#eee;}

/** Content Entries */

#intro {
	max-width:600px;
	min-height:240px;
	font-size:14px;
	margin:0 0 2em 0;
}

#events {
	max-width:600px;
	min-height:240px;
	font-size:14px;
	padding:2em 0 0 0;
}

.event {
	
	padding:1em 0;
}


#twitter-timeline-container {
	max-width: 522px;
	min-width: 222px;
	margin: auto;
}


.frontpage-content p#about {
	
	/*margin:4% 0 0 0;*/
}

.aboutpage-content, .postspage-content, .gallerypage-content, .attachment-content, .singlepage-content {
	position:relative;
	width:96%;
	height:auto;
}

.postspage-post {	/* <div> for each blog entry */
	width:75%;
	margin:2em 0;
}

.post-meta {
	font-size:0.8em;
}

#comments, #comments-form {font-size:0.8em;}

div#comments {
	position:relative;
	width:50%;
	margin-top:40px;
	margin-bottom:20px;
}

ol.commentlist {list-style-type:decimal;margin-left:1.5em;}
li.comment {padding:0.5em 0;}
li.comment .odd {}
li.comment .even {}
cite.comment-author {}
span.comment-meta {}
span.comment-text {}

#comments-form {
	position:relative;
	width:50%;
	margin-top:20px;
}

textarea#comment {
	width:100%;
	height:10em;
}

/*---- end Entries ----*/

/*========== Menus ==========*/

/*
	.menu-item				This class is added to every menu item.
	.current-menu-item		This class is added to menu items that correspond to the currently rendered page.
	.current-menu-parent	This class is added to menu items that correspond to the hierarchical parent of the currently rendered page.
	.current-menu-ancestor	This class is added to menu items that correspond to a hierarchical ancestor of the currently rendered page.
	.menu-item-home	
*/
nav.menu-container {
	position:relative;
	
	padding:1%;
	text-align:center;
}

ul.menu {display:table;}

ul.menu li {
	display:table-cell; list-style:none; margin:0.2em;
}

.menu a {
	text-decoration:none;
}


ul#menu-list {
	/*font:600 12px/1 "Helvetica Neue", sans-serif;*/
	font-size:10px;
	font-weight:600;
	text-transform:uppercase;
}
ul#menu-list li {
	display:inline-block; list-style:none;
	padding:0.25em 0.667em 0.34em 0.667em;
	background-color:rgba(255,255,255,0.8);
	border-radius:4px;
}

.menu-container ul li a {
	color:rgba(0,0,0,0.8);
}
.menu-container ul li a:hover {
	color:rgba(0,0,0,0.4);
}
.menu-container ul li.current_page_item, .menu-container ul li.current_page_item a
 {color:rgba(0,0,0,0.4);cursor:default;}

/*ul#menu-list li.current_page_item, ul#menu-list li.current_page_item a
 {color:#0062b3;cursor:default;}*/


/*---- end Menubar ----*/

/** Widget Areas */

h4.widget-title {text-align:left;}

/*-------------------*/

#header-widgets {  /* container <div> for header widgets */
	
}

/*-------------------*/

#sidebar-menulists {  /* middle container <div> for Categories and Archives menus */
	margin:20px auto;
}

.categories-menu {  /* container <div> for Categories menu */
	margin:0 auto 20px auto;
}
.categories ul {  /* unordered list for Categories menu */
	list-style:none;
}
.categories li { 
	padding:0.5em 0;
}

.archives-menu {  /* container <div> for Archives menu */
	margin:0 auto 20px auto;
}
.archives ul {  /* unordered list for Archives menu */
	list-style:none;
}
.archives li { 
	padding:0.5em 0;
}

/*-------------------*/

#sidebar-top-widgets {  /* top container <div> for various sidebar widgets */
	margin:10px auto 20px auto;
}

#sidebar-bottom-widgets {  /* bottom container <div> for various sidebar widgets */
	margin:20px auto 10px auto;
}

.search-form {  /* Search form <div> */
	
}

#search-form {  /* Search form <form> */
	
}

#search-text {  /* Search form type="text" <input> */
	
}

#search-submit {  /* Search form type="submit" <input> */
	
}

/*--------------------*/

#footer-widgets {  /* container <div> for footer widgets */
	
}

.license-notice {
	font-size:10px;
}

/** end Widgets */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	float:right;
	padding: 0.34em;
	margin: 0 0 0.1667em 0.5em;
	display: inline;
}

img.alignleft {
	float:left;
	padding: 0.34em;
	margin: 0 0.5em 0.1667em 0;
	display: inline;
}

/* End Images */
