@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	}
body {
	font: 15px Tahoma,Arial,sans-serif;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	height:100%;
}
p {
	margin:1em 0;
}
#intro a {
	color:#F35183;
	text-decoration:none;
}
#intro a:hover {
	color:#FFFFFF;
	background:#F35183;
}
#container {
	width: 100%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:750px;
	background:url(../../../../images/bg.jpg) 0 0 no-repeat;
	}
.SEOMenu {
	margin:0;
	padding:0;
	text-align:center;
	}
.SEOLink {
	color:#F35183;
	font-size:10px;
	margin-left:20px;
	text-decoration:none;
	}
.SEOLink:hover {
	color:#FFFFFF;
	background:#F35183;
}
.noBullet {
	list-style-type:none;
	}
#mainMenu {
	background:#f35183 url(../../../../images/navigation.jpg) no-repeat scroll 0 0;
	float:left;
	height:50px;
	margin-top:8px;
	width:420px;
	}
#mainMenu ul {
	border:0 none;
	clear:left;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	}
#mainMenu ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	}
#mainMenu ul li a {
	display:block;
	height:50px;
	margin:0;
	padding:0;
	width:105px;
	}
#mainMenu ul li a span {
	display:none;
	}
#mainMenu ul li a.home:hover{
	background: url(../../../../images/navigation.jpg) 0px -50px;
	}

#mainMenu ul li a.about:hover{
	background: url(../../../../images/navigation.jpg) -105px -50px;
	}
#mainMenu ul li a.blog:hover{
	background: url(../../../../images/navigation.jpg) -210px -50px;
	}			
#mainMenu ul li a.contact:hover{
	background: url(../../../../images/navigation.jpg) -315px -50px;
	}
#logo {
	display:inline;
	float:left;
	height:57px;
	margin:0 0 0 184px;
	}
#logo h1 {
	height:57px;
	width:296px;
	}
#logo h1 a {
	background:transparent url(../../../../images/logo.png) no-repeat scroll 0 0;
	border:0 none;
	display:block;
	height:57px;
	line-height:63px;
	text-indent:-9999px;
	}
#logo h1 a:hover{
	background: url(../../../../images/logo.png) no-repeat 0px -57px;
	}
#menuLogo{
	height:57px;
	margin:10px auto;
	width:900px;
}
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	margin:35px 0 0 145px;
	text-align:left;
}
#intro {
	background:transparent url(../../../../images/intro.png) no-repeat scroll 0 0;
	behavior:url(http://www.tokyorepublik.com/js/iepngfix.htc);
	height:330px;
	margin:0 auto;
	width:900px;
}
#intro.blog h1 {
	background:transparent url(../../../../images/blog.png) no-repeat scroll 0 0;
	display:inline;
	float:right;
	height:30px;
	line-height:27px;
	margin:75px 95px 0 0;
	text-indent:-9999px;
	width:59px;
}
#intro blockquote {
	background: transparent url(../../../../images/quotesOpen.png) left top no-repeat;
	clear:right;
	display:inline;
	float:right;
	font-family:Tahoma,Arial,sans-serif;
	font-size:15px;
	line-height:17px;
	margin:1em 45px 0 38px;
	padding-left:50px;
	text-align:right;
	width:315px;
}
blockquote p {
	background:transparent url(../../../../images/quotesClosed.png) no-repeat scroll right bottom;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding-bottom:30px;
	padding-right:50px !important;
}
#mainText {
	margin:0 auto;
	width:900px;
}
#mainText.post2 h1{
	background:transparent url(../../../../images/blogImages/post2.png) no-repeat scroll 0 0;
	height:30px;
	line-height:30px;
	margin-bottom:10px;
	text-indent:-9999px;
	width:140px;
}
#mainText a {
	color:#F35183;
	text-decoration:none;
}
#mainText a:hover {
	color:#FFFFFF;
	background:#F35183;
	}
