/* 
	Blog i360 - Empty Your Cup (based on Morning After 1000px)
	Wordpress theme authored for the blogi360 blogging system.
	Author: Susie Motter http://susiemotter.com

COLORS:
bk beige: #E6D5C0;
tan dividers: #F2E8DC;
burnt orange: #843700;
brown font: #422E20;
blue hover: #003482;

*/

/***********************************************************
 + Global
************************************************************/
body, div {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 
	{
	line-height:130%;
	font-family: 'Lucida Sans', Tahoma, 'Trebuchet MS', Helvetica, sans-serif;
	}
img {
	border:none;
} /* general border removal around images such as link images */


body {
	margin:0 auto;
	background:#E6D5C0 url('http://emptyyourcup.com/blog/uploaded/SiteImages/bk.png') top center repeat-y;
	color:#422E20;
	font-size:14px;
	line-height:150%;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	text-align:center;
}

table
	{
	margin:0;
	font-size:12px;
	line-height:150%;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	}

	#wrap {
		margin:0 auto;
		padding:0;
		width:1000px;
		text-align:center;
	}
	
	
	/***********************************************************
 	+ Header
	************************************************************/
	#head {
		margin:0;
		width:1000px;
	}
	
	
		/* top text link navigation */
		#menu {
			margin:0;
			width:1000px;
			background:#E6D5C0;
			border-bottom:1px solid #843700;
			text-align:left;
		}
		#menu ul,
		#menu li {
			margin:0;
			padding:0;
			list-style:none;
		}
		#menu ul {
			margin:0;
			padding:10px 10px 0 10px;
		}
		#menu li {
			padding:5px 10px;
			display:inline;
		}
		
		
		#menu a,
		#menu a:link,
		#menu a:visited,
		#menu a:active {
			font-weight:bold;
			text-decoration:none;
		}
		#menu a:hover {
			text-decoration:underline;
		}
		
		
		/* top tabs link navigation */
		#tabs6 {
			text-align:left;
			margin:0;
			width:1000px;
			background:#E6D5C0;
			border-bottom:1px solid #843700;
			font-size:93%;
			line-height:normal;
		}
		#tabs6 ul {
			margin:0;
			padding:10px 10px 0 10px;
			list-style:none;
		}
		#tabs6 li {
			margin:0;
			padding:0;
			list-style:none;
			display:inline;
		}
		#tabs6 a {
			float:left;
			background:url(img/tableft6.gif) no-repeat left top;
			margin:0;
			padding:0 0 0 4px;
			text-decoration:none;
		}
		#tabs6 a span {
			float:left;
			display:block;
			background:url(img/tabright6.gif) no-repeat right top;
			padding:5px 15px 4px 6px;
			color:#FFF;
		} /* Commented Backslash Hack hides rule from IE5-Mac \*/
		#tabs6 a span {
			float:none;
		}
		/* End IE5-Mac hack */
		#tabs6 a:hover span {
			color:#FFF;
		}
		#tabs6 a:hover {
			background-position:0% -42px;
		}
		#tabs6 a:hover span {
			background-position:100% -42px;
		}
		#tabs6 #current a {
			background-position:0% -42px;
		}
		#tabs6 #current a span {
			background-position:100% -42px;
		}
		#tabs6 .current_page_item a {
			background-position:0% -42px;
		}
		#tabs6 .current_page_item a span {
			background-position:100% -42px;
		}
		#tabs6 #current {
			background-position:0% -42px;
		}
		#tabs6 #current span {
			background-position:100% -42px;
		}
		#tabs6 .current_page_item {
			background-position:0% -42px;
		}
		#tabs6 .current_page_item span {
			background-position:100% -42px;
		}
		
		
		#header {
			margin:0;
			width:1000px;
			height: 225px;
			background:url('http://emptyyourcup.com/blog/uploaded/SiteImages/Cecil-StressReliefHeader.png') no-repeat;
			border-bottom:2px solid #843700;
		}
		
		
		h1.siteName {display: none;}
		h3.desc {display: none;}
		#header_img {display: none;}
		#header_img img {display: none;}
		
	
	/***********************************************************
	 +Content Area
	 ***********************************************************/
	 #Contents {
	 	margin:0;
		width:1000px;
		text-align:center;
	}
	* html #Contents {
		width:1000px;
	}


	/***********************************************************
	 + Links
	************************************************************/
	a,
	a:link,
	a:visited,
	a:active {
		color:#843700;

































		font-weight:normal;
		text-decoration:none;
	}
	a:hover {
		color:#003482;
		text-decoration:underline;
	}
	
	
	/***********************************************************
 	 + Footer
	************************************************************/
	#footerWrap {
		margin:0;
		width:1000px;
		background:#D5B895;
		font-size: 90%;
		border-top: 2px solid #843700;
	}
	#footer {
		margin:0;
		padding:0;
	}
	#footer #sk2-footer a {
		color:#fff
	}
	
	
	#footer p.copy360 {
	}


