/******************************************************************
Site Name:
Author:

Stylesheet: Write

******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
#main .gashi ul {
  padding-left: 2em;
}
#main .gashi ul li {
  list-style: disc outside;
}
#main .box_write {
  padding: 20px;
  border: #CCC solid 1px;
}
#main .box_write dl dt {
  margin-bottom: 20px;
  font-weight: bold;
}
#main .box_write dl dd ul {
  padding-left: 20px;
}
#main .box_write dl dd ul li {
  width: 50%;
  float: left;
}
#main .box_write dl dd ul li:not(:last-child) {
  margin-bottom: 10px;
}

.box_sentence dl {
  margin-bottom: 30px;
}
.box_sentence dl dt {
  margin-bottom: 15px;
  border-bottom: #F30 dotted 1px;
  font-weight: bold;
  font-size: 1.13em;
}
