/*
=====================================================
Global
=====================================================
*/
body {
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #2b2a2a;
    height: 100%;

}
div#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 47px;
	height: 100%;
    margin-bottom: 30px;
    
    
}

/*
=====================================================
Top Nav Bar
=====================================================
*/
div#top_nav {
	width: 950px;
	height: 53px;
}
div#top_nav_left {
	height: 53px;
	width: 9px;
	float: left;
	background-image: url(../images/top_nav_left.jpg);
}
div#top_nav_right {
	height: 53px;
	width: 9px;
	float: right;
	background-image: url(../images/top_nav_right.jpg);
}
div#top_nav_center {
	width: 941px;
	height: 53px;
	background-color: white;
}
div.top_links_photo {
	height: 53px;
	width: 73px;
	float:left;
	text-align: center;
	margin-right: 15px;
}
div.top_links_photo:hover {
	background-image: url(../images/pages-hover.gif);
	background-repeat: repeat-x;
	height: 53px;
	width: 73px;
	float:left;
	margin-right: 15px;
}
div.top_links_apparel {
	height: 53px;
	width: 73px;
	float:left;
	text-align: center;
	margin-right: 15px;
}
div.top_links_apparel:hover {
	background-image: url(../images/pages-hover.gif);
	background-repeat: repeat-x;
	height: 53px;
	width: 73px;
	float:left;
	margin-right: 15px;
}
div.top_links_facebook {
	height: 53px;
	width: 73px;
	float:left;
	text-align: center;
}
div.top_links_facebook:hover {
	background-image: url(../images/pages-hover.gif);
	background-repeat: repeat-x;
	height: 53px;
	width: 73px;
	float:left;
	text-align: center;
}
ul.top_nav {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.top_nav_links {
	font-family: verdana;
	font-size: 14px;
	color: #8d8d8d;
	margin-top: 15px;
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
}
li.top_nav_links {
	font-family: verdana;
	font-size: 14px;
	color: #8d8d8d;
	margin-top: 15px;
	list-style-type: none;
	list-style-image: none;
}
div#top_nav_links {
	float:left;
	margin-left: 10px;
}
img.is_logo {
	float:right;
	margin-top: 4px;
}
img.is_logo_gallery {
	margin-top: 1px;
    padding-right: 6px;
    float:left;
}
a.breadcrumb_links {
	color: black;
}
/*
=====================================================
Nav Bar
=====================================================
*/
div#nav_bar_blue {
	background-image: url(../images/nav_bg_blue.jpg);
	height: 50px;
	width: 950px;
}
li.nav_border_blue {
	display: inline;
	float:left;
	background-image: url(../images/nav_border_blue.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 2px;
}
div#nav_bar_green {
	background-image: url(../images/nav_bg_green.jpg);
	height: 50px;
	width: 950px;
}
li.nav_border_green {
	display: inline;
	float:left;
	background-image: url(../images/nav_border_green.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 2px;
    margin-top: 1px;
    margin-bottom: -1px;
}
ul#nav {
	display: inline;
	height: 50px;
}
li.nav {
	display: inline;
	font-family: verdana;
	color: white;
	font-size: 14px;
	padding-right: 25.5px;
	padding-left: 25.5px;
	float:left;
	margin-top: 15px;   
}

