/* =========================== elements ============================= */

body { 
	background: url(../img/bg.jpg) no-repeat #0d2f89 top center;
	font: normal 12px Arial;
	color: #000;
}

p {
	margin-bottom: 15px;
}

a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #c83629;
	border-bottom: 1px dashed #999999;
}

img {
	display: block;
}
a img {
	border: none;
}


// Underordered Lists
ul {
	margin-left: 10px;
	list-style: circle;
}
ul li {
	margin-bottom: 5px;
}


// Ordered ljqyists
ol {
	margin-left: 10px;
	list-style: circle;
}
ol li {
	margin-bottom: 5px;
}


// Definition Lists
dl { 
}

dt { 
	float: left; 
	clear: left;
} 
dt:after { 
	content: ":"; 
} 

dd { 
	margin: 0 0 0 110px; 
	padding: 0 0 0.5em 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.divider {
	width: 100%;
	height: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

/* ========================= elements end =========================== */

/* ============================ layout ============================== */

#wrapper {
	width: 840px;
	margin: 0 auto;
	background: #ffffff;
}

#holder {
	padding: 10px;
}

/* ========================== layout end ============================ */

/* ============================ header ============================== */

#header {
	width: 840px;
	height: 140px;
	margin: 0 auto;
}

#logo {
	background: url(../img/save-concorde-group.png) no-repeat;
	width: 258px; height: 108px; text-indent: -2009%;
	position: relative; top: 17px; left: 10px;
}
#logo a {
	width: 258px; height: 108px; display: block;
}
#logo a:hover {
	border: none;
}


/* ========================== header end ============================ */

/* ========================== navigation ============================ */

#navigation {
	background: url(../img/nav-bg.png) repeat-x;
	width: 100%; height: 40px;
	margin-bottom: 10px;
}
#navigation li {
	background: url(../img/nav-divider.png) no-repeat top right;
	font-family: Helvetica;
	font-size: 17px;
	float: left;
	margin-bottom: 0;
}
#navigation li a {
	padding: 0 17px 0 15px;
	line-height: 42px;
	height: 40px;
	color: #ffffff;
	display: block;
}
#navigation li a:hover {
	border-bottom: none;
}

/* ============================ nav end ============================= */

/* ============================ content ============================= */

/* Homepage */

#slides {
	margin-bottom: 10px;
}

#left-column {
	border: 3px solid #d6d6d6;
	float: left; width: 264px;
	margin: 0 10px 0 0;
	padding: 15px;
	height: 499px;
}

#right-column {
	border: 3px solid #d6d6d6;
	float: left; width: 264px;
	padding: 15px;
	height: 499px;
}

#left-column h1, #right-column h1, #left-column h3, #right-column h3 {
	margin-bottom: 10px;
	color: #333333;
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
} 

#left-column p, #right-column p {
	margin-bottom: 15px;
	line-height: 18px;
	color: #494949;
}

#left-column a, #right-column a {
	font-weight: bold;
}
#right-column a#news-link {
	margin-bottom: 5px;
	display: block;
}


/* Page */
#page {
	border: 3px solid #d6d6d6;
	width: 570px; padding: 15px;
	float: left; 
}

#wide-page {
	border: 3px solid #d6d6d6;
	width: 785px; padding: 15px;
}


#page h1, #wide-page h1 {
	font-family: Arial;
	font-size: 30px;
	color: #333333;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
	font-weight: bold;
	margin-bottom: 15px;
}
#page p, #wide-page p {
	margin-bottom: 15px;
	line-height: 18px;
	color: #494949;
}

#page blockquote, #wide-page blockquote {
	font-family: Georgia;
	font-style: italic;
	color: #446DAC;
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 15px;
}
#page blockquote p, #wide-page blockquote p {
	font-family: Georgia;
	font-style: italic;
	color: #446DAC;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0;
}

#page strong, #wide-page strong {
	font-weight: bold;
}

.banner {
	border-top: 1px dashed  #CCCCCC;
	padding-top: 10px;
	margin-bottom: 10px;
}
.banner img {
	margin-bottom: 10px;
}

.code {
	width: 100%;
	border: 1px solid #ccc;
}

.attribution {
	font-size: 10px;
}


