/*
Theme Name: Amber Orenstein Design
Theme URI: http://2is3.com/
Description: Custom theme
Author: Amber Orenstein
Version: 1.0
Tags: 
*/



/* COLORS 

grey: 32323e
pink: fd2c71
icy-green: 66ffe4

*/




/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }
a:focus {outline:none;}

/* CLEAR FLOATS WITH THIS */

.spacer {clear:both; height:0; margin:0; padding:0; overflow:hidden; font-size:0px;}
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



/* ================== UTILITY STYLES ================== */
.hi {color:#fd2c71;}

.splitcol {display:inline-block; vertical-align:top; width:50%;}

.arrow {display:inline-block; vertical-align:middle; margin-left:6px; margin-top:-2px;}
.arrow-box {display:inline-block; background:#32323e; vertical-align:middle; height:8px; width:8px;}
.arrow-head {border-color: transparent transparent transparent #32323e; border-style:solid; border-width:8px 0 8px 10px; display:inline-block; vertical-align:middle; height:0; width:0;}

.btn {
	font-family:inherit;
	margin-top:20px;
	font-size:120%;
	
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 1.25em .55em;
	text-shadow: 0 1px 1px #fff;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.05);
	box-shadow: 0 1px 6px rgba(0,0,0,.05);
	margin:10px 0 10px 0;

	
	/* colors */
	color: #32323e;
	border: solid 1px #fff;
	background: #ebebeb;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ffffff,  #ebebeb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb');

}
.btn:hover {
	text-decoration:none;
	
	/* colors */
	background: #dcdcdd;
	background: -webkit-gradient(linear, left top, left bottom, from(#dcdcdd), to(#f5f5f5));
	background: -moz-linear-gradient(top,  #dcdcdd,  #f5f5f5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdd', endColorstr='#f5f5f5');

}
.btn .arrow-box {background:#dcdcdd;}
.btn .arrow-head {border-color: transparent transparent transparent #dcdcdd;}
.btn:hover .arrow-box {background:#32323e;}
.btn:hover .arrow-head {border-color: transparent transparent transparent #32323e;}


/* ================== LAYOUT ================== */
body {background:url(images/bg.jpg) fixed top center #cdcdcd; font:16px 'Droid Serif',Arial,sans-serif; color:#32323e}
#wrapper {width:960px; margin:0 auto; position:relative;}

#content {display:block; position:relative;}

#stickynav {display:block; position:absolute; width:960px; z-index:100; zoom:1;}
#stickynav .fixed {width:118px; position:fixed; float:left; bottom:0; margin-left:890px; padding-bottom:100px; z-index:100;}

#stickynav h1 {width:118px; height:267px; text-indent:-9999px; overflow:hidden; background:url(images/logo.png); margin:40px 0 0 -59px;}

#stickynav ul li {margin-bottom:8px;}
#stickynav ul li a {display:block; width:38px; background-color:#fd2c71; border-top-right-radius:.5em; -moz-border-radius-topright:.5em; -webkit-border-top-right-radius:.5em; border-bottom-right-radius:.5em; -moz-border-radius-bottomright:.5em; -webkit-border-bottom-right-radius:.5em;}
#stickynav ul li a:hover {border-left:solid 10px #fd2c71;}

#stickynav ul li a {display:block; width:38px; height:38px; overflow:hidden; text-indent:-9999px; background-image:url(images/tabs.png);}
#stickynav ul li.top a {background-position:0 0;}
#stickynav ul li.contact a {background-position:0 -46px;}
#stickynav ul li.feeds a {background-position:0 -92px;}

footer {display:block; padding:10px 80px; font-size:60%; color:#707078; background:#000; margin-right:70px;}
footer a {color:#707078; text-decoration:none;}




/* ================== CHUNKS ================== */
.chunk {display:block; position:relative; overflow:auto; background:url(images/bg-chunk.jpg) no-repeat bottom center #fff; margin-right:70px; padding:40px 80px; border-bottom:solid 1px #fff; border-top:solid 1px #fafafa; zoom:1;}

.chunk:first-child {border-top:0;}
.chunk-last {padding-bottom:50px; background-image:none; border-bottom-color:#000;}

.chunk .edit-link a {display:inline-block; padding:.4em .65em; margin-bottom:2em; color:#fff; text-decoration:none; background:rgba(0,0,0,.65); -webkit-border-radius:12px; -moz-border-radius:12px; border-radius:12px; border:solid 1px #fff;}
.chunk .edit-link a:hover {background:#000;}

.chunk .details {font-size:80%; float:right; width:250px;}
.chunk .details h3 {font-size:210%; margin-bottom:15px; line-height:1.15;}
.chunk .details em.label {color:#d4d4d5; white-space:nowrap; display:run-in; margin-right:.5em;}
.chunk .details p {margin:0 0 10px;}
.chunk .details .date {color:#d4d4d5; margin:-15px 0 20px;}
.chunk .post-ratings {color:#d4d4d5; font-size:90%; font-family:Arial,Verdana,sans-serif;}
.chunk .post-ratings img {margin-right:10px; vertical-align:middle;}

.slides {position:relative; width:452px; height:367px; margin:auto; float:left; border:solid 1px #ebebeb; background:#fff; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; -webkit-box-shadow: 0 1px 16px rgba(0,0,0,.25); -moz-box-shadow: 0 1px 16px rgba(0,0,0,.25); box-shadow: 0 1px 16px rgba(0,0,0,.25);}
.slides img {position:absolute; top:0; left:0; margin:6px;  -webkit-box-shadow:inset 0 0 4px rgba(0,0,0,.25); -moz-box-shadow:inset 0 0 4px rgba(0,0,0,.25); box-shadow:inset 0 0 4px rgba(0,0,0,.25);}

.slides .pager {position:absolute; width:12px; top:0; left:-24px;}
.slides .pager a {display:inline-block; width:12px; height:12px; background:#e5e5e5; overflow:hidden; text-indent:-99999px; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px;}
.slides .pager a:hover {background:#66ffe4;}
.slides .pager a.activeSlide {background:#32323e !important;}

.slides .glass {display:block; position:absolute; top:6px; left:6px; width:440px; height:355px; background:url(images/glass.png); z-index:10; }




/* ================== SPECIFICS ================== */
#intro {font-size:320%; padding:120px 80px 80px; background-image:none; border:0;}
aside.chunk {background:#22222b; color:#fff; border-top-color:#54545e; border-bottom:0;}
aside h2 {margin-bottom:15px;}
aside h4 {margin:15px 0;}
aside p {color:#707078; margin-bottom:12px;}
.social {position:relative;}
.social li {display:block; float:left; margin-right:6px; width:32px; height:32px; overflow:hidden;}
.social a {display:block; width:32px; height:64px; text-indent:-9999px; overflow:hidden; background-image:url(images/social.png); background-repeat:no-repeat;}
.social a:hover {margin-top:-32px;}
.social .linkedin a {background-position:0 0;}
.social .twitter a {background-position:-32px 0;}
.social .email a {background-position:-64px 0;}

#contact {float:right; width:250px;}
#contact .call {display:block; padding:.5em .75em; background:#fff; color:#32323e; text-decoration:none; font-size:77%; -webkit-border-radius:.5em; -moz-border-radius:.5em; border-radius:.5em;}
#feeds {position:relative; width:452px; margin:auto; float:left;}

.tab_container {height:240px; overflow:hidden; clear:both; float:left;}
ul.tabs {height:2.5em;}
ul.tabs li {display:block; width:auto; float:left; margin-right:6px;}
ul.tabs li a {display:block; float:left; padding:.5em .75em; background:#32323e; color:#fff; text-decoration:none; font-size:77%; -webkit-border-radius:.5em; -moz-border-radius:.5em; border-radius:.5em;}
ul.tabs li a:hover {background:#000;}
ul.tabs li.active a {background:#fff; color:#32323e;}

.tab_content {height:240px; overflow:auto;}
.tab_content ul a {color:#707078; text-decoration:none;}
.tab_content ul a:hover {color:#fff; text-decoration:underline;}
.tab_content li {margin:0 0 .75em 0;}

#flickr a, #lastfm a {display:inline-block; margin:4px; filter:alpha(opacity=50); opacity:0.5;}
#flickr a:hover, #lastfm a:hover {filter:alpha(opacity=100); opacity:1;}
#lastfm img {width:75px; height:auto; background:#000;}

#delicious li {list-style-image:url(images/bookmark.png); margin-left:2em;}




/* WP Page Numbers */
#pagination {width:570px; position:absolute; bottom:-7px; left:-20px; z-index:30; background:#fd2c71; border-top-right-radius:.5em; -moz-border-radius-topright:.5em; -webkit-border-top-right-radius:.5em; border-bottom-right-radius:.5em; -moz-border-radius-bottomright:.5em; -webkit-border-bottom-right-radius:.5em;}
#pagination .corner {display:block; z-index:0; position:absolute; bottom:-10px; left:0; width:20px; height:10px; overflow:hidden; z-index:100;}
#pagination .poly {display:block; border-color: transparent #a11241 transparent transparent; border-style:solid; border-width:10px 20px 10px 0; height:0; width:0; bottom:auto; margin-top:-10px;}

#wp_page_numbers {display:block; padding:20px 80px;}
#wp_page_numbers ul li { padding-left:0; background-image:none; }

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	font-size:.9em;
	letter-spacing: 0px;
	word-spacing: 0px;
}
#wp_page_numbers li {
	float: left;
	display: block;
	margin-bottom: 2px;
	font-size:1.125em;
}

#wp_page_numbers a {
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	text-transform: uppercase;
	border:solid 1px #a11241;
	background-color: #c61a4a;
	color:#fff;
}

#wp_page_numbers li a:hover {
	background: #32323e;
	border:solid 1px #32323e;
	color: #fff;
}

#wp_page_numbers li.space {
	padding: 6px;
	padding-left: 2px;
	padding-right: 2px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	text-decoration: none;
	font-weight: bold;
	border:none;
	background:#fff;
	border:solid 2px #fff;
	color:#32323e;
	margin-top:-1px;
}

#wp_page_numbers li.active_page a:hover  {
	cursor: default;
}

#wp_page_numbers li.page_info {
	white-space:nowrap;
	float: left;
	display: block;
	padding: 4px;
	padding-left: 5px;
	padding-right: 15px;
	margin-right: 2px;
}