/*BACKGROUND IMAGE************/
body {
	background: #4C2D0F url('images/grungeback6.jpg') top center repeat fixed; 
background-attachment: fixed;
	/*if you want a solid color instead, erase "url('images/bg.jpg') repeat" and write in your color code "#333333"*/
	font:13px Arial, Helvetica, sans-serif; /*ENTRY FONTS*/
	color:#55452f; /*OVERALL TEXT COLOR*/
}


/*LINK STYLES****************/
a {
	text-decoration:none;
	color:#00a9cc;
}
a:hover {text-decoration:none; color: #6e4612;}

#content a {
	text-decoration:none;
        font-weight: normal;
	color:#00a9cc;
}
#content a:hover {text-decoration:none; color: #6e4612;}


/*LOGO IMAGE*****************/
#logo {
	height:100px;
	width:100%;
	position:absolute;
        top:0px;
        z-index:100;
        right:0;
}

.gallery_link, .gallery_home {float: right; height:100px; width: 180px; background:#fff url(images/gallery.gif) 22px center no-repeat; text-align:center;margin: 0 20px 10px 0; padding:0px}
.gallery_home {background:#fff url(images/homedot.gif) -5px center no-repeat;}
.gallery_home a{width: 100px; height: 100px; display:block}
.gallery_home:hover {background-position: -274px center}
.gallery_link:hover {background-position: -247px center}
.gallery_link:hover h3.gallery{display:none}

/*MENU COLORS****************/
#menu {
background:#fff url('images/logonew.gif') no-repeat 20px 20px;	
       height: 50px;
       position: relative;
       z-index:4;
       font:11px "Lucida Grande",Lucida,Helvetica,Arial,sans-serif /*MENU FONT STYLES*/
}

#menu li a {
        
	font:12px "Lucida Grande",Lucida,Helvetica,Arial,sans-serif /*MENU FONT STYLES*/
	text-transform: lowercase;
	color:#6e4612;	/*MENU FONT COLOR*/
}

#menu li a:hover {
	color:#00a9cc; /*MENU FONT COLOR WHEN HOVERING*/
} 


/*BANNER COLORS*************/
#banner, #banner2 {
height: 400px; /*BANNER HEIGHT in case you want to change it*/
background: url(images/staticheader.jpg) no-repeat;
overflow: hidden;
position:relative;
z-index:1;
margin-top: 10px;
}

#banner2 {height: 320px}
#banner2 .jdGallery .slideElement {margin-top:0 !important}

#circle {position:absolute;
        top: 520px;
        background: transparent url(images/bluedot.png) no-repeat center center;
        width: 1000px;
        height: 120px;
        z-index: 100;
}

/*TWITTER / SEARCH / RSS***/
.holder {
	background:#fff;
}
.holder .text strong {
	display:block;
	font-size:10px;
	color:#7a4501;
	font-weight:normal;
	line-height:17px;
	position:relative;
	margin:-4px 0 0;
}
.holder p {
	font-size:12px !important;
	color:#7a4501 !important;
	line-height:17px;
	margin:0 0 5px;
}

