/* -------------------------------------------------------*/
/* -------------------------------------------------------*/
/* -------------------------------------------------------*/
/* ------------- parasol co ------------------------------*/
/* ------------- blog template styles --------------------*/
/* -------------------------------------------------------*/
/* -------------------------------------------------------*/
/* -------------------------------------------------------*/





/* -------------------------------------------------------*/
/* -------------------------------------------------------*/
/* ----------- BLOG ---- BLOG ---- BLOG ------------------*/
/* -------------------------------------------------------*/
/* -------------------------------------------------------*/


	/* -------------------------------------------------------*/
	/* ------------------ css reset --------------------------*/
	/* -------------------------------------------------------*/
		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-weight: inherit;
			font-style: inherit;
			font-size: 100%;
			font-family: inherit;
			vertical-align: baseline;
		}
		/* remember to define focus styles! */
		:focus {
			outline: 0;
		}
		body {
			line-height: 1;
			color: black;
			background: white;
		}
		ol, ul,li {
			list-style: none;
		}
		/* tables still need 'cellspacing="0"' in the markup */
		table {
			border-collapse: separate;
			border-spacing: 0;
		}
		caption, th, td {
			text-align: left;
			font-weight: normal;
		}
		blockquote:before, blockquote:after,
		q:before, q:after {
			content: "";
		}
		blockquote, q {
			quotes: "" "";
		}

		a { cursor: pointer; }


	/* -------------------------------------------------------*/
	/* ------------------ global -----------------------------*/
	/* -------------------------------------------------------*/
		body {
			font: normal 12px arial, helvetica, sans-serif;
			line-height: 140%;
			color: #666;
			background: #fff;
		}
		
		a:link,
		a:visited,
		a:hover,
		a:active {
			font: normal 12px arial, helvetica, sans-serif;
			color: #ed0984;
			text-decoration: none;
		}
       
       
       
		
		h2 {
			font-size: 24px;
			font-weight: bold;
			margin: 0 0 7px;
		}
		
		h3 {
			font-size: 12px;
		}

		#contentContainer {
			width: 960px;
			position: relative;
			margin: 20px auto 0;
		}





	/* -------------------------------------------------------*/
	/* ------------------ overview ---------------------------*/
	/* -------------------------------------------------------*/
		#overview {
			width: 960px;
			margin: 0 0 20px;
		}
		
		h1.logo {
			width: 358px;
			height: 58px;
			background: url(images/logoMag.gif) no-repeat;
			float: left;
		}
		
		ul.nav {
			list-style-type: none;
			float: right;
			padding-top: 20px;
		}
		
		ul.nav li {
			float: left;
		}

		ul.nav li a{
			padding: 5px 20px;
			text-transform: uppercase;
			color: #666;
		}
		
		ul.nav li a#current{
			color: #ed0984;
		}
		
		ul.nav li a:hover{
			color: #ed0984;
		}
        #respond .top1{background:url(images/comment_top.jpg) no-repeat;height:46px;margin-top:20px;}
        #respond h3{font-size:16px;font-weight:bold;padding: 13px 21px;}
        #respond .inside1{background:url(images/comment_center.jpg) repeat-y; width:450px;}
        #respond .bottom1{background:url(images/comment_bottom.jpg) no-repeat; height:49px;}
        #respond #submit{background:url(images/submit.jpg) no-repeat;height: 23px;border: 0;margin:13px 20px;width:186px;cursor: pointer;}
        #respond #comment1{border:0 none;margin-left:22px;width:387px;}





	/* -------------------------------------------------------*/
	/* ------------------ contentMain ------------------------*/
	/* -------------------------------------------------------*/
		#contentMain {
			width: 960px;
		}
		
		.post {
			margin: 0 0 35px;
			padding: 0 0 15px;
			border: 1px solid #ccc;
			border-width: 0 0 2px;
		}
		
		.postTitle {
			margin-bottom: 10px;
		}
			
		.postImg {
			margin: 0 0 5px;
		}
		
		.post p {
			margin-bottom: 10px;
		}
		
		h2 {
		}
		
		
		span.postTitleSep,
		span.postDate,
		span.commentsLink {
			float: left;
			_display: inline;
		}
		
		span.postTitleSep {
			margin: 0 10px;
		}





	/* -------------------------------------------------------*/
	/* ------------------ contentBody ------------------------*/
	/* -------------------------------------------------------*/
		#contentBody {
			width: 660px;
			float: left;
		}
		
		
		/* ------------------ postFooter ------------------------*/
		.postFooter {
			margin: 20px 0 0;
		}
	
		.postFooter ul {
			clear: left;
		}
	
		.postFooter ul li {
			float: left;
			margin: 0 10px 0 0;
		}


	/* -------------------------------------------------------*/
	/* ------------------ contentAux -------------------------*/
	/* -------------------------------------------------------*/
		#contentAux {
			width: 240px;
			float: right;
			margin: 0 0 0 20px;
			_display: inline;
		}
		
		#contentAux h3 {
			 text-transform: uppercase;
		}
		
		#contentAux h3 span {
			display: block;
			font-size: 91.7%;
			text-transform: none;
			margin-bottom: 10px;
		}
		
		.sect {
			margin-bottom: 25px;
			padding-bottom: 15px;
			border-bottom: 1px solid #ccc;
		}
		
		.socialIcons a img {
			float: left;
			margin-right: 10px;
			_display: inline;
		}
		
		/* ------------------ search ------------------------*/
		#searchform input#s {
			border: 1px solid #ccc;
			width: 140px;
			margin-right: 10px;
		}
		
		
		
		
		
		
		
		
		
		/* ------------------ subscribe ------------------------*/
		.subscribe input#subscribeField {
			border: 1px solid #ccc;
			width: 140px;
			margin-right: 10px;
		}
		
		
		
				
		
		
		
		
		
		

		/* ------------------ newsUpdates ------------------------*/
		.newsUpdates p {
			margin: 0 0 5px;
			font-size: 91.7%;
		}
		
		.newsUpdates p span.date {
			display: block;
		}
		
		
		
		
		
		
		/* ------------------ categories ------------------------*/
		
		
		
		
		
		
		
		
		
		/* ------------------ miscLink ------------------------*/
		.miscLink a img {
			margin-bottom: 10px;
		}
		
		
		
		
		
		
		
		
		/* ------------------ socialIcons ------------------------*/
		
		
		
		
		
		
		
				
		

	/* -------------------------------------------------------*/
	/* ------------------ contentFoot ------------------------*/
	/* -------------------------------------------------------*/
		#contentFoot {
			width: 960px;
			clear: both;
		}
		
		.footer {
			float: right;
			width: 280px;
		}
		
		.footer p {
			font-size: 10px;
			text-align: center;
			color: #ccc;
			text-transform: uppercase;
		}
		
		
		.postNav {
			width: 660px;
		}
		
		.postNav a:link,
		.postNav a:visited,
		.postNav a:hover,
		.postNav a:active {
			color: #666;
			font-weight: bold;
		}
		
		.postNav p.newerPosts {
			float: left;
		}
		
		.postNav p.olderPosts {
			float: right;
		}
		
		.postNav p.home {
			padding: 0 300px;
		}
		



















