/*
Theme Name: Cision Newsroom
Theme URI: http://www.cisionnewsroom.se/
Description: Corporate newsroom template
Version: 1.0
Author: Emendera AB
Author URI: http://www.emendera.com/
Tags: 
*/

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

* {
	margin:0;
	padding:0
}

ul
{
    list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

	ul li
	{
		display: inline;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

table
{
    border-collapse:collapse;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}

    td
    {
        padding: 0px 0px 0px 0px;
    }

input, select, textarea
{
    font-size: 12px;
    padding: 2px 2px 2px 2px;
    margin: 0px 0px 0px 0px;
}

button
{
    font-size: 12px;
    line-height: 16px;
    padding: 0px 0px 1px 0px;
    margin: 0px 0px 0px 0px;
}

img
{
	border: none;
}

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

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

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

    img.alignright
    {
       margin: 10px 0px 0px 10px;
    }
	
	div.wp-caption.alignright
	{
		margin: 0px 0px 0px 10px;
	}


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

body
{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.75em;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	margin: 0px auto 0px auto;
	color: #4a4a4a;
	background: url(graphics/backgrounds/bg_framework.gif) repeat-y center;
}


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

h1, h2, h3, h4, h5
{
	font-weight: normal;

} 

h1
{
    font-size: 1.75em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
} 

h2
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}

    .sidebar h2
    {
	    font-size: 1em;
	    margin: 0px 0px 3px 0px;
    }

    #main .post h2
    {
	    font-size: 1.4em;
	    font-weight: bold;
	    margin: 0px 0px 6px 0px;
    }

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

p
{
	margin-bottom: 10px;
	line-height: 1.3em;
}

blockquote
{
	line-height: 1.3em;
	color: #737373;
	font-style: italic;
	width: 390px;
	padding: 0px 0px 0px 46px;
	background: url(graphics/various/blockquote.gif) no-repeat left top;
}



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

a
{
	text-decoration: none;
	color: #4a4a4a;
}

    #main p a
    {
        color: #00aeef;
    }
    
        #main p a:hover
        {
            text-decoration: underline;
        }

	a.lnk_arrow
	{
		background: url(graphics/icons/lnk_blue_arrow.gif) no-repeat left;
		padding: 0px 0px 0px 10px;
	}
	
	a.lnk_rss
	{
		background: url(graphics/icons/ico_rss.gif) no-repeat left;
		padding: 2px 0px 0px 20px;
	}
	
	a.lnk_flickr
	{
		background: url(graphics/icons/ico_flickr.png) no-repeat left;
		padding: 2px 0px 0px 20px;
	}
	
	a.lnk_friendfeed
	{
		background: url(graphics/icons/ico_friendfeed.png) no-repeat left;
		padding: 2px 0px 0px 20px;
	}
	
	a.lnk_twitter
	{
		background: url(graphics/icons/ico_twitter.png) no-repeat left;
		padding: 2px 0px 0px 20px;
	}
	

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

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

#container
{
    float: left;
    display: inline;
	width: 991px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

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

#header
{
	width: 991px;
	float: left;
	display: inline;
}

    #header #search
	{
	    width: 971px;
		float: left;
		height: 37px;
		display: inline;
		padding: 15px 10px 0px 10px;
		background: #193966 url(graphics/backgrounds/bg_header.gif) repeat-x top;
	}
	
	    #header #search #searchform 
	    {
            display: inline;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
            float: right;
            width: auto;
	    }
	    
	        #header #search #searchform .txt_search
	        {
                display: inline;
                margin: 0px 0px 0px 0px;
                float: left;
                width: 130px;
	        }
    	    
	        #header #search #searchform #btnSubmit
	        {
                margin: -1px 0px 0px 2px;
                display: inline;
                float: left;
                width: auto;
	        }

	#header #logo
	{
		width: 941px;
		float: right;
		height: 69px;
		padding: 13px 25px 0px 25px;
	}

	    #header #logo .text
		{
		    font-size: 32px;
		    line-height: 32px;
			float: left;
			display: inline;
			color: #00aeef;
			margin: 13px 0px 0px 0px;
			letter-spacing: 2.2pt;
            width: auto;
		}
	
		#header #logo img
		{
			float: right;
			display: inline;
		}
	

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

#navigation
{
    float: left;
    height: 38px;
	width: 941px;
	font-size: 1.2em;
	padding: 0px 25px 0px 25px;
}

	#navigation li
	{
	    color: #666666;
		padding: 0px 0px 0px 10px;
		margin: 0px 0px 0px 10px;
		border-left: 1px solid #666666;
	}
	
	    #navigation li.home
	    {
	        border: none;
	        padding: 0px 0px 0px 0px;
		    margin: 0px 0px 0px 0px;
	    }
	    
	    #navigation li a
	    {
	        color: #666666;
	    }
	    
	        #navigation li a:hover
	        {
                color: #00abeb;
	        }
	        
	        #navigation li.current_page_item a
	        {
                color: #00abeb;
	        }
		
/* ####################### */
/* Content / Main / Side
/* ####################### */

#content
{
	float: left;
	display: inline;
	width: 941px;
	padding: 0px 0px 0px 25px;
	background: url(graphics/backgrounds/bg_content.gif) repeat-y left;
}


#main
{
	float: left;
	width: 440px;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 0px;
}

	/* Minimum height for Firefox */
	#main {
	min-height: 300px; 
	height:auto;
	}
	/* Minimum height for IE */
	/*\*/
	* html #main {
	height: 300px;
	}
	/**/
	
	#main .post
	{
		float: left;
		display: inline;
		width: 100%;
		margin: 0px 0px 6px 0px;
	}
	
		#main p.postmetadata, #main p.posttags
		{
			font-size: 0.95em;
			margin: 0px 0px 7px 0px;
			width: 100%;		
		}
		
		    #main p.postmetadata a, #main p.posttags a
		    {
			    color: #4a4a4a;
			    text-decoration: underline;	
		    }

    #main ul
    {
	    margin: 10px 0px 10px 0px;
    }

	    #main ul li
	    {
		    display: block;
		    line-height: 1.6em;
		    margin: 0px 0px 3px 0px;
		    padding: 0px 0px 0px 10px;
		    background: url(graphics/various/list_bullet.gif) no-repeat;
		    background-position: 0px 8px;
	    }

    #main ol
    {
	    padding: 0px 0px 0px 10px;
	    margin: 10px 0px 10px 10px;
    }	

	    #main ol li
	    {
		    line-height: 1.6em;
		    margin: 0px 0px 3px 0px;
	    }
    	
		    * #main ol li
		    {
			    margin: 0px 0px 3px 3px;
		    }
	
