/*   
Theme Name: Strange Ears
Theme URI: http://www.zy.sg/the-buffet-framework/
Description: The Buffet Framework is a theme framework designed not only for the theme developers who will be using the theme actions and filters to create the child themes, but also for the end users who would be able to add and remove what they want. Framework v. 0.5.4 by Melvin Lee at http://www.zy.sg/
Author: cybertree
Author URI: http://cybertree.dk/
Version: 1.1
.
	This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
.
*/

/* Import Blueprint CSS styles 
@import url('css/blueprint/reset.css');
@import url('css/blueprint/typography.css');
@import url('css/blueprint/forms.css');
*/

/* Import custom layouts (located at /css/layouts/)
@import url('css/layouts/2c-r-fixed.css');
 */
 
/* Un-comment the line below to set a grid with 18px line-height */
/* body { background: url(images/12_col.gif) repeat-y top center } */

/* =Global Elements
-------------------------------------------------------------- */
body { font-family: Georgia,'Times New Roman', Helvetica, Arial, sans-serif; background: #000 url('images/bg.jpg') top center no-repeat; color: #555; font-size: 12px; padding: 0; margin: 0; }
a:link, a:visited { color: #9e005d; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }

.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0 }
.clearfix:after { clear:both; content:'.'; display: block; visibility: hidden; height: 0 }
.clearfix{ display: inline-block }
* html .clearfix{ height: 1% }
.clearfix{ display: block }

h3 { font-size: 14px; font-weight: bold; margin1: 2em 0 1.25em; color: #666; text-transform: uppercase; font-family: helvetica,arial,sans-serif; }
h1, h2, h4 { font-weight: bold; font-family: helvetica,arial,sans-serif; }
h5 { font-size: 12px; margin: 1em 0 0.5em; color: #111; text-transform: uppercase }
h6 { font-size: 11px }
code { font-family: "Consolas", "Lucida Console", "Courier New", Courier, monospace; font-size: 14px }

.aligncenter { display: block; margin: 0 auto }
.alignright { float: right; margin: 0 0 1em 1em }
.alignleft { float: left; margin: 0 1em 1em 0 }
.floatLeft { float: left }
.floatRight { float: right }
img.aligncenter, img.alignright, img.alignleft { border: 5px solid #DDD }

.hls { background: yellow }

.wp-caption { border: 1px solid #DDD; text-align: center; background: #F3F3F3; padding-top: 4px; margin: 10px }
.wp-caption img { margin: 0; padding: 0; border: none }
.wp-caption .wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0 }

.1submit { background: #FFF; border: 1px solid #DDD; color: #6385A1; padding: 5px }
.1submit:hover { background: #D6156C; color: #FFF }
.navigation a:link, .navigation a:visited, .comments-navigation a:link, .comments-navigation a:visited { border: 1px solid #DDD; display: inline-block; text-decoration: none; padding: 5px; font-weight: bold; font-size: 14px }


/* =Layouts
-------------------------------------------------------------- */
#primary { padding-top: 1em; }
#wrapper { width: 902px; margin: 0px auto; padding: 0; }
#inner_wrapper { position: relative; width: 902px; }

/* =Breadcrumbs
-------------------------------------------------------------- */
#breadcrumbs { display: none; }
#breadcrumbs { margin: 0; margin-bottom: 30px; padding: 5px 0; list-style: none; font-size: 10px; border1: solid 1px #ccc; }
#breadcrumbs li { float: left; color: #888; text-transform: uppercase; padding: 0 10px; margin: 0; border-right: 1px solid #888 }
#breadcrumbs li:last-child, #breadcrumbs .last { border: 0 }
#breadcrumbs li a { color: #888; }
#breadcrumbs li a:hover { color: #333; }
#breadcrumbs li a:link, #breadcrumbs li a:visited { text-decoration: none; clear: left }
#breadcrumbs .notice { display: none; border: 0; color: #999; background: none }


/* =Sidebars
-------------------------------------------------------------- 
.sidebar .xoxo { margin: 0 1em 1.5em; font-size: 11px }
.sidebar h5 { font-size: 10px; color: #ddd; }
.sidebar li { list-style: none }
.widgetcontainer ul { list-style: none; margin: 0 !important; padding: 0 }
.widgetcontainer ul ul { padding-left: 15px; }
.widgetcontainer li { font-weight: bold; margin: 0.5em 0 }
.widgetcontainer li li { font-weight: normal; font-style: italic; margin: 0.5em 0 }
.widgetcontainer a:link, .widgetcontainer a:visited { text-decoration: none }
#widgetsearch .text { width: 250px }
*/
.sidebar { display: none; }

/* =Featured
-------------------------------------------------------------- 
.featured-post { margin: 0 0 1em; padding-bottom: 1em; border-bottom: 1px solid #DDD; font-size: 14px }
.featured-post img { float: left; margin: 0 1.5em 1.5em 0 }
.featured-post .entry-summary { line-height: 1.73em }
*/
.featured-post { display: none; }

/* =News
-------------------------------------------------------------- */
.news-list .post { margin-bottom: 1.5em }

/* =Posts
-------------------------------------------------------------- */
.post { margin-bottom: 3em }
.entry-title { font-size: 18px; margin: 0 0 0.5em; font-weight: bold; text-transform: uppercase; }
.entry-title a:link, .entry-title a:visited { text-decoration: none; color: #333 }
.entry-title a:hover { color: #000 }
.entry-content p, .entry-summary { line-height: 1.73em }
.entry-content { font-size: 12px }
.more-link { display: inline-block; overflow: hidden; font-weight: normal; font-size: 12px; margin: 1em 0; zoom: 1 }
.entry-meta { display: none; }
.entry-meta { margin: 0.5em 0 1.5em; color: #999 }
.entry-tags { display: block; clear: left }
.author, .published { display: block; float: left; margin-right: 15px }
.entry-links { list-style: none; margin: 1em 0; padding: 1em 0 }
.entry-links li { float: left; margin-right: 15px }
.entry-links a:link, .entry-links a:visited { text-decoration: none; font-size: 12px }
.entry-category { font-weight: bold; color: #999; font-size: 12px; display: block; text-transform: uppercase; padding: 0.5em 0 }
.gallery .gallery-item { float: left; margin: 0 1em 1em 0 }
.attachment { margin: 1em 0 }

/* =Lifestream
-------------------------------------------------------------- */
.lifestream { margin: 1em 0 }
.lifestream .url { float: left; margin-right: 10px; display: block }
.lifestream .entry-title { margin: 1em 0 }
.lifestream .published { color: #999; float: left; margin-right: 30px; width: 150px }
.lifestream .entry-content { font-size: 18px; margin-left: 210px }
.lifestream .entry { margin: 0; padding: 1em 0; border-bottom: 1px solid #EEE }


/* =Comments
-------------------------------------------------------------- */
#commentlist { list-style: none; margin: 0; padding: 0 }
#commentlist ul, #commentlist ol { list-style: none; margin: 0; padding: 0 }
#commentlist li { }
#commentlist .children { padding-left: 1.5em }
.comment-author .avatar { float: left; margin: 0 1em 1em 0; border: 2px solid #DDD }
.comment-author cite { font-style: normal; font-weight: bold; font-size: 10px }
.comment-author .says { display: none }
.comment-meta { color: #999 }
.comment-meta abbr { cursor: default }
.comment-node { margin-bottom: 1.5em; padding: 0 0 1.5em; border-bottom: 1px solid #DDD }
.comment-content { clear: left; font-size: 11px }
.comment-content p { line-height: 1.73em }
.comment-reply-link { font-weight: bold; font-size: 11px; text-decoration: none }
#commentform textarea { font-family: Arial, Helvetica, sans-serif; width: 90% }
#trackbacklist { margin-bottom: 3em }
#trackbacklist li { margin: 0.5em 0 }

/* =WP-PageNavi
-------------------------------------------------------------- */
.wp-pagenavi { font-size: 14px }
.wp-pagenavi .current, .wp-pagenavi a:link, .wp-pagenavi a:visited { padding: 5px; border:1px solid #DDD; text-decoration: none; margin: 0 0.3em }

/* =WP125
-------------------------------------------------------------- */
#wp125adwrap_2c .wp125ad { padding: 10px 10px 0 0 !important }

/* =Footer
-------------------------------------------------------------- */
#footer { margin: 0 auto; padding-left: 20px; width1: 900px; }
#footer ul { list-style: none; margin: 0; padding: 0 }
#footer h5 { font-size: 16px; margin: 1em 0; color: #ccc; text-transform: uppercase }
#footer-sidebar { float: left }
#footer-sidebar .widgetcontainer { float: left; margin-right: 0.5em; min-width: 200px; overflow: hidden }
#footer-sidebar .widgetcontainer li { margin: 0.3em 0 }
.footer-message { margin: 1em 0; font-size: 10px; color: #ccc; padding: 0 35px; }


/* =Strange Ears Special
-------------------------------------------------------------- */
table#strangetable { padding: 0; margin: 0; width: 902px; border: none; }
table#strangetable td { padding: 0; margin: 0; background-color: #fff; }

/* Venstre spalte */
table#strangetable td#leftcol { width: 285px; }

#logo { margin: 0; padding: 37px 0px 21px 0; }

#box_video { margin: 0px 0px 0 20px; padding-top: 20px; width: 230px; border-top: solid 1px #ccc; }

#box_newsletter { margin: 50px 0px 0 20px; }
#box_newsletter input.tekst { width: 160px; border: solid 1px #888; padding: 3px 5px; }
#box_newsletter input.submit { font-weight: bold; border: solid 1px #888; -webkit-border-radius: 5px; -moz-border-radius: 5px; }

#box_maskot { padding-bottom: 100px; }

/* Top */
table#strangetable td#top { height: 160px; }
table#strangetable td#top table { margin: 40px 0 0 20px; }

#toptext { font-size: 12px; line-height: 14px; }
#toptext h2#payoff { font-size: 16px; margin: 0; padding: 0; padding-bottom: 10px; }

#pages { list-style-type: none; margin: 0; padding: 0; font-size: 12px; font-family: helvetica,arial,sans-serif; }
#pages li { padding: 2px 0;  }
#pages a { color: #9e005d; text-decoration: none; }
#pages a:hover { color: #000; text-decoration: underline; }
#pages .current_page_item a { font-weight: bold; color: #000; }


/* Indlæg */
table#strangetable td#stuff { }
table#strangetable td#stuff #stuffcontainer { border-top: solid 1px #ccc; margin: 0px 30px 50px 20px; padding: 15px 0px 0 0; }

table#strangetable td#stuff img { border: none; }

.page .entry-links { display: none; }

.posted_date { color: #9e005d; font-weight: bold; font-size: 10px; text-transform: uppercase; }


.entry-content td img { margin: 0; padding: 0; }