ul#nav a{
	font-family: verdana;
	color: white;
	font-size: 14px;
	text-decoration: none;

}
/*
=====================================================
Content
=====================================================
*/
div#content_container {
	width: 950px;
	height: 100%;
    float: right;
	background-image: url(../images/content_top.jpg);
	background-repeat: 	repeat-x;
    

}
div#content_container_gallery {
	width: 950px;
	height: 1025px;
	background-color: white;
}
div#content {
	background-image: url(../images/container_bg.gif);
	width: 950px;
	height: 100%;
	float:right;
}
div#main_content {
	margin: 19px;
	border: solid 1px #e2dfdf;
	width: 590px;
    height: 100%;
    min-height: 860px;
    float: left;
  	padding-left: 15px;
    padding-bottom: 15px;
}
div#leagues {
	text-align:center;
	padding-left: 15px;
	width: 192px;
	height: 0px;
	float:right;
	border: solid 1px #e2dfdf;
	border-right: none;
	border-top: none;
}
ul.recent_events {
	list-style-type:none;
	display: inline;
}
li.recent_events {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 12px;
	color: #406383;
	background-image: url(../images/recent_event_bullet.jpg);
	background-repeat: no-repeat;
	background-position:0px 6px;
	padding-left: 5px;
}
div.recent_event {
	width: 580px;
	float:left;	
}
div.recent_event_left {
	float:left;
	width: 129px;
	margin-bottom: 0px;
}
div.recent_event_right {
	float:right;
	width: 445px;
	padding-left: 6px;
	margin-bottom: 0px;
}
span.event_author {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #706262;	
}
span.event_author a {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #706262;	
}
a.category {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #706262;	
}
.recent_event_thumbnail {
	padding: 4px;
	border: 1px solid #dfdfdf;	
}
.recent_event_thumbnail_full {
	padding: 4px;
	border: 1px solid #dfdfdf;	
    display: inline;
}
span.recent_event_text {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #a8a0a0;	
	margin-top: 10px;
}
div.news_post {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #a8a0a0;	
	margin-top: 10px;
}
div.news_post a {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #a8a0a0;	
	margin-top: 10px;
}
span.recent_event_text_full {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #a8a0a0;	
	margin-top: 6px;
    line-height: 20px;
}
span.wordpress_category {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #a8a0a0;	
	margin-top: 6px;
}
h1.event_headline {
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #5f666f;
	font-size: 23px;
	margin-bottom: 8px;		
}
h1.event_headline_full {
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #5f666f;
	font-size: 23px;
	margin-bottom: 8px;		
    margin-top: -5px;
}
.event_headline{
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #5f666f;
	font-size: 23px;	
	text-decoration: none;
}

ul#leagues {
	
	list-style: none;		
}
li.league {
	margin-left: -45px;
}
dl.hire {
		font-family: verdana;
	color: #706262;
	font-size: 9pt;
	line-height: 20px;
}
dt.hire {
	padding-left: 10px;
	font-family: verdana;
	color: #706262;
	font-size: 13pt;
	margin-top: 10px;
	margin-bottom: 5px;

}
li.prices {
	font-family: verdana;
	color: #706262;
	font-size: 9pt;	
	margin-left: 40px;
}
span.price_booking {
	font-family: verdana;
	color: #706262;
	font-size: 9pt;
	margin-left: 20px;			
}
p.hire {
	font-family: verdana;
	color: #706262;
	line-height: 25px;
	padding-left: 30px;
	padding-right: 15px;
	font-size: 9pt;
}
p.text {
	font-family: verdana;
	color: #706262;
	line-height: 25px;
	font-size: 9pt;
}
.booking_form {
	font-family: verdana;
    color: #706262;
}
a.download_button {
	float:right;
    border: none;
}
iframe.thanks {
	width: 98%;
    border: none;
}
h1.hire {
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #5f666f;
	font-size: 23px;
	margin-bottom: 8px;		
}
h1.stickers {
	font-family: verdana;
	color: #5f666f;
	text-align:center;
	font-size: 20pt;
	margin-left: 10px;
	margin-bottom: 0px;
}
p.stickers {
	font-family: verdana;
	color: #706262;
	line-height: 25px;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 9pt;
}
div.links_row {
	width: 95%;
    clear:both;
    margin-bottom: 5px;
}
div.links_left {
	float:left;
    width: 50%;
}
div.links_right {
	float: right;
    width: 50%;
    text-align: right;
}
img.links {
	border-style: none;
    margin-bottom: 5px;
    margin-top: 5px;
}
span.link_name {
	font-family: verdana;
	color: #706262;
	font-size: 9pt;
    margin-bottom: 5px;
}
a.name_link {
	font-family: verdana;
	color: #706262;
	font-size: 9pt;
    text-decoration: none;
    padding-bottom: 5px;
}
/*
=====================================================
Wordpress
=====================================================
*/
.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#ddd; border:1px solid #ccc; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#ccc; color:#888;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#7ae400; border:1px solid #89adcf; margin-right:4px; padding:3px 6px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}
div#wp_paginate { float: right; margin-top: 10px; font-family: Trebuchet MS; font-size: 12px;}
/*
=====================================================
Right
=====================================================
*/
div#content_right {
	background-image: url(../images/content_right_top.jpg), url(../images/content_right_bg.jpg);
	background-color: #d7d7d7;
	background-repeat: repeat-x, repeat-y;
	width: 304px;
	float:right;
}
div#facebook {
	height: 257px;
	background-color: white;
	width: 292px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 5px;
}
div#upcoming_events {
	margin-top: 20px;
	height: 238px;	
}
li.random {
		display:inline;
		list-style:none;
		margin-left: 2px;
}
div#random {
		width: 300px;
		margin-left: 7px;
        height: 100%;	
}
ul#event_listing {
		list-style-image:url(../images/event_bullet.jpg);
		font-family: Trebuchet MS;
		font-size: 11px;
		color: #373434;
		padding-left: 27px;
}
li.event {
		padding-bottom: 10px;
}
/*
=====================================================
Footer
=====================================================
*/
div#footer {
	width: 950px;
	height: 45px;
	background-image:url(../images/footer.jpg);
	clear: both;
	
}
div#footer_left {
	float:left;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #a8a0a0;
	margin-top: 15px;
	margin-left: 29px;
}
div#footer_right {
	float:right;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #a8a0a0;
	margin-top: 15px;
	margin-right: 23px;
}
ul#footer {
	margin-left: -40px;
    margin-top: 0px;
}
li.footer {
	display:inline;
}
a.footer_link {
	color: #a8a0a0;
    text-decoration: none;
}
/*
=====================================================
Gallery
=====================================================
*/
iframe#iframe {
	width: 103%;
	height: 210px;
	border: none;
	margin-top: -7px;
	margin-left: -10px;	
}