/***********************************************************
 + Content (Blog)
************************************************************/
#contentWrap {
	margin:0;
	padding:0;
	width:1000px;
	text-align:left;
	background: url('http://emptyyourcup.com/blog/uploaded/SiteImages/blog-bk.png') top center repeat-y;
}

	
	/***********************************************************
	 + Contents400 (3 column layout)
	************************************************************/
	#contents400 {
		padding:0 10px;
		width:588px;
		float:left;
		overflow:hidden;
	}
	* html #contents400 {
		width:620px;
		display:inline;
	}
	
	
	/***********************************************************
	 + Contents580 (2 column layout)
	************************************************************/
	#contents580 {
		padding:0 15px;
		width:644px;
		float:left;
		overflow:hidden;
	}
	* html #contents580 {
		width:674px;
		display:inline;
	}
	

	/***********************************************************
	 + General HTML Tags
	************************************************************/
	div.post code {
	}
	div.post blockquote {
		padding:0 10px;
		background:#e8e8e8;
		border-top:2px solid #000;
		border-bottom:2px solid #000;
	}
	
	
	/***********************************************************
	 + Post Area
	************************************************************/	
	div.post 
		{
		text-align: justify;
		}
	
	
	div.post h2.postTitle {
		margin:0;
		padding:0;
		line-height:150%;
		font-size:150%;
		font-weight:bold;
		text-align: center;
	}
	div.post h2 a,
	div.post h2 a:link,
	div.post h2 a:visited,
	div.post h2 a:active {
		color:#843700;
		font-weight:bold;
		text-decoration:none;
	}
	div.post h2 a:hover {
		color:#003482;
		text-decoration:none;
	}
	
	
	div.post div.metaWrap {
		padding:30px 0 0 0;
		display:block;
		clear:both;
	}
	div.post div.Print,
	div.post div.Email {
		margin-right:10px;
		display:inline;
	}
	div.post div.Print a,
	div.post div.Print a:link,
	div.post div.Print a:visited,
	div.post div.Print a:active,
	div.post div.Email a,
	div.post div.Email a:link,
	div.post div.Email a:visited,
	div.post div.Email a:active {
		color:#000;
		font-size:90%;
		font-weight:bold;
	}
	div.post div.metaWrap span.Tags 
		{
		padding-left:15px;
		}
	div.post p.tagged 
		{
		margin-top:5px;
		padding-left:10px;
		text-align:right;
		line-height:160%;
		}
	div.postInfo h4 
		{
		margin:0;
		padding:0 0 15px 0;
		font-size:95%;
		font-weight:normal;
		text-align: center;
		}
	div.postInfo h4 div {
		display:inline;
	}
	* html div.postInfo h4 div {
		margin-right:3px;
	}
	
	
	div#navigation {
		padding:10px 0 30px 0;
	}
	div#navigation div.previous {
		padding:0 10px 0 0;
		float:left;
	}
	div#navigation div.next {
		padding:0 0 0 10px;
		float:right;
	}
	
	
	div.post #Comments {
		margin-top:20px;
		padding-top:23px;
	}
	
	
	div.post #Comments h3 {
		margin-top:3px;
		padding-top:0;
		background:#fff;
		line-height:120%;
		color:#5f9410;
		font-size:85%;
		font-weight:normal;
		text-transform:uppercase;
	}
	
	
	div.post #Comments #Reply {
		margin-top:30px;
	}
	div.post #Comments #Reply h3 {
		padding-bottom:5px;
		border-bottom:1px solid #F2E8DC;
		color:#000;
	}
	div.post #Comments textarea#comment {
		width:98%;
	}
	div.post #Comments #Reply #commentform {
		border-bottom:1px solid #F2E8DC;
	}
	
	
	div.post #Comments ol.commentlist,
	div.post #Comments ol.commentlist li {
		margin:0;
		list-style:none;
	}
	div.post #Comments ol.commentlist li {
		margin-top:15px;
		padding-right:10px;
		border-right:3px solid #F2E8DC;
		border-bottom:1px solid #F2E8DC;

	}

	div.post #Comments ol.commentlist li a {
		font-weight:bold;
	}
	div.post #Comments cite {
		font-style:normal;
	}
	div.post #Comments small.commentmetadata {
	}
	
	
	div.post div.related h2 {
		font-weight:bold;
	}
	
	
	div#betweenPosts-inc {
		padding-bottom:15px;
		border-top:1px solid #F2E8DC;
	}
	
	
	/***********************************************************
	 + More block, below posts (Want more? Keep rolling...)
	************************************************************/
	div#More {
		margin:20px 0;
		padding:10px 0;
		line-height:160%;
		font-size:90%;
	}
	div#More span.tier-1 {
		display:block;
		clear:both;
		font-weight:bold;
	}
	div#More span.tier-2 {
		display:block;
		clear:both;
		font-weight:bold;
	}
	
	
	/***********************************************************
	 + Sidebars
	************************************************************/
	#leftSidebar
		{
		padding:3px;
		width:290px;
		float:left;
		overflow:hidden;
		font-size: 90%;
		}
	* html #leftSidebar
		{
		width:290px;
		display:inline;
		}
	#rightSidebar 
		{
		padding:3px 1px 3px 10px;
		width:285px;
		float:left;
		overflow:hidden;
		font-size: 90%;
		}
	* html #rightSidebar
		{
		width:290px;
		display:inline;
		}	
	#leftSidebar ul, #rightSidebar ul
		{
		margin:0;
		padding:0;
		list-style:none;
		}
	#leftSidebar ul ul, #rightSidebar ul ul
		{
		margin-bottom:5px;
		margin-left:0;
		padding-bottom:10px;
		}
	#leftSidebar li li, #rightSidebar li li
		{
		padding:3px 0 0 5px;
		}
	#leftSidebar h2, #rightSidebar h2
		{
		margin:0 0 0 0;
		padding:5px 0;
		color:#422E20;
		font-size:125%;
		text-transform:uppercase;
		letter-spacing:0.1em;
		word-wrap:break-word;
		}
	
	#leftSidebar a, #leftSidebar a:link, #leftSidebar a:visited, #leftSidebar a:active,
	#rightSidebar a, #rightSidebar a:link, #rightSidebar a:visited, #rightSidebar a:active
		{
		color:#843700;
		font-weight:normal;
		text-decoration:none;
		}
	#leftSidebar a:hover, #rightSidebar a:hover
		{
		/*color:#003482;*/
		background: #F2E8DC;
		text-decoration:none;
		}
	.recent_date {background: #F2E8DC; color: #843700; font-weight: bold; font-size: 90%}	
	
	
	#postArchives-inc,
	#postPosts-inc,
	#postCats-inc,
	#postSearch-inc,
	#postMeta-inc,
	#postTags-inc 
	{}
	
	
	/***********************************************************
	 + Specific Sidebar Blocks
	************************************************************/
	#rightSidebar #Search ul,
	#leftSidebar #Search ul {
		margin-left:0;
	}
	#Search ul li {
		padding-left:0;
		background:none;
		none;list-style:none;
	}
	#Search form {
		margin:0;
		padding:0;
	}
	#Search .searchTier-1 {
		display:block;
		clear:both;
	}
	
	
	#rightSidebar #Tags ul,
	#leftSidebar #Tags ul {
		margin:0;
	}
	#Tags ul li {
		padding-left:0;
		background:none;
		list-style:none; display: inline;
	}
	
	
	#rightSidebar #Calendar li,
	#leftSidebar #Calendar li {
		padding-left:0;
		border-bottom:none;
		background:none;
	}
	
	
