/*
Theme Name: Smart City Memphis
Description: Custom Wordpress Theme for Smart City Memphis.
Version: 0.1 Beta
Author: Adam Fairholm
Author URI: http://www.greeneggmedia.com/

*/

@import url("style/base.css");
@import url("style/skeleton.css");

@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('fonts/Chunkfive-webfont.eot');
    src: url('fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Chunkfive-webfont.woff') format('woff'),
         url('fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSlab500';
    src: url('fonts/Museo_Slab_500-webfont.eot');
    src: url('fonts/Museo_Slab_500-webfont.eot?iefix') format('eot'),
         url('fonts/Museo_Slab_500-webfont.woff') format('woff'),
         url('fonts/Museo_Slab_500-webfont.ttf') format('truetype'),
         url('fonts/Museo_Slab_500-webfont.svg#webfontyumMOUTD') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, li, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
:focus {outline: 0}
body {line-height: 1; color: black; background: #fff; font-family: Helvetica, Arial;}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
em {font-style: italic;}
strong {font-weight: bold;}

body {
	background-image: url(images/elements/bg_tile.gif);
	background-repeat: repeat;
}
#page {
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	padding-top: 120px;
	padding-bottom: 25px;
	background: #fff;
	z-index: 5;
	box-shadow: 0px 0px 8px #d8d6d6;
}

/* Header */

#header {
	height: 79px;
	width: 100%;
	margin: 0;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	box-shadow: 2px 1px 3px #ccc;
	color: #fff;
	font-size: 12px;
	padding-top: 20px;
	z-index: 9;
	position: fixed;
	left: 0;
}
#header a {color: #fff;}

/* Footer */

#footer {
	height: 200px;
	padding-top: 20px;
	margin-top: 25px;
	font-size: 12px;
	text-shadow: 1px 1px 1px #fff;
	color: #858585;
}
#footer ul li {margin-bottom: 5px;}
#footer ul li a {color: #858585; text-decoration: none;}
#footer ul li a:hover {color: #484848;}

/* Post Info */