a:hover {
	color: #789;
	text-decoration: underline;
}
form {
	display: inline;
}
img {
	border: 0;
	display: inline;
}
input, select, textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #444;
}
input.submit {
	background-color: #369;
	background-image: url(../images/blue-button-bg.gif);
	background-repeat: repeat-x;
	border: none;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 85%;
	font-weight: normal;
	padding: 3px 5px;
	cursor: pointer;
	width: auto;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}
table {
	border: 0;
	padding: 0;
}
/* Page Structure */

#main-container {
	margin-left: -45px;
	width: 646px;
	padding-top: 20px;
	padding-bottom: 30px;
}
#plog-wrapper {
	margin: 0px auto;
	width: 93%;
}
#inner-wrapper {
	/* padding: 10px;*/
	width: 646px;
}
/* Header Structure/Elements */

#header-table {
	width: 640px;
}
#gallery-name h1 {
	padding: 0;
	margin: 0;
}
/* Menu Structure/Elements */

#breadcrumbs {
	margin: 0;
	width: 609px;
	margin-left: 12px;

}
#breadcrumb-table {
	width: 609px;
	font-family:  Trebuchet MS;
	color: black;
	font-size: 15pt;
}
#breadcrumb-links {
	margin: 2px;
}
a.print {
 	background-image: url(../"images/printer.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
/* Content Structure/Elements */

#thumbnail-container { /* this is the div that contains all the thumbnails in collection/album view */
	margin: 5px auto;
	width: 646px;
}
#overlay { /* this is the blue box that shows the total comments when hovering on a thumbnail in album view */
	position: absolute;
	visibility: hidden;
	background-color: #38c;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding: 4px;
	text-align: center;
	width: 18px;
	color: #fff;
}
ul.slides { /* this is the overall thumbnail container in collection/album view */
	margin: 0 auto;
	margin-top: 15px;
	margin-left: 15px;
	padding: 0;
	list-style: none;
	line-height: 1.4em;
}
.slides li { /* this is the individual thumbnail container in collection/album view */
	display: block;
	float: left;
	margin: 0 0px -65px 0; /* 2nd number controls the distance between thumbnails */
	padding: 0;
}
.tag { /* this controls the text under a thumbnail in collection/album view with caption/download checkbox */
	text-align: center;
	white-space: normal;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #5f666f;
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 35px;
	text-decoration: none;
}
.tag2 { /* this controls the text under a thumbnail in collection/album view with caption/download checkbox */
	text-align: center;
	white-space: normal;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #5f666f;
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 20px;
	text-decoration: none;
}
span.album_titles{
	margin-bottom: 3px;	
}

