@charset utf-8;

article .post-content ul li {
    display:  list-item;
    list-style-type: disc;
    }

body.page-template-page-milkfund {
	padding: 0;
	background-color: #2A1710;
}

body.page-template-page-milkfund #header .container, body.page-template-page-milkfund .container  {
	background-color: #000;
} 

.container-milk {
	position: relative;
	background-color: #2A1710;
}


body.page-template-page-milkfund #milk-logo {
	position: absolute;
	top: 20px;
	left: 70px;
}

body.page-template-page-milkfund #access {
	background: #000;
}

body.page-template-page-milkfund #access a {
	color: #666;
}

body.page-template-page-milkfund #milk-logo h1 {
	background: transparent url('http://carolynparrish.dv/wp-content/themes/carolyn/images/mississauga-milk-fund-logo-300.png') top left no-repeat;
	width: 200px;
	height: 206px;
	
	display: none;
}

body.page-template-page-milkfund #content {
	color: #EFEFEF;
}

body.page-template-page-milkfund #content table {
	background: #202020;
	padding: 20px;
}

body.page-template-page-milkfund #content table td img {
	
	padding: 20px;
	background: white;
}

body.page-template-page-milkfund #content h1,
body.page-template-page-milkfund #content h2 {
	text-align: center;
}

body.page-template-page-milkfund #footer .container {
	background-color: #000;
	color: #ccc;
}

.wp-caption.alignright {
	margin-left: 20px;
}

.wp-caption.alignleft {
	margin-right: 20px;
}


.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}

/*
	general styles
 */

.serif,
cite,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: palatino,platino linotype,georgia,times,times new roman,serif;
	font-weight: normal;
}


body.page-template-page-milkfund h1, body.page-template-page-milkfund h2, body.page-template-page-milkfund h3, body.page-template-page-milkfund h4, body.page-template-page-milkfund h5 { font-family: myriad-pro-condensed,sans-serif; font-weight: bold; color: #F17926; }
h1, h2, h3, h4, h5 { font-family: myriad-pro-condensed,sans-serif; font-weight: bold; color: #c50000; }
#sidebar h3 { color: #650000; }

p { margin-bottom: 1em; }

.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	margin: 24px 12px 12px;
}




.wp-caption-text {
	font-size: .8em;
    font-style: italic;
}

.monospace,
var,
code {
	font-family: courier new, courier, monospace;
}

.alignright { float: right; margin-left: 10px; margin-bottom: 10px; }
.alignleft { float: left; margin-right: 10px; margin-bottom: 10px; }

.amp {
	font-style: italic;
	font-family: baskerville,palatino,palatino linotype,book antiqua,georgia,times,times new roman,serif;
	font-weight: normal;
}

a:link {
	color: #C50000;
}
a:visited {
	color: #641020;
}
a:hover,a:active {
	color: #641020;
}

a.read-more:link {
	text-decoration: underline;
	color: #424273;
	font-size: .9em;
	font-style: italic;
}

a.read-more:visited {
	color: #424273;
}
a.read-more:hover,a.read-more:active {
	color: #641020;
}

.post-content ul,
.post-content ol {
	padding-left: 24px;
}

input,
textarea { 
	border: 1px #aaa solid;
	padding: 5px;
	outline: none;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
	border: 1px #444 solid;
}
input:focus,
textarea:focus {
	box-shadow:inset 0px 0px 10px rgba(0,0,0,.2);
	-webkit-box-shadow:inset 0px 0px 10px rgba(0,0,0,.2);
	-moz-box-shadow:inset 0px 0px 10px rgba(0,0,0,.2);
}
textarea {
	min-height: 150px;
	width: 100%;
}

blockquote {
	border-top: 1px #ccc dotted;
	border-bottom: 1px #ccc dotted;
	text-align: justify;
	margin: 20px;
	padding: 12px;
}
	blockquote:first-letter {
		font-size: 24px;
		padding-right: 1px;
	}
	blockquote:first-line {
		font-size: 20px;
}


/*
	layout styles
 */

#if-logged-in .container {
	background: #000;
	margin-top: -24px;
}

body {
	background: #7F0000;
	color: #111;
	padding: 24px 0;
}

