/* 	

Theme Name: WWS MAG	

Theme URL: http://wwsmag.com/update/	

Description: WWS MAG is a three column fluid theme for Wordpress customized for WWS MAG

Author: WWS MAG	

Author URI: http://wwsmag.com/update/	

Version: 5.0 */
/* > ------------THIS IS THE START OF BUDDYPRESS!!!!----------
-----------------THIS IS THE START OF BUDDYPRESS!!!!----------
-----------------THIS IS THE START OF BUDDYPRESS!!!!---------- 
-----------------THIS IS THE START OF BUDDYPRESS!!!!----------
-----------------THIS IS THE START OF BUDDYPRESS!!!!----------
-----------------THIS IS THE START OF BUDDYPRESS!!!!---------- < */


/* > Table Forums
-------------------------------------------------------------- */
table thead tr {
		background: #eaeaea;
	}
	table tr.alt {
		background: #CCC;
	}

table.forum {
	margin: 0 0 0 0;
	width: auto;
}
	table.forum tr.sticky td {
		background: #FFF9DB;
		border-top: 1px solid #FFE8C4;
		border-bottom: 1px solid #FFE8C4;
	}

	table.forum tr.closed td.td-title {
		padding-left: 35px;
		background-image: url( ../images/closed.png );
		background-position: 15px 50%;
		background-repeat: no-repeat;
	}

	table.forum td p.topic-text {
		color: #888;
		font-size: 11px;
	}

	table.forum tr > td:first-child, table.forum tr > th:first-child {
		padding-left: 15px;
	}

	table.forum tr > td:last-child, table.forum tr > th:last-child {
		padding-right: 15px;
	}

	table.forum tr th#th-title, table.forum tr th#th-poster,
	table.forum tr th#th-group, table.forum td.td-poster,
	table.forum td.td-group, table.forum td.td-title { text-align: left; }

	table.forum td.td-freshness {
		font-size: 11px;
		color: #888;
	}

	table.forum td img.avatar {
		margin-right: 5px;
	}

	table.forum td.td-poster, table.forum td.td-group  {
		min-width: 130px;
	}

	table.forum th#th-title {
		width: 40%;
	}

	table.forum th#th-postcount {
		width: 1%;
	}



table.notification-settings {
	margin-bottom: 20px;
	text-align: left;
}
	table.notification-settings th.icon, table.notification-settings td:first-child { display: none; }
	table.notification-settings th.title { width: 80%; }
	table.notification-settings .yes, table.notification-settings .no { width: 40px; text-align: center; }


/* > Group Forum Topics
-------------------------------------------------------------- */

ul#topic-post-list {
	margin: 15px -20px;
	width: auto;
}
	ul#topic-post-list li {
		padding: 15px;
		position: relative;
	}

	ul#topic-post-list li.alt {
		background: #f4f4f4;
	}

	ul#topic-post-list li div.poster-meta {
		margin-bottom: 10px;
		color: #888;
	}

	ul#topic-post-list li div.post-content {
		margin-left: 54px;
	}

div.admin-links {
	position: absolute;
	top: 15px;
	right: 25px;
	color: #888;
	font-size: 11px;
}
	div#topic-meta div.admin-links {
		bottom: 0;
		right: 0;
		top: auto;
	}

div#topic-meta {
	position: relative;
	padding: 5px 0;
}
	div#topic-meta h3 {
		font-size: 20px;
	}

div#new-topic-post {
	margin: 0;
	padding: 1px 0 0 0;
}


/* > Error / Success Messages
-------------------------------------------------------------- */

div#message {
	margin: 15px 0;
}
	div#message.updated { clear: both; }

div#message p {
	padding: 10px 15px;
	font-size: 12px;
	display:block;
}
	div#message.error p {
		background: #e41717;
		color: #fff;
		border-color: #a71a1a;
		clear: left;
	}

	div#message.updated p {
		background: #dffcd9;
		color: #1a9b00;
		border-color: #c4e9bd;
	}

form.standard-form#signup_form div div.error {
	color: #fff;
	background: #e41717;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
	width: 90%;
	margin: 0 0 10px 0;
}


/* > Item Body
-------------------------------------------------------------- */

.item-body {
	margin: 20px 0;
}

span.activity, div#message p {
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	background: #FFF9DB;
	border-bottom: 1px solid #FFE8C4;
	border-right: 1px solid #FFE8C4;
	color: #ffa200;
	padding: 1px 8px;
	margin-top: 6px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* > Item Headers (Profiles, Groups)
-------------------------------------------------------------- */
	div#item-header div#item-meta {
		font-size: 14px;
		color: #aaa;
		padding-bottom: 10px;
		overflow: hidden;
		margin: 15px 0 5px 0;
	}

	div#item-header div.generic-button, div#item-header a.button {
		float: left;
		margin: 10px 10px 0 0;
	}

/* > Buttons
-------------------------------------------------------------- */

