/*
bright green: #CEFE02
bright orange: #FFA500
light orange: #FFE0C0
*/
/* Fonts */
/*
@media screen {
@font-face {
  font-family: 'komika';
  font-style: normal;
  font-weight: normal;
  src: url('komika.ttf');
}
@font-face {
    font-family: 'customfont';
    src: url('http://howcoldisit.com/dev/fonts/museo500-regular.otf');
    font-weight: bold;
    font-style: normal;
}
}
*/
/*
#sidebar h3 {
	font-family: 'Duru Sans', Trebuchet MS, Verdana, Arial, sans-serif;
}*/
body {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 11pt;
}
p {
    font-family: Trebuchet MS, Verdana, Arial, sans-serif;
}
/* General */

* {
    margin: 0;
    padding: 0;
    border: 0;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-transition: color 0.3s linear, text-shadow 0.3s linear;
       -moz-transition: color 0.3s linear, text-shadow 0.3s linear;
        -ms-transition: color 0.3s linear, text-shadow 0.3s linear;
         -o-transition: color 0.3s linear, text-shadow 0.3s linear;
            transition: color 0.3s linear, text-shadow 0.3s linear;
}
a:hover {
    color: #c2820b;
    text-decoration: underline;
    text-shadow: 0px 2px 15px #fff;
}
p a {
    text-decoration: underline;
}
a img {
    border: 0;
    outline: none;
    -webkit-box-shadow: 0;
       -mox-box-shadow: 0;
        -ms-box-shadow: 0;
         -o-box-shadow: 0;
    		box-shadow: 0;
    -webkit-transition: box-shadow 0.3s linear;
       -moz-transition: box-shadow 0.3s linear;
        -ms-transition: box-shadow 0.3s linear;
         -o-transition: box-shadow 0.3s linear;
            transition: box-shadow 0.3s linear;
}           
.photo-panel a:hover img {
    -webkit-box-shadow: 0 0 20px 5px #FFA500;
       -mox-box-shadow: 0 0 20px 5px #FFA500;
        -ms-box-shadow: 0 0 20px 5px #FFA500;
         -o-box-shadow: 0 0 20px 5px #FFA500;
    		box-shadow: 0 0 20px 5px #FFA500;
}
ul, ol {
    list-style: none;
}
h1,h2,h3,h4,h5,h6,p,li {
    text-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}
h1,h2,h3,h4,h5,h6 {
    margin: 1.5em 0 0 0;
}
h1:first-child,h2:first-child,h3:first-child {
    margin: 0;
}
p {
    margin: 0.7em 0;
}
p, li {
	line-height: 175%;
}
.hovereffect {
    cursor: pointer;
    opacity: 0.6;
    -webkit-transition: opacity 0.3s linear;
       -moz-transition: opacity 0.3s linear;
        -ms-transition: opacity 0.3s linear;
         -o-transition: opacity 0.3s linear;
            transition: opacity 0.3s linear;
}
.hovereffect:hover {
    opacity: 1;
}
/* Shortcuts */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	line-height: 1px;
}

/* Page */
body {
    background-color: #c7c7c7;
    color: #444;
}
#content, #menu, #sidebar {
    border: 2px solid #333;
    background: #fff;
    margin: 5px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
       -mox-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
        -ms-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
         -o-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    		box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
#head {
	margin-top: 0;
	background: transparent url(http://data.monkeyinmysoup.com/images/jurresip/jurresip_header.png) top left no-repeat;
}
#logo, #logo img {
	margin: 0 0 0 40px;
	padding: 0;
}
#content {
    width: 700px;
    float: left;
}
#page {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
}
#footer {
    width: 700px;
    margin: 0 auto 2em auto;
    font-size: 12px;
    color: #555;
}
#sidebar {
    width: 196px;
    float: right;
    padding: 1em;
    margin-right: 51px;
    background: rgb(255,224,192);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,224,192,1)), color-stop(100%,rgba(255,165,0,0.5)));
}
#menu {
	margin-top: -7px;
	z-index: 10;
    width: 940px;
    padding: 0;
    background: #FFA500;
    overflow: hidden;
}
#menu li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#menu li {
    display: inline;
}
#menu li a {
    font-size: 120%;
    font-weight: bold;
    padding: 0.5em 1.9em;
    border: 0;
    background: transparent;
    text-shadow: 0px 0px 10px #000;
    color: #eee;
    display: block;
    float: left;
    -webkit-transform: translate3d(0,0,0);
       -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
         -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.3s linear, background-color 0.3s ease-in;
       -moz-transition: -moz-transform 0.3s linear, background-color 0.3s ease-in;
        -ms-transition: -ms-transform 0.3s linear, background-color 0.3s ease-in;
         -o-transition: -o-transform 0.3s linear, background-color 0.3s ease-in;
            transition: transform 0.3s linear, background-color 0.3s ease-in;
    -webkit-transition-timing-function: cubic-bezier(0, 0.35, .4, 1.8);
       -moz-transition-timing-function: cubic-bezier(0, 0.35, .4, 1.8);
        -ms-transition-timing-function: cubic-bezier(0, 0.35, .4, 1.8);
         -o-transition-timing-function: cubic-bezier(0, 0.35, .4, 1.8);
            transition-timing-function: cubic-bezier(0, 0.35, .4, 1.8);
}
#menu li a:hover {
    color: #fff;
    border-bottom: 0;
    background-color: rgba(0,0,0,0.3);
    text-shadow: 0px 0px 10px #000;
    -webkit-transform: translate3d(0,0,0) scale(1.5) rotate(5deg);
       -moz-transform: translate3d(0,0,0) scale(1.5) rotate(5deg);
        -ms-transform: translate3d(0,0,0) scale(1.5) rotate(5deg);
         -o-transform: translate3d(0,0,0) scale(1.5) rotate(5deg);
            transform: translate3d(0,0,0) scale(1.5) rotate(5deg);    
}   
#menu li:first-child a:hover {
    -webkit-transform: translate3d(0,0,0) scale(1.5) rotate(-5deg);
       -moz-transform: translate3d(0,0,0) scale(1.5) rotate(-5deg);
        -ms-transform: translate3d(0,0,0) scale(1.5) rotate(-5deg);
         -o-transform: translate3d(0,0,0) scale(1.5) rotate(-5deg);
            transform: translate3d(0,0,0) scale(1.5) rotate(-5deg);    
}