.meta-header { /* this controls the text under a thumbnail in collection view with total albums or pictures */
	font-size: 9pt;
	padding: 0;
	margin: 0;
	color: white;
	text-align: center;
}
#caption-date-table, #prev-next-table { /* containers for the caption, date and prev/next links above the large image in picture view */
	width: 646px;
	margin: auto;
}
#picture-caption, .date { /* this controls the caption and date above the large image in picture view */
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.4;
	background-repeat: no-repeat;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 4px;
	padding-bottom: 2px;
}
#prev-link-container {
	width: 50%;
	text-align: left;
}
#next-link-container {
	width: 50%;
	text-align: right;
}
#prev-button, #next-button {
}
a.nav-link-img-prev {
	background-image: url(../images/rewind.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 20px;
	width: 40px;
}
a.nav-link-img-next {
	background-image: url(../images/fforward.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
	padding-right: 20px;
	width: 40px;
}
#picture-holder {
	text-align: center;
}
#picture-holder a:hover img {
	border: 1px solid #38c;
	background-color: #ededed;
	margin: 4px;
}
#picture-holder #description {
	width: 646px;
	margin: 15px auto;
}
.photos {
	padding: 4px;
	border: 1px solid #dfdfdf;	
}
.photos-large {
	border: 1px solid #789;
	background-color: #efefef;
	padding: 10px;
	margin: 4px;
}
.thumbnail img {
	padding: 4px;
	border: 1px solid #dfdfdf;	
}
.thumbnail a:hover img {
	padding: 4px;
	border: 1px solid #2b292a;	
}
#error-404, #no-pictures-msg {
	margin: 50px 75px;
	text-align: justify;
}
/* Form Structure/Elements */

#jump-menu {
	text-align: right;
}
#download-selected {
	float: right;
	text-align: right;
}
#search-box {
	text-align: right;
}
#jump-search-container {
	text-align: right;
	vertical-align: middle;
}
#sortby-container {
	text-align: right;
	white-space: nowrap;
}
.align-right {
	text-align: right;
}
.nomargin {
	margin: 0;
}
/* Footer Structure/Elements */

#pagination {
	padding: 2px;
	margin: 0px;
	clear: both;
	line-height: 2.5em;
	width: 646px;
}
#pagination-table {
	width: 646px;
	
	text-align: center;
	margin-top: -3px;
	margin-left: -50px;
}
/*.page-link {
	padding-right: 3px;
	padding-left: 3px;
    color: black;
	text-decoration: none;
}*/

span.page-link, a.page-link, a.pagPrev, a.pagNext {
	border: 1px solid #bbb;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 5px;
	margin: 0 3px;
	color: black;
	text-decoration: none;
}
.page-link:hover, .page-link a:hover, a.pagPrev:hover, a.pagNext:hover {
	color: #777;
	border: 1px solid #777;
	background-color: #f9f9f9;
}
.page-link a:focus {
	outline: none;
	-moz-outline: none;
}
/*a.pagPrev, a.pagNext {
	color: #bbb;
	text-decoration: none;
	margin: 0 2px;
}

a.pagPrev:hover, a.pagNext:hover {
	color: #777;
	text-decoration: none;
}*/

span.page-link-current {
	border: 1px solid #274f77;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 5px;
	margin: 0 3px;
	background-color: #274f77;
	color: #fff;
}
#rss-tag-container {
	text-align: right;
	white-space: nowrap;
}
#rss-image {
	margin: 0;
	padding: 0;
	display: inline
}
#stats {
	font-size: 85%;
	text-align: center;
	padding: 8px 5px 0 5px;
	margin: 0;
}
#link-back {
	font-size: 85%;
	text-align: center;
	padding: 8px 5px 5px 5px;
	margin: 0;
}

/* Exif data container structure*/

#exif-toggle {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
#exif-data-container {
	width: 550px;
	margin: 10px auto;
	text-align: center;
	padding: 10px;
}
#exif-table {
}
#exif-data td.exif-label {
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	width: 50%;
}
#exif-data td.exif-info {
	text-align: left;
	padding-right: 10px;
	width: 50%;
}
#exif-data {
	margin: 10px auto;
	padding: 20px;
	text-align: left;
	width: 70%;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
}
/* Slideshow Elements */

.large-thumb-toolbar {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: auto;
}
/* Success/Error Messages */

