@charset "utf-8";
/* CSS Document */

/*

Blueray wordpress theme (c) 2008 by Anibe Agamah
v 1.0.0
http://www.anibeagamah.com

CSS code blocks as follows:
- typography and links (global)
- layout
- headers
- posts
- date and time
- lists
- forms
- comments
- other styles

*/

/*===== Start Typography & colours =====*/
body	{
	background: #669ACC;
	font-size: 0.85em;
	text-align: center;
	color: #333;
	font-family:  Georgia, Geneva, Helvetica, "Times New Roman", Times, serif;
	margin: 0;
	
}

a	{
	color: #0066CC;
	text-decoration: none;
}

a:visited	{
	color: #00468C;	/* color: #003366; */
}

a:hover	{
	color: #BF3316;
	text-decoration: underline;
}
.sidebar	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.sidebar h2	{
	font-size: 1.2em;
	margin: 4px 0 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	color: #666;
}

#header	{
	padding: 7px;
	background-image: url('img/header.gif');
	background-repeat: no-repeat;
	height: 110px;
}


.headerimg h1	{
	margin: 0;
	padding: 0;
}

.description	{
	font-size: 1.5em;
	margin: 0;
	color: #999;
	padding-left: 11px;
}

#nav	{
	text-align: center;
	margin: 0 0 10px 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #CCC;
}

#nav ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#nav li	{
	display: inline;
	padding: 0 40px 10px 0;
}

#nav a	{
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 1em;
	font-weight: bold;
	text-shadow: #fff 2px 2px 2px;
}

#nav a:hover	{
	text-decoration: none;
	color: #999;
}

.skip {
 display: block;
 color: #CCC;
 text-align: right;
}

.skip a {
	color: #CCCCCC;
	font-size: 0.7em;
	font-family: Arial;
	
}

q:before,q:after {
	content:'';
}
/*========= End typography & colours=======================*/



/*===== Start Layout & Structure =====*/

#page	{
	text-align: left;
	margin: 0;
	background-position: center 15%;
	background-image: url('img/rays.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#frame {
	width: 700px;
	margin: 10px auto;
}

#frametop	{
	background: url('img/frametop.png') no-repeat;
	height: 14px;
}

#content	{
	background: #c6d9e0 url('img/content_bg.png') repeat-x;
	background-position: top center;
	margin: 0 8px;
	padding: 4px;
	height: 100%;
}

#framebody	{
	background: url('img/framebody.png') repeat-y;
	height: 100%;
}

#content .narrowcolumn	{
	width: 530px;
	float: left;
}

#content .sidebar	{
	margin-left: 533px;
	padding: 5px;
}

#footer	{
	height: 103px;
	background: url('img/footer.png') no-repeat;
	padding: 14px;
	font-size: 0.85em;
}

#footer, #footer a	{
	color: #273C50;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p	{
	padding: 15px;
}
/*========= End Layout & Structure =======================*/



/*===== Start Headers =====*/

/*========= End Headers =======================*/


/*===== Start Posts =====*/

.post	{
	padding: 7px;
	margin-bottom: 14px;
}

.post_title	h2	{
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	/* width: 421px; */
}

.post_title	h1	{
	font-size: 1.8em;
	margin: 0 0 5px 0;
}

.singleheadline {
	border-bottom: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
}

.post_title	.headline	{
	float: left;
	width: 472px;
}

.post_title h2:hover {
	display: inline;
}

.post_title a:hover	{
	color: #70A3D8;
	text-decoration: none;
}

.entry_info	{
	clear: both;
	color: #666;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
}

.post_title	 h2 a	{
	color: #383838;
	text-decoration: none;
	padding-right: 10px;
}

.post .date .month, .day{
	display: block;
	float: none;
	color: #999;
	text-align: center;
}

.post .entry	{
	clear: both;
	margin: 10px 0;
	text-align: justify;
	font-family: Tahoma, "Trebuchet MS", Verdana;
	/*word-spacing: 1px;*/
	line-height: 1.4em;
	font-size: 0.95em;
}

.post .category a	{
	text-transform: uppercase;
	text-decoration: none;
	background: #CDDEE1;
	color: #669999;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}

.entry_metadata	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
    clear: both;
	padding-top: 6px;
}

