/* Rope Partners main css file */

body {
    background-color: #666;
}

a {
    color: #6eb53f;
    text-decoration: none;
}

a:hover {
    color: #48a9ee;
}

a img {
    border: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.ltblue {
    color: #48a9ee;
}

.green {
    color: #6eb53f;
}

.border {
    border: 1px solid #999;
}

#logo-home {
    padding-top: 70px;
    margin: auto;
}

#logo-home img {
    margin: 0;
}

#container-home {
    height:  586px;
}
#banner-home {
    color: #fff;
}

#tagline-home {
    line-height: 189px;
    padding: 20px;
}

#tagline-home  h2 {
    margin: 0;
    color: #fff; 
}

#navigation-home {
    margin-top: 0px;
}

#navigation {
    padding-top: 119px;
}

#banner-container {
    background-color: #fff;
}

#logo {
    height:  128px;
    padding-top: 22px;
    background-color: #fff;
}

#logo img {
    margin: 0;
}

#banner {
    color: #fff;
    height: 150px;
    background: #fff url(../images/wkit_banner.jpg) no-repeat;
}


#tagline {
    margin: 20px;
}

#tagline h2 {
    font-size: 1.8em;
    color: #fff; 
}

#content-wrapper {
    background: url(../images/bg.gif) repeat-y;
}

#sidebar {
    background-color: #6eb53f;
    min-height: 500px;
}

#content-home {
    height: 768px;
    background: #fff url(../images/windmill_brown_gbox_bg.jpg) top left no-repeat;
    border-left: 1px solid #eee;
}

#sidebar-home {
    height: 768px;
    background: #fff url(../images/home_sidebar_bg.gif) top left repeat-x;
    color:#fff;
}

#main-content {
    margin: 30px  0;
    padding: 0;
}

#main {
    color: #666;
    text-align: left;
    padding: 0 20px 0 20px;
    line-height: 1.35em;
}

#main a {
    color: #6eb53f;
}

#main h1,h2,h3,h4,h6 {
    color: #3675af;
    margin-bottom: 10px;
}

#main h5 {
    color: #3675af;
    margin-bottom: 10px;
}

#main-content img.photo1 {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    width: 500px;
}

#main-content img.photo2 {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    width: 290px;
}

.clear_photo {
    clear: both;
    margin-bottom: 10px;
}

#main {
    margin-top: 10px;
}

#main strong {
    color: #6eb53f;
}

#main img {
    margin: 10px;
}

#main.home {
    color: #fff;
    /*height: 271px;*/
    font-size: 1.8em;
    line-height: 1.7em;
}

#contact-info {
    color:#fff;
    line-height: 30px;
    height:  30px;
    text-align: center;
    padding-right: 20px;
}

#contact-info ul {
    margin: 0;
}

#contact-info ul li {
    margin: 0;
    display: inline;
    padding: 0 10px;
}

#contact-footer {
    background-color: #76998d;
}

.fbox {
    float: left;
    padding: 0 10px 10px 0;
}
.fbox a img {
    padding: 1px;
    border: 1px solid #48a9ee;
}

.fbox a:hover img {
    padding: 1px;
    border: 1px solid #6eb53f;
}

.fboxr {
    float: right;
    padding: 0 0 10px 10px;
}
.fboxr a img {
    padding: 1px;
    border: 1px solid #48a9ee;
}

.fboxr a:hover img {
    padding: 1px;
    border: 1px solid #6eb53f;
}

.cimg {
    float: left;
    padding: 0 10px 10px 0;
}

.cimg a img {
    padding: 1px;
    border: 1px solid #48a9ee;
}

.cimg a:hover img {
    padding: 1px;
    border: 1px solid #6eb53f;
}

.cimgr {
    float: right;
    padding: 0 0 10px 10px;
}

.cimgr a img {
    padding: 1px;
    border: 1px solid #48a9ee;
}

.cimgr a:hover img {
    padding: 1px;
    border: 1px solid #6eb53f;
}

img.left {
    float: left;
    margin: 0 10px 10px 0;
}


#newslist {
    text-align: left;
	padding: 10px 20px;
	margin: 20px 0;
}

#newslist.summary-home {
    margin-top: 100px;
    text-align: right;
    color: #fff;
}

#newslist.summary {
    text-align: right;
    color: #fff;
}