.holder p a {color: #6e4612}


/*POSTS*******************/
.title {
	/*POST IMAGE delete background...'s line if you do not wish to have a logo on the side*/
	/*background:url(images/bluecircle.gif) no-repeat; */
	padding:20px 0 0 0px;
	margin-top: 0px;
        margin-bottom: 40px;
        text-transform: lowercase;
}
	/*POST TITLE FONT STYLE**/
.ti, .title h2 {
	margin:0 0 -10px 0;
	font-size:26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	line-height:30px;
	color:#00a9cc;
        float:left;
        text-transform: lowercase;
        letter-spacing: -1px;
}

.title h2 a {font-weight:bold}
h2 a:hover, .title h2:hover, .title h2 a:hover {color:#6e4612; position:relative; z-index: 100;}
	/*DATE AND CATEGORY FONT STYLES*/
.title span a, .title span {
	color:#00a9cc;
	font-size:16px;
	font-weight:normal;
	line-height:24px;
        margin-left: 40px;
        float:right;
}

h2.pagetitle {text-transform: lowercase; font-size: 34px}

/*COMMENT BOX**************/
.comment {
	/*COMMENT BOX BACKGROUND color*/
	background:#f0f0f0;
}
.text-box p span,
.text-box p a
{
	/*COMMENTER's LINK COLOR*/
	color:#2574b6;
}
.comment {
	width:970px;	
	margin:0 15px 58px;
	padding:8px 0 4px;
	height:148px;
	overflow:auto;
}
.text-box {padding:0 12px;}
.text-box p {
	font:11px/25px Verdana, Arial, Helvetica, sans-serif;
	color:#222121;
	margin:0;
}

/* NEXT / PREVIOUS PAGE ARROWS*/
.arrows {
	list-style:none;
	margin:0;
	padding:0;
	height:30px;
	overflow:hidden;
	background:#00a9cc;
}
.arrows li {
	font:10px/25px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
}
.arrows li.prev {
	float:left;
	padding:0 0 0 29px;
}
.arrows li.next {
	float:right;
	padding:0 16px 0 0;
}
.arrows li a {
	color:#ffffff !important;
	text-decoration:none;
}
.arrows li a:hover {text-decoration:underline;}

/*FOOTER LINKS*/
#footer {
	padding:8px 0 0;
	width:100%;
	font:10px/25px Verdana, Arial, Helvetica, sans-serif;
	color:#00a9cc;
	text-align:center;
}
#footer p {margin:0;}
#footer a, #footer a:hover, #footer a:visited {
	text-decoration: none;
	color: #00a9cc;
}
#footer h2 {font-size: 30px; letter-spacing: -1px; text-align:left;}
#footer h2:hover {color:#6e4612;}

/*NAVIGATION for single posts*/
.navigation {
	width: 920px;
	margin: 0 auto;
}
.alignleft {float:left}
.alignright {float:right}
img.alignleft {float: left; margin: 10px 10px 10px 0;}
img.alignright {float: right; margin: 10px 0px 10px 10px;}
img.aligncenter {margin: 10px auto;}
img.alignnone {margin:10px}
.clear {clear: both;}
img.WP-PrintIcon {margin:0 7px 0 0; float:left}

img.attachment-30x30 {float:left; margin-right:10px;padding:0px;}


/*Edit only if you dare*/





body {
	margin:0;		
}
img {border-style:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}

form#searchform input.btn {background:#00A9CC; color: #ffffff; font: 12px Arial,Helvetica,sans-serif; border: 1px solid #00A9CC}

/*main container*/
#topmain {background: transparent url(images/roundtop.png) top center no-repeat; height: 30px; width: 1000px; margin: 33px auto 0;}
#main {
	margin:0px auto 0px;
	width: 1000px;
	padding:0;
        background: #fff;
        overflow:hidden;
}
.main_post {padding:0px;
        }
/*header*/
#header {position:relative; z-index:1; background: #fff;}

#header img {display:block;}
#menu {
	list-style:none;
	margin:0;
	padding:145px 0 5px 15px;	
        height:14px;
}
#menu:after {
	content:" ";
	display:block;
	clear:both;
}
#menu li.first {margin-left: 200px}
#menu li {
	padding:0px 14px;
	display:inline;
        margin:0;
}
#clientmenu #menu li {padding: 0 3px}
#menu li h2 {
        line-height:14px; margin:0; padding:0 0 4px 15px;clear:both;font-size:14px; color:#6e4612; text-transform: lowercase;}
#menu li.linkcat h2, #menu li.pagenav h2 {line-height:14px; margin:3px 0 0; padding:0 0 4px 15px;clear:both;font-size:14px; color:#6e4612; text-transform: lowercase;}

#menu li h2 a {
	height:14px;
   
	text-align:left;
	text-decoration:none;
        font-size: 14px;
        line-height:14px;
 float:none;border:1px solid #fff;
}
#menu li.pagenav {}
#menu li h2:hover {background: url(images/menu_hoverdot.gif) left 2px no-repeat;}
#menu li ul li { margin-bottom:8px}
#menu li ul li a{padding-left:0; font-weight:bold; line-height:11px;}
#menu li ul li a:hover{background:none}

#menu li.hover a,
#menu li:hover a,
#menu li.hover,
#menu li:hover {
	position: relative;
}
#menu li.hover ul,
#menu li:hover ul {
	display: block;
}
#menu li:hover ul ul {display:none}

