/* @override http://toddkillinger.com/wp-content/themes/toddkillinger_v1_3/style.css */

/*
Theme Name: Todd Killinger 2011 v 1.4
Theme URI: http://toddkillinger.com
Author: John Morton
Author URI: http://jmx2.com/
Description: Custom theme for ToddKillinger.com.
Version: 1.3
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 "Droid Sans", sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font: 99% "Droid Sans", sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a, a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; }

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #8a1c0a; color:#fff; text-shadow: none; }
::selection { background: #8a1c0a; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #8a1c0a; }
a:hover { color: #efd4bb; }


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/*
    ColorBox TK style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background: black;}

#colorbox{}
    #cboxContent{margin-top:32px;}
        #cboxLoadedContent{background: transparent; padding:1px;}
        #cboxLoadingGraphic{background:url(/images/static/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color: white;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(/images/static/controls.png) no-repeat 0 0;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose.hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}




/**
 * Primary styles
 *
 * Author: John Morton
 */
















/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}




/* =Structure
-------------------------------------------------------------- */

#page {
	display: block;
	margin-right: 1em;
	margin-bottom: 1px;
	margin-left: 1px;
	height: 100%;
}

html, body {
	background-color: #fde0c5;
}

#primary {
	width: 960px;
	float: left;
	display: block;
	padding-bottom: 50px;
}
#content {
	margin: 138px 160px 50px 196px;
	width: 707px;
	display: block;
}

#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#branding {
	margin-left: 196px;
}

#site-title {
	margin-right: 15px;
	color: #444;
	font-weight: bold;
}

#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}

#main {
	clear: left;
}

#site_info {
	color: #8a1c0a;
	padding: 9px 6px 5px 0;
	float: left;
	margin: 9px 20px 10px 1px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #efd4bb;
	padding: 13px 10px 10px;


  background-color: #f3d8bf;
  background-image: -moz-linear-gradient(top, #f3d8bf, #efd4bb);
  background-image: -o-linear-gradient(top, #f3d8bf, #efd4bb);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f3d8bf),color-stop(1, #efd4bb));
  background-image: -webkit-linear-gradient(#f3d8bf, #efd4bb);
  background-image: linear-gradient(top, #f3d8bf, #efd4bb);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3d8bf', EndColorStr='#efd4bb');



     -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
          border-radius: 0px 0px 5px 5px;
	float: left;
	margin-left: 0;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #8a1c0a;

     -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}

#access .current-menu-item {
	color: #8a1c0a;
	font-weight: bold;
}

/* =Content
-------------------------------------------------------------- */

#confessions_promo {
	position: absolute;
	top: 116px;
	left: -322px;
}

.entry-meta {
	clear: both;
	display: block;
}
#content nav {
	display: block;
	overflow: hidden;

}

#content nav .nav-next, #content nav .nav-previous {
	background: #efd4bb;
	padding: 0;
	background-color: #f3d8bf;
	background-image: -moz-linear-gradient(top, #f3d8bf, #efd4bb);
	background-image: -o-linear-gradient(top, #f3d8bf, #efd4bb);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f3d8bf),color-stop(1, #efd4bb));
	background-image: -webkit-linear-gradient(#f3d8bf, #efd4bb);
	background-image: linear-gradient(top, #f3d8bf, #efd4bb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3d8bf', EndColorStr='#efd4bb');
    -moz-border-radius: 5px 5px 5px 5px;
  	-webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	font-size: 11px;
}

#content nav .nav-next a, #content nav .nav-previous a{
	text-decoration: none;
	display: block;
	padding: 9px;
}

#content nav .nav-next:hover, #content nav .nav-previous:hover{

	background: #8a1c0a;
	color: #fde0c5;
}

#content nav .nav-previous {
	float: left;
}
#content nav .nav-next {
	float: right;
	text-align: right;
}


#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

/* @group Top level pages */

h1.page-title {
	font: 80px 'Dancing Script', sans-serif;
	color: #8a1c0a;
	letter-spacing: -3px;
	background: url(images/dots_493x56.png) no-repeat 0 bottom;
	margin-left: -202px;
	padding-left: 235px;
	height: 138px;
	width: 700px;
}

h1.page-title.work {
	letter-spacing: 0px;
}

