/*  
Theme Name: Transformers Fan Theme
Theme URI: http://downloads.ituloy-angsulong.com/latest-wordpress-theme-transformers-the-movie-theme.html
Description: Just brings back my childhood memories in flat animation, and now Transformers is brought to life in real 3D. This is a modified Fortune Basic Theme by Frank Helmschrott.
Version: 0.11
Author: Ituloy AngSulong
Author URI: http://downloads.isulongseoph.com.ph/
	
	You may not remove copyright notices and links within the footer.
	
*/

html, body {
	margin: 0px;
	padding: 0px;
	background: #000;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 90%;
}

p {
	line-height: 150%;
}

blockquote {
	background: #f0f0f0;
	padding: 5px 15px 5px 15px;
	border-left: 3px solid #011A32;
	color: #011A32;
}

blockquote p {
	
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, Sans-Serif;
}

h1 {
	margin: 0;
	padding: 0;
}

a:link,
a:active,
a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #e4f2fd;
	color: #e4f2fd;
}

a:hover {
	color: #e4f2fd;
	text-decoration: none;
	border-bottom: 1px solid;
}

#page-container {
	width: 760px;
	padding-left: 10px;
	padding-right: 10px;
	background: #011A32;
	margin: 0 auto;
	padding-bottom: 10px;
}

#top-nav {
	margin: 0px;
	padding-bottom: 10px;
	border: 1px solid #000;
}

ul#navlist {
	margin-left: -1px;
	padding-left: 0;
	margin-top: 10px;
	margin-bottom: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
}

#navlist a {
	padding: 8px 20px;
	border: none;
}

#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #036;
	text-decoration: none;
	border: none;
}

#navlist a:hover {
	color: #fff;
	background-color: #105FAE;
	color: #FFF;
	text-decoration: none;
}

#header {
	background: url('images/header_bg.png') repeat-x top left #036;
	margin: 0px;
	padding: 0px;
	height: 110px;
	border: none;
	text-align: center;
}

#header h1 {
	padding-top: 34px;
}

#header h1 a {
	color: #797E86;
	text-decoration: none;
	border: none;
}

#header .description {
	color: #000;
}



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry {
	color: #fff;
}
	
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 10px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	padding: 0;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar ul li h2 {
	font-size: 120%;
}

#sidebar input {
	font-size: 90%;
}

/* End Entry Lists */

/*


#sidebar ul {
	margin: 0;
	padding: 10px;
}

#sidebar ul li {
	list-style-type: none;
	padding: 0;
}


*/

#content {
	padding: 10px;
	margin-right: 0x;
}

#transformers{
	background: #011a32 url('images/transformers.jpg') center no-repeat;
	height: 74px;
}
#transformers h1{
	display: none;
}

.post {
	margin-top: 30px;
	background: #253A57;
	padding: 1px 5px 5px 5px;
}

.post h2, .post h3 {
	color: #EDEDF0;
}


.post h2 a, .post h3 a {
	border: none;
	text-decoration: none;
	color: #EDEDF0;
}

.post h2 a:hover {
	color: #105FAE;
	border: none;
}

.post h2 .date, .post h3 .date {
	color: #aaa;
	font-size: 14px;
}

.pagetitle, #respond, #commentform p, .navigation a {
	color: #EDEDF0;
}
#commentform p a, .navigation a {
	color: #1059D9;
}

.center {

	color: #EDEDF0;
}


.postmetadata {
	padding: 8px;
	background: #f4f4f4;
	font-size: 80%;
	color: #011A32;
	border-bottom: 1px solid #ededed;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

#footer {
	background: #ededf0;
	padding: 5px;
	padding-left: 20px;
	font-size: 80%;
}
<center><a href="http://www.blogtalkradio.com/the_optibotimus_show"><img id="BTRButton" border="0" alt="Listen to optibotimus on internet talk radio"   src="http://www.blogtalkradio.com/img/180x60_wht.gif"/></a></center>