/**
 * Theme Name: MarkItUp Theme
 * Theme URI: http://www.uniqueblogdesigns.com
 * Description: 
 * Version: 0.1
 * Author: Unique Blog Designs
 * Author URI: http://uniqueblogdesigns.com
 * Tags: theme-options, threaded-comments, sticky-post, one-column, two-columns, three-columns, fixed-width
 */


/* Reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, 
blockquote, th, td { 
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
q:before,q:after { content: ''; }
abbr, acronym { border: 0; }
a {	text-decoration: none; outline: none; }


/* WordPress.org Theme Submission Checklist */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignleft { float: left; }
.alignright { float: right; }
.alignnone { float: none; }
.aligncenter { text-align: center; }
.avatar {}
.wp-caption {}
.gallery {}
.wp-smiley {}
blockquote {
	background: #f2f5f6;
	border: 1px solid #E2E7E9;
	margin-left: 20px;
	margin-bottom: 5px;
	padding: 10px;
}
ul {
	margin-left: 20px;
	list-style-type: disc;
}
ol li {
	list-style: decimal inside;
	margin-bottom: 5px;
}
ul li {
	margin-bottom: 5px;
}
h1,h2,h3,h4,h5,h6 {
	color: #232323;
	margin-bottom: 5px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}
.wp-caption {
	background: #f2f5f6;
	border: 1px solid #E2E7E9;
	padding: 5px;
	padding-bottom: 0px;
}

.wp-caption p {
	text-align: center;
	font-size: 12px;
}

/* Global Elements */

.clear { clear: both; }

/*** Layout ***/

body {
	text-align: center;
}

#container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

#wrapper {
	width: 960px;
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
}

#blog_column {
	float: left;
	width: 610px;
}

#sidebar_column {
	float: right;
	width: 330px;
}

/**** Typography ****/
body {
	font-family: arial, sans-serif;
	font-size: 18px;
	color: #3C3C3C;
}

p {
	font-size: 16px;
}

a {
	color: #0192d8;
}

/*** Main Styles ***/

body {
	background: #e2e7e9 url('images/bodyBG.png') repeat-x;
}

#logo h1 {
	width: 314px;
	height: 97px;
	text-indent: -9999px;
	margin-top: 10px;
	float: left;
	margin-bottom: 0;
}

#logo h1 a {
	width: 100%;
	height: 100%;
	background: url('images/logo.png') no-repeat;
	display: block;
}

#header {
	position: relative;
}

#headerRightPic {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -10;
}

ul.navs {
	margin-left: 0;
}

ul.navs#headerNav {
	float: left;
	margin-top: 14px;
	clear: both;
	height: 31px;
	margin-bottom: 17px;
}

ul.navs li{
	display: inline;
	float: left;
	color: #ffffff;
}

ul.navs li:after {
	content: "-";
}

ul.navs li:last-child::after {
	content: none;
}

ul.navs li a {
	color: #ffffff;
	text-decoration: none;
	text-transform: capitalize;
	padding: 5px 3px 6px 3px;
	margin: 0 10px;
}


ul.navs li:first-child a {
	margin-left: 0;
}


ul.navs#headerNav li a:hover, ul.navs#headerNav li.current_page_item a {
	background: #5c8000;
}


.postContainer {
	margin-bottom: 20px;
	background: white;
	padding: 14px 17px;
}


#content h2 a{
	font-size: 26px;
	color: #ff3300;
}

.postMetaContainer {
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}

.postMetaContainer span {
	color: #6d6d6d;
	font-size: 11px;
}

.postMetaContainer a {
	color: #009dd1;
	font-weight: bold;
}

span.postDate, span.postAuthor {
	float: left;
	margin-right: 20px;
}

span.postAuthor a, span.postCommentsCount a{
	font-size: 11px;
	color: #009DD1;
}

span.postAuthor strong {
	color: #009DD1;
	font-weight: bold;
}

span.postCommentsCount {
	float: right;
}

