/*
Theme Name: TCoNE
Theme URI: http://www.tcone.org
Description: The TCoNE theme!
Version: 1.0
Author: Chunk
Author URI: www.chunk.co.uk
Tags: black, pink, blue, green
*/

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, object, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'Vag Light';
    src: url('fonts/vag-light-webfont.eot');
    src: url('fonts/vag-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vag-light-webfont.woff') format('woff'),
         url('fonts/vag-light-webfont.ttf') format('truetype'),
         url('fonts/vag-light-webfont.svg#VAGRoundedLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	background: #ebebeb url('images/background.png') center top no-repeat;
	color: #666f86;
	font: 10px/1.25 'Vag Light', Helvetica, sans-serif;
	letter-spacing: -0.5px;
}

object { 
	outline: none; 
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 2.6em;
	line-height: 1em;
	color: #8b8e97;
	font-weight:normal;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 1.7em;
	line-height: 1.2em;
	font-weight: normal;
	color: #41454e;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	line-height: 1em;
	font-weight: normal;
}

h4 a {
	text-decoration: none;
}

h4 a:hover {
	text-decoration: underline;
}

/* --------------------------------------------------------------------------------------------------------  */
/* Layout */
/* --------------------------------------------------------------------------------------------------------  */

#wrapper {
	margin: 0 auto;
	width: 950px;
	height: 393px;
	position: relative;
}

#background {
	width: 950px;
	position: absolute;
}

#dots-left {
	width: 497px;
	height: 168px;
	position: absolute;
	left: -52px;
}

#dots-right {
	width: 497px;
	height: 144px;
	position: absolute;
	right: -101px;
}
#logo {
	position: absolute;
	right: 0px;
	margin:0;
}
#logo a {
	display:block;
	width: 330px;
	height: 105px;
	background: url('images/logo.png') center top no-repeat;
	text-indent: -9999em;
}

#foreground {
	width: 950px;
	position: absolute;
}
#menu-top {
	margin: 0;
	padding: 0 15px;
	width: 406px;
	height: 32px;
	line-height: 32px;
	list-style-type: none;
	background: url('images/top-menu.png') left top no-repeat;
	font-size: 1.2em;
}
#menu-top .login {
	float:left;
}
#menu-top a {
	display:inline-block;
	line-height: 1em;
	border-bottom: 1px dotted #1ac99e;
} 
#menu-top a:hover {
	color: #1ac99e;
}
#menu-top .arrow {
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	background: url('images/menu-arrow.png') 0 0 no-repeat;
}
#menu-top .arrow:hover {
	background-position: left -12px;
}
#menu-top ul {
	float:right;
}
#menu-top ul li {
	display:inline;
}
#columns {
	position: absolute;
	top: 125px;
	width: 950px;
}

#left {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}

#middle {
	float: left;
	background: url('images/main-bg.png') left top no-repeat;
	width: 655px;
	min-height: 571px;
	position:relative;
}

#middle-wide-home {
	width: 710px;
	height: 640px;
	float: left;
	background: url('images/middle-bg.png') left top no-repeat;
}

#right {
	width: 185px;
	margin: 0 100px 0 0;
	float: right;
}

#right h3 {
	margin-top: 40px;
}
.content {
	margin: 45px 0 0 30px;
	font-family:Arial, Helvetica, sans-serif;
}
.content h1, .content h2, .content h3, .content h4 {
	font-family: 'Vag Light',Arial,sans-serif;
}
.content p, .content ul, .content ol {
	font-size: 1.4em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}

.content a {
	line-height: 1em;
	border-bottom: 1px dotted #92c6ff;
	display: inline-block;
}
.content a:hover {
	color: #92c6ff;
}
.content img {
	margin: 0 0 20px;
}
.intro {
	width: 380px;
	margin: 0 0 45px;
}
/* --------------------------------------------------------------------------------------------------------  */
/* Links */
/* --------------------------------------------------------------------------------------------------------  */

a {
	text-decoration: none;
	color: #666f86;
}

/* --------------------------------------------------------------------------------------------------------  */
/* Misc */
/* --------------------------------------------------------------------------------------------------------  */

.margintop20px {
	margin-top: 20px;
}
.paddingbottom20px {
	padding-bottom: 20px;
}

p.line {
	width: 308px;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
}

