/*
Theme Name: ISSS
Author: Roweena Web Design
Author URI: http://www.roweena.co.uk
*/


body {
	background: url('images/bg-tile.gif') top repeat-x;
}

#header {
	height: 120px;
}

#logo {
	margin: 15px 0 0 0
}

#strapline {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin:25px 0 0 0
}

#slider {
	height: 196px;
	background: url('images/seed-image4.jpg') top left no-repeat;
}



#content {
	margin: 20px 0 0 0
}

#menu-icon {
	display: none
}

#navigation {
	padding: 0px;
}


#menu-navigation {
	padding: 0px;
	margin: -4px 0 0 0 ;
}

*+html #menu-navigation {
	margin: 0 0 0 0 ;

}

#menu-navigation li {
	float: left;
}

#menu-navigation li a {
	color: #262626;
	display: block;
	padding: 11px 25px 12px 25px;
	border-right: 1px solid #aeaaa8;
}

#menu-navigation li:first-child a {
	border-left: 1px solid #aeaaa8
}

#menu-navigation li.current-menu-item a, #menu-navigation li:hover a, #menu-navigation li.current-menu-parent a{
	color: #fff;
	background:#25559f
}

#right-column {
	margin-top: 20px
}

#right-column h4 {
	background: #339999;
	color: #fff;
	padding: 5px 15px;
	margin: 0px;
}

#right-column h4 a {
	display: block
}

#right-column h4.renew-button {
	background: #25559f;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px
}

#right-column .panel {
	background: #e6e4e2
}

#right-column .panel ul li {
	background: url(images/bullet.png) 0 5px no-repeat;
	padding: 0 0 0 17px
}

#content  ul li {
	list-style: disc;
	margin: 0 0 5px 20px	
}

/* Sub Navigation */
#sub-nav li {
	background: #25559f;
	padding: 7px 15px;
	margin: 0 0 5px 0;
}

#sub-nav a {
	color: #fff;
	display: block
}

/* home page */
.home-box {
	margin-top: 20px;
}

.home-box h2 {
	background: url(images/bg-lines.gif) bottom repeat-x;
	padding-bottom: 20px
}

.home-box h3 {
	font-size: 16px;
	font-size: 1.6rem;
}

.read-more {
	background: #e6e4e2;
	padding: 1px 3px;
	font-size: 85%
}

/* sidebar */
#right-column h4 a, #right-column h4 a:hover  {
	color: #fff
}

/* footer */

#footer {
	background: url(images/bg-lines.gif) top repeat-x;
	padding-top: 25px;
	margin-top: 30px
}

#credits p {
	font-size: 80%
}

#social {
	text-align: right
}

#social img {
	margin: 10px 0 0 10px
}

#social span {
	display: block;
	float: left;
	margin: 15px 0 0 0
}

/* committee members page */
.member-box {
	width: 300px;
	float: left;
	height: 80px;
	margin: 0 0 10px 0
}

.member-box p {

}

.photo-box {
	width: 70px;
	height: 70px;
	background: #ccc;
	float: left;
	margin: 0 10px 0 0
}

.photo-box img {
	width: 70px;
	height: 70px
}

/* forms */

input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}

#searchform {
	float: right;
	margin-top: 15px
}

input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* membership form */
.gform_body {
	width: 500px;
}

.gform_body input {
	font-size: 100% !important;
	padding: 3px
}

.gform_body label {
	width: 200px;
	float: left;

}

.ginput_left, .ginput_container {
	display: block;
	padding-bottom: 10px;
}

.gform_body li {
	list-style: none !important;
}

.gfield_checkbox {
	margin-left: 200px;

}

.gfield_checkbox label {
	width: 100px;
}

.gfield_checkbox li {
	clear: left;
}

fieldset {
	border: none;
	padding: none;
}

legend {
	color: #a9a4a0; 
	font-weight: normal; 	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px; 
	font-size: 2.0rem; 
	margin-bottom: 15px; 
	padding-bottom: 10px;
	border-bottom: 1px dotted #a9a4a0;
	display: block;
	width: 100%
}

