/*  
Theme Name: Greek Care
Theme URI: http://www.greekcare.org.au/
Description: A custom-made theme for Fronditha's Greek Care website.
Version: 1.0
Author: Jason King
Author URI: http://www.kingjason.co.uk/

*/

/* Reset padding and margins
------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

/* Structure 
---------------------------------------------------- */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
	background: url('images/body_bg.jpg') repeat-x top;
	}

#wrap {
	width: 840px;
	margin-left: auto;
	margin-right: auto;

}

#container {
	text-align: left;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	border-width: 7px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	}

#header {
	height: 70px;
	background: url('images/header_bg.jpg') no-repeat top center;
}

#content {
	float: left;
	width: 550px;
	min-height: 400px;
	padding-left: 15px;	
	padding-right: 5px;
	padding-top: 20px;
	padding-bottom: 10px;
	}

#column1 {
	width: 250px;
	float: left;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
}

#column2 {
	width: 240px;
	float: left;
	padding-left: 20px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
}

.post {
	padding-bottom: 10px;
}

#footer {
	font-size: 1.5em;
	clear: both;
	padding: 5px 10px 15px 0;
	text-align: right;
	}

/* Typography - fonts
---------------------------------------------------------- */

body {
	font-family: Georgia;
}

h2, #nav a {
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

blockquote {
	font-family:Arial, Helvetica, sans-serif;
}

/* Typography - etc
---------------------------------------------------------- */

p {
	font-size: 1.4em;
	line-height: 1.6em;
	margin-bottom: 10px;
}

blockquote {
	font-size: 1.1em;
	font-style:italic;
}

p small {
	font-family: Tahoma, Sans-Serif;
	font-size: 0.9em;
	}

h1 {
	text-indent: -9000px;
	font-size: 1.5em;
	}

h2 {
	font-size: 2em;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.5em;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	}

h3 {
	color: #000000;
	font-size: 2.5em;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	}

h4 {
	color: #000000;
	font-size: 1.9em;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 5px;
}

blockquote {
	font-style: italic;
	padding: 10px 0 10px 30px;
}

/* Navigation
---------------------------------------------------------- */

#nav {
	clear: both;
}

#nav ul {
	list-style-image: none;
	list-style-type: none;
}

#nav ul li {
	float: left;
	padding-left: 1px;
}

#nav ul li a {
	vertical-align: middle;
	min-height: 55px;
	width: 133px;
	padding: 5px 15px 0 15px;
	background: url('images/nav_a_bg.jpg') repeat-x top;
	float: left;
	display: block;
	font-size: 1.5em;
	text-decoration: none;
}

#nav .home {
	padding-left: 0;
}

#nav .home a {
	width: 134px;
}


/* Sidebar
-------------------------------------------------------- */

#sidebar {
	width: 220px;
	float: right;
	padding: 20px 10px 10px 10px;
}

#sidebar ul {
	margin-bottom: 10px;
	}
	
#sidebar ul li {
	font-size: 1.2em;
	list-style-image: none;
	list-style-type: none;
	padding-top: 5px;
	margin-bottom: 8px;
	padding-left: 30px;
}

#sidebar ul li a {
	line-height: 1.6em;
}

/* Hyperlinks
----------------------------------------------------------- */

h1 a {
	text-decoration: none;
}

h1 a:visited {
	text-decoration: none;
}

a {
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

a.noborder {
	border-bottom-width: 0;
	border-bottom-style: none;
}

#nav a {
	border: none;
}

/* Breadcrumbs
---------------------------------------------------------- */

.breadcrumb {
	font-size: 1.2em;
	margin-bottom: 10px;
	line-height: 1.8em;
}

/* Tables
------------------------------------------------------------- */

table {
	margin-top: 15px;
	margin-bottom: 20px;
}

th, td {
	vertical-align: top;	
}

th {
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 5px;
	font-size: 1.3em;
	font-weight: normal;
	border-top: 3px solid;
	border-bottom: 4px solid;
}

td {
	font-size: 1.3em;
	padding: 5px 5px 5px 5px;
	padding: 6px 6px 6px 12px;
}

/* Lists
-------------------------------------------------------------- */
#content ul {
	margin-top: 10px;
	margin-left: 25px;
}

#content li {
	font-size: 1.5em;
	line-height: 1.7em;
	padding-bottom: 8px;
}

#content ul li ul {
	margin-left: 40px;
}

#content ul li ul li {
	font-size: 1em;
}

#column2 ul {
	margin-left: 0;
}

#column2 ul li {
	list-style-image: none;
	list-style-type: none;
	font-size: 1.3em;
	padding-left: 10px;
	padding-right: 10px;
}

dl {
	margin-left: 15px;
	line-height: 2.5em;
	margin-bottom: 15px;
}

dt {
	padding-top: 10px;
	font-weight: bold;
	font-size: 1.5em;
}


dd {
	font-size: 1.5em;
	margin-left: 30px;
	font-style: italic;
}

#links ul li, ul li ul li {
	list-style-image: none;
	list-style-type: none;	
}

#links h2 {
	font-size: 1.2em;
	padding-bottom: 0;
}

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

#searchform {
	width: 210px;
	padding: 4px 4px;
	margin: 15px 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

#search_navigation {
	margin-top: 30px;
	margin-bottom: 50px;
}

label {
	font-size: 1.3em;
}

input {
	vertical-align: bottom;
}

select {
	width: 200px;
}

input[type="text"] {
	border: none;
	height: 2em;
	width: 147px;
}

input[type="submit"] {
	border: none;
	width: 60px;
	height: 2em;
}

/* Directory HCard Microformat
--------------------------------------------- */

.vcard li {
	width: 440px;
	padding: 10px 5px 10px 20px; 
	list-style-image: none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.vcard .org {
	font-size: 1.2em;
	font-weight: bold;
}

.vcard .fn {
	font-weight: bold;
}
/* Misc
------------------------------------------------ */
hr {
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar .current_page_item {
	background: url('images/nav_bullet.jpg') no-repeat center left;
}

#nav .current_page_item {
	background: url('images/nav_a_current_bg.jpg') repeat-x top;
}

#nav li a:hover {
	background: url('images/nav_a_bg_hover.jpg') repeat-x top left;
}

/* Images and Audio
---------------------------------------------------------- */

#content img {
	margin: 5px;
	padding: 2px;
}

.audio a {
	border: none;
}

/* Colours
---------------------------------------------------------- */

body {
	background-color: #a7aab1;
}

#footer, #footer a:hover {
	background-color: #232a3d;
}

#container {
	background-color: #ffffff;
	border-color: #e9e9e9;
}

content, p {
	color:#333333;
}

#footer {
	color: #cccccc;
}

#column1, #column2 {
	border-right-color: #F2F2F2;
}

h2 {
	color: #D84D0A;
}

#nav ul li {
	background-color: #5b6097;
}

#nav ul li a, #footer a {
	color: #ffffff;
} 

#nav ul li a:hover {
	color: #F45c13;
}

a {
	color: #2b5882;
	border-bottom-color:#5B6097;
}

a:hover, #searchform {
	background-color: #D5D6E6;
	border-bottom-color:#f45c13;
}

#footer a:hover {
	border-bottom-color:#f45c13;
	color: #F45c13;
}

table {
	background-color:#F0F0F0;
}

th {
	color: #232f56;
	background-color: #E5E5E5;
}

tr {
	background-color: #ffffff;
}

.rowbgcol {
	background-color: #F7F7F7;
}

input[type="text"] {
	background-color: #cccccc;
}

input[type="text"] {
	color: #000000;
}

input[type="submit"] {
	background-color:#232F56;
	color: #ffffff;
}

input[type="submit"]:hover {
	color: #f45c13;
}

.vcard li {
	background-color: #F8F8F8;
	border-bottom-color: #CCCCCC;
}

hr {
	color: #F2F2F2;
}

#nav .current_page_item {
	background-color: #f45c13;
}

/* Saearch form
--------------------------------- */


#search_box {
    width: 210px;
    height: 50px;
    background: url(images/search_bg.gif);
}
#search_box #s {
    float: left;
    padding: 12px 6px 0 10px;
    margin: 6px 0 0 6px;
    border: 0;
    width: 140px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 12px 8px 0 0;
}

/* Saints Days
--------------------------------- */

#saints table {
	background-color: #ffffff;
}

#saints table td {
	padding: 0;
	vertical-align: top;
}

.saints_date {
	color: #ffffff;
	font-weight: bold;
    background: url(images/saints_day_date_bg.jpg) no-repeat;
	width: 88px;
	height: 38px;
	padding: 10px 5px 0px 16px;
}

.saints_name a {
	font-family: Trebuchet MS, Helvetica, sans-serif;	
	font-size: 1.4em;
	border: none;
}

.saints_name {
	padding-top: 5px;
}

ul.addtoany_list li a, ul.addtoany_list li a:hover {
	background-color: none !important;
	border-bottom: none !important;
}