/*****************************************************************************/
/* Defaults
/*****************************************************************************/

body {
    margin: 0px;
	padding: 0px;
    background: #e9e9e9 url(/images/brickwall_@2X.png) repeat;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    font-weight: 400;
    color: #969696;
}
	
	
h1, h2, h3 {
    font-weight: 800;

    margin: 0;
}
	
p {
    margin-top: 0;
}
    
	
a {
	color: #0000FF;
    text-decoration: none;
}

/*****************************************************************************/
/* Container
/*****************************************************************************/

.container {
    margin: auto;
    width: 960px;
}

/*****************************************************************************/
/* Header
/*****************************************************************************/

#header {
    margin: 3em auto 3em auto;
    text-transform: uppercase;
}
	
#header h1 a {
    text-decoration: none;
    font-size: 1.5em;
    color: #3e3e3e;
    padding: 0;
}
	
#header span {
    color: #01A9DC;
}
	
#header p {
    margin: 0 0 0 7.5em;
    letter-spacing: 0.20em;
    font-size: 0.80em;
    color: #7e7e7e;
}

/*****************************************************************************/
/* Menu and Content Wrapper
/*****************************************************************************/

#wrapper {
    padding: 0em 0em 5em 0em;
    background: #ffffff;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
    border-radius: 10px;
}

/*****************************************************************************/
/* Menu
/*****************************************************************************/

#menu {
    background: #292929;
    border-radius: 10px 10px 0 0;
}
	
#menu ul {
    margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}
	
#menu li {
    display: inline-block;
}
	
#menu a {
    display: block;
	padding: 0em 2em;
	line-height: 50px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 700;
	color: #838383;
}
	
#menu .current_page_item a {
    background: #01A9DC;
	color: #FFF;
    border-right: 5px solid #0087b0;
    border-bottom: 5px solid #0087b0;
}
	
#menu a:hover {
	color: #FFF;
}
	
/*****************************************************************************/
/* Content
/*****************************************************************************/

#content {
    overflow: hidden;
    color: #525252;
}

#contentbox {
    float: center;
    padding: 40px 40px 40px 40px;
}

#content h1 {
    text-align: center;
    margin-bottom: .8em;
}

#content h2 {
    margin: 1em 0em;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
    color: #454445;
}

#content .header_box h1 {
    background: #01A9DC;
    padding: 0.3em 0.5em;
    border-right: 5px solid #0087b0;
    border-bottom: 5px solid #0087b0;
    border-radius: 5px;
    margin-bottom: 1em;
    color: white;
    text-align: left;
}

/*****************************************************************************/
/* Footer
/*****************************************************************************/

#footer {
    margin: 3em;
    font-size: 0.70em;
	letter-spacing: 0.15em;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #FFF;
	color: #6a6a6a;
}

#footer a {
    text-decoration: underline;
    color: #7a7a7a;
}

/********************************* Etc ***************************************/

/*****************************************************************************/
/* Button
/*****************************************************************************/

.button {
	display: inline-block;
	margin-top: 2em;
	background: #00A4D9;
	border-radius: 5px;
	line-height: 4em;
	padding: 0 3em;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	letter-spacing: 0.25em;
	text-decoration: none;
	text-transform: uppercase;
	outline: 0;
	white-space: nowrap;
	font-weight: 900;
	font-size: 1em !important;
	color: #fff !important;
    border-right: 5px solid #0087b0;
    border-bottom: 5px solid #0087b0;
}

.button:hover {
	background: #18ACD9;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
		
.button:active {
	background: #0091BD;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
		
.button-big {
	line-height: 4em;
	padding: 0 3em;
	font-size: 1.1em !important;
}

/*****************************************************************************/
/* Blog list
/*****************************************************************************/

ul.posts {
  list-style-type: none;
  margin-bottom: 2em;
}

ul.posts li {
  line-height: 1.75em;
}

ul.posts span {
  color: #aaa;
  font-family: Monaco, "Courier New", monospace;
  font-size: 80%;
}

/*****************************************************************************/
/* Individual post
/*****************************************************************************/

/* standard */
.post pre {
  border: 1px solid #ddd;
  background-color: #eef;
  padding: 0 .4em;
}

.post ul, .post ol {
  margin-left: 1.35em;
}

.post code {
  border: 1px solid #ddd;
  background-color: #eef;
  padding: 0 .2em;
}

.post pre code {
  border: none;
}

/* terminal */
.post pre.terminal {
  border: 1px solid #000;
  background-color: #333;
  color: #FFF;
}

.post pre.terminal code {
  background-color: #333;
}

/*****************************************************************************/
/* Miscellaneous
/*****************************************************************************/

.more { 
    font-size: 0.4em;
}

.more a {
    color: white;
    text-decoration: underline;
}

.under_construction .icon {
    position: relative;
    display: block;
    margin: 0px auto 0.80em auto;
    line-height: 150px;
    font-size: 4em;
    background: #FFF;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    border: 6px solid #00A4D9;
    text-align: center;
    color: #00A4D9;
}

/***************************** Page Specific *********************************/

/*****************************************************************************/
/* About
/*****************************************************************************/

#about img {
    float: right;
    margin: 10px;
    border-radius: 20px;
}