#circles {
	margin-left: 72px;
	margin-top: -3px;
	width: 726px;
	display: none;
	margin-right: 10px;
}

#about-text {
	float: left;
	width: 485px;
}

.circle {
	float: left;
	width: 106px;
	height: 106px;
	-moz-border-radius: 53px;
  -webkit-border-radius: 53px;
          border-radius: 53px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.blankcircle {
	float: left;
	width: 106px;
	height: 106px;
	margin-right: 15px;
	margin-bottom: 15px;
}



#aboutToddImage {
	width: 146px;
	height: 114px;
	float: left;
}

#resume_download {
	background-image: url(images/download_resume_139x28.png);
	width: 139px;
	height: 28px;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}

img.socialIcons {
	margin-left: 5px;
	margin-right: 10px;
	position: relative;
	top: 11px;
	margin-top: -14px;
}

/* @end */

/* Portfolio Piece page */

img.tk_thumbnail {

     -moz-border-radius: 53px;
  -webkit-border-radius: 53px;
          border-radius: 53px;
	margin-right: 15px;
	margin-bottom: 15px;
}

img.tk_thumbnail_shadow {
	-moz-box-shadow: 3px 3px 3px #d3bba5;
  -webkit-box-shadow: 3px 3px 3px #d3bba5;
          box-shadow: 3px 3px 3px #d3bba5;
}

/*.archive .circle:hover */

.circle:hover {
	margin: 2px 13px 13px 2px;
}

img.tk_thumbnail:hover {
	-moz-box-shadow: 1px 1px 1px #d3bba5;
  -webkit-box-shadow: 1px 1px 1px #d3bba5;
          box-shadow: 1px 1px 1px #d3bba5;
}

header.entry-header {
	width: 165px;
	position: absolute;
	top: 53px;
	left: 0;
}

#portpiece-name {
	font-size: 18px;
	background: url(images/dots_217x16.png) no-repeat right bottom;
	padding-bottom: 25px;
	margin-bottom: 10px;
	bottom: 0;
	height: 125px;
	position: relative;
}

#portpiece-awards img {
	float: right;
	width: 106px;
	height: 106px;
	-moz-border-radius: 53px;
  -webkit-border-radius: 53px;
          border-radius: 53px;
	margin-right: -10px;
	margin-bottom: 0;
	margin-top: 10px;
}

#portpiece-name h1 {
	position: absolute;
	bottom: 30px;
	text-align: right;
	width: 100%;
}

h1#portpiece-name.entry-title {
	text-align: right;
	background-position: 0 bottom;
}


#portpiece-credit {
	font-size: 11px;
	line-height: 22px;
	text-align: right;
	padding-top: 1px;
}


.work.entry-content a {
	background: url(images/view_43x76.png) no-repeat right 18px;
	display: block;
	width: 742px;
	margin-right: -42px;
}

div.entry-content {
	width: 700px;
	text-align: justify;
}

div.entry-content p {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 19px;
	overflow: visible;
}

div.entry-content .wp-caption-text{
	font-size: 11px;
}

div.wp-caption.alignnone {
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Aside Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin-right: 1em;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 3px;
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1px;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	text-align: left;
	font-size: x-small;
}
.wp-caption img {
	margin: 0;
}
.wp-caption .wp-caption-text {
	width: 700px;
	margin-bottom: 15px;
	text-align: center;
}
.gallery-caption {

}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
}

#copyright {
	color: #8a1c0a;
	font-size: x-small;
	position: fixed;
	overflow: visible;
	margin-top: -73px;
	bottom: 5px;
	margin-left: 10px;
}

.csstransforms #copyright {

	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	position: fixed;
	overflow: visible;
	margin-left: -41px;
	margin-top: -73px;
	bottom: 52px;
}

/* Tooltip css */

#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 10px;
	background-color: #f8ecd5;
	background-image: linear-gradient(top, #f3d8bf, #efd4bb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3d8bf', EndColorStr='#efd4bb');
    -moz-border-radius: 5px 5px 5px 5px;
  	-webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	opacity: 0.85;
	margin: 0;
	-moz-box-shadow: 3px 3px 3px #d3bba5;
  -webkit-box-shadow: 3px 3px 3px #d3bba5;
          box-shadow: 3px 3px 3px #d3bba5;
	font-style: normal;
	font-size: 10px;
	font-variant: normal;
}

