/*
Theme Name: MokaSocial
Theme URI: http://www.mokasocial.com
Description: The default style for MokaSocial
Version: 1.0
Author: MokaSocial, LLC
Author URI: http://www.mokasocial.com
Tags: two-columns, sticky-post, fixed-width, black, white
*/



html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.5;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
blockquote:before {
	content: "";
}
blockquote:after {
	content: "";
}
q:before {
	content: "";
}
q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	text-align:left;
}
a img {
	border: none;
}

/* Begin Settings and Classes */
a {
	color: #c44d58;
}
	
a:hover {
	color:#e89098;
}
	
a:focus {
	outline: none;
}
hr {
	border: none;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.9);
	clear: both;
}

p { margin:20px 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration:none; }

h1, h2, h3, h4, h5, h6 {
	color: #4b4b4b;
	margin: 0;
	text-shadow: 0 1px 0 #ffffff;
	letter-spacing: -1px;
	text-transform:uppercase;
	}
	
h1, h2 {
	font-size:2.2em;
	line-height:20px;
	margin-bottom:14px;
	}
	
	.entry h2 {
		font-size:1.2em;
		margin-top:20px;
	}
	
h3 {
	font-size:1.1em;
	line-height:20px;
	margin-top:20px;
	}
	
	.entry h3 {
		font-size:1em;
	}
	
	.entry h4,
	.entry h5,
	.entry h6 {
		font-size:1em;
		letter-spacing:.1em;
		line-height:.5em;
	}
	
.pagetitle {
	font:normal 1em/10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom:20px;
	display:block;
	margin-top:-30px;
	}
	
small {
	font-size:0.9em;
	color:#4b4b4b;
	}
	
.caps {
	text-transform:uppercase;
	margin-bottom:6px;
	display:block;
}

.more-link {
	background:#4b4b4b;
    border-radius:8px;          
    -khtml-border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
	-webkit-box-shadow: 0 1px 0 #ffffff;
	-moz-box-shadow: 0 1px 0 #ffffff;
	padding:8px;
	font-size:12px;
	text-decoration:none;
	color:#fff;
}
	
code {
	font: 1.1em "Courier New", Courier, Fixed;
	}
	
pre {
	font: 0.8em "Courier New", Courier, Fixed;
	margin:1.5em;
	padding:10px;
	background:#fafafa;
	border:1px solid #eee;
	}
	
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
img {
	border:none;
	max-width:100%;
	}
	
blockquote {
	margin:10px 0px;
	padding:1px 15px;
    background:#4b4b4b;
    border-radius:8px;          
    -khtml-border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
	font-size:13px;
	color:#fff;
}
	
	.entry cite {
		font-style:italic;
		font-size:.9em;
		display:block;
		margin:5px 0 0;
		text-align:right;
		}
		
	.entry cite:before {
		content: "\2014 \0020";
		}
	
.post ul, .post ol, .post dl {
	margin:20px 0;
	}
		
.post ul ul , .post ol ol, .post ul ol, .post ol ul, .post dl dl, .post dl ul, .post dl ol {
	margin:0;
	}
	
	.post li {
		padding:0 0 10px;
		}
		
		.post ul li {
			margin-left:10px;
			list-style:disc;
		}
		
		.post li li {
			margin-left:10px;
			list-style:circle;
		}
		
	.post li h3 {
		margin:0;
		}
	

.post-by a {
	padding:7px;
    background:#d2d2d2;
    border-radius:8px;          
    -khtml-border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
	font-size:11px;
	margin:0;
	line-height:80%;
	text-decoration:none;
	color:#4b4b4b;
}

.post-by a:hover {
	background:#dfdfdf;
	color:#727272;
}
	
.post dt {
	font-weight:bold;
	padding-left:10px;
	margin-left:-10px;
}

.post dd {
	padding-left:10px;
	padding-bottom:5px;
}
		
.clear { 
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
	}
		
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
	
.aligncenter, div.aligncenter, img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


/* Begin Images */	
img.alignleft, .alignleft img {
	margin-right:10px;
	}
	
img.alignright, .alignright img {
	margin-left:10px;
	}

.wp-caption, .attachment img {
	text-align: center;
}

.wp-caption p.wp-caption-text {
	font-size: .9em;
	color:#b6b6b6;
	margin: 0;
}

.attachment, .caption {
	text-align:center;
}

.attachment img {
	}
/* End Images / End Settings and Classes */



/* Begin Structure */
body {
	background: #eaeaea;
	color: #4b4b4b;
	font: 60%/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
	
#page {
	margin:50px auto;
	width:850px;
	text-align:left;
	}


/* Begin Header */	
#header {
	height:110px;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:50px;
}
		
#searchform {
	width:200px;
}
		
#s {
	width:167px;
	border:1px solid #e6e6e6;
	background:#f9f9f9;
	font-size:11px;
	padding:2px 3px 3px;
	margin:0;
	float:left;
	}
	
#searchsubmit {
	float:right;
	}
/* End Header */


/* Begin Page List */		
#nav {
	line-height:20px;
	font-size:1.2em;
	float:left;
	padding-top:15px;
	width:260px;
	color:#4b4b4b;
	}
	
	#nav li {
		float:left;
		list-style:none;
		margin-right:25px;
		text-transform:uppercase;
		}
		
		#nav li a {
			}
			
		#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a {
			}
