/*
THEME NAME: Thematic IMC
THEME URI: http://themeshaper.com/thematic/
DESCRIPTION: The ultimate in SEO-ready themes, Thematic is a highly extensible, WordPress Theme Framework featuring 13 widget-ready areas, drop-down menus, grid-based layout samples, plugin integration, shortcodes for your footer, &amp; a whole lot more. Perfect for any blog and <strong><em>the</em></strong> starting point for theme development.
VERSION: 0.9.5.1
AUTHOR: Ian Stewart, modded by Software IMC
AUTHOR URI: http://themeshaper.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/**
 * RESET (inspired from yahoo reset 2.6.0 - don't mess with this one)
 *
 * I only use these html tags, so the reset only applies to the following:
 *		div, span, p, br, pre
 *		h1, h2, h3, h4, h5, h6
 *		a, img, map, area
 *		object, param
 *		ul, ol, li
 *		form, label, input, textarea, select, option, optgroup, button
 *		em, b, i, ins, del, sub, sup
 */
 
body, div, ul, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}
sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

body {
	font-family:"Trebuchet MS",Geneva,Arial,sans-serif;
	font-size:13px;
	line-height:20px;
	color: #333;
}

select, input, button, textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

:focus {
	outline: none;
}

/*CSS*/

body {
	font-family:"Trebuchet MS",Geneva,Arial,sans-serif;

}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

label.form-label {
	float: left;
	width: 20%;	
}

p.form-elem {
	float: left;
	width: 80%;
	padding-bottom: 30px;

}

input.form-box, textarea.form-box, select.form-box, button.form-box {
	border: 1px solid #000;
	width: 99.6%;
}

.wrapper {
	margin: 5px auto;
	width: 960px;
}

.banner {
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	width: 445px;
}

.logo {
	float: left;
}

p.tag-line {
	float: right;
	padding: 30px 0 0 0px;
	font-size: 20px;
	font-style: italic;
}

.flags {
	background: transparent url(images/watermark-small.jpg) no-repeat scroll right bottom;
	float: right;
	height: 135px;
	width: 305px;
}

.flags div{
	width: 305px;
	height: 72px;
	overflow: hidden;
}

.flags img {
	float:right;
	margin-right:20px;
}
.flags img {
	margin-top: 23px;
}

.menu {
	
	background-image: url(images/menu-inactive.png);
	float: left;
	width: 600px;
}

.menu a {
	display: block;
	height: 40px;
	float: left;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
}

.menu a:link, .menu a:visited, .menu a:active {
	color: #FFF;
	display:block;
}
#cssdropdown {
	width:600px;
}
#cssdropdown li.page_item ul li a {
	line-height:40px;
}

.menu a:hover {
	text-decoration: none;
}
#cssdropdown li, #footermenu li, .right li {
	list-style:none;
}
.left-column ol li {
	list-style-type:decimal;
}
form.search-box {
	background: transparent url(images/search-area.png) no-repeat scroll;
	float: left;
	width: 340px;
	height: 30px;
	padding-left: 20px;
	padding-top: 10px;
}

form.search-box label {
	color: #FFF;
	font-weight: bold;
	margin-right: 5px;
}

input.search{ 
	border: 1px solid #FFF;
}

input.submit {
	margin: -2px 0 0 5px;
	vertical-align: middle;
}

.content {
	background: transparent url(images/watermark-big.jpg) no-repeat bottom right scroll;
	clear: both;
	width: 100%;
	padding-top: 10px;
}

.left-column {
	float: left;
	font-size:15px;
	margin-bottom:10px;
	width: 685px;
}
.left-column li {
list-style-image:none;
list-style-position:outside;
list-style-type:circle;
margin-left:20px;
padding-left:10px;
}
.box {
	float: left;
	clear: both;
	border: 1px solid #CCC;
	width: 685px;
	padding: 5px;
	margin-bottom: 10px;
}
#about .ids_wrap1, .box .ids_wrap1 {
	margin-bottom:15px;
}
#about table, .box-small-left table, .box-small-right table  {
	width:100%;
}

.box img {
	text-align: center;
}

.box-small-left {
	width: 330px;
	float: left;
	margin-left: 5px;
}

.box-small-right {
	float: right;
	width: 330px
}
p.box-title {
	color: #FF7B00;
	font-size: 15px;
	margin-top:10px;
	font-weight: bold;
}

p.box-content {
	font-size: 14px;
	text-align: justify;
	line-height: 18px;
}

#content a.see-more-button {
	background: transparent url(images/see-more-button-inactive.png) no-repeat scroll;
	display: block;
	height: 26px;
	line-height:26px;
	text-align:center;
	text-decoration:none;
	font-size:10px;
	color:#999;
	width: 77px;
	margin-top:20px;
	float:right;
}
#content #about .see-more-button {
	margin-top:-32px;	
}
.entry-content p {
	margin:12px 0px;
}
#about {
	margin-left:0px;
	padding-left:15px;
	width:675px;
}

#content a.see-more-button:hover {
	background: transparent url(images/see-more-button-hover.png) no-repeat scroll;
	display: block;
	height: 26px;
}

