/*  
Theme Name: Brilliance
Theme URI: http://www.blogohblog.com/
Description: Brilliance is a 3 columns Wordpress theme. I would surely love to hear your feedback :). This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>. This means you may use it for any purpose, and make any changes you like. Just leave my link under your footer :)
Version: 1.0
Author: Bob 
Author URI: http://www.blogohblog.com/
*/

/* GLOBAL SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* { margin: 0; padding: 0; }

body
{
		margin:  6px 0 0;
		font: normal 80%/160% tahoma, arial, verdana, san-serif;
		background: #fff url(images/page-bg.gif) 50% 0% no-repeat;
}

li
{
		list-style: none;
}

hr
{
		clear: both;
		height: 1px;
		line-height: 1px;
		font-size: 1px;
		visibility: hidden;
		margin: 0;
		padding: 0;
}

/* HEADINGS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1, h2, h3, h4, h5
{
		font-family: georgia, 'times new roman', times, serif;
		font-weight: normal;
}

h1
{
		height: 79px;
		line-height: 79px;
		padding-left: 20px;
		font-size: 2em;
		float: left;
		width: 520px;
}

h2
{
		font-size: 1.3em;
}

/* LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a
{
		color: #000;
		text-decoration: none;
}

a:hover
{
		text-decoration: underline;
}

/* MAIN SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#wrapper
{
		width: 960px;
		margin: 0 auto;
}

#wrapper:after, #header:after, .post:after, .post-date:after
{
		content:  ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}

#header
{
		height: 79px;
}

#content
{
		width: 620px;
		float: left;
		padding: 36px 20px 0 20px;
}

#sidebar
{
		width: 280px;
		float: right;
		padding: 51px 10px;
}

#main-ad
{
		width: 135px;
		float: left;
		padding: 56px 0 0 5px;
		text-align: right;
}

/* HEADER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1 a
{
		color: #eee;
}

#topsearch
{
		float: left;
		width: 338px;
		height: 42px;
		padding-top: 37px;
		text-align: center;
		padding-left: 77px;
}

#topsearch input
{
		width: 150px;
		height: 21px;
		background: url(images/search-input-bg.gif) no-repeat;
		border: none;
		padding: 9px 8px 5px 27px;
		margin-right: 10px;
		float: left;
		font: normal 1em tahoma, arial, san-serif;
}

#topsearch button
{
		width: 75px;
		height: 35px;
		background: url(images/search-button-bg.gif) no-repeat;
		border: none;
		text-indent: -9999px;
		float: left;
		cursor: pointer;
}

/* POST SECTION ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.post
{
		margin: 0 0 2em;
		background: url(images/post-bg.gif) 0% 100% no-repeat;
		padding: 0 0 2em;
}

.post h2
{
		margin: 0 0 .2em;
		font-size: 1.6em;
}

.post h2 a
{
		color: #000;
}

.post-info
{
		border-bottom: 1px solid #f5f5f5;
		padding: 0 0 .5em;
		font-size: 90%;
		margin: 0 0 .5em;
		color: #999;
                text-align:right;
}

.post-info a
{
		color: #999;
}

.post-entry p
{
		margin: 0 0 .5em;
}

.post-entry a
{
		color: #4f6373;
}

.post-entry a:hover
{
		color: #8f8164;
}

.post-entry h3
{
		font-size: 1.25em;
		padding: 0 0 .5em;
		margin: 0 0 .5em;
                font-weight:bold;
}

.post-entry ul, .post-entry ol
{
		margin: 0 0 1em;
}

.post-entry ul
{
		margin-left: 1.5em;
}

.post-entry ul li, .post-entry ol li
{
		list-style: square;
		padding: .2em 0;
}

.post-entry ol
{
		margin-left: 2em;
}

.post-entry ol li
{
		list-style: decimal;
}

.post-entry blockquote
{
		margin: 1.5em 2em 1em;
		padding: .5em 0;
		color: #999;
		font-style: italic;
		border-top: 1px solid #f5f5f5;
		border-bottom: 1px solid #f5f5f5;
}

.post-entry img.align-right
{
		float: right;
		margin: .4em 0 0 1em;
		padding: 3px;
		border: 1px solid #f5f5f5;
}

.post-entry img.align-left
{
		float: left;
		margin: .4em 1em 0 0;
		padding: 3px;
		border: 1px solid #f5f5f5;
}

.post-entry img.align-center
{
		display: block;
		margin: .4em auto;
		padding: 3px;
		border: 1px solid #f5f5f5;
}

.post-meta
{
		font-size: 95%;
		color: #999;
}

.post-meta a
{
		color: #999;
}

.post-arch-info
{
		font-size: 95%;
		color: #999;
		margin: 0 0 2em;
		padding: 0 0 1em;
		border-bottom: 1px solid #f5f5f5;
}

/* COMMENT ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#comments h2, #respond h2
{
		margin: 0 0 .5em;
		padding: 0 0 .5em;
		border-bottom: 1px solid #f5f5f5;
}

#comments
{
		margin: 0 0 1em;
		background: url(images/post-bg.gif) 0% 100% no-repeat;
		padding: 0 0 1em;
}

#comments h3
{
		font-size: 1.2em;
}

.commentlist li
{
		margin: 0 0 .5em;
		padding: 0 0 .5em;
		border-bottom: 1px solid #f5f5f5;
}

#respond input, #respond textarea
{
		width: 492px;
		border-top: 1px solid #ccc;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
		border-left: 1px solid #ccc;
		padding: 3px;
		margin: .1em 0 .5em;
}

#respond button
{
		width: 75px;
		height: 35px;
		text-indent: -9999px;
		border: none;
		float: left;
		cursor: pointer;
}

#respond button#submit
{
		background: url(images/comment-submit-bg.gif) no-repeat;
		margin-right: 10px;
}

#respond button#reset
{
		background: url(images/comment-reset-bg.gif) no-repeat;
}

/* SIDEBAR ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#sidebar h2
{
		margin: 0 1em;
		/*padding: 0 0 .2em;*/
		/*border-bottom: 2px solid #f4f4e8;*/
}

