/*
THEME NAME: Youth at Fifth
THEME URI: http://www.rzen.net
DESCRIPTION: Custom-built theme for YAF by <a href="http://yourjustlucky.com">Just Lucky</a>.
VERSION: 1.0
AUTHOR: Just Lucky
AUTHOR URI: http://www.yourjustlucky.com
*/

/* Two-column with sidebar on left from the /css/ folder  */
@import url('css/2c-r.css');

/* START General Stylings */
* {
	margin:0;
	padding:0;
}
body {
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0px;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0px;
	background-repeat: repeat;
	background-image: url(images/bg_pattern.gif);
	font:11px Helvetica, sans-serif;
	line-height: 16px;
}
a, a:visited {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration:none;
	color: #1da2d5;
}
a:hover, a:active {
	color: #1da2d5;
}
h1, h2, h3 {
	margin-bottom:2px;
}
h1 {
	font-size:2em;
	color: black;
}
h2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 25.5px;
	color: black;
}
h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size:1.2em;
	color: black;
}
.al, .alignleft {
	position:relative;
	float:left;
	margin-right:10px;
}
.ar, .alignright {
	position:relative;
	float:right;
	margin-left:10px;
}
.ma {margin:auto;}
.cb {clear:both;}
img, p img {
	float:none;
	margin:auto;
	border:0;
}
.more-link {
	display:block;
	position:relative;
	float:right;
}
blockquote {color: #ffd12f;}
blockquote p { margin:0; }
ul {
	padding-left: 3px;
	list-style: none;
}
/* END General Stylings */


/* BEGIN Header */
#logo {
	margin-right: 25px;
	margin-left: 5px;
	margin-bottom: 25px;
	height: 100px;
	width: 150px;
	display:block;
	background:url('images/little_logo.gif');
	margin-top: 20px;
	position:relative;
}
#blog-title, #blog-description {
	position:absolute;
	text-indent:-999em;
}
#twitter_block {
	font-size: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 0px;
	background-position: -3px -3px;
	background-repeat: no-repeat;
	background-image: url('images/twitter_icon2.png');
	padding: 1px 0px 10px 5px;
}
/* END Header */


/* BEGIN Menu */
#menu {
	position: absolute;
	margin-left: 175px;
	float: right;
	top: 45px;
	width: 65%;
	margin-bottom:15px;
}
#nav {
	list-style:none;
	margin:0;
	padding:0;
}
#nav_image {
	margin-left: 5px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0;
	height: 16px;
	width: 164px;
	background-image: url(images/text_logo.gif);
	list-style:none;
}
#nav li {
	display:inline;
}
#nav li a, #nav li a:visited {
	padding-left: 5px;
	padding-bottom: 0;
	padding-right: 5px;
	padding-top: 0;
	line-height:25px;
}
#nav li a:hover, #nav li a:active, #nav li a:focus,
#nav li.current_page_item a, #nav li.current_page_item a:visited {
	border-bottom:1px dotted #999;
}
/* END Menu */


/* BEGIN Layout */
#wrap {
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	top: 0px;
	background-color: white;
	width:800px;
}
#nav-above, #nav-below { display:none; }
#nav-above, #nav-below {
	position:relative;
	overflow:hidden;
}
.nav-previous { position:relative; float:left; }
.nav-next { position:relative; float:right; }
.blog #content, .home #blog {
	padding-top:48px;
	background: url('images/blog.gif') no-repeat 0 0;
}
div#container {
	width: 450px;
	margin:0 -300px 0 0;
	padding-top: 12px;
	padding-left: 5px;
}
div#my_sidebar {
	margin-top: 11px;
}
.home div#content {
	margin:0;
	position:relative;
	float:left;
	width:500px;
	overflow:hidden;
}
.home #blog {
	position:relative;
	float:left;
	clear:left;
	margin-top: 10px;
	padding-top: 48px;
}
#events {
	padding-right: 0px;
	padding-top: 50px;
	margin-top: 0px;
	position: static;
	float: left;
	width: 485px;
	background-repeat: no-repeat;
	background-image: url(images/events.gif);
}

.pageid-78 #container {
	width: auto;
}

h2.entry-title {
}

h2 {
	width: 450px;
}

.hentry div.entry-content {
}
/* END Layout */


/* BEGIN Sidebar */
div.sidebar {
	width:300px;
}
#secondary {
	display:none;
}
#my_sidebar {
	padding-top: 48px;
	background-repeat: no-repeat;
	background-image: url(images/extras.gif);
	margin-top: 5px;
	float: right;
	overflow: hidden;
	width: 300px;
}
.xoxo, .xoxo ul {
	display: inline-table;
	top: 300px;
	width: 200px;
	list-style:none;
	margin:0;
	padding:0;
}
.xoxo li {
	list-style:none;
	margin:0;
	padding:0;
}
.xoxo li li {
	list-style:none;
	margin:0;
	padding:0;
}
/* END Sidebar */


/* BEGIN Articles */
.post {
	min-height: 100px;
	width: 485px;
	float: left;
	margin-left: 2px;
	margin-top: 8px;
	position: static;
	top: 100px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #333;
}
/* END Articles */


