/*
Theme Name: Blank 2 Column - Right Sidebar
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready,blank
*/




/* basics */

*{margin:0; padding:0px 0;}

body {  background: #000;
        background-image:url(images/bg-2.png);
  	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Segoe UI", "verdana", "arial";
        font-weight:normal:
        font-size:1.2em:
        font-spacing:0.3em:

	}

	
h1 {font-size: 1.4em;color: #FF6666;}
h2 {font-size: 1.3em;color: #FF6666;}
h3 {font-size: 1.2em;color: #FF6666;}
h4 {font-size: 1.1em;color: #FF6666;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#C10E1F;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 960px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
        /* optional rounded corners for browsers that support it */
       -moz-border-radius: 3px;
       -khtml-border-radius: 3px;
       -webkit-border-radius: 3px;
        border-radius: 3px;
	}
	
/* header */

#header {
        background-image:url(images/ufcheader.png);
  	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	width: 960px;
	margin: 0 auto;
	padding:0;
  	height: 200px;
	color: #fff; 

	}

#header h1{
	font-size:5.0em;
	padding:40px 0 0 0;
	margin:auto 0;
        float:center;	
        line-height:40px;
	}
	
#header h1 a{color: #C10E1F; text-decoration: none;}
#header h1 a:hover{color: #C10E1F; text-decoration: none;}


#header h2{
	font:normal 1.2em;
	color:#CCC;
	padding: -20px 0 0 0;
	margin:0;	
	}
/* main menu */

#menu-header { list-style-type: none; width: 960px; margin: 0 auto; font-weight:800; color: #C10E1F;} 
#menu-header a { padding: 5px 5px;}
#menu-header li { list-style-type: padding: 5px 5px; font-weight:800; color: #C10E1F; display:inline;}



#menu {
	width: 960px;
	margin: 0 auto;
	padding:0;
	overflow:hidden;
	padding:0;
}


#menu  ul {
	margin:0;
	padding:0;
	font-weight:800;
	color: #C10E1F;
}


#menu  ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;

}


#menu  ul li a {
	padding:4px 10px;
	margin: 0;
	display:block;
}


#menu  ul li a:hover {

}



/* content */


#content {
	float:left;
	width:530px;
	overflow: hidden;
	margin:14px;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
        font-size:0.9em;
        border-bottom: solid 1px #ccc;
padding: 10px 0;
overflow: hidden;
	}
	
.post h2{
	font:600 2.0ems;
	color: #C10E1F;	
        padding: 0 10px;
        text-decoration: underline;
	}
	
.post h2 a{
	color: #C10E1F;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #C10E1F;
	text-decoration: none;
	}
.post h3 {
	font-size: 1.2em; 
        color: #C10E1F;
	}
.post h3 a{
	font-size: 1.2em; 
        color: #C10E1F;
	}
.post h3 a:hover{
	font-size: 1.2em; 
        color: #C10E1F;
	}
.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:0.9em;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
        width:390px; 
	float:right;
	margin:0;
	padding: 0;
	border-left: 1px solid #ddd;
	}

#sidebar h2{
	font:600 2.0ems;
	color: #C10E1F;	
	margin: 0;
	padding: 2px 0;
        text-decoration: underline;
}

#sidebar label{
	font:normal 11pt "Segoe UI", "verdana", "arial";
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 2.0ems;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 1.2em;}
	
#commentform h3{
	font-family: "Segoe UI", "verdana", "arial";
	font-size:0.9em;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: "Segoe UI", "verdana", "arial";
	font-size:0.9em;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: "Segoe UI", "verdana", "arial";
	font-size:0.9em;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

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
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size:0.9em;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
#more img {
       float: right;
}
#about {
	width:390px;
        float:right;
	margin:0;
	padding: 0;
	border-left: 1px solid #ddd;
}
#logo {
	background-image:url(images/logo.png);
        background-repeat: no-repeat;
        background-position: center top;
        width:88px;
	height:55px;
	margin:10px auto;
	padding: 0;
}
#logo iframe {
       border: 0px none transparent;
       opacity: 0;
}
.entry{font-size:0.8ems; colour: #CCCCCC;}
.entry_author_image {float:left; padding: 5px;}


/* footer */

#footer {
	padding:20px 0;
        clear: both;
	width: 100%;
        border-top: 1px solid #6EB7DA;
	}
	
#footer p{text-align:center; font-size:0.6em;}
#footer a{text-decoration: none;}
#footer a:hover{text-decoration: underline;}
#menu-footer{ list-style-type: none; width: 960px; margin: 0 auto; font-weight:800; color: #C10E1F;} 
#menu-footer a { padding: 5px 5px;}
#menu-footer li { list-style-type: padding: 5px 5px; font-weight:800; color: #C10E1F; display:inline;}