/***********************************************************
 + Content (Home Page)
************************************************************/
#content2 {
	margin:0;
	background:#fff;
	text-align:center;
}
#content2 #content2-3 {
	margin:0;
	padding:0;
	width:944px;
	text-align:left;
	overflow:hidden;
}
* html #content2 #content2-3 {
	width:944px;
}


/***********************************************************
 + Content (Custom Pages)
************************************************************/
#externalpagebody {
	margin:0;
	background:#fff;
	text-align:left;
	width: 944px;
	padding: 25px
        line-height:150%;
}
#externalpagebody #externalpagecontent #external-3 {
	margin:0;
	padding:0px;
	width:944px;
	text-align:left;
	overflow:hidden;
}
* html #externalpagebody #externalpagecontent #external-3 {
	width:944px;
	text-align:left;}

#postMenu-inc, #preMenu-inc {display: none;}
#aweber {text-align: left;}
#aweber input {width: 125px;}


/**** [ !!! WARNING !!!! DO NOT EDIT BELOW THIS LINE! ] ****/

/***********************************************************
 + Overflow fix
************************************************************/
.clearfix:after {content:".";display:block;height:0;clear: both;visibility:hidden;}
.clearfix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

.mpro
	{
	margin: 10px 0 25px 0;
	font-size: 14pt;
	text-align: left;
        line-height:150%;
	}
.mprored
	{
	margin: 10px 0 25px 0;
	text-align: center;
	font-weight: bold;
	color: red;
	font-size: 14pt;
	}
.mprohighlight
	{
	background: yellow;
	color: blue;
	font-size: 14pt;
	}
.mprowhite
	{
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 14pt;
	}
h1.mpro
	{
	font-size: 24pt;
	font-family:"Verdana","sans-serif";
	color: red;
	font-weight: bold;
	}	
h2.mpro
	{
	text-align:center;
	font-size:18pt;
	font-family:"Verdana","sans-serif";
	font-weight:bold;
	font-style:italic;
	}
h3.mpro
	{
	font-size: 16pt;
	font-style: italic
	}
h4.mpro
	{
	font-size: 16pt;
	}