/* End Page List */

		
/* Begin Content */	
#content {
	font-size:1.2em;
	line-height:20px;
	float:right;
	width:600px;
	}
	
	.post {
		margin-bottom:40px;
		line-height:200%;
	}
		
	.sticky, .byuser {
		background:url(images/sticky.gif) no-repeat 597px 5px;
		padding:5px 5px 5px 45px;
		background:#C44D58 !important;
		color:#fff !important;
	}
	
	.byuser .comment-author a,
	.byuser .comment-meta a {
		color:#fff !important;
	}
		
	.bubble  {
		display:block;
		float:left;
		margin:3px 0 0 -40px;
		background:url(images/comments.png) no-repeat;
		width:30px;
		height:29px;
		line-height:19px;
		color:#FFF;
		font-weight:bold;
		text-align:center;
		text-decoration:none;
		padding-top:5px;
	}
	
	 .bubble:hover {
		color:#FFF;
	}
		
		.entry {
			color:#4b4b4b;
			font-size:1.3em;
			font-weight:100;
			letter-spacing:1px;
		}
		
		.reply {
			margin-bottom:10px;
		}
		
	.navigation {
		min-height:10px;
		margin:30px -23px;
		text-transform:uppercase;
		line-height:10px;
		}
		
	.post .navigation {
		border:solid #e6e6e6;
		border-width:1px 0;
		padding:9px 0;
	}
	
	.attachment .navigation {
		height:150px;
	}
		
		.navigation .alignleft a {
			padding-left:22px;
			display:block;
			height:10px;
			float:left;
		}
		
		.navigation .alignright a {
			padding-right:22px;
			display:block;
			height:10px;
			float:right;
		}

/* Begin Comments */		
.commentlist {
	margin-top:20px;
	}
		
.commentlist li {
	list-style:none;
	margin-bottom:15px;
	padding:15px;
    background:#cfcfcf;
    border-radius:8px;          
    -khtml-border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
	color:#666666;
	-webkit-box-shadow: 0 1px 0 #ffffff;
	-moz-box-shadow: 0 1px 0 #ffffff;
	}
	
.commentlist li.alt {
	}
	
	.commentmetadata, .comment-author {
		font-size:1.1em;
		}
		
		.commentmetadata a,
		a.url {
			text-decoration:none;
		}
		
		.comment-author {
		}
		
	.avatar {
		float:right;
		display:block;
		border:1px solid white;
	}

#commentform {
	margin-top:20px;
	padding:15px;
	background:#CFCFCF;
	border-radius:8px;          
    -khtml-border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
	-webkit-box-shadow: 0 1px 0 #ffffff;
	-moz-box-shadow: 0 1px 0 #ffffff;
}

#commentform p {
	margin:0px 0 10px 0;
}
		
#commentform input, #commentform textarea {
	width:117px;
	border:1px solid #b0b0b0;
	background:#f9f9f9;
	font-size:11px;
	padding:2px 3px 3px;
	}
	
#commentform textarea {
	width:321px;
	}
			
#commentform #submit {
	width:150px;
	border:none;
	background-color:#FFF;
	font-size:11px;
	padding:0;
	color:#000;
	cursor:pointer;
	padding:4px 0 5px;
	}

#commentform label small {
	font-size:11px;
	color:#666666;
}

/* End Comments / End Content */


/* Begin Sidebar */
#sidebar {
	float:left;
	width:160px;
	color:#b6b6b6;
	font-size:1.1em;
	line-height:20px;
	}
	
	#sidebar ul {
		}
		
		#sidebar ul ul {
			margin-left:-10px;
			}
			
			#sidebar ul ul ul {
				margin:0;
				padding:0;
			}
		
		#sidebar ul li {
			list-style:none;
			margin-bottom:35px;
			}
		
		#sidebar li li {
			margin:0;
			margin-left:20px;
			}
			
		#sidebar a {
			font-size:1.1em;
		}
			
	#sidebar h4 {
		font-size:1.63em;
		line-height:20px;
		margin:0 0 12px;
	}
/* End Sidebar */


/* Begin Footer */
#footer {
	color:#666666;
	font-size:1.2em;
	padding:0.8em 0 1em;
	text-shadow:0 1px 0 #FFFFFF;
	margin-top:30px;
}
#footer p a:hover {
	text-decoration: underline;
}
/* End Footer / End Structure */
			

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 260px;
	}
	
	#wp-calendar th {
		text-align:center;
		color:#343434;
	}
	
#wp-calendar caption {
	text-decoration: none;
	font-weight:bold;
	font-size:1.1em;
	text-align: center;
	width: 100%;
	color:#343434;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	text-decoration: none;
	display: block;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}
/* End Calendar */

a.hide { text-indent: -9999px; }

#application_switcher {
	background: #c4c4c4;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #b0b0b0;
	-webkit-box-shadow: 0 1px 0 #ffffff;
	-moz-box-shadow: 0 1px 0 #ffffff;
	margin: 0 auto 2em;
	overflow: hidden;
	width: 850px;
}

#application_switcher li {
	float: left;
}
#application_switcher li.right {
	float: right;
	margin: 10px;
}

#application_switcher li.left {
	color: #4b4b4b;
	display: inline-block;
	font-size: 1.5em;
	font-weight: 200;
	letter-spacing: 0px;
	margin-left: 10px;
	top:10px;
	position:relative;
	text-decoration: none;
	text-shadow: 0 1px 0 #ffffff;
}

#application_switcher li a {
	color: #4b4b4b;
}

#application_switcher li a:hover {
	color:#727272;
}