/* --------------------------------------------------------------------------------------------------------  */
/* Menus */
/* --------------------------------------------------------------------------------------------------------  */

ul#menu {
	list-style-type: none;
	margin: 0 0 57px 0;
	padding: 0;
}

ul#menu li {
	margin-bottom: 2px;
}

ul#menu>li>a {
	display: block;
	width: 230px;
	height: 36px;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999em;
	background: url('images/left-menu.png') left top no-repeat;
}

ul#menu li#menu-home a {
}
ul#menu li#menu-home a:hover, ul#menu li#menu-home a.active {
	background-position: left -36px;
}
ul#menu li#menu-achievements a {
	background-position: left -72px;
}
ul#menu li#menu-achievements a:hover, ul#menu li#menu-achievements a.active {
	background-position: left -108px;
}
ul#menu li#menu-about a {
	background-position: left -144px;
}
ul#menu li#menu-about a:hover, ul#menu li#menu-about a.active {
	background-position: left -180px;
}
ul#menu li#menu-comingup  a {
	background-position: left -216px;
}
ul#menu li#menu-comingup  a:hover, ul#menu li#menu-comingup a.active {
	background-position: left -252px;
}
ul#menu li ul {
	background: url('images/menu-bg.png') left top no-repeat;
	margin: 2px 0 0 0;
	padding: 10px 0 0 0;
	height: 140px;
	font-size: 1.6em;
	width: 230px;
}
ul#menu li ul li {
	margin: 0 13px 5px;
}
ul#menu li ul li a {
	color: #FFF;
	border-bottom: 1px dotted transparent;
}
ul#menu li ul li a:hover {
	border-bottom: 1px dotted #FFF;
}
#btn-home {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

#btn-home li {
	margin-right: 11px;
	float: left;
}

.category {
	color: #de0078;
	font-size: 0.8em;
	text-transform: uppercase;
	padding-left: 14px;
	display: block;
}

ul.latest, ul.what-you-could-do, ul.what-i-have-done, ul.discussions, ul.pages, ul.tag {
	margin: 12px 0 24px 0;
	padding: 0;
	list-style-type: none;
}

ul.latest li, ul.what-you-could-do li, ul.what-i-have-done li, ul.discussions li, ul.pages li, ul.tag li {
	padding: 5px 0;
}

ul.latest li a {
	display: block;
}

ul.green span.category {
	color: #00ff2a;	
}

ul.what-you-could-do li a {
}

ul.what-i-have-done li a {
}

ul.discussions li a {
}

ul.pages li a {
}

ul.tag li a {
}

ul.tag li a:hover {
	color: #FFFFFF;
}

ul.latest li a:hover {
	color: #d5d5d5;
}

ul.what-you-could-do li a:hover {
	color: #00ccff;
}

ul.what-i-have-done li a:hover {
	color: #00ff2a;	
}

ul.discussions li a:hover {
	color: #de0078;
}

ul.pages li a:hover {
	color: #00ffe5;
}

li.current_page_item a {
	color: #FFFFFF !important;
}

