/*
Theme Name: Fight Night Sweden
Theme URI: http://www.fightnightsweden.se
Description: 3 Columns, 2 Right Sidebars
Version: 1.1
Author: Cal
Author URI: http://www.WPThemerKit.com
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
body {
	background: url(images/bg.jpg) no-repeat left top;
	background-attachment: fixed;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #666;
}

#mastahead{
	background: url(images/footer_bg.png);
	width: 100%;
	height: 45px;
	padding: 0 0 13px 0; 
}

#wrapper {
	width: 1000px;
	margin: 0px auto 58px auto;
	padding: 0px;
	clear: both;
	overflow: hidden;
}

#top-ad{
	width: 100%;
	background: black;
	height: 100px;
	margin: 0;
}

#header {
	background: url(images/header_bg.jpg) no-repeat;
	border: #ccc 1px solid;
	height: 130px;
	width: 1000px;
	margin: 10px 0;
	
}

#logo{
	float:left;
	margin: 11px 0 0 11px;
}

.main {
	background: url(images/main_bg.png);
	width: 1000px;
	margin: auto;
	overflow: hidden;
	clear: both;
	
}

#content {
	background: url(images/content_bg.png);
	border: 1px solid #ccc;
	width: 500px;
	padding: 10px;
	margin: 10px 0 10px 0;
	float: left;
	line-height: 1.6em;
	
}
#sidebar {
	width: 250px;
	float: right;
	padding: 0 0px 0 10px;
	margin: 10px 10px 0 0;
	line-height: 1.3em;
	font-size: 0.8em;
}
#sidebar-small {
	width: 175px;
	float: left;
	padding: 0 10px 10px 10px;
	margin: 10px 0px 0 10px;
	line-height: 1.6em;
	font-size: 0.8em;
}
#footer {
	background: url(images/footer_bg.png);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	font-size: .8em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  font-family: Georgia;
  font-style: italic;
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  font-family: Georgia;
  font-style: italic;
  margin: 0;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}

.upp{
	float: right;
	margin: 0 10px 0;
}

.container{
	width: 1000px;
	margin: auto;
}

.button {
	width:362px;
	height:35px;
	display:block;
	background-image:url(images/logo_sprite.png);
	background-position: top;
}
.button:hover{
	width:362px; 
	background-position: bottom;
	height:35px;
	background-image:url(images/logo_sprite.png) no repeat;
}

.clr{
	clear: both;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	color:#1fb3dd;
	text-decoration: none;

}
#content a:hover {
	text-decoration: underline;
}
#footer a:link, #footer a:visited {
	color: #1fb3dd;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	float: right;
	padding: 0;
	margin: 21px 0px 0 0;

}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li a:link, #menu li a:visited {
	color: #1fb3dd;
	text-decoration: none;
	font-size: 0.8em;
	padding: 10px;

}
#menu li a:hover {
	color: #fff;
	background: #1fb3dd;
	text-decoration: none;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul, #sidebar-small ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited, #sidebar-small li a:link, #sidebar-small li a:visited{
	color: #1fb3dd;
	display: block;
	text-decoration: none;
	border-bottom: #ccc 1px dotted;

}
#sidebar li a:hover, #sidebar-small li a:hover {
	color: #fff;
	text-decoration: none;
	background: #1fb3dd;
	border-bottom: #fff 1px dotted;
}
#sidebar ul ul {
  	margin-left: 10px;
}
#sidebar ul ul li, #sidebar ul ul li {
  	font-size: .9em;
  	margin-left: 10px;
}

/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
	color: #666;
}

#sidebar-small h2 {
	font-size: 1.1em;
	color: #ccc;
}

.post h2 {
	font-size: 3.0em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}
.post h3 {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
}
/*===END SECTION 6===*/


/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}
/*===END SECTION 8===*/

/*===START SECTION 9 - oh you're so fancy with those blockquotes....===*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*===START SECTION 10 - images when inserted into a post.===*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/


/* Preventatives */
a {
	outline: none;
}

a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
	border: none;

}
a.image img {
	border: none;
}

a img{
	border: none;
}

