/*
Theme Name: Corondeck
Theme URI: http://wordpress.org/
Description: Child Theme for Corondeck Site
Author: Malcolm Shergold
Author URI: 
Template: twentyten
Version: 1.2
License: GNU General Public License
License URI: license.txt
*/

@import url(../twentyten/style.css);

/* -----------------------------------------------------------------------------
	Remove the wrapper padding
----------------------------------------------------------------------------- */
#wrapper {
    padding: 0 0;
}

/* -----------------------------------------------------------------------------
	Update Main Area Padding
----------------------------------------------------------------------------- */
#main 
{
	width: auto !important;
	padding: 10px 20px 0 20px;
}

/* ----------------------------------------------------------------------------------------------------------------
	Set Page Width to 800px
---------------------------------------------------------------------------------------------------------------- */
#access {
    width: 800px;
}

#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
    width: 800px;
}

/* ----------------------------------------------------------------------------------------------------------------
	Remove Padding above header
---------------------------------------------------------------------------------------------------------------- */
#header {
    padding: 0px 0 0;
}

/* ----------------------------------------------------------------------------------------------------------------
	Remove Black lines above and below header
---------------------------------------------------------------------------------------------------------------- */
#branding img {
    border-bottom: none;
    border-top: none;
    display: block;
    float: left;
}

/* ----------------------------------------------------------------------------------------------------------------
	"Turn off" the branding header (i.e. the "Just Another Wordpress Site" bit)
---------------------------------------------------------------------------------------------------------------- */
#branding div,
#branding h1
{
	display: none;
}

/* ----------------------------------------------------------------------------------------------------------------
	Set colour and font for menu
---------------------------------------------------------------------------------------------------------------- */
#access {
    background: none repeat scroll 0 0 #293644;
    font-family: Arial,"Helvetica Neue",Helvetica,"Nimbus Sans L",sans-serif;
    font-weight:bold;
    width: 680px;
		position:relative;
		top:-68px;
}

/* ----------------------------------------------------------------------------------------------------------------
	Set site font
---------------------------------------------------------------------------------------------------------------- */
#content {
    font-family: Arial,"Helvetica Neue",Helvetica,"Nimbus Sans L",sans-serif;
}

/* ----------------------------------------------------------------------------------------------------------------
	On Home Page - Remove Heading and Padding
---------------------------------------------------------------------------------------------------------------- */
body.home h1.entry-title, 
body.home h2.entry-title 
{
		display: none;
}

/* ----------------------------------------------------------------------------------------------------------------
	Hide Site Info below bottom border line
---------------------------------------------------------------------------------------------------------------- */
#site-info 
{
		display: none;
}

/* ----------------------------------------------------------------------------------------------------------------
	Styles for Screenshots Page
---------------------------------------------------------------------------------------------------------------- */
ol.screenshots 
{
	clear: both;
	list-style: none;
	margin: 0 !important;
	padding: 0;
}
ol.screenshots li 
{
	padding-bottom: 35px;
}
ol.screenshots li img 
{
	max-width: 700px;
	border: 1px solid #dadada;
}
ol.screenshots li p 
{
	margin: 0 !important;
	padding: 0;
	font: italic 0.85em/1.4em "Lucida Sans", "Lucida Grande", Verdana, sans-serif !important;
}