.container {
	background: #fff;
	
}
	#header .container {
		padding-top: 80px;
		padding-bottom: 40px;
		overflow: visible;
	}
		#title {
			position: relative;
			/* height: 80px; */
		}
			#logo,
			#tagline {
				position: absolute;
				bottom: 0;
			}
			#logo {
				left: 0;
				font-size: 72px;
				line-height: 72px;
				letter-spacing: 0;
			}
			#tagline {
				font-size: 18px;
				right: 0;
				line-height: 36px;
			}
			
			#header-image.container {
				padding: 0;
				height: 303px;
			}
			
	/*
#nav-primary {
		clear: both;
		width: 100%;
		padding: 0;
	}
		#nav-primary ul,
		#nav-primary li {
			list-style: none;
		}
			#nav-primary a {
				float: left;
				display: block;
				padding: 0 10px;
			}
*/
	#widget-header {
		clear: both;
	}
	
	#content {
		border-top: 1px #ccc solid;
	}
		#widget-alert {
			background: #C6D8CD;
			border: 1px #5b816a solid;
			padding: 24px;
			margin-bottom: 24px;
		}
		.post-single {
			padding-bottom: 20px;
			margin-bottom: 20px;
			border-bottom: 1px #dedede solid;
		}
	#sidebar {
		border-top: 1px #ccc solid;
	}
		#sidebar .widget-area {
			padding-bottom: 20px;
			margin-bottom: 20px;
			border-bottom: 1px #dedede solid;
		}
			#sidebar ul,
			#sidebar li {
				line-height: 1.2;
    list-style: none outside none;
    margin: 0 0 16px;
    padding: 0;
			}
				#sidebar .children {
					padding-left: 10px;
				}
					#sidebar .children .children {
						padding-left: 10px;
					}
	#footer .container {
		padding-top: 20px;
		padding-bottom: 20px;
		background: #a9a9a9;
		background: rgba(225,225,225,.75);
		border-top: 1px #696969 solid;
	}
		#footer-content {
			padding: 20px;
		}
			#footer ul,
			#footer li {
				display: inline;
				list-style: none;
			}
				#footer li a {
					padding: 0 10px;
				}

/* Moxy Default 8 column stuff */
		#title { 
			height: 121px; 
			margin-bottom: 3px;
			}

        #logo {
			text-indent: -9999px;
			width: 395px;
			height: 121px;
			background: url(images/header8-logo.png) white no-repeat;
		}
		#logo a {
			display: block;
			width: 395px;
			height: 121px;
		}
		#tagline {
			text-indent: -9999px;
			width: 252px;
			height: 121px;
			background: url(images/header8-descript.gif) white no-repeat;
		}
		
		article #post-meta { 
			    color: #666666;
			    font-family: georgia;
			    font-size: 0.9em;
			    font-style: italic;
			    text-shadow: none;
	     }
	     
	     #header-image.container {
				padding: 0;
				height: 202px;
			}
	    
	    #sm-icons {
			position: absolute;
			top: 52px; 
			left: 576px;
		}
	     
/* =Menu
-------------------------------------------------------------- */

#access {
	/* background: #000; */
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	
	
background: #cb4243; /* Old browsers */
background: -moz-linear-gradient(top,  #cb4243 0%, #7f0000 64%, #7f0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb4243), color-stop(64%,#7f0000), color-stop(100%,#7f0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cb4243 0%,#7f0000 64%,#7f0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cb4243 0%,#7f0000 64%,#7f0000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cb4243 0%,#7f0000 64%,#7f0000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cb4243 0%,#7f0000 64%,#7f0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb4243', endColorstr='#7f0000',GradientType=0 ); /* IE6-9 */

	
	
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #ccc;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	/* background: #333; */
	background: #B22C2D;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #7f0000;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


.post-content ul#sponslist {
	font-size:0;
    text-align:center;
    list-style-type: none;
}
.post-content ul li {
    display:inline;
    zoom:1;
    list-style-type: none;
    
}
.post-content ul li h3 {
	margin-bottom: 8px;
}
.post-content ul li img {
	padding: 20px;
	background: #FFF;
	margin-right: 20px;
}
.imgcontainer {
        max-width: 1140px;
    }



