/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 2.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


/* HTML Elements */
/*
#page div
{
	border: solid 1px #f00;
}
*/
*
{
	margin: 0;
	padding: 0;
}

body, html
{
	min-height: 101%;
}

body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #d9d9d9;
	color: #FFFFFF;
	font-size: 66%;
	font-family: Arial;
	line-height: 1.1em;
}

body, select, input, textarea
{
	font: 100% Arial, Verdana, Sans-Serif;
}

p
{
	margin-top: 8px;
}

a:link
{
	color: #FFF !important;
	text-decoration: none !important;
}
a:visited
{
	color: #FFF !important;
	text-decoration: none !important;
}
#page a:hover, #footer a:hover
{
	color: #fff !important;
	background-color: #008fd2;
}

a
{
	color: #FFF !important;
	text-decoration: none !important;
}

a img
{
	border: none;
	background-color: Transparent;
}
/*
hr
{
	display: block;
	height: 1px;
	background-color: #393939;
	color: #393939;
	margin: 5px 0;
}*/

div.hr
{
    height: 1px;
    /*background-image: url(/wp-content/themes/cue/images/line_bg_gray.gif);
    background-repeat: repeat-x;*/
    background-color: #494949;
    margin: 8px auto 8px auto;
}

div.hr hr
{
    display: none;
}


small
{
	font-size: 0.95em;
	background: #494949;
	padding: 3px 6px;
}

img, a:link img, a:visited img
{
	border: 0;
}



/* Structure */



#page
{
	width: 895px;
	margin: 0 auto;
	font-size: 0.8em;
	background-color: #393939;
	padding: 10px 25px 35px 25px;
	margin-left: 15px;
}

#page2
{
	width: 945px;
	margin: 0 auto;
	font-size: 0.8em;
	background-color: #FFF;
	padding: 0px 0px 0px 0px;
}

#page2 .clearfloat
{
	clear: both;
}

.spacer5
{
	height: 5px;
	font-size: 0;
}

.spacer10
{
	height: 10px;
	font-size: 0;
}

.spacer20
{
	height: 20px;
	font-size: 0;
}

#branding
{
	width: 225px;
	padding-bottom: 25px;
	border: solid 0px #0f0;
}