#newslist.latest {
    margin: 0;
    padding-left: 0;
    padding-right: 20px;
}

#newslist li {
	margin: 0;
	list-style-type: none;
}

#newslist li.latest {
    font-size:1.7em;
    margin-bottom: 5px;
}

#newslist li.newsDate {
    font-weight: bold;
	color:#888;
	line-height:2em;
}

#newslist li.newsDateHome {
    font-weight: bold;
	color:#fff;
	line-height:2em;
}

/*#newslist.summary-home li.newsDate a {
    font-weight: bold;
    color:#fff;
    line-height:2em;
}

#newslist.summary-home li.newsDate a:hover {
    color:#666;
}
*/
#newslist.summary li.newsDate a {
    font-weight: bold;
	color:#fff;
	line-height:2em;
}

#newslist.summary li.newsDate a:hover {
	color:#666;
}


#newslist li.newsDateTitle span {
	color:#666;
	line-height:2em;
}

#newslist li.newsDateTitle a {
	font-size:1.3em;
	font-weight:bold;
	text-decoration:none;
	padding-left:20px;
	background:url(../images/icons/page_article.gif) no-repeat left center;
}

#newslist li.newsTitle {
	margin-bottom: 1em;
}


#newslist li.newsTitle a {
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
}

#newslist li.newsDateTitle a:hover {
/*    border-bottom:1px dotted #6eb53f;*/
    color: #48a9ee;
}

#newslist li.newsSite {
    line-height: 2em;
	font-weight: bold;
}
		
#newslist li.newsSummary {
    color: #666;
	margin-bottom:20px;
}

#newslist.summary li.newsSummary {
    color: #fff;
    margin-bottom:20px;
}

#newslist.summary-home li.newsSummary {
    color: #fff;
    margin-bottom:0;
}

#newslist li.newsSummary span {
	font-size:1.1em;
	line-height:1.5em;
	color:#333;
}

#newslist li.newsSummary a.readMoreLink {
    font-size: 1.1em;
	text-decoration:none;
	padding-right: 16px;
	background:url(../images/icons/arrow.gif) no-repeat right center;
}

#newslist li.newsSummary a.readMoreLink:hover {
/*    border-bottom:1px dotted #6eb53f;*/
    color: #006699;
}

a.readMoreLink {
	padding-right: 16px;
	background:url(../images/icons/arrow.gif) no-repeat right center;
}

a.readMoreLink:hover {
    /*border-bottom:1px dotted #6eb53f;*/
    color: #006699;
}

li.newsReadMore {
    padding-bottom: 10px;
}

li.sidebar a.readMoreLink {
    color: #fff;
    text-decoration: underline;
	padding-right: 16px;
	background:url(../images/icons/arrow.gif) no-repeat right bottom;
}

li.sidebar a.readMoreLink:hover {
    color: #006699;
/*  border-bottom:1px dotted #6eb53f;*/
}


#quote {
    height: 3em;
    line-height: 3em;
    padding-right: 20px;
    margin: 0;
    background: #eee;
}

#quotes {
    float: right;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    list-style-type: none;
    color: #333;
}

#footer p {
    font-size: 0.8em;
    color: #fff;
    margin-top: 5px;
    text-align: center;
}

.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	background: #E9E9E9;
	padding: 4px;
	width: 306px;
	clear: left;
}
	
div.tab .field .middleColumn {
	clear: none !important;
		margin: 0 !important;
	width: auto;
}

.middleColumn .middleColumn {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

.middleColumn .message {
	margin: 0;
}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

div.pageComments {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#PageComments {
	list-style:none;
	background:#e9e9e9;
	border:1px solid #ccc;
	border-bottom:0;
	padding:0;
	margin:0;
}
	#PageComments li {
		list-style:none;
		padding:5px;
		margin:0;
		font-size:1em;
		border-bottom:1px dotted #bbb;
	}
		#PageComments li p span {
			font-style:italic;
		}
		#PageComments a.deletelink {
			font-weight:bold;
		}

			
#PageNumbers {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:#e9e9e9;
}
#PageNumbers * {
	padding:0 5px;
	line-height:1.5em;
}
#PageNumbers a {
	color:#0083C8;
	text-decoration:none;
}
	#PageNumbers a:hover {
		text-decoration:underline;
	}

/* MESSAGEBOXES
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}