a.button, input[type=submit], input[type=button], input[type=reset],
ul.button-nav li a, div.generic-button a {
	background: url( http://wwsmag.com/updates/wp-content/themes/wwsmag/images/white-grad.png ) top left repeat-x;
	border: 1px solid #ddd;
	padding: 3px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	color: black;
	font-size: 12px;
	font-weight: normal;
	vertical-align: bottom;
	cursor: pointer;
        
}
	a.button:hover, a.button:focus, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover,
	ul.button-nav li a:hover, ul.button-nav li.current a,
	div.generic-button a:hover {
		border-color: #aaa;
		color: #555;
		outline: none;
	}

	/* Buttons that are disabled */
	div.pending a, a.disabled {
		border-color: #eee;
		color: black;
		cursor: default;
	}
	div.pending a:hover, a.disabled:hover { border-color: #eee; color: #bbb; }

	div.accept, div.reject {
		float: left;
		margin-left: 10px;
	}

ul.button-nav li {
	float: left;
	margin: 0px 10px 10px 0px;
}
	ul.button-nav li.current a {
		font-weight: bold;
	}


/* > Item Tabs
-------------------------------------------------------------- */

div.item-list-tabs {
	clear: left;
	overflow: hidden;
	margin: 25px -19px 20px -19px;
	background: #eaeaea;
}
	div.item-list-tabs ul li a {
		text-decoration: none;
	}

	div.item-list-tabs ul {
		width: 95%;
	}
		div.item-list-tabs ul li {
			float: left;
			margin: 5px 0 0 5px;
		}
			div.item-list-tabs#subnav ul li {
				margin-top: 0;
			}

			div.item-list-tabs ul li:first-child {
				margin-left: 20px;
			}

			div.item-list-tabs ul li.last {
				float: right;
				margin: 7px 20px 0 0;
			}
				div.item-list-tabs#subnav ul li.last {
					margin-top: 4px;
				}

				div.item-list-tabs ul li.last select {
					max-width: 175px;
				}

		div.item-list-tabs ul li a,
		div.item-list-tabs ul li span {
			display: block;
           	 	padding: 0px 2px;
          		text-decoration: none;
		}
			div.item-list-tabs ul li span {
				color: #aaa;
			}

			div.item-list-tabs ul li a span {
				display: inline;
				padding: 0;
				color: inherit;
			}

		div.item-list-tabs ul li.selected a,
		div.item-list-tabs ul li.current a {
			background-color: #fff;
			color: #555;
			font-weight: bold;
			-moz-border-radius-topleft: 3px;
			-webkit-border-top-left-radius: 3px;
			-moz-border-radius-topright: 3px;
			-webkit-border-top-right-radius: 3px;
		}
			ul li.loading a {
				background-image: url( http://wwsmag.com/updates/wp-content/themes/wwsmag/images/ajax-loader.gif );
				background-position: 92% 50%;
				background-repeat: no-repeat;
				padding-right: 13px !important;
			}
				div#item-nav ul li.loading a {
					background-position: 88% 50%;
				}

	div.item-list-tabs#object-nav {
		margin-top: 0;
	}

	div.item-list-tabs#subnav {
		background: #eaeaea;
		margin: 0px 0px 19px 0px;
		border-bottom: 1px solid #eaeaea;
		min-height: 25px;
		overflow: hidden;
	}

	div.item-list-tabs ul li.feed a {
		background: url( ../images/rss.png ) center left no-repeat;
		padding-left: 20px;
	}


/* > Directories (Members, Groups, Blogs, Forums)
-------------------------------------------------------------- */

div.dir-search {
	float: right;
	margin: -37px 0 0 0;
}
	div.dir-search input[type=text] {
		padding: 4px;
		font-size: 12px;
	}


/* > Input Forms
-------------------------------------------------------------- */

form.standard-form {

}
	form.standard-form textarea, form.standard-form input[type=text],
	form.standard-form select, form.standard-form input[type=password],
	.dir-search input[type=text] {
		border: 1px inset #ccc;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 6px;
		font: inherit;
		font-size: 14px;
		color: #888;
	}
		form.standard-form select {
			padding: 3px;
		}

		form.standard-form input[type=password] {
			margin-bottom: 5px;
		}

	form.standard-form label, form.standard-form span.label {
		display: block;
		font-weight: bold;
		margin: 15px 0 5px 0;
	}
		form.standard-form div.checkbox label,
		form.standard-form div.radio label {
			font-weight: normal;
			margin: 5px 0 0 0;
			font-size: 14px;
			color: #888;
		}

		form.standard-form#sidebar-login-form label {
			margin-top: 5px;
		}

	form.standard-form input[type=text] {
		width: 75%;
	}
		form.standard-form#sidebar-login-form input[type=text],
		form.standard-form#sidebar-login-form input[type=password] {
			padding: 4px;
			width: 95%;
		}

		form.standard-form #basic-details-section input[type=password],
		form.standard-form #blog-details-section input#signup_blog_url {
			width: 35%;
		}

		form.standard-form#signup_form input[type=text],
		form.standard-form#signup_form textarea {
			width: 90%;
		}
			form.standard-form#signup_form div.submit { float: right; }
			div#signup-avatar img { margin: 0 15px 10px 0; }

	form.standard-form textarea {
		width: 75%;
		height: 120px;
	}
		form.standard-form textarea#message_content {
			height: 200px;
		}

		form.standard-form#send-reply textarea {
			width: 97.5%;
		}

	form.standard-form p.description {
		font-size: 11px;
		color: #888;
		margin: 5px 0;
	}

	form.standard-form div.submit {
		padding: 15px 0;
		clear: both;
	}
		form.standard-form div.submit input {
			margin-right: 15px;
		}

	form.standard-form div.radio ul {
		margin: 10px 0 15px 38px;
		list-style: disc;
	}
		form.standard-form div.radio ul li {
			margin-bottom: 5px;
		}

	form.standard-form a.clear-value {
		display: block;
		margin-top: 5px;
		outline: none;
	}