/* Posts */
#posts {
	width: 600px; float: left;
}
#posts h1 {
	font-family: Arial;
	font-size: 30px;
	color: #333333;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
	font-weight: bold;
	margin-bottom: 15px;
}

#posts .post {
	border: 3px solid #d6d6d6;
	width: 570px; padding: 15px;
	margin-bottom: 10px;
}
#posts .post h3 {
	font-family: Arial;
	font-size: 30px;
	color: #333333;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
	font-weight: bold;
	margin-bottom: 15px;
}
#posts .post .post-meta {
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 10px;
	color: #494949;
}
#posts .post .post-meta .comment-link {
	float: right;
}

#posts .post p {
	margin-bottom: 15px;
	line-height: 18px;
	color: #494949;
}

#posts .post p strong {
	font-weight: bold;
}





#page ul, .post ul {
	list-style: disc;
	margin-left: 15px;
	margin-bottom: 20px;
}
#page ul li, .post ul li {
	margin-bottom: 10px;
}



p#copy {
	color: #FFFFFF;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	padding: 10px;
	margin-top: 10px;
}


#comments {
	margin-bottom: 20px;
}

#comments h4 {
	font-family: Arial;
	font-size: 30px;
	color: #333333;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 20px;
}

#comments .comment {
	border-bottom: 1px dashed #CCCCCC;
	line-height: 18px;
	color: #494949;
	margin: 0 5px 10px 5px;
}
#comments .comment img {
	display: inline;
}
#comments .comment .comment-meta {
	color: #000000;
	font-weight: bold;
}



#commentform h4 {
	font-family: Arial;
	font-size: 30px;
	color: #333333;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 20px;
}

#commentform .row {
	margin-bottom: 15px;
}
#commentform .row label {
	color: #333333; font-size: 18px;
	font-weight: bold;
}

#commentform .row .input-text {
	width: 200px; height: 25px;
	border: 1px solid #333333;
	position: relative;
}
#commentform .row .input-text input {
	position: absolute; font-family: Helvetica;
	left: 2px; top: 5px; font-size: 13px;
	width: 196px; border: none;
}

#commentform .row .input-textarea {
	width: 400px; height: 200px;
	border: 1px solid #333333;
	position: relative;
}
#commentform .row .input-textarea textarea {
	position: absolute; font-family: Helvetica;
	left: 2px; top: 5px; font-size: 13px;
	width: 396px; height: 190px; border: none;
}

#commentform .row .submit-btn {
	background: #333333; color: #ffffff;
	padding: 3px; border: 2px solid #404040;
	font-size: 14px;
}


/* ========================= content end ============================ */

/* =========================== sidebar ============================== */

#sidebar {
	width: 200px;
	float: right;
}


#partner {
	margin-bottom: 10px;
}
#partner h3 {
	margin-bottom: 10px;
	color: #333333;
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
}


#help-box {
	background: #00419b;
	padding: 13px;
	margin-bottom: 10px;
}
#help-box h4 {
	background: url(../img/we-need-your-help.gif) no-repeat;
	width: 76px; height: 112px; text-indent: -2009px;
	margin-bottom: 30px;
}

#help-box #help-nav {
	font-family: Helvetica;
	padding-bottom: 13px;
}
#help-box #help-nav li {
	margin-bottom: 10px;
}
#help-box #help-nav li a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline;
	text-transform: uppercase;
}
#help-box #help-nav li a:hover {
	color: #e5e5e5; border: none;
}

#action {
	background: url(../img/nav-bg.png) repeat-x;
	text-align: center; height: 40px;
	margin-bottom: 10px;
	line-height: 42px;
	display: block;
	font-family: Helvetica;
	font-size: 17px;
	color: #ffffff;
	text-transform: uppercase;
}


/* =========================== end sidebar ========================== */

/* ============================= footer ============================= */

#footer {
	border: 3px solid #d6d6d6;
	padding: 10px; margin-top: 10px;
	color: #494949; font-size: 11px;
}
#footer p#copyright {
	float: left;
	margin-bottom: 0;
}
#footer p#design {
	float: right;
	margin-bottom: 0;
}
#footer p#design a {
}


/* =========================== footer end =========================== */