/*
Theme Name: Neo Viewer
Theme URI: N/A
Description: This is the new viewer for the online teatime magazine
Version: 1.1
Author: Joung Kwon
Author URI: N/A

*/

html,body{
	margin:0;
	padding:0;
	background-color: #ededed;
}

a{
	outline-style: none;
	outline-width:0;
}

#content{ /*contains everything inside the loop*/
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}

#image-container{
	width:100%; /*width same as content 1024*/
}

#border-top-container{
	width:100%; /*width same as content's*/
}

#main-text-container{
	width:100%; /*width same as content's*/
	background-color:white;
}

#outer-text-container{
	/*width: 768px;*/
	width: 700px;
	background-color:white;
	margin-right:auto;
	margin-left:auto;

	padding-bottom: 30px;

	/*text style*/
	font-family: Georgia, Verdana, serif;
	font-size: 28px;
	line-height: 34px;
	font-style:italic;
	font-weight:normal;

	color: #585858;
}

#inner-text-container{
	width: 600px;
	background-color:white;
	margin-left:auto;
	margin-right:auto;

	/*text style*/
	/*font-family: Times, Verdana, Georgia, serif;*/
	/*font-family: Helvetica, Verdana,Times, serif;
	font-size:14px; 18px; */
	font-family: Verdana, Times, Georgia, serif;
	font-size: 14px;
	line-height: 20px;
	color:#5f5f5f;
	font-style:normal;
	font-weight:normal;
}

.text-underline{
	text-decoration:underline;
}

.text-bold{
	font-weight:bold;
}

#bottom-border-container{
	background: url('http://www.teatime-mag.com/magazines/wp-content/themes/desk-mess/images/teatime-general/footer/footer.png') no-repeat right top;
	height:212px;
	width:1024px;
}

#next-page-link{
	width:50px;
	height:50px; 
	
	border:solid 1px orange;
	position:absolute;
	margin-left:970px;
	margin-top:40px;

	/*opacity works in all major browsers*/
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity: 0;

}
/*tt8 curiosities*/
#ey-logo{
padding-top: 20px;
padding-bottom: 0;
}
	
	#text-1, #text-2, #text-3, #text-4, #text-5, #text-6,#text-7{
	font-size: 11px;
	line-height: normal;
	font-family: Georgia,Times,"Times New Roman", serif;
	color:black;
	font-weight:normal;
	font-style:normal;
	background-color: #DFE6F8;
	position:absolute;
	width:280px;

	text-align:left;
	}
	#intro-text p{
	padding-right: 30px;
	}