.actions, .errors {
	width: 646px;
	background-repeat: no-repeat;
	background-position: 5px 8px;
	margin-bottom: 15px;
	padding: 8px 8px 8px 28px;
	padding-left: 28px;
}
.actions {
	background-image: url(../images/alert.gif);
	border: 1px solid #bb0;
	background-color: #ffffe0;
}
.errors {
	background-image: url(../images/x.gif);
	border: 1px solid maroon;
	background-color: #fcc;
}
.field-error {
	border: 1px solid maroon;
	background-color: #fcc;
}
div#stats {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
}
/*
=====================================================
Banner slideshow
=====================================================
*/ 
.feature_wrap {
	width:950px;
	height:251px;

}
div.banner_nav {
	width: 950px;	
}
.feature_slide {
	width:950px;
	height:251px;
}
.tabNavigation {
	width: 230px;
}
ul.tabNavigation {
	margin:0;
	margin-bottom: -47px;
	padding:0;
	float:right;
	position:relative;
	top:-60px;
	right:20px;
}
ul.tabNavigation li {
	float: left;
	padding-right:10px;
	display: block;
}
ul.tabNavigation li a {
	color:#FFF;
	font-size: 23pt;
	font-family: georgia, verdana, helvetica, arial;
	padding: 1px 6px 10px 5px;
	float: left;
	display: block;
	text-decoration: none;
}
ul.tabNavigation li a:hover {
	background:url(../images/hover.png);
	text-decoration: none;
}
div#mid_section {
	
	width: 950px;
	
}
/*
=====================================================
Contact-7
=====================================================
*/ 
.wpcf7-form input, .wpcf7-form textarea{
padding:10px;
color:#8e8e8e;
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
background-image:url("../images/form-bg.png");
border:none;
border-right:solid 1px #CCC;
border-bottom:solid 1px #CCC;
width: 555px;
}
.wpcf7-form input.wpcf7-submit{
background-color:transparent;
background-image:url("../images/form-send.png");
background-repeat:no-repeat;
border:medium none;
color:#FFFFFF;
font-family:helvetica,arial;
font-size:18px;
font-weight:bold;
height:62px;
padding-top:0;
position:relative;
text-align:center;
text-shadow:0 0 3px #8D6D6F;
text-transform:uppercase;
width:128px;
}
.wpcf7-form input.wpcf7-submit:hover{
background-position:0 -96px;
cursor:pointer;
}
.wpcf7-form .wpcf7-validation-errors{
border:none;
background-color:#fffd75;
margin:0;
padding:20px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
.wpcf7-form .wpcf7-mail-sent-ok{
border:none;
background-color:#abf779;
margin:0;
padding:20px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
.wpcf7-form .wpcf7-mail-sent-ng{
border:none;
background-color:#fcb3b8;
margin:0;
padding:20px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
.wpcf7-form span.wpcf7-not-valid-tip{
border:none;
background-color:#fcb3b8;
padding:10px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
span.form_label {
	font-family: verdana;
    margin-bottom: 5px;
}


/*------------------------------------------------*/
/*--------------------[COMMENTS]------------------*/
/*------------------------------------------------*/
.commentlist { padding: 0px; margin: 0px 0px 0px 17px; width: 560px; background-image: url(../images/comment-bg.gif); list-style-image: none; list-style-type: none; float: left; }
.commentlist li { font-weight: bold; width: 560px; display: block; background-image: url(../images/comment-bottom.gif); background-repeat: no-repeat; background-position: bottom left; padding: 0px 0px 45px 0px; margin: 0px; list-style-image: none; list-style-type: none; float: left; }
.commentlist li div { width: 540px; display: block; background-image: url(../images/comment-top.gif); background-repeat: no-repeat; margin: 0px; padding: 10px; float: left; }
.commentlist li .avatar { float: left; border: 1px solid #eee; padding: 2px; background: #fff; }
.commentlist cite { font-size: 18px; float: left; font-style: normal; margin-left: 10px; margin-right: 6px; margin-top: 5px; font-weight: normal; }
.says { display: none; }
.commentlist p { font-weight: normal; line-height: 1.5em; text-transform: none; display: block; float: left; width: 90%; margin-left: 3%; }
#commentform p { clear: both; }
.alt { margin: 0; padding: 10px; }
.nocomments { text-align: center; margin: 0; padding: 0; }
.commentlist .children li { width: 90%; display: block; margin: 0px; background-color: #FDFDFD; background-image: url(../images/comment-children-bg.gif); background-position: left; background-repeat: repeat-y; border: 1px solid #E2E2E4; overflow: hidden; }
.commentlist .children li div { width: 97%; padding: 3%; background-image: url(../images/comment-children-top.gif); background-repeat: no-repeat; background-position: top left; }
.commentlist .commentmetadata { font-weight: normal; float: left; margin: 5px 0px 0px 0px; display: block; clear: both; background-image: none; width: 90%; margin-left: 3%; }
.commentlist .vcard, .commentlist .children .comment-author, .commentlist .children .vcard, .commentlist .commentmetadata, .commentlist .children .comment-author, .commentlist .children .comment-meta { background-image: none; width: 100%; padding: 0px !important; }
.commentlist .reply, .commentlist .children .reply { float: right; background-image: none; width: 54px; height: 22px; margin-bottom: 0px; padding: 0px; margin-right: 10px; font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; }
.commentlist .reply a:link, .commentlist .reply a:hover, .commentlist .children .reply a:link, .commentlist .children .reply a:hover { background-image: url(../images/reply.gif); width: 39px; height: 17px; display: block; color: #FFF; font-size: 8px; text-transform: lowercase; font-weight: normal; padding: 5px 0px 0px 15px; letter-spacing: 1px; }
.commentlist .children li { padding-bottom: 10px; }
.commentlist .children li ul li { padding-bottom: 10px; background-color: #FFF; }
#respond { margin-top: 20px; float: left; background-image: none; }
.commentlist #respond h3, .commentlist #respond a { margin-left: 28px; }
#comments { line-height: 30px; }
.children { clear: both; }
.children .commentmetadata, .children .vcard { background-image: none; }
.children textarea { width: 90% !important; }
.children input { width: 80% !important; }
#cancel-comment-reply-link { display: block; background-image: url(../images/comment-close.gif); width: 144px; height: 21px; padding: 5px 0px 0px 23px; font-weight: normal; color: #84878E; font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif; }
#respond div { background-image: none; }
#submit { width: 120px !important; }


/*------------------------------------------------*/
/*-----------------[COMMENT FORM]-----------------*/
/*------------------------------------------------*/
commentform { margin: 10px 0px 0px 20px; }
#commentform textarea { background: #f8f7f6; border: 1px solid #d6d3d3; width: 350px; padding: 10px; }
#commentform #email { font-size: 13px; background: #f8f7f6; border: 1px solid #d6d3d3; width: 220px; background-image: url(../images/comment-email.gif); background-position: 7px 7px; background-repeat: no-repeat; height: 20px; padding-left: 30px; padding-top: 6px; margin-bottom: 3px; }
#commentform #author { font-size: 13px; background: #f8f7f6; border: 1px solid #d6d3d3; width: 220px; background-image: url(../images/comment-author.gif); background-position: 7px 7px; background-repeat: no-repeat; height: 20px; padding-left: 30px; padding-top: 6px; margin-bottom: 3px; }
#commentform #url { font-size: 13px; background: #f8f7f6; border: 1px solid #d6d3d3; width: 220px; background-image: url(../images/comment-website.gif); background-position: 7px 7px; background-repeat: no-repeat; height: 20px; padding-left: 30px; padding-top: 6px; margin-bottom: 3px; }





#left-div { width: 646px; float: left; }
#left-inside { float: left; padding: 0px 0px 0px 19px; }
.home-post-wrap2 { width: 593px; padding: 10px; margin-right: 13px; float: left; background-color: #FFF; border: 1px solid #dfdfdf; margin-bottom: 10px; }
.titles { font-weight: normal; font-size: 24px; text-decoration: none; }
.titles a:link, .titles a:visited, .titles a:active { text-decoration: none; font-size: 20px; font-weight: bold; font-family: Trebuchet MS; text-transform: uppercase; margin-bottom: 10px; margin-top: 10px; display: block; }
.thumbnail-div { border: 1px solid #DFDFDF; width: 120px; height: 120px; padding: 4px; margin-bottom: 0px; float: left; margin-right: 10px; display: inline; }
.post-info { margin-bottom: 10px; color: #000; font-size: 10px; }
.readmore { background-image: url(../images/bullet.gif); background-repeat: no-repeat; background-position: left; float: right; padding-left: 20px; margin-top: 10px; }
.readmore a:link, .readmore a:hover { color: #393939; }
.share-div { width: 590px; height: 30px; background-color: #FFF; display: none; margin-bottom: 10px; }