p.category {font-size: 12px; line-height: 22px;}
p.category a {color: #696969; padding: 1px 3px; background: #E0E0E0; text-decoration: none;}
p.category a:hover {background: #b93b3b; color: #fff; text-decoration: none;}

.text p.category a:hover {background: #b93b3b; color: #fff; text-decoration: none;}
.recent a {color: #484848!important;}
.recent a:hover {text-decoration: underline!important;}

/* Featured Info */

.feat_header {border-bottom: 3px dotted #aaa; margin-bottom: 10px;}
.no_stripe {border-bottom: none;}
.feat_header h1 {font-size: 22pt; margin-bottom: 5px; font-family: "ChunkFiveRegular"; line-height: 33px;}
.feat_header h1 a {color: #505050; text-decoration: none;}
.feat_header h1 a:hover {text-decoration: underline;}

.feat_info {overflow: hidden; margin-bottom: 25px;}
.feat_info .entry_author_image img {float: left; margin-top: 3px; width: 70px;}
.feat_info .text {float: left; width: 500px;}
.feat_info p {font-size: 11px; color: #6d6d6d; font-size: 13px; margin-bottom: 3px;}
.feat_info p strong {font-weight: bold;}
.feat_info p a {color: #6d6d6d; text-decoration: none;}
.feat_info p a:hover {text-decoration: underline;}

span.comments {color: #fff;  text-align: center; margin-top: 5px;}
span.comments a {text-decoration: none; display: block-inline; color: #2E76BE; font-weight: bold;}
span.comments a:hover {color: #C7DBEB;}
.text_treat h3.read_more {font-size: 14px; font-weight: bold;}
.text_treat h3.read_more a {color: #92b40b; text-decoration: none;}

.navigation {margin-bottom: 25px;}
.navigation a {
	color: #868686;
	text-shadow: 1px 1px 1px #fff;
	text-decoration: none;
	background: #fafafa;
	border: 1px solid #E4E4E4;
	font-size: 12px;
	display: block-inline;
	padding: 6px 15px;
	border-radius: 2px;
}
.navigation a:hover {
	color: #484848;
	border: 1px solid #ADADAD;
}

.article_body {margin-bottom: 35px;}

h2.pagetitle {font-size: 16px; font-style: italic; margin-bottom: 25px; color: #22608A;}

.text_treat {color: #4f4f4f; font-size: 13px; line-height: 20px; margin-bottom: 15px;}
.text_treat p {color: #4f4f4f; font-size: 13px; line-height: 20px; margin-bottom: 15px;}
.text_treat a {color: #2E76BE; text-decoration: none;}
.text_treat a:hover {text-decoration: none;}
.text_treat strong {font-weight: bold;}
.text_treat em {font-style: italic;}
.text_treat h3 {font-size: 20px; color: #3e3e3e; font-weight: bold; margin-bottom: 5px;}
.text_treat h3 a {color: #3e3e3e; text-decoration: none;}
.text_treat h3 a:hover {text-decoration: underline;}
.text_treat small {font-size: 12px;}
.text_treat ul {
	color: #4f4f4f; font-size: 13px; line-height: 20px; margin-bottom: 15px;
}

h2#guest_heading {color: #d38916; margin-bottom: 25px; font-size: 20px; font-family: "MuseoSlab500"; border-bottom: 2px solid #d38916; line-height: 20px;}
p#more_post_by_scm {font-size: 12px; margin-bottom: 3px; margin-top: 0; color: #505050; padding-bottom: 20px;}
p#more_post_by_scm a {color: #505050; text-decoration: underline;}
p#more_post_by_scm a:hover {text-decoration: none;}

.blog_header {border-bottom: 2px dotted #aaa; padding-bottom: 5px; margin-bottom: 5px; overflow: hidden;}
.blog_header .text {float: left; width: 500px;}
.blog_header h2.post_title {
	font-size: 24px;
	margin-bottom: 2px;
	font-family: "ChunkFiveRegular";
	font-weight: normal!important;
	line-height: 26px;
}

.blog_header h2.post_title span.category {background: #b93b3b; font-size: 11pt; font-weight: 100;}
.blog_header h2.post_title span.category a.cate {color: #fff; padding: 1px 3px;}

.blog_header h2.post_title a {color: #505050; text-decoration: none;}
.blog_header h2.post_title a:hover {text-decoration: underline;}
.blog_header p {font-size: 12px; color: #6d6d6d;}
.blog_header p strong {font-weight: bold;}
.blog_header p a {color: #6d6d6d; text-decoration: none;}
.blog_header p a:hover {text-decoration: underline;}

.sec_info {margin-bottom: 15px; overflow: hidden;}
.sec_info p {font-size: 12px; color: #919191;}
.sec_info a {color: #919191; text-decoration: none;}
.sec_info a:hover {color: #484848;}

/* Meta */

.meta {
	color: #868686;
	text-shadow: 1px 1px 1px #fff;
	text-decoration: none;
	background: #fafafa;
	border: 1px solid #E4E4E4;
	margin-bottom: 15px;
	padding: 10px;
}
.meta p {margin-bottom: 3px; font-style: italic; color: #C0C0C0; font-size: 13px;}
.meta p a {color: #979797; text-decoration: none;}
.meta p a:hover {color: #686868;}

.entry img {
	max-width: 570px;
	margin-bottom: 25px;
	box-shadow: 1px 0px 4px #ccc;
}

/* Comments */

h3#comments {font-family: Georgia; font-size: 34px; font-style: italic; margin-bottom: 15px;}
ol.commentlist li {margin-bottom: 15px; padding-left: 15px; border-left: 5px solid #619ed1; color: #000;}
.comment-author img {float: left; margin-right: 15px;}
.comment-author {font-size: 20px; overflow: hidden; color: #696969;}
.comment-author a {color: #696969; text-decoration: none;}
.comment-author a:hover {text-decoration: underline;}

#fbc_login {width: 400px; margin-bottom: 15px; color: #5b76a7; font-size: 12px; margin-left: -10px;}
li.comment {font-size: 12px; line-height: 20px;}
li.comment a {color: #5A5A5A; text-decoration: none;}
li.comment a:hover {text-decoration: underline;}
li.comment p {margin-bottom: 10px;}

.commentmetadata {font-size: 12px; font-style: italic;}
.commentmetadata a {color: #dadada; text-decoration: none;}
.commentmetadata a:hover {text-decoration: underline;}

.comm_body {color: #000;}
.comm_body p {color: #000;}

.comment-meta {margin-bottom: 10px; border-bottom: 1px dotted #C0C0C0;}

#respond {padding: 5px; border: 1px solid #f0f0f0; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
#respond h3 {color: #92b40b; font-size: 18px; margin-bottom: 5px;}
#respond textarea {width: 500px; font-size: 14px; padding: 4px; color: #636363;}

form#commentform input {padding: 4px; font-size: 14px; color: #636363;}
form#commentform p {font-size: 13px; color: #636363; margin-bottom: 15px;}
form#commentform p a {color: #636363; text-decoration: underline;}
form#commentform p a:hover {text-decoration: none;}

#login_header p {color: #F8EDDE; text-align: right;}
#login_header img {margin-bottom: -5px;}
#login_header a {color: #fff; font-weight: bold; text-decoration: none;}

/* Wire Items */

#sidebar {
	font-size: 12px!important;
}
#sidebar a {
	text-decoration: none;
}
#sidebar ul {
	margin-left: 0;
	font-size: "Helvetica";
	line-height: 12px!important;
}
#sidebar ul li h2.rss_title {
	font-size: 12px!important;
	font-family: "Helvetica", Arial !important;
	line-height: 16px!important;
	margin-bottom: 10px;
	padding: 0;
}
#sidebar > ul > li {
	margin-bottom: 25px;
}
#sidebar ul h2 a {
	text-decoration: none;
}
#sidebar h2 {
	font-family: "MuseoSlab500";
	font-size: 16px;
	color: #8B8B8B;
}
.textwidget {
	font-size: 12px!important;
	line-height: 20px!important;
	color: #484848!important;
}
h2.widgettitle {
	margin-bottom: 15px;
	border-bottom: 2px dotted #CACACA;
	line-height: 16px;
	padding-bottom: 5px;
}

/* RSS */

.page_announcement {margin-bottom: 20px; font-size: 25px; font-style: italic; color: #69A6CF;}

/* Image Preview */

#image_preview {
	overflow: hidden;
	margin-bottom: 25px;
}
#image_preview img {
	width: 340px;
	margin-bottom: 4px;
	box-shadow: 1px 2px 3px #ccc;
}
#image_preview p.photo_by {font-size: 12px; float: left; color: #484848; padding-top: 4px;}
#image_preview p.photo_by a {color: #484848; text-decoration: none; font-weight: bold;}
#image_preview p.photo_by a:hover {text-decoration: none;}
#image_preview p.more {float: right; font-size: 12px; padding-top: 4px;}
#image_preview p.more a {color: #2E76BE; text-decoration: none;}
#image_preview p.more a:hover {text-decoration: underline;}

p#vtip { display: none; position: absolute; padding: 10px; left: 5px; font-size: 12px; line-height: 20px; color: #585858; background-color: white; border: 3px solid #CCDAE4; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; z-index: 9999; width: 300px; -moz-box-shadow: 0px 0px 2px #b0b0b0; -webkit-box-shadow: 0px 0px 2px #b0b0b0; box-shadow: 0px 0px 5px #b0b0b0;}
p#vtip #vtipArrow {position: absolute; top: -10px; left: 5px }
span.preview_rss {font-weight: bold; font-size: 14px; display: block; margin-bottom: 5px;}

.cartoon_sidebar img {
	width: 340px;
	margin-bottom: 5px;
}
.cartoon_sidebar p, #image_preview p {
	margin-bottom: 15px;
	color: #4f4f4f; font-size: 13px; line-height: 17px; margin-bottom: 15px;
}

.navigation {overflow: hidden; padding: 10px 0;}
.alignleft {float: left;}
.alignright {float: right;}

/* Responsive */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.cartoon_sidebar img {
		width: 270px!important;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	#login_header {display: none;}
	#page {
		padding-left: 20px;
		padding-right: 20px;
	}
	h2.post_title {
		width: 415px;
	}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#login_header {display: none;}
	#page {
		padding-left: 20px;
		padding-right: 20px;
	}
	.cartoon_sidebar img {
		width: 300px!important;
	}
	h2.post_title {
		width: 297px;
	}
}