.postBody {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

.postBody p {
	font-size: 15px;
	margin-bottom: 20px;
}

.postBody p:last-child {
	margin-bottom: 5px;
}

a.more-link {
	font-weight: bold;
	margin-left: 5px;
}

ul.postSocial {
	overflow: hidden;
	margin-left: 0;
	list-style-type: none;
}

ul.postSocial li{
	color: 100f0f;
}

ul.postSocial li.leaveComment {
	float: left;
}

ul.postSocial li.shareThis {
	float: right;
}

ul.postSocial li.shareThis a {
	color: #18732c !important;
}

ul#posts_navigation {
	overflow: hidden;
	margin-left: 0;
	list-style-type: none;
}

ul#posts_navigation li{
	font-size: 12px;
	font-weight: bold;
}

ul#posts_navigation li#PrevPageLink {
	float: left;
}

ul#posts_navigation li#NextPageLink {
	float: right;
}

h3.heading {
	color: white;
	font-weight: bold;
	font-style: italic;
	background: url('images/headingBG.png') #99b7c1 repeat-x;
	font-size: 21px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	padding: 0 5px;
	margin-bottom: 0;
}

#sidebar_column ul {
	margin-left: 0;
	list-style-type: none;
}

li.widget .widgetContent {
	background: white;
	padding: 12px;
}

li.widget {
	margin-bottom: 22px;
}

#footerContainer {
	background: url('images/footerBG.png') repeat-x bottom left;
	height: 110px;
	text-align: center;
	margin-top: -73px;
}

#footer {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-top: 73px;
}

a#markitupFooterLogo {
	float: left;
	width: 170px;
	margin-right: 90px;
}

ul.navs#footerNav {
	float: left;
	margin-top: 10px;
	margin-left: -95px;
	width: 650px;
	font-size: .8em;
}

ul.navs#footerNav li a:hover, ul.navs#footerNav li.current_page_item a {
	background: #264755;
}

a#UBDLogo {
	float: right;
}

.homepagePostContainer {
	position: relative;
	
}

h2#donateHeading {
	color: #dd2930;
	font-size: 84px;
}

img#donateArrow {
	position: absolute;
	top: 60px;
	right: 30px;
}

#stepContainer {
	margin-left: 16px;
	margin-top: 20px;
}

h3.stepHeading {
	font-size: 48px;
	color: #171717;
	text-transform: uppercase;
}

h3.stepHeading span {
	width: 42px;
	height: 42px;
	text-indent: -9999px;
	display: inline-block;
	line-height: 48px;
	font-size: 42px;
	margin-left: -5px;
}

h3.stepHeading span#heading1 {
	background: url('images/1.png') no-repeat;
}

h3.stepHeading span#heading2 {
	background: url('images/2.png') no-repeat;
}

#stepContainer p {
	color: #8cc300;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 10px;
}

textarea#donateScript {
	width: 521px;
	height: 99px;
	padding: 10px;
	background: transparent url('images/codeBG.png') no-repeat;
	border: none;
	color: #121212;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 20px;
}

ul#asSeenOn {
	overflow: hidden;
	padding: 0 8px;
	margin-left: 20px;
	margin-top: 5px;
}

ul#asSeenOn li {
	float: left;
	display: inline;
	margin-left: 5px;
}

li.comment {
	background: white;
}

ul.pagination {
	list-style-type: none;
}

#comments-list ol  li{
	list-style-type: none;
	padding: 14px 17px;
	margin-bottom: 20px;
}

#comments-list ol {
	margin-top: 20px;
}

img.avatar {
	float: right;
	padding: 3px;
	border: 1px solid #E2E7E9;
}

.comment-author {
	margin-bottom: 2px;
}

.comment-meta {
	margin-bottom: 10px;
}

form#commentform input{
	padding: 2px 5px;
	margin-bottom: 10px;
	border: 1px solid #6ea6bb;
}

form#commentform textarea {
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #6ea6bb;
}

form#commentform p {
	margin-bottom: 10px;
}