/* Tumblr */
.page-photo {
	margin: 1em;
}
.photo-panel {
    text-align: center;   
}
.photo-panel a img {
    width: 100%;
}
.post {
    min-height: 4em;
    padding-top: 1em;
    overflow: hidden;
}
.post-body {
    padding: 1em;
}
.post.alternate {
    background-color: #eee;
    border-top: 1px;
    border-bottom: 1px;
    border-color: #ddd;
    border-style: dashed;
}
.date {
    text-align: center;
    font-size: 80%;
    color: #898989;
}
.pagination {
    overflow: hidden;
}
.pagenav {
    font-weight: bold;
    color: #fff;
    background-color: #b4b5ae;
    padding: 3px 7px;
    border-bottom: 0;
    -webkit-transition: background-color 0.3s linear;
       -moz-transition: background-color 0.3s linear;
        -ms-transition: background-color 0.3s linear;
    	 -o-transition: background-color 0.3s linear;
    		transition: background-color 0.3s linear;
}
.pagenav.next {
    float: right;
}
.pagenav.prev {
    float: left;
}
.pagenav.next, .bottom .pagenav.prev {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
}
.pagenav.prev, .bottom .pagenav.next {
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
}
.pagenav:hover {
    color: #000;
    text-decoration: none;
    background-color: #CEFE02;
    border-bottom: 0;
}

/* Social */
.tweet {
    background-color: rgba(255,255,255,0.8);
    color: #333;
    border-radius: 3px;
    margin: 12px 0 2px 0;
    padding: 5px;
    -webkit-box-shadow: 1px 3px 3px 0px #ccc inset;
       -mox-box-shadow: 1px 3px 3px 0px #ccc inset;
        -ms-box-shadow: 1px 3px 3px 0px #ccc inset;
         -o-box-shadow: 1px 3px 3px 0px #ccc inset;
    		box-shadow: 1px 3px 3px 0px #ccc inset;
}
#twitter h3 {
    clear: right;
}
#tweets a {
    text-decoration: none;
}
.social {
    float: right;
    margin: 0.5em;
}
#sidebar .social {
    float: none;
    margin: 0;
    display: block;
    text-indent: 20px;
}
.sep {
	border-top: 1px dashed #666;
	margin-top: 8px;
	padding-top: 8px;
	text-align: center;
    overflow: hidden;
}
#sidebar ul li a.twitter {
background: transparent url(http://data.monkeyinmysoup.com/images/jurresip/twitter.png) center left no-repeat;
}
#sidebar ul li a.facebook {
background: transparent url(http://data.monkeyinmysoup.com/images/jurresip/facebook.png) center left no-repeat;
}
#sidebar ul li a.hyves {
background: transparent url(http://data.monkeyinmysoup.com/images/jurresip/hyves.png) center left no-repeat;
}
#sidebar ul li a.rss {
background: transparent url(http://data.monkeyinmysoup.com/images/jurresip/rss.png) center left no-repeat;
}
#sidebar ul li a.googleplus {
background: transparent url(http://data.monkeyinmysoup.com/images/jurresip/googleplus.png) center left no-repeat;
}
/* Disqus */
#disqus_thread {
    margin: 0 1em;
}
.dsq-brlink {
    opacity: 0.5;
    margin: 4px;
}
.disqus {
    font-size: 10px;
    text-align: left;
    margin-left: 1em;
}

/* Anti right click dialog */

#img-click-dialog {
    background:rgba(0,0,0,0.4);
    position:fixed;
    left:0;
    top:0;
    bottom:0;
    right:0;
    display: none;
}
#img-click-dialog p {
    clear: left;
    }
#img-click-dialog .dialog {
    background: #fff;
    position:fixed;
    top:50%;
    left:50%;
    width:500px;
    height:260px;
    margin-top:-120px;
    margin-left:-250px;
    box-shadow:0 0 20px #000;
    padding:15px;border-radius:15px;
}
#img-click-dialog label {
    font-size: 13px;
    text-shadow: 0 2px 3px rgba(0,0,0,0.3);
    display: block;
    float: left;
    width: 200px;
    text-align: right;
}
#img-click-dialog input {
    display: block;
    float: left;
    width: 270px;
    border: 1px solid #aaa;
    padding: 3px;
    border-radius: 2px;
}
#img-click-dialog label, #img-click-dialog input {
    margin: 3px;
}
#img-click-dialog .close {
    float: right;
}
#img-click-dialog h1 {
    margin: 0;
}