/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
    text-align: left;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	width: 1000px;
	padding:0px;
	height:100%;
	margin: 0px auto 0px auto;
	font-family: PT serif;
}
/*------Beg Heading------*/
.topHeading {
	background-color: #ffffff;
	color: #1a4175;
	width: 1000px;
	height: 170px;
	padding: 0px;
}
.topHeading img {
	margin: 0px;
	float: left;
	margin: 20px 0px 0px 0px;
}
.topHeading h1 {
	float: right;
	margin: 25px 5px 0px 5px;
	text-align: right;
	font-size: 10px;
}
/*------End Heading------*/

/*------Beg Menu------*/
.clearfix:after {
    display:block;
    clear:both;
}
.menu-wrap {
    width:100%;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    background: #1a4175;
}
.menu {
    width:1000px;
    margin:0px auto;
}
.menu li {
    margin:0px;
    list-style:none;
}
.menu a {
    transition:all linear 0.15s;
    color: #ffffff;
	text-decoration: none;
	margin: 0px;
}
.menu li:hover > a, .menu .current-item > a {
    text-decoration: none;
    color: #ffffff;
}
.menu .arrow {
    font-size:10px;
    line-height:0%;
}

/*------Top Menu------*/
.menu > ul > li {
    float:left;
    display:inline-block;
    position:relative;	
}
.menu > ul > li > a {
    padding:10px 30px;
    display:inline-block;
    text-shadow:0px 1px 0px rgba(0,0,0,0.4);
}
.menu > ul > li:hover > a, .menu > ul > .current-item > a {
	background: #4078b5;
}
/*------End Top Menu------*/

/*------Sub Menu------*/
.sub-menu {
    width:160%;
    padding:5px 0px;
	margin: 0px;
    position:absolute;
    top:100%;
    left:0px;
    z-index:-1;
    opacity:0;
    transition:opacity linear 0.15s;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
	background: #4078b5;
	font-color:	#1a4175;
}
.menu li:hover .sub-menu {
    z-index:1;
    opacity:1;
	font-color:	#4078b5;
}
.sub-menu li {
    display:block;
}
.sub-menu li a {
    padding:10px 30px;
    display:block;
}
.sub-menu li a:hover, .sub-menu .current-item a {
    background:#1a4175;
}
/*------End Sub Menu------*/
/*------End Menu------*/

/*------Events and News------*/
.events {
	width: 530px;
	height: 360px;
	margin: 20px 10px 50px 0px;
	background-color: #4078b5;
	color: #ffffff;
	padding: 20px;
	float: left;
}
.events h2 {
	margin:0px;
	padding:0px;
    color:white;
}
.events li{
	font-size:10px;
    list-style-type: disc;
}
.events a {
    color:white;
}
.news a {
    color:white;
}
.news {
	width: 370px;
	height: 360px;
	margin: 20px 0px 50px 10px;
	background-color: #4078b5;
	color: #ffffff;
	padding: 20px;
	float: right;
}
.news h2 {
	margin:0px;
	padding:0px;
    color:white;
}
.news img {
	float: left;
	margin: 10px 15px 15px 0px;
}
h2 {
	text-decoration:none;
	font-size:10px;
	margin: 30px 0px 30px 0px;
	color:black;
}
/*------End Events and News------*/

/*------Bottom Links------*/
footer {
	margin: 0px auto 30px auto;
	clear: both;
	width:650px;
	font-size:10px;
	text-align:center;
    padding-top: 50px;
}
footer a {
	color: #1a4175;
}
/*------End Bottom Links------*/

/*------Bulletins page------*/
.bulletinPage h3 {
	text-decoration:none;
	font-size:10px;
	margin: 0px 0px 50px 20px;
	color:black;
}
.bulletins .element {
	width:240px;
	height:380px;
	float: left;
}
.bulletins > .element > a {
	margin: 20px;
}
.bulletins > .element > h4 {
	margin: 20px 0px 0px 20px;
	color:black;
}
.bulletins > .element > p {
	margin: 0px 0px 0px 20px;
	color:black;
}
/*------End Bulletins------*/