/* -------------------------------------------------------*/
/* -------------------------------------------------------*/
/* --------------- INDEX INDEX INDEX ---------------------*/
/* -------------------------------------------------------*/
/* -------------------------------------------------------*/
	#contentBody p img.leftImg {
		margin: 0 20px 0 0;
	}


























/* -------------------------------------------------------*/
/* -------------------------------------------------------*/
/* ------------- MAG TEMPLATE STYLES ---------------------*/
/* -------------------------------------------------------*/
/* -------------------------------------------------------*/
		

	/* -------------------------------------------------------*/
	/* ------------------- mag overview ----------------------*/
	/* -------------------------------------------------------*/
		h1.magLogo {
			width: 358px;
			height: 58px;
			background: url(images/logoMag.gif) no-repeat;
			float: left;
		}
		
		
	/* ------------------- contact form styles ----------------------*/
		.wpcf7-mail-sent-ok,
		.wpcf7-validation-errors { /* success message */
			font-weight:bold;
			background: #eee;
			padding: 4px 2px;
			color:#5ca353;
			font-size:1.2em;
		}
		
		.wpcf7-validation-errors {
			background-color: #a01210;
			color: #eee;
		}
		
		.wpcf7-not-valid-tip-no-ajax {			
			font-size: 1em;
			color: #a01210;
			font-weight: bold;
			margin: 0 0 0 10px;
		}








/* ----------------------------------------------------*/
/* ------------------ hideText ------------------------*/
/* ----------------------------------------------------*/
		h1,
		.hideText {
			display: block;
			overflow: hidden;
			text-indent: -9999px;
			font-size: 0;
		}


/* ----------------------------------------------------*/
/* ------------------ clearfix ------------------------*/
/* ----------------------------------------------------*/
		
		.postTitle:after,
		.postFooter:after,
		.postTitle:after,
		#contentFoot:after,
		#overview:after,
		.sect:after,
		.clearfix:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
		
		.postTitle,
		.postFooter,
		.postTitle,
		#contentFoot,
		#overview,
		.sect,
		.clearfix {
			*display: inline-block;
		}
        

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
    
    
    .thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}
/* End Comments */