.sidebar{
	background:transparent url(../../../../images/blogImages/sidebarBorder.png) repeat-y scroll left top;
	float:right;
	margin:0 0 10px 0;
	padding-left:20px;
	width:140px;
	display: inline;
	font-size:12px;
}
.sidebar h2{
	margin:15px 0 0;	
}
.sidebar ul{
	list-style-type:none;
}
.sidebar a{
	color:#F35183;
	text-decoration:none;
	margin-left:2px;
}
.sidebar a:hover{
	color:#FFFFFF;
	background:#F35183;
}
.sidebar input{
	margin:5px 0;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 15px;
	background:#292929 url(../../../../images/formBg.png) repeat-x scroll 0 0;
	border:1px solid #444444;
	color:#000000;
}
#searchsubmit{
	margin:0;
	font: bold 1em Arial, Sans-serif;
	padding: 2px 3px;
	color: #333;
	background-color: #FFF;
	background-image: url(../../../../images/gradientbg.jpg);
	background-repeat: repeat-x;
	width: 100px;
	cursor:pointer;
}
.searchMyBlog{
	background:transparent url(../../../../images/blogImages/searchMyBlog.png) no-repeat scroll 0 0;
	height:21px;
	line-height:21px;
	text-indent:-9999px;
	width:137px;
}
.pages{
	background:transparent url(../../../../images/blogImages/pages.png) no-repeat scroll 0 0;
	height:21px;
	line-height:21px;
	text-indent:-9999px;
	width:55px;
}
.categories{
	background:transparent url(../../../../images/blogImages/categories.png) no-repeat scroll 0 0;
	height:21px;
	line-height:21px;
	text-indent:-9999px;
	width:96px;
}
.archives{
	background:transparent url(../../../../images/blogImages/archives.png) no-repeat scroll 0 0;
	height:21px;
	line-height:21px;
	text-indent:-9999px;
	width:74px;
}
.blogroll{
	background:transparent url(../../../../images/blogImages/blogroll.png) no-repeat scroll 0 0;
	height:21px;
	line-height:21px;
	text-indent:-9999px;
	width:62px;
}
.meta{
	background:transparent url(../../../../images/blogImages/meta.png) no-repeat scroll 0 0;
	height:21px;
	line-height:21px;
	text-indent:-9999px;
	width:46px;
}
.postmetadata {
	padding-bottom:10px;
	background:transparent url(../../../../images/blogImages/postmetadataBorder.png) repeat-x scroll 0 100%;
}

#footer {
	background:transparent url(../../../../images/footerBg.png) repeat-x scroll 0 0;
	clear:both;
	color:#FFFFFF;
	font-family:Tahoma,Arial,sans-serif;
	font-size:11px;
	height:80px;
	margin:10px 0 0;
}
#footer div {
	background:transparent url(../../../../images/footer.jpg) no-repeat scroll 0 0;
	height:80px;
	margin:0 auto;
	width:980px;
	padding-top:15px;
}
.footerText{
	margin: 0.5em 0;
}




.comments-template{
	margin: 0 0 0;
	padding: 0 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	background:transparent url(../../../../images/blogImages/commentsBorder.png) repeat-x scroll 0 100%;
}

.comments-template h2, .comments-template h3{
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Tahoma,Arial,sans-serif;
	font-size: 15px;
	height:100px;
	display:block;
	background:#FFFFFF url(../../../../images/textAreaBg.png) repeat-x scroll 0 0;
	border:1px solid #444444;
	color:#000000;
	width:530px;
}
input.submit {
	margin:10px 0;
	font: bold 1em Arial, Sans-serif;
	padding: 2px 3px;
	color: #333;
	background-color: #FFF;
	background-image: url(../../../../images/gradientbg.jpg);
	background-repeat: repeat-x;
	width: 100px;
	cursor:pointer;
}

#respond {
	background:transparent url(../../../../images/blogImages/leaveAComment.png) no-repeat scroll 0 0;
	display:inline;
	float:left;
	height:30px;
	line-height:27px;
	margin:0;
	text-indent:-9999px;
	width:161px;
}
.WordpressLink {
color:#F35183;
font-size:10px;
text-decoration:none;
}
.WordpressLink:hover {
background:#F35183 none repeat scroll 0 0;
color:#FFFFFF;
}
#author {
	margin:0;
	width:250px;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 15px;
	background:#FFFFFF url(../../../../images/formBg.png) repeat-x scroll 0 0;
	border:1px solid #444444;
	color:#000000;
	}

#email {
	margin:0;
	width:250px;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 15px;
	background:#FFFFFF url(../../../../images/formBg.png) repeat-x scroll 0 0;
	border:1px solid #444444;
	color:#000000;
	}

#url {
	margin:0;
	width:250px;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 15px;
	background:#FFFFFF url(../../../../images/formBg.png) repeat-x scroll 0 0;
	border:1px solid #444444;
	color:#000000;
	}
#company {
	margin:0;
	width:250px;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 15px;
	background:#FFFFFF url(../../../../images/formBg.png) repeat-x scroll 0 0;
	border:1px solid #444444;
	color:#000000;
	}
.left {
	width: 250px;
	float:left;
}
.right {
	float:left;
	margin-left:30px;
	width:270px;
}
label {
display:block;
font-weight:bold;
margin:5px 0;
}
label span {
color:#F35183;
}

input {
background:#292929 url(../../../../images/formBg.png) repeat-x scroll 0 0;
border:1px solid #444444;
color:#000000;
font-family:Tahoma,Arial,sans-serif;
font-size:14px;
padding:2px;
}
