/* BLOG  */

/* ADJUST HEADER  */
#header {
    height: 40px;
} 
#title-area #title {
	line-height: 1.5;
	margin: 0;
	padding: 5px 0 0 5px;
}

/* ADJUST HEADER WIDGET AREA  */
#header .widget-area {
	float: left;
	width: 475px;
	padding-top: 15px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 5px;
}

/* BLOG CONTENT  */
/* Aesthetics  */
.home .post {
	border: 2px dotted #eee;
	padding: 25px;
}
.home .category-featured {
	border: 2px solid #ddd;
	margin-bottom: 15px;
	border-radius: 25em/3em;
	background: #f8f8f8;
	padding: 30px 25px;
	border-top: 2px dotted #000;
	border-bottom: 2px dotted #000;
}
/* Remove borders from featured page  */
.header-widget-area .featured-page img,
.header-widget-area .featured-post img {
border: none
}
/* Post info  */
.post-info {
	font-style: italic;
}
/* Post icons (remove)  */
.categories {
	background: none;
	padding: 0 0 0 0px;
}
.post-comments {
	background: url(images/icon-comments.png) no-repeat center left;
	margin: 0 0 0 5px;
	padding: 0 0 0 18px;
}
.tags {
	background: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}
.time {
	background: none;
	padding: 0 0 0 0px;
}

/* IMAGES */
/* Remove Border Background */
.avatar,
.entry-content img,
.featuredpage img,
.featuredpost img,
.post-image,
.ui-tabs img {
	background-color: #fff;
	border: none;
	padding: 1px;
}

/* WIDGET FORMATTING  */
/* Remove dotted line  */
.widget-area h4 {
	border-bottom: none;
	color: #222;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: none;
	margin: 0 0 0px;
	padding: 0 0 0px;
}
/* After Post clear  */
.after-post {
	background: transparent;
	clear: both;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 10px;
}
/* Format lists */
.widget-area ol,
.widget-area ul {
	list-style-type: square;
	margin: 5px;
	padding: 0;
}
.widget-area ul li {
	background: none;
 	border-bottom: none;
	margin: 0 0 0px;
	padding: 0 0 0px 2px;
 	word-wrap: break-word;
}

/* TABLES  */
table, th, td {
  border: 1px solid black;
	border-collapse: collapse;
	padding: 5px;
}


/* EXPERIMENT */


/* Source:
 * https://github.com/deckerweb/genesis-layout-extras/tree/master/assets/css

/* Additional Layouts: CSA & SAC 
 * Note - gle-layout-2col-styles.css, but corrected Responsive Design with # insertion
------------------------------------------------------------ */

/* Content-Sidebar Wrapper */
.content-sidebaralt .content-sidebar-wrap,
.sidebaralt-content .content-sidebar-wrap {
	width: 77%;
}

.content-sidebaralt .content-sidebar-wrap {
	float: left;
}

.sidebaralt-content .content-sidebar-wrap {
	float: right;
}

/* Sidebar-Alt */
.content-sidebaralt .sidebar-secondary,
.sidebaralt-content .sidebar-secondary {
	width: 19%;
}

.content-sidebaralt .sidebar-secondary {
	float: right;
}

/* Content */
.content-sidebaralt .content,
.sidebaralt-content .content {
	width: 100%;
}

.sidebaralt-content .content {
	float: right;
}


/* Responsive Design (Media Queries)
------------------------------------------------------------ */

@media only screen and (max-width: 768px) {

	.content-sidebaralt #content,
	.sidebaralt-content #content {
		width: 100%;
	}

}