/* news/blog */
.blog-post {
	margin-bottom: 40px
}

.featured-image {
	float: left;
	margin: 0 15px 15px 0
}

/* blog/news subscribe */
#s2email  {
	margin-top: -20px
}

/* news comments */

.form-allowed-tags, .avatar  {
	display: none;
}	

#commentform label {
	float: left;
	display: block;
}


.commentlist, .commentlist li ul li {
	list-style: none !important;
	margin: 0
}

.commentlist li, .commentlist li ul li{
	padding: 15px 0;
	margin: 10px 0 10px 0 !important;
	border-top: 1px dotted #ccc
}
.commentlist p {
	font-size: 100%
}

.commentmetadata {
	font-size: 85%;
	margin: 0 0 5px 0;
}

.commentmetadata a{
	color: #666
}

.nocomments {
	display: none;
}

#comments {
	margin-top: 20px;
	padding-bottom: 20px
}

.comment-author {
	font-style:italic
}

#commentform input, #commentform textarea {
	color: #666;
	width: 100%;
	clear: left;
}

#commentform #submit {
	margin: 0 0 0 0;
	background: #25559f;
	color: #fff;
	text-transform:uppercase;
	padding: 7px 15px;
	display: block;
	cursor:pointer;
	float: right;
	width: 140px;
	border: none
}

.small {
	font-size: 85%
}

.validation_error {
	padding: 10px;
	border: 1px dotted red;
	color: #F00;
	margin: -20px 0 20px 0
}

.gfield_required {
	padding: 3px 0 0 3px;
	font-size: 120%;
	color: #F00;
}

.members-login {
	text-align: right; 
	margin: 20px 0 0 0;
	font-size: 90%;

}

.members-login a {
	background: url(images/closed-lock.png) left no-repeat;
	padding: 0 0 0 15px
}


@media only screen and (max-width: 767px) {	
body {background: none;}	
#strapline {
	display: none		
}

#slider {
	height: auto;
	background: #000
}

.row {
	padding-left: 20px;
	padding-right: 20px
}

/* menu icon */
	#menu-icon {
		color: #fff;
		font-weight: bold;
		font-size: 120%;
		width: 42px;
		height: 30px;
		background: #25559f url(images/mob-nav.png) 102px 12px no-repeat;
		padding: 8px 40px 3px 40px;
		cursor: pointer;
		display: block; /* show menu icon */
		margin-top: -42px
	}
	#menu-icon:hover {
		background-color: #25559f;
	}
	#menu-icon.active {
		background-color: #25559f;
	}
	
	/* main nav */
	#menu-navigation {
		clear: both;
		position: absolute;
		top: -38px;
		left: 122px;
		width: 220px;
		z-index: 10000;
		padding: 5px;
		background: #25559f;
		display: none; /* visibility will be toggled with jquery */
		color: #fff
	}
	#menu-navigation li.current-menu-item a, #menu-navigation li:hover a, #menu-navigation li.current-menu-parent a{
	color: #25559f;
	background:#fff
}
	#menu-navigation li {
		clear: both;
		margin: 5px 2px
	}
	#menu-navigation li a {
		font: inherit;
		background: none;
		display: inline;
		padding: 3px 6px;
		color: #fff;
		border: none;
		font-size: 120%
	}
	#menu-navigation a:hover, 
	#menu-navigation ul a:hover {
		background: none;
		color: #000;
	}	
	
	#menu-navigation li:first-child a {
		border-left: none
	}
		
	.gform_button{
	font-size: 120% !important;
	padding: 20px  !important;
	width: 100%
	}
	.ginput_left, .ginput_right {display: block !important; float: none !important; }
		
	#field_1_5 label, #gform_fields_1, #gform_1, .gform_body {width: 300px !important}
	gform_wrapper {margin: 0px !important; padding: 0px !important }

}