﻿/*Reset */
html, body {
	margin:0; 
	padding:0;
	border:0;
	background:transparent;
	font-size:10px;
	
}

div, span, article, aside, footer, header, hgroup, nav, section,
h1,h2,h3,h4,h5,h6, p, blockquote, a, ol, ul, li,
table, tr, th, td, tbody, tfoot, thead
{
	margin: 0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
}

img
{
	margin:0;
	padding:0;
	border:0;
}

table, tr, th, td, tbody, tfoot, thead 
{
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
}

table
{
	
	border-collapse:collapse; border-spacing:0;
}

input, select, textarea, form, fieldset{
	margin:0;
	padding:0;
	border:0;
	
}
article,aside, dialog, figure, footer, header, hgroup, nav, section{
	
	display:block;
}

h1,h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	line-height:100%;
	text-indent:0;
	text-decoration:none;
	text-align:left;
	color:#000;
	
}

ol, ul {
	list-style:none;
}

/* Global */
html{}
body{}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color:#000;
}

/* Headings */
h1 { font-size: 24px;}
h2 { font-size: 20px;}
h3 { font-size: 16px;}
h4 { font-size: 14px;}
h5 { font-size: 14px;}
h6 { font-size: 14px;}

h1 img, h2 img, h3 img, h4 img, h5 img ,h6 img {margin:0;}

