/* @override 
	http://localhost:8888/wp/wp/wp-content/themes/ravelrumba3/assets/css/main.css
	http://localhost:8888/wp/wp/wp-content/themes/ravelrumba-v4/assets/css/main.css
*/

/* HTML5 ✰ Boilerplate */
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; }

body { font:16px/1.33 Georgia, serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
em { font-style: italic; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
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; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
/*
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
*/
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #333; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #4c5f71; text-decoration: none;   
  -webkit-transition: all 0.2s ease-out;  
     -moz-transition: all 0.2s ease-out;  
      -ms-transition: all 0.2s ease-out;  
       -o-transition: all 0.2s ease-out;  
          transition: all 0.2s ease-out; 
}
a:hover { color: #3e4e5d; text-decoration: underline; }
article a { text-decoration: underline; }
article a:hover { text-decoration: none; }

/* Fonts */
@font-face {
  font-family: 'fgec';
  src: url('../fonts/fgec.eot');
  src: url('../fonts/fgec.eot?#iefix') format('embedded-opentype'),
       url('../fonts/fgec.woff') format('woff'),
       url('../fonts/fgec.ttf') format('truetype'),
       url('../fonts/fgec.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Layout */
body { padding: 30px 0; }
#wrap { width: 95%; margin: 0 auto; position: relative; overflow: hidden; max-width: 1200px; }
#content { width: 65%; float: left; margin: 0 0 20px; }
aside { width: 30%; float: right; }

/* General */
h1 { font-size: 36px; font-family: fgec, Georgia, serif; margin: 0 0 10px; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em 40px; }

.rounded-corners { 
 -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
	     border-radius: 4px;
}
.alignright { margin: 0 0 16px 16px; float: right; display:block; }
.alignleft { margin: 0 16px 16px 0; float: left; display:block; }
.aligncenter { margin: 0 auto 16px; display:block; } 

/* Header */
header { margin: 0 0 0px; overflow: hidden; padding: 0 0 20px; border-bottom: 3px solid #edf0f3; }
#logo { font-size: 86px; font-family: fgec; text-transform: uppercase; }
#logo a { color: #333; }
#logo a:hover { color: #405562; text-decoration: none; }
.search { position: relative; }
nav li { *display: inline; /* IE7 and older */ }
a.button, button { display: inline-block; padding: 4px 6px; font-family: fgec, tahoma, verdana, arial, sans-serif; font-size: 20px; color: #3C3C3D; text-shadow: 1px 1px 0 #FFFFFF; background: #edf0f3; white-space: nowrap; overflow: visible; cursor: pointer; text-decoration: none; border: 1px solid #edf0f3; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; outline: none; position: relative; zoom: 1; line-height: 1; *display: inline; *vertical-align: middle; float: left; margin: 0 10px 0 0; text-transform: uppercase; }
a.button { -moz-user-select: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-user-select: none; -webkit-touch-callout: none; }
button::-moz-focus-inner { border: 0; padding:0px; }
a.button.primary, button.primary { font-weight: bold }
button:focus,a.button:hover, 
button:hover, #commentform button { color: #FFFFFF; border-color: #388AD4; text-decoration: none; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); background-position: 0 -40px; background-color: #268bd2; }

/* Sidebar */
aside { background: #f0f3f5; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; 
 -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
	     border-radius: 4px;
}
aside h3 { background: #d1dbe1; padding: 8px 0 7px; text-shadow: 0 1px 0 #fff; font-family: fgec; font-size: 24px; text-transform: uppercase; text-align: center; line-height: 1; 
 -webkit-border-top-left-radius: 4px; 
    -moz-border-top-left-radius: 4px; 
	     border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px; 
   -moz-border-top-right-radius: 4px; 
	    border-top-right-radius: 4px;				 
}
aside ul { margin: 0; }
aside li { list-style-type: none; font-size: 14px; border-top: 1px solid #fff; }
aside li a { display: block; padding: 10px; text-decoration: none; text-shadow: 0 1px 0 #fff; font-weight: bold; }
aside li a:hover { background: #e6ebee; text-decoration: none; }
aside .search-box { padding: 10px;
 -webkit-border-bottom-left-radius: 4px; 
    -moz-border-bottom-left-radius: 4px; 
	     border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px; 
   -moz-border-bottom-right-radius: 4px; 
	    border-bottom-right-radius: 4px;
 }
.bio { padding: 10px; margin: 0; font-size: 14px; border-top: 1px solid #fff; }
.bio img { float: right; margin: 0 0 10px 10px; display: none; }
h3.other-posts { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }#search-text { border: 0; padding: 7px 2% 5px; width: 96%; background: #fff; line-height: 1; }  
#search-submit { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABrElEQVRIibXWP2jVUBTH8U/qH6xFUVHQQXR5S52c1CJdRV0cBMHNQRDUQaQOLi4iuDo4u4mL4OQilIqbk2KVCv4B6eKilIraqnHICb2+vrx3g68/uDkh95zfN8lNTlKUZWkttR6KomiaP4xJdLCEl5jG2xzzsixjs1pbcB1vUCbjJ57h7P8AJvA+MV3AHN5hOTn+BLvaAo7gexi8xhnsSOb3Ygpfk5ztuYCtmI/CRxjtc3Kd5Cof5gAK3EjOamMf81rjVq726CDAQXyI5FMZ5rXuRs29QYArkfgFYy0Ak1E3p7oLqwAjsd+J+AnfWgA+RtyJzb0SasByxA0tzNP83/jTD/AikvYb8Gx3aTzivGrBGwEzmMUmnG4BOBdxujEjeQ/OqxbsM/ZkmJ+I/B/Y1+idANbheRTNWln4XjqJxchdwoUcAFUrqN+HRdzGIeyOuWO4798GWI+LOQCq2/O4q/hXg2n3uJQDqHUcD1Q9Z0HV4F7hDg7gagPkci6g1gi2qb4R3brWBzKWCxikqQbIrWEBekGeYmKYgBQyI/rSsAGjuKl6rNWAYq1/W/4CTTfr0AXIfgEAAAAASUVORK5CYII=) no-repeat; border: 0; text-indent: -9999em; position: absolute; width: 24px; height: 24px; right: 5px; top: 2px; }

.list-meta { font-size: 12px; text-transform: uppercase; font-weight: normal;  }

/* Post */
h1 { font-size: 36px; font-family: fgec, Georgia, serif; margin: 0 0 10px; font-weight: normal; }
article { padding: 20px 0 60px; }
article time { font-family: sans-serif; font-size: 12px; text-transform: uppercase; color: #93a1a1; margin: 0 0 5px; display: block; }
article h4 { font-size: 20px; padding: 15px 0 0; margin: 0 0 20px; }
article h5 { font-size: 20px; padding: 15px 0 0; }
article img { max-width: 100%; display: block; height: auto; }
article blockquote { padding-left: 5%; width: 95%; padding-top: 20px; padding-bottom: 20px; }
article li { margin: 0 0 1em; }
.coda { padding-top: 15px; }
.coda h6 { margin: 0 0 10px; font-size: 16px; border-top: 3px solid #edf0f3; padding-top: 25px; }
.coda li { margin: 0 0 10px; }
.coda a { text-decoration: none; }
.coda a:hover { text-decoration: underline; }



/* Comments */
#comments { clear: both; font-family: 'lucida grande', tahoma, verdana, sans-serif; }
#comments h3 { font-family: fgec; font-size: 24px; text-transform: uppercase; line-height: 1; margin: 0 0 20px; font-weight: normal; }
.comment { margin: 0 0 20px; background: #f0f3f5; padding: 10px; }
.comment-avatar { float: left; margin: 0 15px 0 0; width: 48px; }
.comment-main { margin-left: 70px; }
.bypostauthor { background: #d1dbe1; padding: 10px; }
.comment a { text-decoration: none; }
.comment a:hover { text-decoration: underline; }
.comment .comment-meta { margin: 0 0 10px; line-height: 1; font-size: 14px; }
.comment cite { font-weight: bold; }
.comment .comment-meta-date { font-style: italic; float: right; }
.comment p { font-family: georgia; }

#commentform-wrap { background: #f0f3f5; padding: 10px;
 -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
	     border-radius: 4px;
}
#commentform-wrap label { display: block; margin: 0 0 5px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-weight: bold; font-size: 14px; }

.text-field { width: 35%; float:right; margin: 0 0 20px; }
.text-field input { border: 0; background: #fff; padding: 3%; width: 94% }
.comment-textarea { float: left; width: 60%; }
#commentform textarea { border: 0; background: #fff; padding: 3%; width: 94%; margin: 0 0 10px; height:168px; }
#commentform button { clear: both; }
#commentform button:hover { opacity: 0.8; }

/* Footer */
footer { margin: 0 0 50px; text-align: center; border-top: 1px solid #ddd; padding-top: 10px; clear: both; }

/* Homepage */
#hp-content { margin: 0 0 20px; }
.article-list { margin: 0 0 20px; list-style-type: none; padding: 0; }
.article-list .post { background: none; padding: 10px 0; width: 100%; margin: 0; float: none; border-bottom: 3px solid #edf0f3; display: block; }
.article-list h2 { font-size: 36px; font-family: fgec, Georgia, serif; margin: 0 0; text-shadow: 0 1px 0 #fff; font-weight: normal; }
.article-list .post a { color: #333; }
.article-list .post a:hover { color: #405562; text-decoration: none; }
.article-list .article-meta { font-family: sans-serif; font-size: 13px; text-transform: uppercase; color: #93a1a1; margin: 0 0 5px; display: block; }

/* Misc */
#page-nav { clear: both; }
#page-nav .next-link { float: right; }
.search-results #hp-content { margin: 0 0 20px; padding: 10px 0 0; }

.post-demo-links { background-color: #F0F3F5; padding: 15px; border-radius: 4px; margin-bottom: 16px; width: 45%; float: right; margin-left: 20px; }
.post-demo-links h2 { margin-bottom: 1em; }


/* Helper Classes */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/*
 * Media Queries
 */

/* Mobile */
@media only screen and (max-width: 480px) {
 	/* Layout */
 	body { padding: 0; -webkit-text-size-adjust:none; }
	#wrap { width: auto; padding: 10px; }
	#content { width: 100%; }
	#logo { width: auto; margin: 0; font-size: 56px; font-family: fgec; text-transform: uppercase; }
	aside { float: none; clear: both; width: 100%; top: auto; position: relative; }	
	footer { margin-top: 20px; }
  	
  /* Article */
	h1 { font-weight: normal; }
	.article-list h2 { font-weight: normal; font-size: 24px; }
	#commentform-wrap { padding: 10px; margin: 0 0 20px;  }
	.text-field { width: 100%; float:none; }
	.text-field input { padding: 2%; width: 96%; }
	.comment-textarea { float: none; width: 100%; }
	#commentform textarea { padding: 2%; width: 96%; height:168px; }
  .comment .comment-meta-date { font-style: italic; float: none; display: block; }
  article .alignright, article .alignleft { float: none; margin-left: 0; margin-right: 0; }
  
  .post-demo-links { width: auto; float: none; margin-left: 0; }
  .post-demo-links ul { margin-left: 20px; }

  /* Homepage */
   
}

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  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: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/* Advertising */
.ad-wrap { padding: 10px; border-top: 1px solid #fff; }
body .one .bsa_it_ad { background: transparent; border: none; font-family: inherit; padding: 0; margin: 0; text-align: right; }
body .one .bsa_it_ad:hover img { -moz-box-shadow: 0 0 3px #000; -webkit-box-shadow: 0 0 3px #000; box-shadow: 0 0 3px #000; }
body .one .bsa_it_ad .bsa_it_i { display: block; padding: 0; float: right; margin: 0 0 5px 15px; }
body .one .bsa_it_ad .bsa_it_i img { padding: 0; border: none; }
body .one .bsa_it_ad .bsa_it_t { padding: 6px 0; }
body .one .bsa_it_ad .bsa_it_d { padding: 0; font-size: 12px; color: #333; }
body .one .bsa_it_p { display: none; }
body #bsap_aplink, body #bsap_aplink:hover { display: block; font-size: 10px; margin: 5px 0 0; text-align: right; }

@media only screen and (min-width: 481px) and (max-width: 960px) {
  body .one .bsa_it_ad .bsa_it_i { float: none; margin: 0 0 5px 0; }
}

/* Subscribe to Comments */
.subscribe-to-comments { padding-top: 20px;  }
.subscribe-to-comments input { float: left; margin-right: 10px;  }
.subscribe-to-comments label { float: left; }