#menu ul {
	padding:6px 0 6px;
	margin:0;
	list-style:none;
	width:147px;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
        border: 0px solid #00a9cc;
        background: #00a9cc;
}
#menu ul li {
	padding:0 10px 0 17px;
	width:120px;
	color:#fff;
        text-transform:lowercase;
}
#menu ul li a {
	text-align:left;
	width:100%;
	background:none;
	color:#fff;
	line-height:11px;
	height:auto;
	display:block;
}
#menu ul li a:hover {color:#4C2D0F;}

#menu ul li ul {display:none}
#menu ul li:hover ul {display:block;position:absolute;left: 147px; margin-top: -6px; top:0}

.holder {
	padding:40px 15px 0px;
	width:970px;
	overflow:hidden;
}
.holder ul {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.holder ul li {float:left;}
.holder h2 {margin:0; font-size:30px; color:#00a9cc;letter-spacing:-1px;text-transform: lowercase;}
.holder ul li.twitter {float:left;border-left: 1px solid #b8aa96; padding:0 15px 0 40px; height:365px;width: 340px;}
.holder ul li.twitter p {font-size:10px !important;}
.holder .text {
	width:500px;
	padding:0 40px 0 17px;
}
.holder ul li.search {
	padding:0 67px 0 95px;
	width:187px;
}
.holder ul li.search label {
	color:#2b2b2b;
	font-size:10px;
	line-height:10px;
	display:block;
	text-transform:uppercase;
	padding:0 0 9px;
}
.holder ul li.search span {
	background:url(images/search.gif) no-repeat;
	display:block;
	width:171px;
	height:33px;
	padding:6px 8px 0;
}
.holder ul li.search span input {
	background:none;
	border:0;
	width:171px;
}
.holder ul li.rss {padding: 11px 0 0 49px;}
.holder ul li.rss a {
	display:block;
	width:43px;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/rss.png) no-repeat;
}
/*content*/
#content {
	width:1000px;
	background:#fff;
	padding:23px 0 0;
}
.post {
	padding:0 40px 40px;
	overflow:hidden;
}
.post p {
	line-height:18px;
	margin:15px 0 8px;
}
.post ul {margin: 8px 0 }
.post ul li {line-height: 18px;margin:0}

.post ol li {margin: 0 0 5px 0; line-height: 18px;}
.image {
	display:block;
	margin:0 0 19px;
}
.image img, img {
	display:block;
}
.content-box {
	width:870px;
	padding:0 15px 10px;
	overflow:hidden;
}
.coment {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
	height:1%;
	position:relative;
}
.coment li {
	background:url(images/comments-divider.gif) no-repeat 0 50%;
	padding:0 19px 0 21px;
	position:relative;
	float:left;
	font:10px/25px Verdana, Arial, Helvetica, sans-serif;
	margin:0 19px 0 -21px;
}
.coment li a {
	color:#82817d;
	text-decoration:none;
	outline:none;
}
.coment li a:hover {text-decoration:underline}
.links {
	list-style:none;
	margin:0;
	padding:0 2px 0 0;
	float:right;
}
.links li {
	float:left;
	padding:0 6px 0 0;
}
* html .links li {
	float:left;
	width: 15px;
	padding:0 6px 0 0;
}
* +html .links li {
	float:left;
	width: 15px;
	padding:0 6px 0 0;
}


/*new-comment*/
.new-comment {
	width:640px;
	padding:0px 0 0 257px;
}
.form {
	width:436px;
	padding:0px 35px 30px 28px;
	background:#fff;
}
.form label {
	display:block;
	color:#4c4c4c;
	font:12px/16px Verdana, Arial, Helvetica, sans-serif;
}
.form-box {
	width:100%;
	overflow:hidden;
}
.left-box {
	float:left;
	width:232px;
	padding:2px 0 0;
}
.right-box {
	float:right;
	width:200px;
}
.right-box textarea {
	width:178px !important;
	height:109px !important;
	padding:10px !important;
	overflow:auto !important;
	border:1px solid #ccc !important;
}
.form .line {
	padding:0 0 17px !important;
}
.form .line input {
	width:186px !important;
	border:1px solid #ccc !important;
	padding:1px 6px !important;
}
.form  .cancel {
	display:block;
	width:38px;
	height:12px;
	overflow:hidden;
	background:url(images/cansel.gif) no-repeat;
	text-indent:-9999px;
}
.form .bottom {
	height:1%;
	overflow:hidden;
	padding:8px 0 0 144px;
}
.form .bottom input {
	float:left;
	margin:0 19px 0 0;
	padding:2px 0 0;
}
.log_admin{
	padding-left: 234px;
}
.title a {
color:#00a9cc;
	text-decoration: none;
}
.comment_form input, .comment_form textarea, .input {
	border:1px solid #ccc !important;
}
.comment_form{
	padding-left: 257px;
	width: 432px;
}
.comment_form .submit{
	border: none !important;
}
.inner {
	padding: 0 40px;
}
.coment{
	text-transform: uppercase;
}

.commentbox {
margin-left: 0px;
margin-top: 5px;
margin-bottom: 0px;
max-height: 90px;
width: 920px;

border-top:1px solid #6e4612;
padding:5px 0;
align: left;
overflow-y: auto;
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
list-style-type: none;

}

.commentbox p {margin-top: 3px; padding-bottom: 3px; color: #55452F;}

.commentbox li {

        margin-bottom: 0px;

	padding:0px 5px 0px 5px;

	padding-top: 3px;

        list-style-type: none;

}

.commentbox .comment {padding:3px 0 0px; height:auto; background: transparent;margin:0; width: 890px;}

.commentbox a {color:#00a9cc; text-decoration:none;}
.commentbox p{margin:0;}

.awpcomments ol.comments{

	list-style-type:none !important;

        align: left;

}
.awpcomments {border:none}
.bottomlinks {margin-bottom:30px;padding-top: 5px;border-top:1px solid #6e4612;}
.bottomlinks a, .bottomlinks a.commentform_link{

	color: #00a9cc;        

        text-decoration: none;

        text-transform: lowercase;

        font-weight: normal;

        margin-right: 50px;
        float:left;
        font-size: 12px;}

.sociable ul li {float:left; margin-right: 8px !important;}
.sociable {height: 50px !important;margin-bottom: 20px !important;}
.sociable_tagline {font-weight:normal; color: #4c2d0f; margin-bottom: 5px;}

.postseparator {height:50px; background: #fff url(images/separator.gif) no-repeat center center;}

.fb, .twit {margin:0; padding:0}
.fb a{float:right;
     background: #fff url(images/fb3.gif) top left no-repeat;
     height: 85px;
     width: 110px; margin-right: 30px;display:block;}

.twit a{float: right;
     background: #fff url(images/twit2.gif) top left no-repeat;
     height: 85px;
     width: 110px;margin-right: 20px;display: block;}

.twit a:hover, .fb a:hover {background-position:-109px 0;}
.tweet {background: url(images/bird.gif) left top no-repeat; padding: 30px 30px 0 20px; height: 275px; width: 231px; font-size:12px}

#bottommain {background: transparent url(images/roundbottom.png) bottom center no-repeat; height: 30px; width: 1000px; margin: 0px auto 33px;}

.sociable img {
	float: none;
	width: 32px !important;
	height: 32px !important;
	border: 0;
	margin: 0;
	padding: 0;
}
.galleryheader {padding-left: 670px;display:block;margin-top: 0px; height: 150px; background: url(images/logonew.gif) 30px top no-repeat; text-align:center;}


.jdGallery .slideElement {background-color: #00a9cc !important; background-position: center 0px !important; padding-top: 0px !important;margin-top: 61px !important;}

.myGallery, #myGallerySet, #flickrGallery {border:none !important}

.jdGallery .carousel {background: none !important}

.jdGallery a.carouselBtn, .jdGallery .carousel .label, .jdExtCarousel .label {display:none !important}

.jdGallery .loadingElement {background-color: #ffffff !important}

h3.gallery, h3.gallery_home {margin-top: 40px; font-size: 24px; color:#6e4612; text-align:center; width: 185px; }

.galleryslideshow {padding-bottom:10px; position:relative; z-index: 0;height:660px;}

#playerMultiple1 {
height:36px;
overflow-y:hidden;
position:absolute;
right:48px;
text-align:right;
bottom: 10px;
width:195px;
z-index:500;
margin:0; padding:0;
opacity: 0.4;
filter:alpha(opacity=40);
}

.jdGallery div.carouselContainer {height: 115px !important}
.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper {top:0 !important; height: 58px !important}
.jdGallery .carousel {height: 90px !important}