ul.featured {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

ul.featured li {
	margin: 10px 23px 10px 0;
	padding: 0;
	width: 143px;
	list-style-type: none;
	float: left;
	color: #d5d5d5;
}

ul.featured li a {
	display: block;
	padding: 0 0 3px 0;
}

ul.featured li a:hover {
	text-decoration: underline;
}

ul.featured li.discussions img {
	padding: 2px 2px 18px 2px;
}

ul.featured li.discussions a {
	text-decoration: none;
	color: #de0078;
}

ul.featured li.what-you-could-do img {
	padding: 2px 2px 18px 2px;
}

ul.featured li.what-you-could-do a {
	text-decoration: none;
	color: #00ccff;
}

/* --------------------------------------------------------------------------------------------------------  */
/* Posts */
/* --------------------------------------------------------------------------------------------------------  */

div.post {
	margin-bottom: 45px;
	width: 380px;
}

div.what-you-could-do p.date {
	color: #00ccff;
	margin-top: 0;
	padding-top: 0;
}

div.what-i-have-done p.date {
	color: #00ff2a;
	margin-top: 0;
	padding-top: 0;
}

div.discussions p.date {
	color: #de0078;
	margin-top: 0;
	padding-top: 0;
}

div.what-you-could-do div.copy {
	color: #dcdcdc;
	width: 261px;
	margin-bottom: 10px;
}

div.what-i-have-done div.copy {
	color: #dcdcdc;
	width: 261px;
	margin-bottom: 10px;
}

div.discussions div.copy {
	color: #dcdcdc;
	width: 261px;
	margin-bottom: 10px;
}

img.blog, img.attachment-medium {
	padding: 1px;
}

/* --------------------------------------------------------------------------------------------------------  */
/* Forms */
/* --------------------------------------------------------------------------------------------------------  */

label {
	display: block;
	font-weight: normal;
	margin: 25px 0 5px 0;
	font-family: 'Vag Light',Arial,sans-serif;
}

.discussions label {
	color: #de0078;	
}

.what-i-have-done label {
	color: #00ff2a;
}

div.radios label {
	display: inline;
	padding-left: 0;
	background: none;
	margin: 7px 0 5px 5px;
}

div.radios input {
	margin: 5px 0;
}

div.radios {
	overflow: hidden;
}

div.column {
	width: 48%;
	float: left;	
}

div.button {
	margin-top: 20px;
}

#wpcf7-f1-t1-o1 input {
	padding: 3px 12px;
	font: normal 1em Arial, Helvetica, sans-serif;
	border:0;
	background: transparent;
}

#wpcf7-f1-t1-o1 textarea {
	padding: 3px 12px;
	font: normal 1em Arial, Helvetica, sans-serif;
	border:0;
	background: transparent;
}

#wpcf7-f1-t1-o1 legend {
	display: none;
}

#wpcf7-f1-t1-o1 fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#wpcf7-f1-t1-o1 .wpcf7-form-control-wrap {
	background: url('images/form-input-bg.png') left top no-repeat;
	width: 331px;
	height: 36px;
	display:block;
}

#wpcf7-f1-t1-o1 .wpcf7-form-control-wrap input {
    background: none repeat scroll 0 0 #EBEBEB;
    border: 0 none;
    color: #4286D4;
    float: left;
    font-family: 'Vag Light',Arial,sans-serif;
    font-size: 1.6em;
    margin: 5px 0 0 12px;
    padding: 0;
    text-align: left;
    width: 308px;
}
#wpcf7-f1-t1-o1 .wpcf7-form-control-wrap textarea {
    background: none repeat scroll 0 0 #EBEBEB;
    border: 0 none;
    color: #4286D4;
    float: left;
    font-family: 'Vag Light',Arial,sans-serif;
    font-size: 1.6em;
    margin: 5px 0 0 12px;
    padding: 0;
    text-align: left;
    width: 308px;
	height: 156px;
	resize:none;
}
#wpcf7-f1-t1-o1 .wpcf7-form-control-wrap.message {
	background: url('images/form-textarea-bg.png') left top no-repeat;
	width: 331px;
	height: 166px;
	display:block;
}
.wpcf7-response-output {
	margin-top: 20px;
	color: #FFF;
}
#wpcf7-f1-t1-o1 div.wpcf7-validation-errors, #wpcf7-f1-t1-o1 div.wpcf7-mail-sent-ok {
	font-family: 'Vag Light',Arial,sans-serif;
	font-size: 1.4em;
	border:none;
	color: #0e55a7;
	margin: 0;
	padding:0;
}

#wpcf7-f1-t1-o1 input#submit {
	background: url("images/form-submit-btn.png") no-repeat scroll left top transparent;
    border: 0 none;
    cursor: pointer;
    height: 35px;
    margin: 8px 0 0 0;
    text-indent: -9999em;
    width: 84px;
}
#wpcf7-f1-t1-o1 input#submit:hover {
	background-position: left -35px;
}

/* --------------------------------------------------------------------------------------------------------  */
/* Homepage */
/* --------------------------------------------------------------------------------------------------------  */