.searchform
{
	width:400px ;
	border: solid 0px #f00;
	text-align:right;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

#sidebar
{
	width: 250px;
	background-color: #393939;
	float: right;
}

#sidebar ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#leftcol
{
	width: 300px;
}

#leftcol, #rightcol
{
	float: left;
}

#rightcol
{
	width: 300px;
	float: none;
	margin-left: 310px;
}

#all4
{
	width: 975px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 0 4px;
}







/* navigation */
.topnav
{
	background-color: #008fd2;
	width: 100%;
	color: #fff;
	height: 35px;
	padding: 0px;
	float: left;
}

.rosa a
{
	background-color: #df0062;
}
.lila a
{
	background-color: #4b1366;
}
.bla a
{
	background-color: #008fd2;
}

.rosa a:hover
{
	background-color: #b30250;
}
.lila a:hover
{
	background-color: #340d47;
}
.bla a:hover
{
	background-color: #016da0;
}


.topnav ul
{
	list-style: none;
}

.topnav li
{
	display: inline;
}

.topnav a
{
	border-right: 0px;
	color: #FFF;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 25px;
	padding: 0px 14px;
	text-decoration: none;
	line-height: 35px;
	height: 35px;
}
.topnav a:hover
{
	color: #FFF;
	text-decoration: none line-height: 25px;
	height: 35px;
	/*
	background-image: url(/wp-content/themes/cue/images/markedMenu.gif);
	background-position: top right;
	background-repeat: no-repeat;*/
}

/*	Headers */

h1
{
	font: 2.95em Arial, Verdana, Sans-Serif;
	font-weight: bold;
	letter-spacing: -0.02em;
}

h2
{
	font: 2.3em Arial, Verdana, Sans-Serif;
	padding-bottom: 8px;
	margin: 20px 0;
}

h3, #sidebar h2
{
	font: 1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 4px;
	font-weight: bold;
}

h5
{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#sidebar h3, #sidebar h2
{
	padding: 6px 0 6px 2px;
	margin: 22px 0 15px 0;
	font-size: 1em;
}

h3#respond
{
	margin-top: 25px;
	padding-top: 20px;
}

h3#comments
{
	margin-top: 32px;
}

h4
{
	font-size: 1.6em;
	margin-bottom: 6px;
}

h7
{
	font-size: 1.0em;
	margin-bottom: 6px;
}



/* Content */

#content
{
	width: 620px;
	background-color: #393939;
	float: left;
}

#content.widecontent
{
	width: 100% !important;
}

.description
{
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	color: #545454;
	margin-top: -4px;
}

.feature
{
	padding: 0px;
}



.feature p, #rightcol p
{
	margin: 0;
}

.feature img, #rightcol img
{
	padding: 1px;
	border: 0px;
}

#leadpic
{
	float: left;
	margin: 0 18px 8px 0;
}

#lead
{
	margin-top: 22px;
}

.title
{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 115%;
}

.feature#lead .title
{
	font: 1.8em Arial, Verdana, Sans-Serif;
	line-height: 100%;
	/*display: block;*/
	margin-bottom: 10px;
}

#lead p
{
	/*margin: 10px 0;*/
}

#leftcol .feature
{
	margin-bottom: 5px;
	border-bottom: none;
}

#rightcol img
{
	float: left;
	margin: 0px 10px 4px 0;
}

#leftcol img
{
	margin-bottom: 4px;
	display: block;
}

#rightcol .clearfloat
{
	/*padding: 12px 0;*/
	padding-bottom: 12px;
}



#sidelist li
{
	list-style: none;
}

.bullets li, .bullets
{
	list-style: none;
}

#sidelist .bullets li
{
	list-style: square;
	margin-bottom: 5px;
	line-height: 115%;
	margin-left: 22px;
}

#sidelist .children
{
	background: #ededed;
}

#sidelist .children li
{
	list-style: square;
	margin-left: 28px;
	border-bottom: 1px solid #ededed;
}

#sidelist .children li a, #sidelist .children li a:visited
{
	padding: 2px 2px 2px 0px;
	border: 0;
	background: #ededed;
}

#sidelist .children li a:hover, #sidelist .children li a:active
{
	color: #000000;
}

.postmetadata
{
	margin: 10px 0;
}

#writer
{
	background: #494949;
	margin: 25px 0 15px 0;
	padding: 12px;
}

#writer img
{
	padding: 1px;
	float: left;
	width: 80px;
}

#writer span
{
	display: block;
	padding-top: 4px;
	border-top: 1px solid #393939;
	margin-top: 12px;
}

#writer p
{
	margin: 0;
	width: 482px;
}

.entry
{
	padding-bottom: 28px;
}

.entry p
{
	margin-bottom: 18px;
	line-height: 140%;
}

h3 a:link, h3 a:visited
{
	color: #5f5f5f;
}



/*Post Formatting*/

.picleft
{
	float: left;
	margin: 3px 14px 10px 0;
	border: 7px solid #f2f2f2;
}

.picright
{
	float: right;
	margin: 3px 0 10px 14px;
	border: 7px solid #f2f2f2;
}

.post blockquote
{
	color: #76767a;
	background: #e7e7e7;
	padding: 6px 14px;
	margin: 18px 35px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

.post ul li
{
	list-style: square;
	margin-bottom: 5px;
	line-height: 115%;
	margin-left: 42px;
}

.post ol li
{
	margin-bottom: 5px;
	line-height: 115%;
	margin-left: 48px;
}

#tags
{
	padding: 3px;
}


/* Form Elements */

select
{
	background: #f2f2f2;
	border: 1px solid #9c9c9c;
	width: 100%;
}

#search45
{
	background: #494949;
	padding: 10px;
}

#searchform
{
	padding: 16px 5px 0 0;
}

.button
{
	padding: 1px;
	background: #008fd2;
	color: #e7e7e7;
	border: none;
}

.button:hover
{
	background: #52f940;
	color: #FFF;
	text-decoration: none;
}

.button2
{
	padding: 1px;
	height: 23px;
	background: #393939;
	color: #e7e7e7;
	border: none;
}

.button2:hover
{
	background: #52f940;
	height: 23px;
	color: #FFF;
	text-decoration: none;
}

#commentform input
{
	width: 170px;
	margin: 5px 5px 1px 0;
}

#commentform textarea
{
	width: 100%;
	margin-top: 5px;
}



/* Comments*/

.commentlist
{
	padding-left: 30px;
}

.commentlist li
{
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background: #494949;
}

#commentform small
{
	background: #393939;
	font-weight: bold;
	padding: 0;
}

.commentmetadata
{
	display: block;
}

.commentlist small
{
	background: #494949;
}

.commentlist cite
{
	font: 1.6em Arial, Verdana, Sans-Serif;
	font-weight: bold;
	letter-spacing: -0.05em;
}


/* Float Properties*/

.clearfloat:after
{
	display: block;
	visibility: hidden;
	/*clear: both;*/
	height: 0;
	content: ".";
}

.clearfloat
{
	display: inline-block;
}


/* Footer*/

#footer
{
	background: #777777;
	margin: 0 auto;
	width: 945px;
	font-size: 0.8em;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #FFF;
	line-height: 25px;
}

#lada
{
	text-align: right;
}


textarea
{
	background: #cccccc;
	color: #000;
	padding: 4px;
	border: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input
{
	background: #cccccc;
	color: #000;
	padding: 4px;
	border: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.se
{
	background: #393939;
	color: #FFF;
}

.vitlinje
{
	background: #fff;
	color: #fff;
	height: 5px;
	width: 945px;
	margin: 0 auto;
	clear: both;
}

.clear
{
	clear: both;
}

.recent_forum_posts ul
{
	list-style: none;
	list-style-type: none;
}

.recent_forum_posts ul li
{
	margin-bottom: 15px;
}

.recent_forum_posts ul li span
{
	font-size: 13px;
}

.widget_twitter
{
	list-style-type: none;
}

.widget_twitter ul 
{
	list-style-type: none;
}

.vnewsticker
{
	color: #000 !important;
}

.headertop
{
	width: 950px;
}

.categories ul
{
	list-style-type: none;
}

.partnerwrapper
{
	background: #393939;
	margin: 0 auto;
	width: 945px;
	font-size: 0.8em;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #FFF;
	line-height: 25px;
}

.partnerwrapper #partnerHeader
{
	height: 14px; 
	width: 100%;
}

.partnerlogo
{
	border: none;
	margin-left: 30px;
}

.partnerwrapper #partnerContent
{
	background-color: #0086c5;
}

.partnerwrapper #partnerContent
{
	height: 88px;
}

.footer2
{
	background-color: #989898;
	margin: 0 auto;
	width: 945px;
	font-size: 0.8em;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #dedede;
}


.footitem
{
	width: 170px;
	float: left;
}
.footitem img
{
	float: left;
}

.contact ul 
{
	display: inline;
	color: #000;
	margin: 0;
	padding: 0;
}
.contact ul li 
{
	float: left;
	color: #000 !important;
	list-style-type: none;
}
.contact ul li a
{
	padding-right: 15px;
	color: #000 !important;
	font-size: 12px;
}

.textcontent
{
	margin-left: 38px;
	width: 132px;
}
.textcontent .header
{
	width: 132px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #dedede;
}
.textcontent .text
{
	width: 132px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dedede;
}

.footershadow
{
	background: #fff url(/wp-content/themes/cue/images/footer-shadow.jpg) repeat-x top left;
	height: 15px;
	margin: 0 auto;
	width: 945px;
}

