/*
Theme Name: Bruise
Theme URI: http://www.wordpressings.com
Description: A blue, black and green theme with two columns, a fixed width and right sidebar. Widget ready.
Version: 1.0
Author: WordPressings.com
*/

html
{
	height: 100%;
}

body
{
	width: 800px;
	margin: 0px;
	padding: 0px;
	background-color: #01050E;
	background-image: url("images/body.jpg");
	background-repeat: repeat-y;
	background-position: 540px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a
{
	color: #5DC6FF;	
	text-decoration: none;
}

a:hover
{
	color: #ABCA17;
}

img
{
	border: 0;
}

#content
{
	float: left;
	width: 540px;
}

/* Header */
#header
{
	padding: 15px;
	background-color: #123A59;
}

#header h1
{
	margin: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 2em;
}

#header a
{
	color: #FFFFFF;
}

/* Menu */
ul#menu 
{
	width: 525px;
	height: 31px;
	margin: 0px;
	padding-left: 15px;
	background-image: url("images/menu.jpg");
	background-repeat: repeat-x;	
	list-style: none;	
}

ul#menu li
{
	display: block;
	float: left;
	width: auto;
	margin-right: 5px;
}

ul#menu li a
{
	display: block;
	float: left;
	width: auto;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #123A59;
	font-size: .75em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

ul#menu li a:hover
{
	background-color: #ABCA17;
	color: #091B29;
}

ul#menu li.rss a:hover
{
	background-color: #FF6600;
	color: #FFFFFF;
}

/* Search */
#search
{
	float: left;
	width: 525px;
	height: 42px;
	padding-left: 15px;
	background-image:url("images/search.jpg");
	background-repeat: repeat-x;
}

#search form
{
	float: left;
	width: 425px;
	height: 26px;
	margin-top: 8px;
	background-image: url("images/search_form.jpg");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#search form input
{
	width: 410px;
	height: 18px;
	margin-left: 7px;
	margin-top: 1px;
	background: #FDFDFD;
	border: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #222F38;
}

#search img
{
	float:left;
	width: 84px;
	height: 26px;
	margin-top: 8px;
}

/* Posts and Pages */
.post
{
	clear: both;
	width: 510px;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #000007;
}

.bottom
{
	clear: both;
	background: #091B29;
}

.post h2
{
	margin: 0px;
	font-size: 1.25em;
	font-weight: normal;
}

.post h2.page
{
	font-size: 1.25em;
	font-weight: bold;
	color: #ABCA17;
}

.post h2 a
{
	color: #FFFFFF;
	text-decoration: none;
}

.post h2 a:hover
{
	color: #ABCA17;
}

.date
{
	margin-top: 3px;
	font-size: .70em;
	color: #767674;
}

.author
{
	color: #ABCA17;
}

.category a
{
	color: #5DC6FF;	
	text-decoration: none;
}

.category a:hover
{
	color: #ABCA17;
}

.entry
{
	margin-top: 20px;
	font-size: .8em;
	line-height: 125%;
	text-align: justify;
}

.entry img.left
{
	float: left;
	margin-right: 10px;
}

.entry img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry img.right
{
	float: right;
	margin-left: 10px;
}

.entry a
{
	color: #5DC6FF;	
	text-decoration: none;
}

.entry a:hover
{
	color: #ABCA17;
}

.entry blockquote
{
	margin-left: 20px;
	padding-left: 10px;
	border-left: 5px solid #5DC6FF;
}

.entry .more
{
	width: 100%;
	font-size:.9em;
	text-align: right;
	letter-spacing:1px;
}

#post_border_top
{
	width: 540px;
	height: 13px;
	background-image: url("images/post_border_top.jpg");
	background-repeat: repeat-x;
	background-position: bottom center;
}

/* Navigation (Previous and Next) Links */
.navigation
{
	width: 510px;
	height: 45px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	background-color: #091B29;
	background-image: url("images/post_border_bottom.jpg");
	background-repeat: repeat-x;
	background-position: bottom center;
	font-size: .8em;
}

.navigation .left
{
	float: left;
	width: 255px;
	text-align: left;
}

.navigation .right
{
	float: left;
	width: 255px;
	text-align: right;
}

.navigation a
{
	color: #5DC6FF;	
	text-decoration: none;
}

.navigation a:hover
{
	color: #ABCA17;
}

/* Comments */
#comment_count
{
	width: 300px;
	height: 20px;
	margin-left: auto;
    margin-right: auto;
	padding-right: 155px;
	background-image: url("images/comment_count.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 20px;
	color: #ABCA17;
	text-align: right;
}

.comment
{
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #222F38;
}

.comment_box_top
{
	width: 510px;
	height:4px;
	margin: 15px auto 0 auto;
	background-image: url("images/comment_box_top.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
}

.comment
{
	width: 480px;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 5px 15px 5px 15px;
	background: #222F38;
	font-size: .8em;
	color: #ABCA17;
	line-height: 125%;
	text-align: justify;
}

.comment blockquote
{
	margin-left: 20px;
	padding-left: 10px;
	border-left: 5px solid #ABCA17;
}

.comment span
{
	color: #FFFFFF;
}

.comment_box_bottom
{
	width: 510px;
	height: 4px;
	margin: 0 auto 15px auto;
	background-image: url("images/comment_box_bottom.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

#commentform h6
{
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: .8em;
	font-weight: normal;
	color:#767674;
	line-height: 125%;
}

#commentform input
{
	width: 500px;
	height: 18px;
	margin-top: 1px;
	padding-left: 5px;
	border: 0;
	background-color: #FDFDFD;
	font-family: Verdana, Helvetica, sans-serif;
	color: #222F38;
}

#commentform textarea
{
	width: 500px;
	height: 100px;
	margin-top: 1px;
	padding: 2px;
	padding-left: 5px;
	border: 0;
	background: #FDFDFD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222F38;
}

#commentform #submit
{
	width: 125px;
	height: 26px;
	margin-top: 5px;
	padding: 0;
}

/* Sidebar */
ul#sidebar
{
	float: left;
	width: 251px;
	height: 100%;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	list-style: none;
}

ul#sidebar li h2
{
	width: 206px;
	height: 26px;
	margin: 0px;
	padding-left: 45px;
	padding-top: 4px;
	background-image: url("images/sidebar_li_h2.jpg");
	background-repeat: no-repeat;
	font-size: 12pt;
	font-weight: normal;
	color: #091B29;
}

ul#sidebar li ul
{
	width: 200px;
	margin :0px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px;
	padding-left: 36px;
	list-style: none;
	font-size: .8em;
	line-height: 145%;
}

ul#sidebar li ul li
{
	width: 200px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

ul#sidebar a
{
	color: #5DC6FF;
}

ul#sidebar a:hover
{
	color: #ABCA17;
}

ul#sidebar li ul li:hover
{
	background-image: url("images/arrow.jpg");
	background-repeat: no-repeat;
	background-position: left center;
}

/* Sidebar - Widget Specific */
ul#sidebar p, ul#sidebar table, ul#sidebar div.textwidget
{
	margin-left: 45px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: .8em;
	line-height: 125%;
}

/* Footer */
#footer
{
	clear: both;
	float: left;
	width: 540px;
	margin: 0;
	padding-bottom: 15px;
	text-align: center;
	color: #FFFFFF;
	font-size: .8em;
	line-height: 125%;
}
	
#footer .left, #footer .right
{
	float: left;
	width: 240px;
	padding: 15px;
}

#footer h2
{
	margin: 0 0 10px 0;
	padding: 0 8px;
	font-size: 1.6em;
	color: #FFFFFF;
}

#footer h2 span
{
	color: #ABCA17;
}

#footer ul
{
	margin: 0;
	padding: 0;
	border-top: 1px #555555 dotted;
	list-style: none;
	text-align: left;
}

#footer ul li
{
	border-bottom: 1px #555 dotted;
	line-height: 26px;
}

#footer ul li a
{
	display: block;
	padding: 0 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer ul li a:hover
{
	color: #ABCA17;
	background: #191919;
}

#body_content {position: absolute;left: -10000px;};