form.standard-form #basic-details-section, form.standard-form #blog-details-section,
form.standard-form #profile-details-section {
	float: left;
	width: 48%;
}
	form.standard-form #profile-details-section { float: right; }
	form.standard-form #blog-details-section {
		clear: left;
	}

form.standard-form input:focus, form.standard-form textarea:focus, form.standard-form select:focus {
	background: #fafafa;
	color: #555;
}

form#send-invite-form {
	margin-top: 20px;
}
	div#invite-list {
		height: 400px;
		overflow: scroll;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 5px;
		background: #f5f5f5;
		width: 160px;
		border: 1px solid #e4e4e4;
		margin: 10px 0;
	}

/* > Activity Stream Posting
-------------------------------------------------------------- */

form#whats-new-form {
	margin-bottom: 5px;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
	padding-bottom: 20px;
}
	#item-body form#whats-new-form {
		margin-top: 20px;
		border: none;
	}

	.home-page form#whats-new-form {
		border-bottom: none;
		padding-bottom: 0;
	}

	form#whats-new-form h5 {
		margin: 0;
		font-weight: normal;
		font-size: 12px;
		color: #888;
		margin-left: 76px;
		padding: 0 0 3px 0;
	}

	form#whats-new-form #whats-new-avatar {
		float: left;
	}

	form#whats-new-form #whats-new-content {
		margin-left: 54px;
		padding-left: 22px;
	}

	form#whats-new-form #whats-new-textarea {
		padding: 8px;
		border: 1px inset #ccc;
		background: #fff;
		margin-bottom: 10px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	form#whats-new-form textarea {
		width: 100%;
		height: 60px;
		font-size: 14px;
		font-family: inherit;
		color: #555;
		border: none;
		margin: 0;
		padding: 0;
	}

	form#whats-new-form #whats-new-options select {
		max-width: 200px;
	}

	form#whats-new-form #whats-new-submit {
		float: right;
		margin: 0;
	}
/* > Activity Stream Listing
-------------------------------------------------------------- */

ul.activity-list li {
	padding: 20px 0 0 0;
	overflow: hidden;
}
	ul.activity-list > li:first-child {
		padding-top: 5px;
	}

	ul.activity-list li.has-comments {
		padding-bottom: 20px;
	}

.activity-list li.mini {
	position: relative;
	font-size: 11px;
	min-height: 35px;
	padding: 12px 0 0 0;
}
	.activity-list li.mini div.activity-meta {
		margin: 0;
	}

	.activity-list li.mini div.activity-meta a {
		padding: 3px 8px;
	}

	.activity-list li.mini .activity-avatar img.avatar,
	.activity-list li.mini .activity-avatar img.FB_profile_pic {
		width: 20px;
		height: 20px;
		margin-left: 36px;
	}
		.activity-list li.activity_comment .activity-avatar img.avatar,
		.activity-list li.activity_comment .activity-avatar img.FB_profile_pic {
			width: 40px;
			height: 40px;
			margin-left: 20px;
		}

		body.activity-permalink .activity-list li .activity-avatar img.avatar,
		body.activity-permalink .activity-list li .activity-avatar img.FB_profile_pic {
			width: 100px;
			height: 100px;
			margin-left: 0;
		}

	.activity-list li.mini .activity-content {
		margin-right: 175px;
	}

	.activity-list li.mini .activity-content p {
		margin: 0;
		float: left;
	}

	.activity-list li.mini .activity-meta {
		position: absolute;
		right: 0;
	}
		body.activity-permalink .activity-list li.mini .activity-meta {
			position: absolute;
			right: 15px;
		}

	.activity-list li.mini .activity-comments {
		clear: left;
		font-size: 12px;
		margin-top: 30px;
	}