div#left-home {
	float:left;
	width: 290px;
	margin: 45px 0 0 30px;
}
div#left-home h2 {
	background: url('images/line.png') left bottom no-repeat;
	padding: 0 0 20px;
	margin: 0 0 30px;
}
div#left-home p {
	font-size: 1.6em;
}
div#right-home {
	float:right;
	width: 342px;
	position:relative;
	right: -17px;
	margin: 30px 0 0;
}
div#login {
	background: url('images/home-login-bg.png') left top no-repeat;
	width: 342px;
	height: 114px;
	overflow:hidden;
}
div#login div.input {
	float:left;
	width: 230px;
	height: 36px;
	background: url('images/home-input-bg.png') left top no-repeat;
	text-align:center;
	margin: 8px 0 0 25px;
}
 div#login div.error {
	border: 1px solid #a4eafc;
	background: #ebebeb;
	height: 34px;
	width: 228px;
}
div#login div.input input {
	margin: 0 auto;
	text-align: left;
	width: 206px;
	margin: 6px 0 0 12px;
	padding: 0;
	border: 0;
	float: left;
	color: #4286d4;
	font-family: 'Vag Light', Arial, sans-serif;
	font-size: 2em;
	background: #ebebeb;
}
 div#login div.error input {
	margin: 4px 0 0 12px;
}
div#login input#submit {
	text-indent: -9999em;
	background: url('images/home-go-btn.png') left top no-repeat;
	width: 48px;
	height: 36px;
	border:0;
	cursor:pointer;
	margin: 8px 0 0 3px;
}
div#login input#submit:hover {
	background-position: left -36px;
}
div#right-home div#about {
	background: url('images/home-about-bg.png') left top no-repeat;
	width: 342px;
	height: 124px;
	margin-top: -23px;
	overflow:hidden;
}
div#right-home div#about img {
	float:left;
	margin: 24px 15px 0 25px;
}
div#right-home div#about a {
	font-size: 1.4em;
	line-height: 1em;
	border-bottom: 1px dotted #92c6ff;
	display: inline-block;
	margin: 1px 0 0;
}
div#right-home div#about a:hover {
	color: #92c6ff;
}
div#right-home h3 {
	font-size: 1.4em;
	margin: 25px 0 0 25px;
}
div#right-home h3 span.error {
	color: #0e55a7;
}
div#middle-wide-home iframe#video-home {
	margin: 0 15px;
}

/* --------------------------------------------------------------------------------------------------------  */
/* Achievements */
/* --------------------------------------------------------------------------------------------------------  */

div.achievements, div.achievements div.post {
	width: 290px;
}
h2 {
	background: url('images/line.png') left bottom no-repeat;
    margin: 0 0 30px;
    padding: 0 0 20px;
}
h3.achievement {
	font-size: 1.5em;
	color: #41454e;
	background: url('images/line.png') left bottom no-repeat;
	padding: 5px 0 20px;
	margin: 0 0 20px;
}

/* --------------------------------------------------------------------------------------------------------  */
/* Contact */
/* --------------------------------------------------------------------------------------------------------  */

#middle-contact {
	float: left;
	background: url('images/contact-main-bg.png') left top no-repeat;
	width: 655px;
	min-height: 571px;
	position:relative;
}
#middle-contact div.post {
    width: 330px;
}
#right-contact {
	float:right;
	background: url('images/contact-bg.png') left top no-repeat;
	width: 272px;
	height: 318px;
	position:absolute;
	right:-17px;
	top: 20px;
	font-size: 1.3em;
}
#right-contact .copy {
	margin: 25px 0 0 25px;
}
#right-contact img {
	margin: 0 0 10px -5px;
}
#right-contact a {
	border-bottom: 1px dotted #92C6FF;
	display: inline-block;
	line-height: 1em;
}
#right-contact a:hover {
	color: #92C6FF;
}
#right-contact h4 {
	font-size: 1em;
	color: #41454e;
	margin: 0 0 0 5px;
}
#right-contact p {
	margin: 0 0 10px 5px;
}

/* --------------------------------------------------------------------------------------------------------  */
/* Contact */
/* --------------------------------------------------------------------------------------------------------  */

.login #login p {
	margin: 25px 0 10px 25px;
    width: 250px;
}

.login div#login {
	width: 359px;
	height: 147px;
	background: url('images/login-box-bg.png') left top no-repeat;
	position:relative;
	left: -15px;
}
.login div#login p {
	font-size: 1.3em;
}
.login #login h3 {
    font-size: 1.4em;
    margin: 25px 0 26px 25px;
}
.login h3 span.error {
    color: #0E55A7;
}
.gap {
  margin: 65px 0 18px;
}
