/**
 Bloomers University of Pennsylvania
 Designed by Jamie Shim - jamieshim@gmail.com 
*/

html {
	}

body { 
	background-image: url(images/bk_pinktexture.jpg);
	background-repeat: repeat;
	margin: 0px;}

#canvas {
	width: 702px;
	margin: 0 auto;
}



p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	line-height: normal;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: normal;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #D0C8D0;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight:normal;
	clear: both;
}

h4 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
	clear: both;
	padding: 15px;
}


p a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: 0px none #FFFFFF;
}
p a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}


  /** the heading and tagline are h1 on homepage and h4 on internal */
  
#header h1, #header h4 {
    font-size: 30px;
    margin: 0;
    padding: 0;
	background: url(images/bannerdark.gif) no-repeat;
	height: 104px;
  }
  
  
  
   /** the tagline is a span within the h1 or h4 */
#header h1 span, #header h4 span { }


/**  Nav and Subnav - Split these out if you want the two levels to look different  */
#header  {
	
	background:#ffffff;
	
}
  
  
#headerimg  {
	background:url(images/bannerdark.gif) no-repeat;
	height:104px;
	width:702px;
	
}
  
#nav  {
	list-style: none;
	padding: 0;
	margin: -6px 0 0 0;
	background:#ffffff url(images/nav_prim_greybar.gif) bottom center no-repeat;
	height:26px;
	
}

#subNav {
	list-style: none;
	padding: 0 0 6px 0;
	margin: -13px 0 0 0 ;
	background:#ffffff;
	height:18px;
	
}

#nav li {
      display: inline;
      padding: 0 30px 4px 0;
	
    }
	
	
#nav a {
	  font-family: Georgia;
	  font-size: 14px;
	  text-transform:uppercase;
	  text-decoration:none;
	  color:#000000;
	
	  letter-spacing:-.7px;
    }
	
#nav a:hover {
	  font-family: Georgia;
	  font-size: 14px;
	  text-transform:uppercase;
	  text-decoration:none;
	  color: #B90064;
	
	  letter-spacing:-.7px;
    }


#subNav li {
      display: inline;
      padding: 0 15px 0 0;
    }
	

#subNav a {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: 0px none #FFFFFF;
    }
	

#subNav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #B90064;
	text-decoration: none;
	border: 0px none #FFFFFF;
    }
	
/* Currently selected page nav item (and parent) if applicable */

#nav .current_page_item a, #nav .current_page_parent a, #subNav .current_page_item a, #subNav .current_page_parent a {
  
	  color: #CC0066;
	
    }

#nav .current_page_item a:hover, #nav .current_page_parent a:hover, #subNav .current_page_item a:hover, #subNav .current_page_parent a:hover {
	
	  color: #CC0066;
	
  }


/**      main content     */

#primaryContent {
	width: 672px;
	float: left;
	padding: 15px;
	margin: 0;
	background:url(images/bk_bottommembers.jpg) #25060c center bottom no-repeat;
	color: #FFFFFF;
}

#primaryContent a {
	text-decoration: none;
	font: #ffffff;
}

#primaryContent a:hover {
	text-decoration: none;
	font: #B90064;
}

#primaryContent h1 {
	padding: 0;
	margin: 10px 0 0 0;
	font: #ffffff;
  }

#primaryContent h2 {
    padding: 0;
    margin: 10px 0 0 0;
  }

/* titles are h2 on homepage and h1 for internal */

#primaryContent h1.postTitle,
#primaryContent h2.postTitle {
	font-size: 22px;
}

#primaryContent h3 {
	padding: 0;
	margin: 10px 0 0 0;
}

ol#posts {
	list-style: none;
	margin: 0;
	padding: 0;
}

li.postWrapper, div.postWrapper { }

.postWrapper img { }

div.post { }

p.postMeta { }

#pagination {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#pagination li {
	display: inlne;
}
#pagination .previous {
	text-align: left;
	float: left;
}
#pagination .future {
	text-align: right;
	float: right;
}



/** the HTML is a bit dodgy for the tag cloud, need to add some padding
      between the title and the first href */
	  
  
.widget_tag_cloud a {
	padding-left: 5px;
}

#comment {
	width: 500px;
}

#footer p, #footer a {
	clear: both;
	font-size: 9px;
	width:672px;
	padding: 15px;
	color:#000000;
}

/** normally hidden but will appear when css disabled */
.skip, .noCss {
	position: absolute;
	left: -9999px;
}

/** theme requirements as per http://codex.wordpress.org/CSS */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