.activity-list li .activity-inreplyto {
	font-size: 11px;
	color: #888;
	margin-left: 70px;
	margin-bottom: 15px;
	padding-left: 25px;
	background: url( http://wwsmag.com/updates/wp-content/themes/wwsmag/images/replyto_arrow.gif ) 7px 0 no-repeat;
}
	.activity-list li .activity-inreplyto > p {
		margin: 0;
		display: inline;
	}

	.activity-list li .activity-inreplyto blockquote,
	.activity-list li .activity-inreplyto div.activity-inner {
		background: none;
		border: none;
		display: inline;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}

.activity-list .activity-avatar img {
	width: 60px;
	height: 60px;
}
		body.activity-permalink .activity-list .activity-avatar img {
			width: 100px;
			height: 100px;
		}

.activity-list .activity-content {
	margin-left: 70px;
}
	body.activity-permalink .activity-list li .activity-content {
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background: #fff;
		padding: 15px;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		margin-left: 135px;
		font-size: 16px;
		line-height: 150%;
		min-height: 35px;
		margin-right: 0;
	}
		body.activity-permalink .activity-list li .activity-header > p {
			background: url( http://wwsmag.com/updates/wp-content/themes/wwsmag/images/activity_arrow.gif ) top left no-repeat;
			margin-left: -35px;
			padding: 5px 0 0 38px;
			height: 35px;
			margin-bottom: 0;
		}

	.activity-list .activity-content .activity-header,
	.activity-list .activity-content .comment-header {
		font-size: 11px;
		color: #888;
		line-height: 220%;
	}

	.activity-list .activity-header a:first-child, span.highlight {
		background: #EBF7FF;
		border-bottom: 1px solid #a1dcfa;
		border-right: 1px solid #a1dcfa;
		color: #059AE7;
		padding: 1px 3px;
		text-decoration: none;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		margin-right: 3px;
	}
		.activity-list .activity-header a:first-child:hover {
			background: #059AE7 !important;
			color: #fff !important;
		}
		.activity-list .activity-content a:first-child:focus { outline: none; }

		.activity-list .activity-content span.time-since {
			color: #bbb;
		}

	.activity-list .activity-content span.activity-header-meta a {
		background: none;
		padding: 0;
		font-size: 11px;
		margin: 0;
		border: none;
		color: #aaa;
		text-decoration: underline;
	}
		.activity-list .activity-content span.activity-header-meta a:hover {
			color: inherit;
			text-decoration: none;
		}

	.activity-list .activity-content .activity-inner,
	.activity-list .activity-content blockquote {
		margin: 15px 0 15px 5px;
		overflow: hidden;
	}
		body.activity-permalink .activity-content .activity-inner,
		body.activity-permalink .activity-content blockquote {
			margin-top: 5px;
		}

		/* Backwards compatibility. */
		.activity-inner > .activity-inner { margin: 0 !important; }
		.activity-inner > blockquote { margin: 0 !important; }

	.activity-list .activity-content img.thumbnail {
		float: left;
		margin: 0 10px 5px 0;
		border: 2px solid #eee;
	}

.activity-list li.load-more {
	margin: 15px  0 !important;
	padding: 10px 15px !important;
	background: #f0f0f0 !important;
	text-align: center;
	font-size: 1.2em;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
	.activity-list li.load-more a {
		color: #555;
	}



/* > Activity Stream Comments
-------------------------------------------------------------- */

div.activity-meta {
	margin: 0 0 20px 3px;
	clear: left;
}

.activity-list div.activity-meta a {
	font-size: 11px;
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #999;
	padding: 2px 4px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 3px;
}
	.activity-list div.activity-meta a.acomment-reply {
		background: #FFF9DB;
		border-bottom: 1px solid #FFE8C4;
		border-right: 1px solid #FFE8C4;
		color: #ffa200;
	}

	div.activity-meta a:focus { outline: none; }
	div.activity-meta a:hover {
		background: #aaa;
		color: #fff;
		border-color: #aaa;
	}
		div.activity-meta a.acomment-reply:hover {
			background: #f7740a;
			color: #fff;
			border-color: #f7740a;
		}

div.activity-comments {
	position: relative;
	margin: 0 0 0 75px;
	width: auto;
	overflow: hidden; /* IE fix */
}

	body.activity-permalink div.activity-comments {
		width: auto;
		margin-left: 135px;
		background: none;
	}

div.activity-comments > ul {
	background: #f5f5f5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.activity-comments ul, div.activity-comments ul li {
	border: none;
	list-style: none;
}

	div.activity-comments ul {
		clear: left;
	}

	div.activity-comments ul li {
		border-top: 2px solid #fff;
		padding: 10px 15px 10px 0;
		margin-left: 15px;
	}
		body.activity-permalink div.activity-comments ul li {
			border-width: 1px;
			padding: 15px 0 15px 0;
		}

		div.activity-comments ul li p:last-child {
			margin-bottom: 0;
		}

		div.activity-comments > ul > li:first-child {
			border-top: none;
		}

		div.activity-comments ul li:last-child {
			margin-bottom: 0;
		}

	div.activity-comments ul li > ul {
		margin-top: 5px;
		margin-left: 25px;
	}
		body.activity-permalink div.activity-comments ul li > ul {
			margin-top: 15px;
		}

	div.activity-comments div.acomment-avatar img {
		border-width: 2px !important;
		float: left;
		margin-right: 10px;
	}

	div.activity-comments div.acomment-content {
		font-size: 11px;
		margin-left: 39px;
		margin-top: 5px;
	}
		div.acomment-content .time-since { display: none; }
		div.acomment-content .activity-delete-link { display: none; }
		div.acomment-content .comment-header { display: none; }

		body.activity-permalink div.activity-comments div.acomment-content {
			font-size: 14px;
		}

	div.activity-comments div.acomment-meta {
		font-size: 11px;
		color: #888;
	}

	div.activity-comments form.ac-form {
		display: none;
		margin: 10px 0 10px 33px;
		background: #eee;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding: 8px;
	}
		div.activity-comments li form.ac-form {
			margin-right: 15px;
		}

		div.activity-comments form.root {
			margin-left: 0;
		}

		div.activity-comments div#message {
			margin-top: 15px;
			margin-bottom: 0;
		}

		div.activity-comments form.loading {
			background-image: url( http://wwsmag.com/updates/wp-content/themes/wwsmag/images/ajax-loader.gif );
			background-position: 2% 95%;
			background-repeat: no-repeat;
		}

		div.activity-comments form .ac-textarea {
			padding: 8px;
			border: 1px inset #ccc;
			background: #fff;
			margin-bottom: 10px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
		}
			div.activity-comments form textarea {
				width: 100%;
				font-family: inherit;
				font-size: 11px;
				color: #555;
				height: 60px;
				border: none;
				padding: 0;
			}
				div.activity-comments form input {
					margin-top: 5px;
				}

		div.activity-comments form div.ac-reply-avatar {
			float: left;
		}
			div.ac-reply-avatar img {
				border: 2px solid #fff !important;
			}

		div.activity-comments form div.ac-reply-content {
			margin-left: 25px;
			padding-left: 15px;
			color: #888;
			font-size: 11px;
		}





/* > Group Forum Topics
-------------------------------------------------------------- */

ul#topic-post-list {
	margin: 15px -20px;
	width: auto;
}
	ul#topic-post-list li {
		padding: 15px;
		position: relative;
	}

	ul#topic-post-list li.alt {
		background: #f4f4f4;
	}

	ul#topic-post-list li div.poster-meta {
		margin-bottom: 10px;
		color: #888;
	}

	ul#topic-post-list li div.post-content {
		margin-left: 54px;
	}

