/*****************************
flutie: reset.css
*****************************/

/* http://meyerweb.com/eric/tools/css/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;
}

body { -webkit-text-stroke:1px transparent; }
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}


/*****************************
flutie: default.css
*****************************/


body { 
  color: #151515; 
  /* font-size: 13px; */
  font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
  padding-bottom: 100px;
}

h1, h2, h3, h4, h5, h6 { 
  color: #111; 
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Clearfix hack I love you */
.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 */

html, body {
  background: #151515 url(background.jpg) top left repeat;
}

#header {
  height: 310px;
  text-align: center;
  font-weight: bold;
}

/*
.header-footer {
  max-width: 1144px;
  margin: 0 auto;
  position: relative;
}*/


#header h1 {
  width: 895px;
  height: 310px;
  margin: 0 auto;
}

#header h1 a {
  display: block;
  background: transparent;
  text-indent: -5000px;
  width: 895px;
  height: 310px;
  margin: 0 auto;
  background: transparent url(title.jpg) top center no-repeat;   
}

#header h1 span {
  display: none;
  font-family: georgia, times, serif;
  font-weight: normal;
  padding: 15px 0 0 0;
  font-size: 17px;
  text-shadow: 0 1px 0px rgba(111,111,111,.5);
}

a#submit {
  width: 135px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #dfe1e2;
  background: url(submit-btn.png);
  display: block;
  position: absolute;
  text-decoration: none;
  top: -60px;
  right: 0px;
  font-weight: bold;
}

a#submit:hover {
  background-position: 0 -56px;
  color: #fff;
}

a#submit:focus,
a#submit:active {
  background-position: 0 -112px;
  line-height: 47px;
  color: #dedfe0;
}

a#submit-small {
  width: 89px;
  height: 29px;
  line-height: 23px;
  text-align: center;
  color: #dfe1e2;
  background: url(submit-btn-small.png);
  display: block;
  position: absolute;
  text-decoration: none;
  top: 25px;
  right: 0px;
  font-size: 11px;
}

a#submit-small:hover {
  background-position: 0 -29px;
  color: #fff;
}

a#submit-small:focus,
a#submit-small:active {
  background-position: 0 -58px;
  line-height: 25px;
  color: #aaa;
}

#fill {
  width: 100%;
  padding: 0 0;
  z-index: 9999;
}

.post {
  margin: 0 auto 40px;
  max-width: 1144px;    
  text-align: center;
}

.post .photo {
  -webkit-box-shadow: 0px 0px 42px #000;
    -moz-box-shadow: 0px 0px 42px #000;
  line-height: 1.5;
  display: inline-block; 
  width: auto;
  position: relative;
  background: #000 url(frame_top.png) top left repeat-x;
  -webkit-border-radius: 20px; 
  -moz-border-radius: 20px;   
  padding: 60px 60px 25px 60px;
  border-top: 1px solid rgba(255,255,255,.25);
}

.post .regular {
  -webkit-box-shadow: 0px 0px 42px #000;
    -moz-box-shadow: 0px 0px 42px #000;
  line-height: 1.5;
  display: inline-block; 
  width: auto;
  position: relative;
  background: #000 url(frame_top.png) top left repeat-x;
  -webkit-border-radius: 20px; 
  -moz-border-radius: 20px;   
  padding: 60px;
  border-top: 1px solid rgba(255,255,255,.25);
}


.photo img {
  margin: 0 auto;
  -moz-box-shadow: 0 2px 2px #333;
  -webkit-box-shadow: 0 2px 2px #333;
  -box-shadow: 0 2px 2px #333;
}

.photo .caption {
  padding: 20px 12px 0;
  min-width: 768px;
  color: #aaa;
  text-align: right;
  clear: both;
}

.photo .caption p {
  font-size: 12px;
  font-family: Georgia, Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
}

.photo .caption a {
  text-decoration: none;
  color: #fff;
  text-shadow: none;
}

.photo .caption a:hover {
  border-bottom: 1px solid #fff;
}

.photo .caption b {
  float: left;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
}

.photo .caption b a {
  color: #aaa;
}

.photo .caption b a:hover {
  border: 0;
  color: #fff;
}

/************************
+ Footer
************************/

#footer {
 padding: 40px 0;
 width: 888px;
 margin: 0 auto;
}

a#ralph {
  float: left;
  height: 54px;
  width: 245px;
  line-height: 16px;
  padding: 16px 0 0 80px;
  color: #6d6d6d;
  font-weight: normal;
  font-size: 13px;
  display: block;
  background: url(ralph.png) no-repeat;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0,0,0,.25);
}

a#ralph:hover {
  background-position: 0 -70px;
  color: #fff;
}

a#twitter {
  float: right;
  position: relative;
  top: 12px;
  display: block;
  color: #6d6d6d;
  background: #000 url(general_button.png) top left repeat-x;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0 3px 8px #000;
  -moz-box-shadow: 0 3px 8px #000;
  -webkit-box-shadow: 0 3px 8px #000;    
  padding: 14px 18px;
  text-align: right;
  font-weight: bold;
  text-shadow: 0 1px 0 #000;
  font-size: 13px;
  text-decoration: none;
}

a#twitter:hover {
  color: #bcbcbc;
}

a#twitter:active {top: 13px;}

#footer p {
  color: #8b8b8b;
  text-shadow: #232323 0 1px 1px;
  font-family: georgia, times, serif;
  font-size: 1em;
  line-height: 1.5;
  font-weight: lighter;
  font-style: italic;
}

#pagination {
  text-align: center;
}

a#newer_posts,
a#older_posts {
  width: 176px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #ddd;
  background: url(pagination.png);
  display: inline-block;
  text-decoration: none;
  margin: 0 5px;
}

a#newer_posts:hover,
a#older_posts:hover {
  background-position: 0 -56px;
  color: #fff;
}

a#newer_posts:focus,
a#newer_posts:active,
a#older_posts:focus,
a#older_posts:active {
  background-position: 0 -112px;
  line-height: 58px;
  color: #aaa;
}

#contest-ul li a {
  text-shadow: none;
  color: #fff;
  text-decoration: none;
}

.regular_body {
  padding: 50px;
  background: #1b1c1e;
  color: #d5d5d5;
  text-align: left;
  
}

.regular_body p {margin: 0 0 10px 0;}

.regular_body h2 {color: #fff;}

.regular_body a {color: #fff;}

/* announcement */

#contest_link {
  width: 259px;
  height: 159px;
  display: block;
  background: transparent url(contest_link.png) top left no-repeat;
  text-indent: -5000px;
  margin-bottom: -159px;
  position: relative;
  left: -45px;
  top: -220px;
  *left: -380px;
}