/*
Theme Name: Affiliateportalen.se
Theme URI: http://www.affiliateportalen.se/
Description: 
Version: 1.0
Author: Affiliateportalen.se
Author URI: http://www.affiliateportalen.se/
*/

/* ####################### */
/* General settings
/* ####################### */


* {
	margin:0;
	padding:0
}

h1, h2, h3, h4, p, ul, li, img, a img
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

ul
{
    list-style: none;
}

	ul li
	{
		display: inline;
	}

.alignleft
{
    float: left;
    display: inline;
}

    img.alignleft
    {
        margin: 10px 10px 0px 0px;
    }

.alignright
{
    float: right;
    display: inline;
}

    img.alignright
    {
       margin: 10px 0px 0px 10px;
    }


/* ####################### */
/* Body
/* ####################### */

body
{
	color: #333333;
	font-size: 0.87em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background: #EFEFEF;
}




/* ####################### */
/* Text elements
/* ####################### */

h1, h2, h3, h4, h5
{
	/* font-family: Arial, Helvetica, Verdana; */
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	display: block;
	color: #000000;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

h1
{
	font-size: 2.3em;
	margin: 0px 0px 8px 0px;
}


#main h2
{
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
}


#center_column h2, #right_column h2
{
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h3
{
	font-weight: bold;
	font-size: 1em;
	line-height: 1.1em;
}

p
{
	margin-bottom: 12px;
}


/* ####################### */
/* Links
/* ####################### */

a
{
	color: #3F4C6B;
	text-decoration: none;
}

	a:hover
	{
		color: #356AA0;
		text-decoration: underline;
	}
	
	a.lnk_store
	{
		font-size: 1.1em;
		font-weight: bold;
		text-decoration: underline;
	}
	
h2 a
{
	color: #000000;
	text-decoration: none;
}	
	h2 a:hover
	{
		color: #000000;
		text-decoration: none;
	}	



/* ####################### */
/* Framework / Container
/* ####################### */

#framework
{
	width: 1002px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}

#container
{
	float: left;
	width: 1002px;
	margin: 0px auto 0px auto;
	background: #EFEFEF url(graphics/backgrounds/bg_header_black.jpg) no-repeat top;
}


/* ####################### */
/* Header
/* ####################### */

#header
{
	width: 1002px;
	float: left;
	height: 101px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

	#logo
	{
		float: left;
		margin: 18px 0px 0px 20px;
	}
		#logo a
		{
			color: #ffffff;
			font-size: 40pt;
			line-height: 45pt;
			font-family: 'Trebuchet MS', Arial, Sans-Serif;
			text-decoration: none;
			letter-spacing: -5px;
			font-weight: bold;
		}


/* ####################### */
/* Search
/* ####################### */

#search
{
	float: right;
	width: 201px;
	margin: 20px 6px 0px 0px;
}

	#search .txt_search
	{
		float: left;
		width: 125px;
		height: 16px;
		font-size: 11px;
		padding: 2px 0px 0px 3px;
		border: 1px solid #cecece;
	}

	#search a
	{
		float: left;
		width: 60px;
		height: 20px;
		margin: 0px 0px 0px 6px;
		background: url(graphics/icons/search.gif) no-repeat top;
	}

#search_box
{
	float: left;
	width: 480px;
	height: 69px;
	margin: 13px 0px 20px 0px;
	padding: 17px 0px 0px 30px;
	background: url(graphics/backgrounds/bg_searchbox.gif) no-repeat top left;
}

	#search_box .txt_search
	{
		float: left;
		width: 330px;
		height: 18px;
		border: 1px solid #cecece;
	}

	#search_box a
	{
		float: left;
		width: 60px;
		height: 20px;
		margin: 0px 0px 0px 6px;
		background: url(graphics/icons/search.gif) no-repeat top;
	}

/* ####################### */
/* Navigation
/* ####################### */

#navigation
{
	float: left;
	width: 982px;
	height: 30px;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	display: inline;
	position: relative;
}

	#navigation ul strong
	{
		font-weight: normal;
	}

	#navigation ul
	{
		float: left;
		width: auto;
	}
	
		#navigation ul li
		{
			float: left;
			margin: 0px 4px 0px 0px;
		}

		#navigation ul li a
		{
			float: left;
			color: #000000;
			line-height: 31px;
			font-family: Arial, Verdana, sans-serif;
			cursor: pointer;
			text-align: center;
			margin: 0px 5px 0px 0px;
			padding: 0px 10px 0px 10px;
			background: #eeeeee;
		}
		
			#navigation ul li.current_page_item a
			{
				background: #ffffff;
			}
		
			#navigation ul li a:hover
			{
				background: #ffffff;
				text-decoration:none;
			}
			
		#navigation div
		{
			float: right;
			width: 223px;
			height: 30px;
			right: 260px;
			top: 0px;
			position: absolute;
		}

/* ####################### */
/* Columns / Main
/* ####################### */

#content
{
	float: left;
	width: 1000px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	background: #FFFFFF;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}

	/* Minimum height for Firefox */
	#content {
	min-height: 505px; 
	height:auto;
	}
	/* Minimum height for IE */
	/*\*/
	* html #content {
	height: 505px;
	}
	/**/

#main
{
	float: left;
	width: 530px;
	position: relative;
	margin: 20px 0px 0px 40px;
	padding: 0px 0px 0px 0px;

}

#center_column
{
	float: left;
	width: 200px;
	margin: 20px 0px 0px 15px;
}

	#center_column .box
	{
		float: left;
		width: 200px;
		padding: 0px 0px 4px 0px;
		margin: 0px 0px 10px 0px;
	}
		#center_column .box h2
		{
			
		}

		#center_column .box ul
		{
			float: left;
			margin: 0px 0px 0px 0px;
		}

			#center_column .box ul li
			{
				float: left;
				display: block;
				width: 146px;
				margin: 0px 0px 8px 0px;
				padding: 0px 0px 0px 24px;
				text-transform: capitalize;
				background: url(graphics/icons/lnk_arrow.gif) no-repeat 0px 3px;
			}

				#center_column .box ul li a
				{
					float: left;
					text-decoration: none;
				}
				
				#center_column .box ul li a:hover
				{
					text-decoration: underline;
				}	

	#center_column .ctc
	{
		float: left;
		width: 200px;
		background: #FFFFFF;
		padding: 0px 15px 7px 15px;
		margin: 0px 0px 30px 0px;
	}

		#center_column .ctc .ctc
		{
			float: left;
			width: 200px;
			line-height: 1.5em;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 2px 0px;
		}
		
			#center_column .ctc .ctc a
			{

			}
			
	#center_column .widget_links
	{
		float: left;
		width: 170px;
		background: #FFFFFF;
		padding: 0px 15px 4px 15px;
		margin: 0px 0px 30px 0px;
	}

		#center_column .widget_links h2
		{
			
		}

		#center_column .widget_links ul
		{
			float: left;
			margin: 0px 0px 0px 0px;
		}

			#center_column .widget_links ul li
			{
				float: left;
				display: block;
				width: 146px;
				margin: 0px 0px 8px 0px;
				padding: 0px 0px 0px 24px;
				background: url(../graphics/icons/lnk_arrow.gif) no-repeat 0px 3px;
			}

				#center_column .widget_links ul li a
				{
					float: left;
					text-decoration: none;
				}
				
				#center_column .widget_links ul li a:hover
				{
					text-decoration: underline;
				}			
			

	#center_column .post
	{
		margin: 0px 0px 7px 0px;
	}

#right_column
{
	float: right;
	width: 180px;
	margin: 20px 15px 0px 0px;
}


/* ####################### */
/* Post
/* ####################### */


#main .post
{
	float: left;
	margin: 0px 0px 30px 0px;
	position: relative;
}

	#main .post .thumb
	{
		float: left; 
		width: 150px;
		margin: 0px 10px 0px 0px;
	}

	#main .post .content
	{
		float: right; 
		width: 340px;
		}


	#main .post h2
	{
		font-size: 1.3em;
	}
	
	#main .post p
	{
		margin: 0px 0px 15px 0px;
	}
	
	#main .post.single h3
	{
		float: left;
	}
	
	#main .post.single p.postmetadata
	{
		float: left;
		margin: 10px 0px 20px 0px;
	}

	#main .post div.postmeta_addthis
	{
		float: left;
		margin: 10px 0px 20px 0px;
	}
	
	#main .post div.postmeta_facebook
	{
		float: left;
		margin: 0px 0px 0px 0px;
	}
	
	#main .post div.postmeta_taxonomy
	{
		float: left;
		margin: 0px 0px 20px 0px;
	}
	
	
	#main ul
	{
		float: left;
		width: 530px;
		line-height: 1.30em;
		margin: 0px 0px 15px 0px;
		list-style: none;
	}

		#main ul li
		{
			float: left;
			width: 515px;
			display: block;
			margin: 0px 0px 5px 0px;
			padding: 0px 0px 0px 15px;
			background: url(graphics/misc/list_bullet.gif) no-repeat left 5px;
		}

	#main ol
	{
		width: 415px;
		line-height: 1.30em;
		margin: 10px 0px 15px 0px;
		padding: 0px 10px 0px 15px;
	}	

	#main.single_page ol
	{
		width: 590px;
	}

	#main ol li
	{
		margin: 0px 0px 5px 10px;
	}
		
		#main blockquote
		{
			display: inline;
			width: 480px;
			float: left;
			font-style: italic;
			margin: 7px 0px 0px 0px;
			padding: 0px 0px 15px 50px;
			background: url(graphics/misc/blockquote.gif) no-repeat 6px top;
		}

			/* Minimum height for Firefox */
			blockquote {
			min-height: 22px; 
			height: auto;
			}
			/* Minimum height for IE */
			/*\*/
			* html blockquote {
			height: 22px;
			}
			/**/		
		
	#main #respond
	{
		float: left;
		margin: 10px 0px 10px 0px;
	}


/* ####################### */
/* Categories
/* ####################### */

#categories
{
	float: left;
	width: 530px;
}
	
	#categories ul.column
	{
		width: 243px;
		float: left;
		min-height: 60px;
		margin: 0px 20px 0px 0px;
	}
	
		#categories ul.column li
		{
			float: left;
			width: 243px;
		}
		
			#categories ul.column li ul li
			{
				float: left;
				/*width: auto;
				display: inline;*/
			}

		#categories ul.column div
		{
			margin: 10px 0px 0px 0px;
		}

			#categories ul.column div a
			{
				font-size: 1.2em;
				text-transform: uppercase;
			}

/* ####################### */
/* Comments
/* ####################### */

h3#comments
{
	margin: 10px 0px 10px 0px;	
}

#main .commentlist .avatar 
{
	float: right;	
}

#main #commentform
{
	float: left;
	width: 530px;
	margin: 0px 0px 0px 0px;
}

	#main #commentform textarea 
	{
		float: left;
		width: 450px;
	}



/* ####################### */
/* Footer
/* ####################### */

#footer
{
	float: left;
	width: 100%;
	padding: 10px 0px 12px 20px;
}