div.admin-links {
	position: absolute;
	top: 15px;
	right: 25px;
	color: #888;
	font-size: 11px;
}
	div#topic-meta div.admin-links {
		bottom: 0;
		right: 0;
		top: auto;
	}

div#topic-meta {
	position: relative;
	padding: 5px 0;
}
	div#topic-meta h3 {
		font-size: 20px;
	}

div#new-topic-post {
	margin: 0;
	padding: 1px 0 0 0;
}

/* > ------------THIS IS THE END OF BUDDYPRESS!!!!----------
-----------------THIS IS THE END OF BUDDYPRESS!!!!----------
-----------------THIS IS THE END OF BUDDYPRESS!!!!---------- 
-----------------THIS IS THE END OF BUDDYPRESS!!!!----------
-----------------THIS IS THE END OF BUDDYPRESS!!!!----------
-----------------THIS IS THE END OF BUDDYPRESS!!!!---------- < */




body {background-color: white ;color: #444444;font-size: 12px;font-family:Arial;padding: 0;

	margin-left: 10px;

	margin-top: 0px;

	margin-right: 10px;

background-image: url( http://wwsmag.com/updates/wp-content/uploads/wws_bg.jpg );

	margin-bottom: 0px;

	background-repeat: repeat-xy;

background-position: top center;

background-attachment:scroll;http://wwsmag.com/updates/wp-admin/themes.php

font:12px/1.5em Arial,Verdana,Sans-Serif;

}

h1, h2, h5,h6 {color:#21ADCC;}

h3 {color: #FF9900;}

h4 {color:black;}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {color:#21ADCC;}

EMM {font-size:6pt}

BMM {font-size: 14pt}

JEM {color: #FF9900;}

#leftt {align: left}

#contact {padding-left: 35px}




#wrap { border-left: white 3px solid; border-right:white 3px solid; width:1030px; height:auto; background-color:black;color: #21ADCC; font-size: 12px;font-family:Arial,Sans-Serif;margin: 0;padding: 0;}a{color: #21ADCC;text-decoration: none;}, a:visited{color: #21ADCC;text-decoration: none;}a:hover{color: #21ADCC;text-decoration: underline;}

#wraps { border-left:white 3px solid; border-right:white 3px solid; width:1030px; height:auto; background-color:red;color: #21ADCC; font-size: 12px;font-family:Arial,Sans-Serif;margin: 0;padding: 0;}a{color: #21ADCC;text-decoration: none;}, a:visited{color: #21ADCC;text-decoration: none;}a:hover{color: #21ADCC;text-decoration: underline;}

#latest-designs {width: 465px;}

#designs {margin:0 0 38px 40px;overflow:hidden;white-space:nowrap;height:100px;width:582px;}

#mainmodules, #mainmodules2, #mainmodules3, #mainmodules4 {overflow: hidden;}

#mainmodules3.spacer.w99 .block, #mainmodules4.spacer.w99 .block {width: 99.8%;}


.morenews-outer {width: 99%; float: left; }
.morenews-block, .morenews-block-2, .morenews-block-3 {float: left; width: 23%; margin-right: 16px; }
.morenews-block-1 {width: 23%; margin-right: 16px; }
.morenews-block-4 {float: left; width: 23%; margin-right: 0;}
.morenews-block2 {float: right; width: 185px; }
.morenews-img {width: 122px; height: 80px; border: 4px solid #666; display: block; margin-bottom: 5px; }


.font-white {color: white}

#font-black{color: black}

#fonty{font-size: 7px;}

#cattt{font-size: 10pt}

#coo{
margin-left: 10px;

margin-top: 50px;

margin-right: 0px;

margin-bottom: 0px;
}

#header{width:1024px; height: 250px; margin:5px 10px; padding:0}


#navbar li {display: inline;list-style-type: none;margin: 0;padding: 0;}	

#navbar ul {margin: 0;padding: 0;}#navbar ul li a {font-family: Impact, Arial, Sans-Serif;font-size: 22px;color: #fff;padding: 0 10px 0 10px;margin: 0;text-decoration: none;text-transform: uppercase;}

#navbar ul li a:hover {color: #FF9900;}#l_sidebar {float: left;width: 16%;margin: 0 20px 0 0;padding: 20px 0 20px 0;}



#l_sidebar {width: 200px;margin:0 0 0 5px;padding:0; float:left;}

#l_sidebar ul {list-style: none;margin: 0;padding: 0 0 18px 0;}

#l_sidebar li {list-style: none;margin: 0;padding: 0;}

#l_sidebar ul li {margin:   0;padding: 5px 0 0 0;}

#l_sidebar ul li a {color: #21ADCC;text-decoration: none;}

#l_sidebar ul li a:hover {color: #21ADCC;text-decoration: underline;}

#l_sidebg {width: 200px;margin:0 0 0 5px;padding:0; float:left;background-color:#01243F;}



#r_sidebar {float: right;width:300px;margin:0;padding: 20px 0 0 0;}

#r_sidebar p{padding: 2px 0 16px 0;margin: 0;line-height: 20px;}

#r_sidebar ul {list-style: none;margin: 0;padding: 0 0 20px 0;}

#r_sidebar ul li {margin: 0;padding: 5px 0 0 0;}

#r_sidebar ul li a {color: #9FD8FF;text-decoration: none;}

#r_sidebar ul li a:hover {color: #fff;text-decoration: underline;}



#content {width: 1020px;margin: 5px auto 0;padding: 0;}

#content p{padding: 0 0 15px 0;margin-top: 8px;line-height: 20px;}

#contents {text-align: right; font-size: 10px;}


#contentsss {text-align: left; font-size: 20px;}



#contentmiddle ul {list-style: none;margin: 0;padding: 0 0 20px 0;}

 /* #contentmiddle {float: left;width: 600px;margin: 0 8px;padding: 5px ;display: inline;}*/

#contentmiddle {float: left;width: 500px;margin: 0 10px 0 10px ;padding: 5px 5px 5px 5px; display: inline; background-color:white;}

#contentmiddle1 {float: left;width: 650px;margin: 0 8px 0 0 ;padding: 0 5px 0 5px ;display: inline; background-color:#000000;}


#contentmiddle ul li {font-size: 12px; margin: 0; padding: 5px 10px 0 0;}

#contentmiddle ul li a {color: black;text-decoration: none; font-size: 12px; padding: 5px 10px 20px 20pv;}

#contentmiddle ul li a:hover {color: #333;text-decoration: underline;}



.postspace {background:  url(images/spacer.gif);background-repeat:repeat-x;width: 100%;height: 10px;margin: 9px;padding: 0;}



#footer {font-size: 13px; background-image: url(images/footer.jpg); background-position:top left;background-repeat:repeat-x;background-color:#000;width: 85%; margin: 0 auto 0;padding: 10px 0 10px 0;text-align: center;border-top: 5px solid #000; clear:both;}

#footers { font-size: 11px; color: #fff; background: #000000; height: 50px; width: 85%; padding: 0px; margin-top: 0px; text-align:center; clear:both; border-top:0px #ffffff solid; }

#footer p {color:#fff;}

#footer a, a:visited{color: #21ADCC;text-decoration: none;}

#footer a:hover{text-decoration: underline;}


#searchbar {
float: left;
width: 250px;
border: 0 none;
padding: 5px;
color: #142535;

}

#searchform float: left;
position: relative;
top: 50px;
left: 0;
padding: 6px;
border: 1px solid red;
background: red url(http://www.ghostpool.com/wordpress/magnifizine/wp-content/themes/magnifizine/images/search-bg-dark.gif) no-repeat center right;


#searchform #s {width: 190px;padding: 4px;background-color: #fff;border: 1px solid #9FD8FF;font-size: 11px;margin-right: 4px;}

#searchforms {width: 228px;padding: 2px;background-color: #9FD8FF;border: 2px solid #9FD8FF;font-size: 11px;margin-right: 4px;}

#gosearchforms {width: 313px;padding: 2px;background-color: #9FD8FF;border: 2px solid #9FD8FF;font-size: 11px; margin-right: 4px;}

#searchsubmit{padding: 2px;background-color: #9FD8FF;border: 2px solid #9FD8FF;font-size: 11px;color: #142535;
}

.serpant {align:right;}

#searchsubmiter{padding: 2px;background-color: #9FD8FF;border: 2x solid #9FD8FF;font-size: 11px;color: #142535;
}



.entry form { /* This is mainly for password protected posts, makes them look better. */text-align:center;}select {width: 130px;}



#commentblock {width: 450px;background: #;color: #fff;float: left;padding: 10px 20px 0 20px;margin: 10px 0 10px 0;border: 1px solid #;}ol

#commentlist {padding: 5px 0 5px 0;margin: 0px;list-style-type: none;}.commentdate {font-size: 12px;padding-left: 0px;}

#commentlist li p{margin-bottom: 8px;line-height: 20px;padding: 0;}



.commentname {color: #9FD8FF;margin: 0px;padding: 5px 5px 5px 0;}

.commentinfo{clear: both;}.commenttext {clear: both;margin: 5px 0 20px 0;padding: 20px 10px 5px 10px;width: 340px;background: #;}

.commenttext-admin {clear: both;margin: 5px 0 20px 0;padding: 20px 10px 5px 10px;width: 365px;background: #;}



#commentsformheader{padding: 0;}



#commentsform{text-align: left;margin: 0;padding: 0;}

#commentsform form{text-align: left;margin: 0;}

#commentsform p{margin: 0;}

#commentsform form textarea{width: 99%;}p.comments_link  img{margin: 0;padding: 0;}a img{border:none;}p img {padding: 0; }img



.centered {display: block; margin-left: auto; margin-right: auto; }	img.alignright{padding: 4px; margin: 0 0 2px 7px; display: inline; }img

.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }

.alignright { float: right; padding: 4px; background: transparent; margin-left: 7px; margin-top: 3px; margin-bottom: 15px; }


.alignleft { float: left; padding: 4px; background: transparent; margin-right: 7px; margin-top: 3px; margin-bottom: 15px; }acronym, abbr, span.caps{ font-size: 0.9em;letter-spacing: .07em;}acronym, abbr, span.caps {cursor: help;}acronym, abbr {border-bottom: 1px dashed #ccc;}


.navigation {display: block;text-align: center;margin-top: 10px;margin-bottom: 60px;}



#wp-calendar {empty-cells: show;margin: 10px auto 0;width: 145px;}

#wp-calendar #prev a {font-size: 7pt;}

#wp-calendar a {text-decoration: none;}

#wp-calendar caption {font: bold 1.3em 'Tahoma', Arial, Helvetica, Sans-Serif;text-align: center;}

#wp-calendar th {font-style: normal;text-transform: capitalize;}

#wp-calendar #next a {padding-right: 5px;text-align: right;}

#wp-calendar #prev a {padding-left: 5px;text-align: left;}

#wp-calendar a {display: block;}#wp-calendar caption {text-align: center;width: 100%;}

#wp-calendar td {padding: 3px 0;text-align: center;}.entry { clear: left; }



.pagenavigationbox {

		text-align: center;

		padding: 0 10px 5px 0;

		margin-top:0px;

	}



.pagenav, .pagenavcurrent {

		border: 1px solid #CCCCCC;

		margin: 0 3px;

		padding: 5px;

}

.pagelink {

		border: 1px solid #9999FF;

		color: #9999FF !important;

		margin: 0 3px;

		padding: 5px;

}

.pagelink:hover {

		border: 1px solid #CCCCCC;

		background-color: #00CCFF;

		color: #FFFFFF !important;

}

.menubox a {

		text-transform: uppercase;

}

.rbar {   width :174px ; 

          margin:0;

          padding:0;

          float:right;}

.pmenu {   width :500px ;

           height: 50px  !important; 

          margin:0 20px 0 0;

          padding:0 10px 5px 0;

          display: block;

}

.rbarall {width :165px ; 

          margin:0 0 0 20px;

          padding:0; 

          float:left; 

          align:right; display:inline;}

.mainnavi {font:bold 1.4em Arial, Helvetica, sans-serif; align: center;}

.maintitle {

margin-left:520px;

background-image:url(http://wwsmag.com/updates/wp-content/uploads/2008/03/wws_bg.jpg);

}

.style10 {color: #85ADD1}

.category {background-color: #000}

.categories {font-size: 13px; color: black;}

.categorys {background-color: #000; padding: 3px  1px ;}

body {

margin-left: 113px;

	margin-top: 0px;

	margin-right: 100px;

	margin-bottom: 0px;

align: center;

}

.style5 {

	color: #FFFFFF;

	font-weight: bold;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

}

.style6 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

}

.style11 {color: #FFFFFF; font-weight: bold; font-size: 18px; }

.style13 {font-size: 18px; font-weight: bold; }

.style17 {color: #33CCFF; font-weight: bold; font-size: 18px; }

.style14 {color: #0099FF}

.style5 {font-family: Arial, Helvetica, sans-serif}

.style8 {

	color: #FFFFFF;

	font-family: Verdana;

}

.style9 {font-family: Verdana}

.style12 {font-family: Verdana; font-weight: bold; }

.style19 {color: black}

.style119 {color: white}

.style21 {color: #FFFFFF; font-family: Verdana; font-size: 12px; }





#top {

	background:#000;

	height:100px;

	color: #FFF;

	font-family: Arial, Helvetica, sans-serif;

}

#toprow2 {background:#000;height:100px;}

.addthispost

{

text-align: right;

}

.logo

{

float:left;

width:207px;

height:74px;

margin:5px;

}

.topadwords

{

float:left;

width:468px;

height:60px;

margin:5px 5px 5px 5px;

}

.topcontact

{

float:left;

width:50px;

height:46px;

margin:5px;

}

.song

{

float:left;

width:180px;

height:90px;

margin:5px;

}

.topbanner

{

float:left;

width:728px;

height:90px;

margin:5px;

}

#topnavstatic {

	background-image:url('http://wwsmag.com/updates/wp-content/uploads/2008/03/wws_bg.jpg');

	color:#999;

	height:60px;

	text-align:center;

}



#top-nav {

		margin:0;

		padding:0;

		width:100%;

		float:left;

	}

	#top-nav li {

		display:inline;

		padding:0;

		margin:0;

	}

	#top-nav a:link {

		color:#ffffff;

		padding:20px 40px 4px 10px;

		float:left;

		width:auto;

		text-decoration:none;

		font:bold 1.1em/1em Arial, Helvetica, sans-serif;

		}

	#top-nav a:visited {

		color:#21ADCC;

		padding:20px 40px 4px 10px;

		float:left;

		width:auto;

		text-decoration:none;

		font:bold 1.1em/1em Arial, Helvetica, sans-serif;

	}

	#top-nav a:hover {

		color:#9197BF;

		padding:20px 40px 4px 10px;

		float:left;

		width:auto;

		text-decoration:none;

		font:bold 1.1em/1em Arial, Helvetica, sans-serif;

		}

	#top-nav a:focus {

		color:#fff;

	}

	

	#top-nav .current {

	background:#85ADD1;

	}

/* headings

---------------------------------------------------- */

/* heading wrapper */

.h-wrap {

margin-left: 0px;

}

.mdl-main .h-wrap{

margin: 0;

}



/* top level */

.h-main {

margin: 1px 0 15px 0;

padding: 0 10px 0 0;

font-family: Arial;

font-size: 43px;

font-weight: bold;

line-height: 29px;

text-transform: uppercase;

color: #fff;

overflow: hidden;

}

* html .h-main {

line-height: 29px;

}

.h-main span {

float: left;

padding: 0 20px;

background: #333;

}

.h-main img {

float: left;

margin: 8px 0 0 10px;

}



/* sub level */

.h-sub {

margin: 0 0 15px 0;

padding: 0 10px 0 0;

font-family: Arial;

font-size: 29px;

font-weight: bold;

line-height: 20px;

text-transform: uppercase;

color: #fff;

overflow: hidden;

}

* html .h-sub {

line-height: 19px;

}

.h-sub span {

float: left;

padding: 0 10px;

background: #333;

}



/* sub2 level */

.h-sub2 {

margin: 0 0 15px 0;

padding: 0 30px 0 0;

font-family: Arial;

font-size: 25px;

font-weight: bold;

line-height: 20px;

text-transform: uppercase;

color: #fff;

overflow: hidden;

}

* html .h-sub2 {

line-height: 13px;

}

.h-sub2 span {

float: left;

padding: 0 10px;

background: #000;

}



.more-link  {

clear:both;

margin:10px 0 0;

}



.more-link a:link, .more-link a:visited {

background:none repeat scroll 0 0 #578056;

}

.more-link a:link, .more-link a:visited {

background:none repeat scroll 0 0 #519FD4;

color: #21ADCC;

float:right;

font-family:Tahoma,Verdana,sans-serif;

font-size:11px;

padding:1px 4px;

}



img.avatar {float:left; margin-right:5px;}


#cforms2form {
	background-color:#131313;
}

.linklove {
	display:none;
}

.sub {
	padding-bottom:5px;
}

/* > INTERVIEW FORM CSS
-------------------------------------------------------------- */
/*
Author: Hector Aranda
URL: http://www.hectorarandawebworx.com
*/

#InterviewForm {
	margin: 0;
	padding: 0;
}

#InterviewForm textarea {
	margin: 0;
	padding: 5px;
	width: 100%;
	height: 100px;
}

#InterviewForm input.TextField {
	margin: 0;
	padding: 5px;
	width: 100%;
}

#InterviewForm span {
	color: red
}