/*	13-column layout
	60 px columns, 24 px gutters, 72 px margins, 1212 px total (extra space for scrollbars)
	---------------------------------------------------------------------------------------
	1     2      3      4      5      6      7      8      9      10     11     12     13
	60px  144px  228px  312px  396px  480px  564px  648px  732px  816px  900px  984px  1068px	*/

@media only screen and (min-width: 1212px) {
	
		    #sm-icons {
			position: absolute;
			top: 132px; 
			left: 994px;
		}
	
	.container {
		
	}
		#content {
			
		}
		#sidebar {
			
		}
		
				/* Header Stuff */
		
		#title { 
			height: 200px; 
			margin-bottom: 3px;
			}
		#logo {
			text-indent: -9999px;
			width: 650px;
			height: 200px;
			background: url(images/header-logo.png) white no-repeat;
		}
		#logo a {
			display: block;
			width: 650px;
			height: 200px;
		}
		#tagline {
			text-indent: -9999px;
			width: 418px;
			height: 200px;
			background: url('http://www.carolynparrish.ca/wp-content/uploads/2014/09/header-descript-2.gif') white no-repeat;
		}
		
		#main {
		 	background: url(images/body-bg.jpg) no-repeat;
		 	width: 1268px;
		 	margin: 0 auto;
		 	overflow: visible;
		}
		
		#header-image.container {
				padding: 0;
				height: 303px;
			}

	
}


/*	5-column layout
	60 px columns, 24 px gutters, 42 px margins, 480 px total
	---------------------------------------------------------
	1     2      3      4      5
	60px  144px  228px  312px  396px	*/

@media only screen and (max-width: 767px) and (min-width: 480px) {
	
	#sm-icons {
			position: absolute;
			top: 82px; 
			left: 324px;
		}

	
	.container {
		
	}
		#logo,
		#tagline {
			position: relative;
			line-height: 30px;
		}
		
		
		
		
		
		
		#logo {
			font-size: 38px;
		}
		#title { 
			height: 60px !important; 
			margin-bottom: 3px;
			}

        #logo {
			text-indent: 0;
			width: 396px;
			height: 36px;
			background: none;
		}
		#logo a {
			display: block;
			width: 396px;
			height: 36px;
		}
		#tagline {
			text-indent: 0;
			width: 396px;
			height: 20px;
			background: none;
		}
		
		
		#header-image.container {
				padding: 0;
				height: 150px;
				width: 398px;
				overflow: hidden;
			
			}
		
		#content {
			float: none;
		}
		#sidebar {
			float: none;
			background: #eee;
			margin-left: -42px;
			margin-right: -42px;
			padding-left: 52px;
			padding-right: 52px;
			width: 376px;
			border-bottom: 1px #ccc solid;
		}
		#footer .container {
			padding-top: 0;
		}
			#footer-content {
				border: 0;
				padding: 10px;
			}
	
}


/*	3-column layout
	60 px columns, 24 px gutters, 46 px margins, 320 px total
	---------------------------------------------------------
	1     2      3
	60px  144px  228px	*/

@media only screen and (max-width: 479px) {

	#if-logged-in {
		height: 40px;
		line-height: 20px;
	}
		#if-logged-in .right {
			float: left;
			clear: left;
		}
	
	.container {
		
	}
		#logo,
		#tagline {
			position: relative;
			line-height: 30px;
		}
		#logo {
			font-size: 30px;
		}
		#tagline {
			font-size: 16px;
		}
		
		#title { 
			height: 60px !important; 
			margin-bottom: 3px;
			}

        #logo {
			text-indent: 0;
			width: 228px;
			height: 36px;
			background: none;
		}
		#logo a {
			display: block;
			width: 228px;
			height: 36px;
		}
		#tagline {
			text-indent: 0;
			width: 228px;
			height: 20px;
			background: none;
		}
		
		#header-image.container {
				padding: 0;
				height: 180px !important;
				width: 260px !important;
				overflow: hidden;
			
			}



		
		#content {
			float: none;
		}
		#sidebar {
			float: none;
			background: #eee;
			margin-left: -42px;
			margin-right: -42px;
			padding-left: 52px;
			padding-right: 52px;
			width: 212px;
			border-bottom: 1px #ccc solid;
		}
		#footer .container {
			padding-top: 0;
		}
			#footer-content {
				border: 0;
				padding: 10px;
			}
	
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */