/*
Theme Name: Wallan Gateway
Theme URI: http://nickcantor.com/
Description: Custom WordPress theme for Wallan Gateway.
Version: 1.0
Author: Nick Cantor
Author URI: http://nickcantor.com/
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-image:url(images/bg_large.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
	background-position: 50% 0;
	color: #333;
	text-align: center;
}

#wrapper {

}

#main {
	/*background-image:url(images/content_bg.jpg);
	background-repeat:repeat-y;
	width:960px;*/
	width:917px;
	/*height:500px;*/
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-right:3px;
}

#feature {
	margin: 10px 0;
}

#content {
	padding:0 10px 0 10px;
}

/*
#organic_left {
	background-image:url(images/floral_left.png);
	background-repeat:no-repeat;
	height:100%;
	left:-71px;
	overflow:hidden;
	position:absolute;
	width:50%;
}

#organic_right {
	background-image:url(images/floral_right.png);
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	position:absolute;
	right:-468px;
	width:50%;
}*/

p {
	font-size: 0.75em;
	margin:8px 0;
	line-height:1.4em;
}

#content p, #content li {
	line-height:1.6em;
}

li {
  margin: 7px 0 8px 10px;
}

#footer {

}

#sidebar {
	width:264px;
}

#sidebar p {
	font-size:0.7em;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color:#00245C;
	margin:5px 0;
}

h1 {
	font-size: 1.2em;
}


h2 {
	font-size: 1em;
}

h2.pagetitle {
	font-size: 1em;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1em;
}

h3 {
	font-size: 0.9em;
}

h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #007CC2;
}

h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #007CC2;
}

h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

p a, p a:hover, p a:visited, p a:active, #sidebar li a, #sidebar li a:hover, #sidebar li a:visited, #sidebar li a:active {
	color: #007CC2;
	text-decoration:none;
}

div.right {
	float:right;
}

div.right p {
	text-align:right;
	font-size:1em;
}

#logo {
	padding-top:5px;
	/*padding-bottom:5px;*/
}

#strapline {
	width:321px;
	height:37px;
	background:url(images/strapline.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#column1 {
	float:left;
	width:302px;
}

#column2 {
	float:left;
	width:298px;
}

#column3 {
	width:283px;
	float:left;
}

.column_inner {
	padding:5px 5px 5px 15px;
}

.table_home {
	margin:10px 0;
}

img {
	border:0;
}

#s {
	background-image:url(images/search_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:0 none;
	height:29px;
	padding-left:28px;
	padding-top:7px;
	width:221px;
}

.searchBtn {
	float:right;
	padding-left:5px;
}

.sidebar_box {
	background:url(images/sidebar_box_bg.jpg);
	background-repeat:repeat-y;
	margin: 10px 0;
}

.sidebar_content {
	margin:4px 10px 0px 12px;
}

.sidebar_wrapper {
	background:url(images/sidebar_box_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom:15px;
}

.content_table {
	margin-top:5px;
}

#break {
	background:transparent url(images/dotted_line.gif) repeat-x scroll 0 0;
	clear:both;
	height:1px;
	margin:8px 0;
}

#sidebar ul, ul, ol {
	/*list-style-type:disc;*/
	font-size:0.75em;
        margin-left:15px;
        padding:0 0 0 10px;
        text-indent:0;
}

#sidebar li {
	list-style-image: url('images/bullet.gif');
}