#sidebar li ul
{
		margin: 0 0 1em;
}

#sidebar li ul li
{
		border-bottom: 1px solid #fafafa;
		padding: 3px 0;
                margin: 0 1em;		
/*list-style-image: url(images/sidebar-list-img.gif);*/
}

#sidebar li ul li
{
		color: #222;
}

#sidebar li a
{
		color: #222;
}

#sidebar li a:hover
{
		color: #8f8164;
}

/* MAIN AD ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#main-ad a
{
		display: block;
		width: 120px;
		height: 600px;
		line-height: 600px;
		background: #f5f5f5;
		float: right;
		text-align: center;
}

/* FOOTER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#footer
{
		clear: both;
		background: #14212b url(images/footer-bg.gif) 50% 0% no-repeat;
		text-align: center;
		padding: 100px 0 30px;
		color: #eee;
}

#footer a
{
		color: #eee;
}

/* other
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.down_buy {float:left;width:470px;padding-left:150px;}
.down_buy ul { }
.down_buy ul li { float:left; margin:15px 0 30px 0;list-style:none;}
.down_buy li a { color:#000; text-decoration:none; font-size:15px; font-weight:bold;}
.down_buy li a:hover { color:#ff6633; text-decoration:underline;}
.down_buy li.down { background:url(images/download.jpg) no-repeat left; padding:0 30px 0 35px;}
.down_buy li.buy { background:url(images/buy_now.jpg) no-repeat left; padding-left:47px;}
.post-bottom{ 
                 text-align:center;
                 padding:10px 0;
}
.post-bottom .bottom-download{
color:#FF6600;
font-family:Georgia,Arial;
font-size:24px;
font-style:oblique;
font-weight:bold;
line-height:24px;}
.post-bottom .bottom-download img{
border:0;
}
.post-bottom .bottom-buy{}
table {
border-collapse:collapse;
font-size:14px;
margin:15px 0 20px;
text-align:left;
width:100%;
}
table td {
border:1px solid #D4D4D4;
color:#333333;
padding:9px;
}
.reviews{float:left;}
.reviews-user{
float:right;
}
.reviews-user p{
padding:15px;
}
.awards {float:left;}
.awards img{padding:5px;border:0;}
.fl{
float:left;
}
.fr{
float:right;
}
.first { margin-top: 0; }
.green { background: url(images/button-green.png) #D1EAA0 right top no-repeat; }
.green:hover { background: url(images/button-green.png) #C3E480 right -200px no-repeat; }
.green h2 a { color: #718D36; }
.green:hover h2 a, #bodycol .green h2 a:hover { color: #546828; }
.green {
color:#006600;
}
.first h2 {
cursor:pointer;
margin:0 0 0 -1px;
padding:25px 25% 0 3%;
width:72%;
color:#333333;
font-size:1.45em;
font-family:sans-serif;
font-weight:normal;
}
.button { margin-top: 20px; }
.button p { font-size: .9em; padding-bottom: 25px; cursor: pointer;color:#4F6373;color:#333333;
margin:0;
padding:0.1em 0 0.25em 3%; }
.button p a { text-decoration: none; clear: both; cursor: pointer; width: 97%; }

