/*
Theme Name: enter new media
Theme URI: http://www.entermarketing.com
Description: The theme of enter:marketing's blog.
Version: 0.01a
Author: enter:marketing
Author URI: http://www.enternewmedia.com
Tags: blog

	enter
	 http://binarybonsai.com/kubrick/

	This theme is a distant cousin of Kubrick, the default Wordpress theme.

	That theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

*/



/*===================
RESET - v1.0 | 20080212
===================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*===================
GLOBAL
===================*/

html, body {
font-family:Arial, Helvetica, sans-serif;
color:#000;
}

a {
color: #f50090;
text-decoration:underline;
}

a:hover {
text-decoration:underline;
}

.clearer { clear:both; height:1px; }
.hidden { display:none; }

/*===================
STRUCTURE
===================*/

#header {
background:url(images/header_bg.png) #fff top center no-repeat;
height:217px;
}

#header .innie {
height:217px;
width:937px;
min-width:937px;
margin:0 auto;
background:url(images/header_innie_bg.png) #fff top left no-repeat;
}

#wrapper {
width:937px;
margin:0 auto;

}

#posts {
float:left;
width:650px;
padding:50px 37px 50px 0;
}

#support {
float:right;
width:220px;
background:#f50090;
padding:10px 15px;

}

#footer { 
clear:both;
padding:10px 0;
border-top:3px solid #ccc;
}

#footer .innie {
width:937px;
margin:0 auto;
}

/*===================
HEADER & NAV
===================*/

h1 { 
float:left;
width:508px;
height:217px;
}
h1 a {
display:block;
width:508px;
height:217px;
background: url(images/header_title.png) no-repeat;
background-position: top left;
text-indent:-9999px;
}

p#description {
float:right;
text-align:left;
font-size:11px;
width:200px;
margin:65px 15px 0;
background:#fff;
padding:5px 10px;
}


ul#navigation {
float:right;
text-align:right;
width:220px;
margin:50px 15px 0;
}

ul#navigation li {
list-style:none;
display:block;
margin:15px 0;
padding:0;
}

ul#navigation li a {
color:#000;
display:inline;
background:#fff;
font-size:11px;
font-weight:bold;
text-decoration:none;
padding:1px 5px;
}

ul#navigation li a:hover {
color:#fff;
background:#000;

}

div#headerLinks {
float:right;
margin:61px 15px 0 0;

}

div.header_about #navigation li#about a { color:#fff; background:#000;}
div.header_media-relations #navigation li#media-relations a { color:#fff; background:#000;}
div.header_community-management #navigation li#community-management a { color:#fff; background:#000;}
div.header_application-development #navigation li#application-development a { color:#fff; background:#000;}
div.header_strategy #navigation li#strategy a { color:#fff; background:#000;}



/*===================
TYPOGRAPHY
===================*/

h3 {
font-size:16px;
margin:0 0 10px;
padding:0 10px;
}

p, li { 
margin:10px 0; 
font-size:12px;
line-height:18px;
}

blockquote {
margin:0 50px;
border:1px solid #ccc;
padding:0px 10px;
}

/*===================
POST BLOCK
===================*/