a.read-more-button {
	background: transparent url(images/read-more-button-inactive.png) no-repeat scroll;
	display: block;
	height: 26px;
	width: 77px;
	margin: 15px 0 0 600px;
}

a.read-more-button:hover {
	background: transparent url(images/read-more-button-hover.png) no-repeat scroll;
	display: block;
	height: 26px;
}
.right-column {
	float: right;
	background: #F6F6F6 url(images/categories-bg.jpg) no-repeat scroll;
	border: 1px solid #CCC;
	line-height:20px;
	margin-bottom:10px;
	padding:0px 0px 0px 10px;
	width: 242px;
}
.right {
	float: right;
	line-height:20px;
	margin-bottom:10px;
	width: 242px;
}
.right-column ul {
	padding:0px;
}
#sidebarmenu li ul li a:link,#sidebarmenu li ul li a:visited, #sidebarmenu li ul li a:active, .widgetcontainer ul li a {
	font-weight:100;
	padding-left:15px;
	line-height:25px;
	font-size:14px;
	color: #333333;
}

#sidebarmenu li a:link, #sidebarmenu li a:visited, #sidebarmenu li a:active, .widgettitle  {
	font-size: 15px;
	color: #FF7900;
	font-weight: bold;
	text-decoration: none;
}
#sidebarmenu li ul li a:hover {
	color:#333;
}
#sidebarmenu li ul li a:hover {
	text-decoration:underline;
}

.footer {
	clear: both;
	border-top: 1px solid #666;
	margin:10px 0 20px 0;
	padding: 5px 0 0 10px;
	width:99%;
	font-size: 12px;
}
/* DROP DOWN MENU*/
#cssdropdown li.page_item {
	overflow:hidden;
	float: left;
	text-align: center; 
}
#cssdropdown li.page_item a {
	padding-left:15px;
	padding-right:15px;
	display: block;
}

#cssdropdown li.page_item a:hover, #cssdropdown li.current_page_item a {
	background-image: url(images/menu-active.png);
}

#cssdropdown li.page_item ul { 
	display: none; text-align: left;
}

#cssdropdown li.page_item:hover ul {
	display: block;
}
#cssdropdown li.page_item:hover ul li {
	float:none;
}

#cssdropdown li.page_item ul li a { 
	padding-left: 5px; 
	width: 293px;
	border-bottom:1px solid #F63;
	text-align: left;
	height:40px;
	border-left: 1px solid #F63;
	border-right: 1px solid #F63;
	background-color: #FFF;
	display: block;
	color: #000;
	background-image: none;
}

#cssdropdown li.page_item ul li a:hover {
	background-image: none;
}

#cssdropdown li.page_item ul li a:hover { 
	color:#FF7B00;
}
.entry-content a, #content a {
	color:#06C;
	font-weight:bold;
	text-decoration:underline;
}
.entry-content a:visited {
	color:#906;
}
#cssdropdown a {
	color: #fff;
}

#cssdropdown ul li a:hover { 
	text-decoration: none; 
}
#cssdropdown li.page_item {
	display: block;
}

#cssdropdown li.page_item ul {
	position: absolute;
	margin-top: 40px;
	*margin-left: -100px;
	*margin-bottom: -10px;
	border-top: 1px solid #F63;
}

#cssdropdown li.page_item ul li { 
	display: block;
	width: 300px;
	height: 41px;
	*height: 41px;	
	_margin-bottom: 0px;
}
h1.entry-title {
	color:#FF7B00;
	font-size:26px;
	clear:both;
	padding:0px 10px 10px 0px;
	font-weight:bold;
}
.entry-content {
	clear:both;
	float:left;
	margin-bottom:5px;
	padding:5px;
	width:668px;
	font-size:17px;
	font-family: sans-serif;
}
.entry-content ul {
	padding:10px;
	margin-left:20px;
}
.entry-content ul li {
	list-style:circle;
}
#footermenu li {
	float:left;
	margin-right:60px;
}
#siteinfo {
	float:right;
}
.nav-previous {
	float:left;
}
.nav-next {
	float:right;
}
.navigation {
	clear:both;
}
#comments {
	clear:both;
}
h2 {
	line-height:30px;
}
h1 {
	line-height:35px;
}
.hentry {
	margin-top:20px;
}
.entry-meta, .entry-utility {
	font-size:10px;
}
.wpcf7-form .ids_wrap1 {
	display:none;
}
form textarea {
	width:310px;
}
.headings {
	text-transform:uppercase;
}
#sidebarmenu li {
	margin-top:15px;
}
#sidebarmenu li ul {
	margin-top:2px;
}
#sidebarmenu li ul li {
	margin-top:0px;
}
.left-column img {
	background: url(images/shadow.gif) no-repeat right bottom;
	padding: 4px 10px 10px 4px;
	border-top: #eee 1px solid;
	border-left: #eee 1px solid;
}
.alignright {
	float:right;
	margin-left:10px;
}
.alignleft {
	float:left;
	margin-right:10px;
}
#about img {
	margin-top:20px;
}
.sociable {clear:both;}