.entry_metadata .tags	a {
	color: #666;
}

.entry_metadata	.tags	a:hover {
	color: #C30;
}

.makemostframe	{
	border: 2px solid #CCC;
	background: #f8f8f8 url('img/makemost-bg.gif') repeat-x bottom;
	padding: 0 5px;
	margin: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}

.makemostframe ul	{
	margin: 0;
	padding: 0;
}

.makemostframe li	{
	list-style-image: none;
	list-style-type: none;
	float: left;
	width: 30%;
	height: 31px;
	margin: 6px 0;
	text-align: left;
	padding: 3px;
}

.makemostframe img	{
	border: 0;
}

.navigation {
	font-size: 0.85em;
	color: #999;
}

.navigation	.alignleft	{
	text-align: left;
	float: left;
	width: 50%;
	text-transform: none;
}

.navigation	.alignright	{
	text-align: right;
	margin-left: 50%;
	width: 50%;
	text-transform: none;
}

/* Archives */

.archive_entry	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	border-left: 2px solid #0099CC;
	padding: 4px;
	margin: 3px;
}

.archive_entry:hover	{
	background: #fff;
}

.pagetitle	{
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
}

/*========= End Posts =======================*/


/*===== Start Date & Time =====*/
.post .date	{
	text-transform: uppercase;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 35px;
	margin-left: 470px;
	background: #DDE9EB; /* url('img/cal.gif') no-repeat; */
	border-top: 2px solid #A97897;
}



/*========= End Date & Time =======================*/


/*===== Start Images =====*/

img.inpost	{
	background: #fff;
	float: left;
	border: 1px solid #CCC;
	margin-right: 5px;
	padding: 3px;
}

/*========= End  Images =======================*/



/*===== Start Lists =====*/

.sidebar ul, .sidebar ul ol {
	margin:0;
	padding:0;
}


.sidebar ul li	{
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 15px;
}

.sidebar ul ul li, .sidebar ul ol li {
	margin:3px 0 0;
	padding:0;
}
/*========= End  Lists =======================*/



/*===== Start Forms =====*/



#commentform input, textarea, #searchform input#s	{
	border: 2px solid #e6eff2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666;
}

#commentform textarea {
	padding: 6px;
}

input#submit	{
	border: none;
	/*height: 28px;
	width: 184px;*/
}

#searchform #submitbutton {
	position: absolute;
	position: relative;
	/*left: -40px;*/
	top: 5px;
	
}


/*========= End Forms =======================*/


/*===== Start comments =====*/

#comments h2	{
	font-family: Arial, Helvetica, sans-serif;
	color: #003333;
	font-size: 1.5em;
	border-bottom: 1px solid #0066CC;
	display: inline;
}

.avatar	{
	border: 2px solid #fff;
	float: left;
	margin: 0 10px 5px;
}

.commentlist	{
	padding: 0;
}

.commentlist li	{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

#comment_bubble	{
	width: 427px;
}

#comment_bubble p	{
	word-wrap: break-word;
	margin: 0;
}

.comment_info	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.comment_info cite	{
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.bubble_top	{
	height: 26px;
	background: url('img/comment-bubble-top.gif') no-repeat;
	clear: both;
	margin: 0px;

}

.bubble_middle	{
	background: url('img/bubble-middle.jpg');
	margin: 0px;
	padding: 0 1px 0 5px;
}

.bubble_gradient	{
	background: url('img/comment-bubble-gradient.gif') repeat-x;
	padding: 0 3px;
	margin-left: 3px;
}

.bubble_bottom	{
	height: 17px;
	background: url('img/comment-bubble-bottom.gif') no-repeat;
	margin: 0px;
}	

/*========= End comments =======================*/



/*===== Start Others styles =====*/


.hidden	{
	display:none;
}


.attention	{
	background: #f1b5b5;
	color: #FF3366;
	font-weight: bold;
	font-size: 0.75em;
	text-transform: uppercase;
}

.highlight	{
	background: #FFC;
}

.twtr-hd {
 display: none;
}
/*========= End Other styles =======================*/
