@charset "utf-8";
/* CSS Document */

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #FFF;
	letter-spacing:0.4px;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

html {
	margin:0;
	padding:0;
}

body { 
	margin:0;
	padding:0;
	width:100%;
	text-align:center; 
	background:url(../images/wood_pattern.png) repeat-x center top #2B4359;
}

#wrapper {
	margin-top:10px;
	width:100%;
	background-color: #2B4359;
}

#header {
}

.slogan {
    font-family: 'Open Sans',Helvetica,sans-serif;
	font-size:11px;
	color: #AAA;
	padding-bottom:10px;
	padding:0 0 16px;
	border-bottom:1px #34526D solid;
}

#menu {
    font-family: 'Open Sans',Helvetica,sans-serif;
	font-size:14px;
	margin:0 auto;
	width:480px;
	padding:30px 0 32px;
	}
	
#menu ul {
	margin:0;
	padding:0;
	}
	
#menu ul li {
	list-style-type:none;
	float:left;
	width:120px;
	}

#menu ul li a {
    border-radius: 4px;
    color: #AAAAAA;
    font-size: 18px;
    margin: 0;
    padding: 14px 21px;
    color: #FFFFFF;
	text-decoration:none;
}

#menu ul li a.now {
    background-color: #0099FF;
}

#menu ul li a:hover {
    transition: all 200ms linear 0s;
    background-color: #0099FF;
}

#slider {
	width:100%;
	border-top:1px #34526D solid;
	padding:20px 0 40px;
}

#contents {
	width:960px;
	margin:0 auto;
	text-align:left;
}

#left-area {
	width:270px;
	float:left;
	margin-top:20px;
}

#left-area a:hover {
	opacity:0.7;
}


#works-list {
	width:270px;
	float:left;
	border:1px #34526D solid;
    border-radius: 6px;
	margin-top:20px;
}

#works-list ul {
	margin:0;
	padding:0;
}

#works-list ul li {
	list-style-type:none;
}

#works-list ul li a {
	color: #0099FF;
	text-decoration:none;
	display:block;
	width:240px;
	padding:10px 15px;
	border-top:1px #34526D solid;
	background:url(../images/list_bg.png) no-repeat 240px center;
	font-size:16px;

}

#works-list ul li a.now {
	color: #AAA;
	background-color:#222;
    border-radius: 6px;	
}


#works-list ul li.first-child a {
	border-top:none;
}

#works-list ul li a:hover {
	color: #AAA;
	background-color:#222;
    border-radius: 6px;	
    transition: all 200ms linear 0s;
}

#main {
	margin:20px 0 0 30px;
	float:left;
	width:657px;
}

#main h2 {
	padding:7px 0 14px;
	margin-bottom:25px;
    font-family: 'Open Sans',Helvetica,sans-serif;
	text-align:center;
	background:url(../images/h2_bg.png) repeat-x left top;
}

#main h3 {
	padding:7px 0 0;
	color:#DDD;
}

#main p {
	color:#DDD;
	font-size:13px;
	line-height:1.7;
	padding:20px 0 25px 20px;
	border-bottom:1px #34526D dashed;
	margin-bottom:15px;
}
	
#main p a {
	color: #0099FF;
	text-decoration:none;
}

#main p a:hover {
	background-color:#222;
    transition: all 200ms linear 0s;
}


#radius {
	padding:20px;
	background-color:#263C50;
    border-radius: 6px;	
}

#footer {
	width:100%;
	font-size:11px;
	text-align:center;
	margin-top:30px;
	border-top:1px #34526D solid;
	padding:10px 0;
	color:#AAA;
}

#radius table {
border-left:1px solid #365572;
border-top:1px solid #365572;
}

#radius table tr th {
border-right:1px solid #365572;
border-bottom:1px solid #365572;
padding:10px;
font-size:12px;
color:#DDD;
}

#radius table tr td {
border-right:1px solid #365572;
border-bottom:1px solid #365572;
padding:10px;
font-size:12px;
color:#DDD;
}

td.button input {
background-color:#FFF;
color:#2E3D54;
}

table.contact input, table.contact textarea {
color:#365572;
}

		
.fr { float:right; }
.fl { float:left; }