/*------Alumnae Weekend------*/
.awContent {
/*	padding: 0px 20px 0px 0px;*/
}
.awContent img {
	margin: 20px 20px 20px 20px;
    float:left;
}
.reunions p{
    margin-top: 70px;
    width: 700px;
    margin: 60px auto 60px auto;
}
.reunions h1{
    text-align: center;
    padding-top: 20px;
}
.imgwrap img{
    margin: 20px 5px;
}
.imgwrap {
    text-align: center;
    margin: 0px auto;
}
.rollcall{
    float:left;
}
.rollcall h2{
    text-align: center;
}
.rollcall .column {
    width: 225px;
    margin: 10px;
    float: left;
}
.schedule{
    margin: 40px 0;
}
.schedule .day{
    width: 300px;
    float: left;
    margin: 15px;
}
.schedule h2{
    text-align: center;
}
article{
    width: 440px;
/*    height: 320px;*/
    float: left;
}
#reunionArticle{
    width: 460px;
    margin: 0px 20px;
    height: 340px;
    float: left;
}
article h2{
    text-align: center;
}
/*------End Alumnae Weekend------*/
.about p {
    display:block;
}
.about .topRow img{
    margin: 0px 0px 20px 20px;
    float: right;
}
.about .bottomRow img{
    margin: 20px 20px 50px 0px;
    float:left;
}

.staff img {
    float:left;
    margin:25px 0px 20px 0px;
}
.staff p{
    display:block;
    float:left;
    margin: 20px;
    width:255px;
}
.board img {
    float:left;
    margin: 0px 20px 20px 0px;
}
.board p{
    display:block;
    float:left;
    margin: 0px;
}

li {
    list-style:none;
}
a {
    color:#1a4175;
}
.alumniNews p {
    display:inline;
}
.cluster {
    height:170px
}
#patterson1 img{
    margin: 20px 0px px 20px;
    float:right;
}
#patterson2 img{
    float:left;
    margin:20px 20px 20px 0px;
}
.localClubs .gatherings {
    width:400px;

}
.localClubs .upcomingevents {
    width:400px;
}
.narka img{
    float:left;
    margin: 0px 20px 20px 0px;
}
.narka p {
    display:block;
}
.alumniNews article {
    width:450px;
    border: 1px solid black;
    padding: 10px;
    margin:10px 0;
}
.alumniNews article p {
    display: block;
    margin: 10px;
}
.alumniNews section {
    float:left;
    margin:0px 10px;
    height:2780px;
}
.alumniNews img {
    margin: 10px;
}
.floatRight {
    float:right;
}
.floatLeft {
    float:left;
}
.campusNews article {
    float:left;
    margin:0px 10px;
    width:450px;
    border: 1px solid black;
    padding: 10px;
}
.campusNews p {
    display:block;
    margin: 10px 0px;
}
#staffImg {
    float:right;
    margin: 50px 20px 0px 0px;
}
#caption {
    text-align: right;
    clear:both;
    text-align:center;
    width: 250px;
    float:right;
    font-size:10px;
}
#facebook {
    float:right;
    margin:0px;
}
.legacycircle {
    width:800px;
    margin: 0px auto 0px auto;
    display:block;
}
.legacycircle img {
    float:right;
    margin: 15px 0px 15px 15px;
}

.giftshop img {
    float:left;
    margin: 0px 20px 20px 0px;
}
.giftshop p{
    display:block;
    float:left;
    margin: 0px;
}
.item {
    height:250px;
    width:420px;
    margin:0px 40px 100px 40px;
    float:left;
}
#alumnaeFooter{
    position:absolute;
    top: 1000px;
    margin: 50px auto 30px auto;
	clear: both;
	width:650px;
	font-size:10px;
	text-align:center;
    
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