.sidebar
{

}
    
    .sidebar a
    {
        color: #00aeef;
    }

	.sidebar.left
	{
	    float: left;
        width: 160px;
        margin: 0px 0px 0px 0px;
        padding: 0px 54px 8px 0px;
	}

	.sidebar.right
	{
	    float: right;
	    width: 262px;
		padding: 0px 0px 12px 0px;
	}


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

#footer
{
	width: 941px;
	float: left;
	display: inline;
	font-size: 0.95em;
	margin: 0px 0px 0px 25px;
	padding: 14px 0px 50px 0px;
	border-top: 1px solid #d6d5d5;
}

    #footer ul
    {
        float: left;
	    width: 911px;
	    padding: 0px 0px 0px 30px;
	    margin: 0px 0px 0px;
    }
    
        #footer ul li
	    {
	        color: #4a4a4a;
		    padding: 0px 0px 0px 10px;
		    margin: 0px 0px 0px 10px;
		    border-left: 1px solid #666666;
	    }
    	
	        #footer ul li.first_item
	        {
	            border: none;
	            padding: 0px 0px 0px 0px;
		        margin: 0px 0px 0px 0px;
	        }
    	    
	        #footer ul li a
	        {
	            color: #4a4a4a;
	        }
    	    
	            #footer ul li a:hover
	            {
	                text-decoration: underline;
	            }


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

#comments_header
{
    width: 100%;
    float: left;
    margin: 15px 0px 10px 0px;
}

	#comments_header h2
	{
		width: auto;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#comments_header p
	{
        float: left;
		width: 100%;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	#comments_rss
	{
	    width: auto;
		float: right;
		margin: 5px 0px 0px 0px;
	}
	
		#comments_rss .lnk_rss
		{
            color: #00aeef;
        }
        
            #comments_rss .lnk_rss:hover
            {
                text-decoration: underline;
            }

#commentlist
{
    width: 100%;
    float: left;
    margin: 10px 0px 10px 0px;
}

#commentform
{
	
}
	
	#commentform p label
	{
		width: 100%;
		display: block;
		padding: 0px 0px 2px 0px;
		text-align: left;
	}
	
		#commentform p label.lbl_comment
		{
			float: left;
			width: 100%;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 2px 0px;
			text-align: left;
		}
	
	#commentform #author, #commentform #email, #commentform #url
	{
        width: 210px;
		border: 1px solid #CCCCCC;
		display: block;
		margin: 0px 0px 0px 0px;

	}
	
	#commentform .asterisk
	{
        color: #ac855d;
	}

#commentform #comment
{
    width: 430px;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 0px 0px;
}

#commentform #submit
{
    font-size: 12px;
    line-height: 16px;
    padding: 0px 0px 1px 0px;
    margin: 0px 0px 0px 0px;
}