/* Text elements */
p {color:#000; font-size:12px; line-height:150%;}
p .left{margin:1.5em 1.5em 1.5em 0; padding:0;}
p .right{margin:1.5em 0 1.5em 1.5em; padding:0;}

a {}
a:link 		{ color:#00f;}
a:visited	{ color:#0f0;}
a:active	{ color:#000;}
a:focus 	{ color:#00f;}
a:hover 	{ color:#f00;}

blockquote	{color:#000; font-size:12px;}

strong{font-weight:bold;}
em{font-style:italic;}

/* Lists */

ul	{}
ol {list-style-type:decimal;}
ul li {color:#000; font-size:12px;}
ol li {color:#000; font-size:12px;}

dl{}
dt {}
dd {}

/* Tables */
table {width:100%;}

tr {}

.odd {background-color:#eee;}
.even {background-color:#fff;}

th {font-weight:bold;}
thead, th{background:#ccc;}

tbody {}
th, td, caption{}

caption {}
tfoot{}
.tfooter{
	background-color:#ccc; text-align:center; font-style:italic;
}

caption{background:#efefef;}

sup, sub {line-height:0;}
abbr, acronym {border-bottom: 1px dotted #666;}
address {}

del {
	background-color:#FFCECE;
	color:#f00;
}

code, pre{
	background-color:#FF9; padding:2px 0px; margin:4px 25px;
	font-family:"Courier New", Courier, monospace; font-size:12px;	
}

/* Containers */
#wrapper {}
#top {}
#banner {}
#subbanner {}
#content-wrapper {}
#leftnav {}
#leftside {}
#rightside {}
#content {}
#footer {}

form {text-align:left; margin: 20px;}

label, summit, input, textarea
{
	border::0; padding:0;margin:0;background:none;
}

label
{
	float:left;width:150px;
	text-align:right; display:block;
}

input, textarea
{
	border:1px #333 solid; margin-left:10px;
}
input 
{
	width:280px; margin-bottom:16px;
}

textarea
{
	width:280px; height:150px;
	margin-left:150px;
	font-size:12px;
}

select {}
.submit{
	width:90px; height:25px;
	margin-left:150px;
	font-size:12px;
}

br {clear:left;}


/* End of Reset */
/* End of Reset */
/* End of Reset */
/* End of Reset */
/* End of Reset */
/* End of Reset */


h1,h2,h3,h4
{
	font-family:sans-serif, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color: #666666;
	letter-spacing: -0.05em;

}

h1{font-size:32px;}
h2{font-size:24px;}
h3{font-size:18px;}
h4{font-size:14px;}

p
{
	font-family: sans-serif, Verdana, Helvetica, sans-serif;
	color:#000000;
	letter-spacing: -0.05em;
}


body{ background-color:#ffffff;}

#wrapper 
{
/*900*/
	width:700px;
	margin:0px auto;
	background-color:#ffffff;
}

#min
{
background-color:#ffffff; 
width:100%;
padding:20px 0;
overflow:hidden;
/*border-bottom:1px #eeeeee solid;*/
height:100px;
	
}

#min img
{
	width:500px;
}

#logo
{
	margin:0 0 0 10px;
	float:left;
}

#twitter
{
	float:right;
	margin:0 10px 0 0;
}

#twitter p 
{
	color:#ffffff;
	font-size:11px;
	margin: 4px 10px 4px 0px;
}

#twitter img 
{
	width:24px;
	height:24px;
}

#twitter ul li
{
	
	display:inline;
}

#menu
{
	background-color:#333333;
	clear:both;
}

#menu ul li{
	display:inline;
}

#menu ul li a
{
	float:left;
	padding:10px 20px;
	font-family:Verdana, Helvetica, sans-serif
}

#menu ul{
	width:100%;
	float: left;
	margin:0px;
	background-color:#555555;
	/*border-bottom:3px #cccccc solid;*/
	/*border-top-left-radius:10px;*/
	border-top-right-radius:10px;
}


/* a links */
#menu a:link 	{ color:#ffffff;}
#menu a:visited	{ color:#ffffff;}
#menu a:active	{ color:#ffffff;}
#menu a:focus 	{ color:#ffffff;}
#menu a:hover 	{ color:#ffffff; background-color:#5CB3FF; text-decoration:none;}

.selected
{
	background-color:#5CB3FF;
}

#menu ul li a{
	float:left;
	padding:10px 20px;
}

#banner
{
	
}

.banner_img
{
	width:700px;
	height:200px;
	border-bottom-left-radius:10px;	
	border-bottom-right-radius:10px;
}
.gallery_images
{
	width:250px;
	height:200px;
}
.current_page
{
	background-color:#5CB3FF;
}
.tablestyle
{
	font-family: sans-serif, Verdana, Helvetica, sans-serif;
	color:#000000;
	letter-spacing: -0.05em;
	font-size:10px;
}
.acontentimage
{
	height:300px;
	width:450px;
}
#sub-banner
{
	width:100%;
	background-color:#555555;
	padding:10px 0;
	overflow:hidden;
}

#sub-banner h3 
{
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:180%;
}

#slider
{
	
}

#content
{
	float:left;
	width:500px;
	padding:15px;
}

#content h1
{
	margin:0 0 20px 0;	
	font-size:28px;
	border-bottom:1px #777777 solid;
	padding:20px 0;
}

#content p{
	margin:10px 0;
	line-height:160%;
}

#content h2
{
	margin:20px 0 0 0;
}

.bay
{
	font-size:10px;
	font-style:italic;
	
}
/*#content img
{
	padding:8px;
	border:1px #888888 solid;
	margin:8px;
}*/

#content img
{
	padding:2px;
	/*border:1px #888888 solid;*/
	margin:2px;
}
.content_img
{
	/*border-right:2px #777777 solid;
	padding-right:10px;*/
	width:148px;
	height:61px;
}
.ngallerythumbnails
{
	width:35px;
	height:35px;
	padding:1px;
	margin-left:1px;
}

.new-image-definition
{
	height:370px;
	width:470px;
}
#content a {}
#content a:link 	{ color:#5CB3FF;}
#content a:visited	{ color:#5CB3FF;}
#content a:active	{ color:#5CB3FF;}
#content a:focus 	{ color:#5CB3FF;}
#content a:hover 	{ color:#006699;}

a {}
a:link 		{ color:#5CB3FF;}
a:visited	{ color:#5CB3FF;}
a:active	{ color:#006699;}
a:focus 	{ color:lime;}
a:hover 	{ color:#006699; text-decoration:underline}


#contact
{
	padding:15px;
	margin-left: 530px;
}

#contact h2
{
	margin: 20px 0 10px 0;
}

#contact p
{
	margin:8px 0;
	line-height:100%;
}
#contact img 
{
	width:148px;
	height:61px;
}
#contact p1
{
	margin: 8px 0;
	line-height:100%;
	color:red;
}

#footer
{
	clear:both;
	background-color:#ffffff;
	padding:10px 0;
	width:100%;
	height:50px;
}

/*#footer img
{
	height:20px;
	width:20px;
	float:right;
	margin-bottom:20px;
}*/

#footer-text
{
	margin:0 0 0 10px;
	float:left;
}
#footer-text p
{
	color:black;
	margin-bottom:10px;
}

#footer-logos
{
	float:right;
	margin:0 10px 0 0;
}

#footer-logos img 
{
	width:40px;
	height:40px;
}

#footer-logos ul li
{
	
	display:inline;
}



/* impot */

.post {
	padding: 0px 0 20px 0;
	background-color:black;
}
.meta {
	margin-right: 20px;
}

.meta .more {
	display: block;
	width: 120px;
	height: 26px;
	padding: 2px 0px 0px 0px;
	background: url(images/button.jpg) no-repeat left top;
	text-align: center;
}

.meta .comments {
	float: left;
	width: 120px;
	height: 26px;
	padding: 2px 0px 0px 0px;
	background: url(images/button.jpg) no-repeat left top;
	text-align: center;
}


/*.meta a {
	text-decoration: none;
	color: #787872;
}*/
/* JQuery Effect */

.toggler { width: 500px; height: 200px; }
#button { padding: .5em 1em; text-decoration: none; }
#effect { width: 240px; height: 135px; padding: 0.4em; position: relative; }
#effect h3 { margin: 0; padding: 0.4em; text-align: center; }
#slickbox{
height:30px;
width:100px;
	
}