h2 {
font-size:18px;
line-height:32px; 
font-weight:400;
}
h2 a, h2 a:hover { color:#666; text-decoration:none; }
h2 a:hover { text-decoration:underline; }

.pagetitle {
font-size:16px;
font-weight:bold;

}

.postblock {
margin:0 0 40px;
}


.postblock ol, .postblock ul {
margin:0 0 0 30px;
}

.postblock ol {
list-style:decimal;
}

.postblock ul {
list-style:disc;
}

.postblock li { margin: 0; }

.post {
margin:20px 0;
}

.date {
border-top:2px solid #ccc;
height:30px;
line-height:24px;
font-size:10px;
}

.postblock .community-management { background:url(images/flag_community-management.png) right top no-repeat; }
.postblock .application-development { background:url(images/flag_application-development.png) right top no-repeat; }
.postblock .media-relations { background:url(images/flag_media-relations.png) right top no-repeat; }

.postblock .community-management .share-links,
.postblock .application-development .share-links,
.postblock .media-relations .share-links
{ padding-right:30px; }

.postblock .community-management .share-links a,
.postblock .application-development .share-links a,
.postblock .media-relations .share-links a
{ color:#0475C5; }

strong.cat_application-development a, .postblock .application-development a { color:#fbc300; }
strong.cat_media-relations a, .postblock .media-relations a { color:#01d0f5; }
strong.cat_community-management a, .postblock .community-management a { color:#00c109; }


.postmetadata {
clear:both;
font-size:10px;
border:1px dashed #8B7F61;
border-width:1px 0;
padding:5px 0;
}


#before_after {
font-size:11px;
}

.alignleft {
float:left;
margin-right:10px;
}

.alignright {
float:right;
margin-left:10px;

}
.aligncenter {
margin:0 auto;
}

/*===================
SHARE ICONS
===================*/

.share-links {
float:right;
width:210px;
list-style:none;
}

.share-links li {
display:block;
float:left;
}

.share-links .facebook {
padding-right:15px;
}

.share-links a {
font-size:10px;
line-height:30px;
color:#0475C5;
}

.share-links .twitter a {
height:30px;
display:block;
padding-left:20px;
text-decoration:none;
background:url(images/twitter.png) center left no-repeat;
} .share-links .twitter a:hover { text-decoration:underline; }



/*===================
IMAGES & CAPTIONS
===================*/

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

.wp-caption p, .wp-caption-dd {
margin:2px; padding:5px; 
border:1px solid #ccc; 
}

.wp-caption img, .wp-caption .wp-caption-dt {
border:3px double #ccc; 
margin:2px;
display:block;
}


.wp-caption-text, .wp-caption-dd {
font-size:10px;
font-style:italic;
}




/*===================
SIDEBAR
===================*/

#support a {
text-decoration:none;
}

#support ul {
margin:0;
padding:0; 
}

#support li {
margin:40px 0 40px;
padding-bottom:1px;
background:#fff;
}

#support li h3 {
line-height:20px;
letter-spacing:-1px;
font-size:28px;
color:#fff;
background:#f50090;
text-align:left;
text-transform:uppercase;
margin: 0 0 10px;
}




/*===================
SIDEBAR LISTS
===================*/

#support li ul {
}

#support li p, #support li address {
margin:10px 0;
}

#support li div#fb {
padding:10px;
}

#support li p img { 
vertical-align:middle;
}


#support li ul li { 
background:none; 
margin:10px; 
font-size:11px; 
border:0;
} 

#support li ul li ul { border:0; }

#support li#categories li {
height:30px;
line-height:30px;
padding-left:40px;
}

/* LIVE */
#support li#categories li.cat-item-14 { background:url(images/flag_strategy.png) left top no-repeat; }
#support li#categories li.cat-item-5 { background:url(images/flag_general.png) left top no-repeat; }
#support li#categories li.cat-item-12 { background:url(images/flag_community-management.png) left top no-repeat; }
#support li#categories li.cat-item-11 { background:url(images/flag_application-development.png) left top no-repeat; }
#support li#categories li.cat-item-13 { background:url(images/flag_media-relations.png) left top no-repeat; }

/* DEV 
#support li#categories li.cat-item-6 { background:url(images/flag_strategy.png) left top no-repeat; }
#support li#categories li.cat-item-1 { background:url(images/flag_general.png) left top no-repeat; }
#support li#categories li.cat-item-5 { background:url(images/flag_community-management.png) left top no-repeat; }
#support li#categories li.cat-item-4 { background:url(images/flag_application-development.png) left top no-repeat; }
#support li#categories li.cat-item-3 { background:url(images/flag_media-relations.png) left top no-repeat; }
*/


/*===================
SEARCH FORM
===================*/

#searchform label { 
float:left;
padding-right:10px;
font-size:11px;

}

#searchform div {
float:left;
}

#searchform input {
float:left;
width:118px;
height:14px;
margin-right:10px;
border:1px solid #aaa388;
}

#searchform input#searchsubmit {
float:left;
width:44px; 
height:auto;
background-color:#DED9CB;
color:#8a8368;
font-size:10px;
line-height:14px;
}


/*===================
COMMENTS
===================*/

#comments {
padding:7px 0;
font-size:12px;
border-bottom:1px solid #ccc;

}

.commentlist {
font-size:12px;
line-height:14px;
}

#respond {
padding:0px;
font-size:12px;
line-height:14px;
}

.nocomments {
font-size:12px;
line-height:14px;
}

.commentmetadata {
border-top:1px solid #ccc;
padding-top:3px;
text-align:right;
font-size:11px;
}