/* BEGIN Comments */
#comments h3 {
	font:italic 12px Georgia,serif;
	margin-bottom:5px;
	display:block;
}
#respond {
	position: static;
	float: left;
	font:italic 12px Georgia,serif;
}
.commentlist ol {
	float: left;
	position: static;
	list-style: none;
	padding: 0;
}
.commentlist small {
	float: left;
	position: static;
	font-size: 8pt;
	color: #1b8eba;
}
#postcomment {
	width: 450px;
	float: left;
	position: static;
	margin: 40px 0 10px 10px;
	text-transform: none;
}
.commentlist li {
	width: 450px;
	float: left;
	position: static;
	padding:10px;
	border-bottom:1px dotted #444;
}
.commentlist .alt {
	width: 450px;
	float: left;
	position: static;
	background:#eee url('images/comment_alt_bg.png') repeat-x;
}
.commentlist .byuser {
	width: 450px;
	float: left;
	position: static;
	background:#fc9;
}
.avatar {
	position: static;
	float:left;
	margin-right:5px;
	width:40px;
	height:40px;
}
.commentmetadata a, .commentmetadata a:visited {
	float: left;
	position: static;
	color: #1b8eba;
}
.comment-header .edit-link {
	position: static;
	float: left;
}
.comment-header cite {
	font-weight: bold;
	color:#333;
	font:12px Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin-bottom: 7px;
	letter-spacing: 0px;
}
.headercomment {
	float: left;
	position: static;
	color: #1b8eba;
	font-size:8pt;
}
.commenttext {
	float: left;
	position: static;
	margin-top: 10px;
}
#comments textarea, #comments input {
	float: left;
	position: static;
	background:#eee;
	font-size:9pt;
	width: 470px;
	padding:5px;
	margin:2px 5px;
	border:1px solid #ccc;
}
/* END Comments */


/* BEGIN Events */
.pageid-97 div#content {
	margin:0;
}
#events ul {
	margin:0;
	padding:0;
	color:#ccc;
}
#events li {
	margin-bottom:10px;
}
.event_date {
	display:block;
	width:100px;
	color:#000;
	font-weight:bold;
	position:relative;
	float:left;
}
#events .meta-sep {
	padding:0 5px;
}
.dbem-calendar-table {
	margin:0 20px 20px;
	width:auto!important;
}
.dbem-calendar thead td {
	background:#fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 25.5px;
	color: black;
}
.dbem-calendar .days-names td {
	height:25px;
	background:#333;
	color:#fff;
	font-weight:bold;
	border-right:1px solid #999;
}
.dbem-calendar td {
	background:#F0F0F0;
	width:50px!important;
	height:50px;
	padding:0;
	border-color:#FFF;
	border-style:solid;
	border-width:0 1px 1px 0;
	text-align:center;
}
.dbem-calendar td.eventless-today {
	background:#1da2d5;
	color:#fff;
	font-weight:bold;
}
table.dbem-calendar-table td.eventful a, table.dbem-calendar-table td.eventful a:visited {
	color:#1da2d5;
}
.dbem-calendar td.eventless-pre, .dbem-calendar td.eventless-post {
	background:#fff;
	color:#ccc;
}
/* END Events */


/* BEGIN cForms */
input.global {
	background:#eee;
	color:#777;
	font-size:14pt;
	padding:3px;
	border:1px solid #ccc;
}
.cform label {
	display:inline-block;
	color:#333;
	font:italic 14pt "Georgia",serif;
	width:175px;
	margin:0;
	margin-right:5px;
}
.cform li.li--6 label {
	vertical-align:top;
}
.cform textarea, .cform input, .cform select {
	background:#eee;
	color:#777;
	font-size:14pt;
	padding:3px;
	border:1px solid #ccc;
	width:250px;
}
.cform select {
	width:260px;
}
ol.cf-ol li.textonly {
	font-size:1em;
	letter-spacing:0;
}
p.cf-sb {
	text-align:right;
}
.cform input.sendbutton {
	background:#eee;
	color:#777;
	font-size:14pt;
	width:auto!important;
	padding:2px 3px;
	margin-right:10px;
	border:1px solid #aaa;
	text-transform:none;
}
.cform input.sendbutton:hover, .cform input.sendbutton:focus {
	background:#fff;
}
ol.cf-ol li { 
	padding:8px 0;
	margin:0 auto!important;
	border-bottom:1px solid #ccc;
}
input.text, input.title, textarea, select {
	margin:0;
}
span.reqtxt, span.emailreqtxt {
	color:#ccc;
}
.linklove { display:none; }
div.success {
	display:inline-block;
	background:#444;
	color:#fff;
	font:bold 10pt "Arial Black",Arial,sans-serif;
	letter-spacing:-1px;
	text-transform:uppercase;
	border:0;
	margin:0;
	padding:0;
	width:auto;
}
/* END cForms */


/* BEGIN Footer */
#footer {
	margin:10px auto;
	clear:both;
}
#wp_footer {
	display:none;
}
#slideshow {
	margin-right: auto;
	margin-left: auto;
	position: static;
	display: inline;
	height: 400px;
	width: 800px;
	top: 115px;
}
/* END Footer */