html, body, div, span, iframe,h1, h2, h3, h4, h5, h6, p, pre, a, em, font, img, strong, sub, sup, tt, var,b, u, i, center,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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body{line-height: 1;}
ol,ul{ list-style: none;}
:focus{outline: 0;}

/**************************** END RESET CSS **********************************/
html,body{background-color: #4E99CF;}
html { overflow-y: scroll;}
body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666;
}

/* Main Container */
#main-container {
	background-color: #FFF;
	width: 800px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: #005A9C solid 4px;
	-moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}

/* Header */
#header {
	background-color: #FFF;
	background-image: url(../logos/logo-main.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 197px;
}

#header a {
	position: absolute;
	height: 197px;
	width: 800px;
}

#header h1 {
	display: none;
}

#flavour {
    height:50px;
    width:450px;
    float: right;
    margin-top: -185px;
    margin-right: 30px;
    text-align: right;
    font-style: italic;
    font-size:150%;
    font-family:sans-serif;
}

/* Top Menu */
#menu-top {
	height: 30px;
	line-height: 25;
	background:#BDD2FF;
}

/* Right Menu */
#menu-right {
	background-color: #FFF;
	float: right;
	margin: auto;
	width: 250px;
	line-height: 18px;
	margin-top: 15px;
}

#menu-right #social {
	width:200px;
	margin:auto;
	margin-bottom:10px;
	padding-left:5px;
}

#menu-right #design {
	width: 200px;
	margin: auto;
	margin-bottom: 20px;
	border: 1px solid #c9c9c9;
}

#menu-right #design #design-img {
	background-color: #ccc;
}

#menu-right #design #design-caption {
	background-color: #eee;
	border-top: 2px solid #c9c9c9;
	border-bottom: 3px solid #c9c9c9;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	text-align: center;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;	
}

#menu-right #design #design-links {
	background-color: #eee;
	line-height: 20px;
	border-top: 3px solid #c9c9c9;
}

#menu-right #design #design-emphasis {
    background-color: #fafafa;
}

#menu-right #design #design-links li {
	margin-left: 0.75em;
	margin-right: 0.75em;
	border-bottom: 1px solid #c9c9c9;
	height:20px;
	text-align: center;
}

#menu-right #design #design-emphasis li {
	margin-left: 0.75em;
	margin-right: 0.75em;
	border-bottom: 1px solid #c9c9c9;
	text-align: center;
}

#menu-right #design #design-links li a{
	text-decoration: none;
	color: #666666;
}

#menu-right #design #design-emphasis li a{
	text-decoration: none;
	color: #666666;
}

#menu-right #design #design-links li a:hover {
	color: #005A9C;
}

#menu-right #design #design-emphasis li a:hover {
	color: #005A9C;
}

/* Content */
#content .disclaimer {
	text-indent: 0;
	margin: 1.5em;
	font-style: italic;
}

#content #notice,#error {
    margin-right: 250px;
    border: 1px solid #c9c9c9;
    margin: 5px;
    padding: 5px;
}
#content #notice{background:#C3FDB8;}
#content #error{background:#FAAFBA;}

#content {
	background-color: #FFF;
	margin-right: 250px;
	margin-top: 15px;
	line-height: 18px;
}

#content #gallery {
    padding: 5px;
    background: #e7edff;
    border: 1px dashed 	#307D7E;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    float: left;
    margin-left: 10px;
    width: 525px;
    text-align: center;
}

img.middle{
	display:block;
	margin-left:auto;
	margin-right:auto;
	border:2px solid #c9c9c9;
}

#content #gallery #friendPhoto {
    background: #FFF;
    border: 1px dashed 	#307D7E;
    padding-bottom: 5px;
}

#content #gallery #friendPhoto #friendPhotoContext {
    padding:10px;
}

#content .gheader {
    line-height: 30px;
}

#content .right {
    text-align: right;
}

#content #gallery #image {
    width: 100px;
    height: 100px;
    float: left;
    text-align: center;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#content #leftcol {
  border: 1px solid #c9c9c9;
  border-right: 3px solid #c9c9c9;
  border-bottom: 3px solid #c9c9c9;
  float: left;
  clear: left;
}

#content #middlecol {
  float: left;
  width: 320px;
  margin-left: 5px;
}

#content #srp {
   float: left;
   text-align: right;
   width: 50px;
}

#content #rightcol {
    background: #C6DEFF;
    border: 1px dashed 	#307D7E;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    float: left;
    width: 370px;
    margin-top: 10px;
    margin-left: 10px;
}

#content #quilt {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #c9c9c9;
    margin-left: 5px;
    margin-right: 5px;
    float: right;
}

#content #sizing {
    float: right;
    width: 370px;
}

#content #sname {
   float: left;
   margin-left: 15px;
   padding-top:5px;
}
#content #sdim {
    margin-left: 240px;
   padding-top:5px;
}
#content #patternlinks {
	margin-left: 150;
	padding-top: 5px;
}

#content #sdim h5 {
    text-align: right;
    padding-right: 20px;
    line-height: 1.5;
}

#content iframe {
	padding: 25px 25px 0px;
}

#content h1, h2, h3, h4, h5, h6 { 
	/*width:550px;*/
}
#content h1, h2, h3 { color: #005A9C;}
#content h1 { 
	font: 170% sans-serif;
	text-indent: 0.5em;
}
#content h2 { 
	font: 140% sans-serif;
	text-indent: 0.75em;
}
#content h3 {
    text-indent: 0.5em;
    margin-top: 0.5em;
}
#content h3 { font: 120% sans-serif }
#content h3.middle {
    padding:20px;
    text-align:center
}
#content h4 { font: bold 100% sans-serif }
#content h5 { font: italic 100% sans-serif }
#content h5.padded { padding-bottom: 10px; }
#content h6 { font: small-caps 100% sans-serif }

#blogpost { position:relative;width: 99%;}
span.left { position:absolute;left:0;}
span.right { position:absolute;right:0;font: 8pt sans-serif;}

.thesis-author{ text-indent: 0.75em;}
.thesis-title { text-indent: 0.5em;}

#content hr { 
	border: 0;
	height: 1px;
	width: 95%;
	background-color: #c9c9c9;
	color: #c9c9c9;
}

#content a {
    color: #555555;
    text-decoration: underline;
}
#content a:hover {
    color: #005a9c;
    text-decoration: none;
}

#content p {
    margin: 0.5em 1.5em 1.5em 1.5em;
    padding: 0;
}

#content p.indented {
	text-indent: 1.5em;
}

#bullet li {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	margin-left: 3em;
	margin-right: 1.5em;
	padding: 0;
	list-style-position: inside;
	list-style-type: circle;
}

.img-float-right {
	float: right;
	padding: 0 15px 15px 15px;
}

/* Footer */
#footer {
	background-color: #FFF;
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #a9a9a9;
	border-top: 1px solid #efefef;
	padding: 13px 25px;
	line-height: 18px;
}

#footer a {
	color: #c9c9c9;
	text-decoration: none;
}

#footer #altnav {
	width: 350px;
	float: right;
	text-align: right;
}

#footer a:hover {color: #005A9C;}
#footer #copyright {margin-right: 350px;}
#footer #desiger {margin-right: 350px;}