/**
 * BMGT406 Project #2: Dive into HTML and CSS
 *
 * CSS stylesheet for my-enhanced-profile.html
 *
 * @author Ishwarya Sethuraman
 *
 * @file style.css
 * @version 1.3
 * @since 2013-07-2
 */

/* Imports Ubuntu font from Google Web Fonts */
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic);

/* Global styles */

body {
	/* width: 95%; */
	color: #222; /* black */
	background-color: #FDF8F2; 
	margin: 0 auto;
	padding: 10px;
    border: none;
    display: block;
}

body, input, textarea, select, a.button, fieldset legend {
	font-family: "Ubuntu", "HelveticaNeue", "Helvetica Neue", Helvetica,
	Arial, sans-serif;
}

article, aside, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

a:link {
	color: #3253AD;
	text-decoration: none;
}

a:visited {
	color: #800080;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: -0.05em;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 140%;
	margin-bottom: 0.4em;
	margin-top: 0;
}

h2 {
	font-size: 1.7em;
	font-weight: normal;
	line-height: 130%;
	margin-bottom: 0.3em;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 130%;
	margin: 0.7em 0 0.7em 0;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 125%;
	margin-bottom: 0.1em;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 0.1em;
}

/* Header styles */

header {
	background-color: #FFF;
	border-top-left-radius: 1.1em;
	border-top-right-radius: 1.1em;
	box-shadow: #858585 0.1em 0.1em 0.2em;
	height: 115px;
}

#logo img {
	float: left;
	margin-right: 1em;
	margin-left: 1em;
}

#site-name {
	color: #D33;
	padding-top: 0.2em;
	letter-spacing: -0.04em;
	font-size: 2.2em;
	font-weight: bold;
/* 
	text-align: left;
 */
	text-transform: uppercase;

}

#site-slogan {
	color: #686868;
	letter-spacing: -0.05em;
	font-size: 1.5em;
	/* text-align: left; */
}

/* Footer styles */

footer, #badges {
	padding: 1.3em 0;
	clear: both;
}

#badges a:hover {
	text-decoration: none;
}

#badges #html5-icon {
	float: left;
}

#badges #fb-like {
	margin-top: 1.2em;
}

#copyright {
	color: #7D7D7D;
	text-align: center;
}

/* Content styles */

article {
	padding: 1em;
	float: left;
	width: 95%;
	background-color: #FFF; /* white */
	border-radius: 0.1em;
	box-shadow: #858585 0.1em 0.1em 0.2em;
	
}



table {
	border: 0.1em solid #DDD;
	border-collapse: collapse;
}

th, td {
	border: 0.1em solid #DDD;
	padding: 0.5em;
}

th {
	background-color: #f1f1f1;
}

/* Sidebar styles */
aside {
	float: right;
	width: 20%;
	background-color: #FFF; /* white */
	border-radius: 0.1em;
	box-shadow: #858585 0.1em 0.1em 0.2em;
}

/* Profile styles */

.profile-picture {
	background: #EEE;
	padding: 0.5em;
	border-radius: 0.2em;
	box-shadow: #858585 0.1em 0.1em 0.2em;
	display: inline-block;
}

.profile-picture-thumbnail {
	margin-top: 0.5em;
}

.image-thumbnail {
	width: 50px;
	height: 50px;
}

.bio {
	display: inline-block;
	vertical-align: top;
	width: 30em;
	margin-left: 1em;
}

.connect-social {
	height: 24px;
	display: inline-block;
	position: relative;
	padding: 0.2em 0 0 2.1em;
	margin: 0 1.5em 0.5em 0;
	top: 0.4em;
	font-size: 87.5%;
}

.connect-facebook {
	background: url('../images/facebook.png') no-repeat;
}


.connect-google-plus {
	background: url('../images/google_plus.png') no-repeat;
}

.connect-linkedin {
	background: url('../images/linkedin.png') no-repeat;
}

.connect-pinterest {
	background: url('../images/pinterest.png') no-repeat;
}

.connect-reddit {
	background: url('../images/reddit.png') no-repeat;
}

.connect-twitter {
	background: url('../images/twitter.png') no-repeat;
}

.connect-youtube {
	background: url('../images/youtube.png') no-repeat;
}

.connect-flickr{
	background: url('../images/flickr.jpg') no-repeat;
}

.connect-vimeo {
	background: url('../images/vimeo.jpg') no-repeat;
}

.connect-external {
	background:url('../images/external.png') no-repeat;
}

ul.favorite-links {
	padding-left: 0.2em;
	display: inline-block;
}

ul.favorite-links li {
	list-style-type: none;
	background: url('../images/external.png') no-repeat 0 0.2em;
	padding-left: 1.5em;
	margin-bottom: 0.5em;
	display: inline-block;
}

/* Calendar styles */
.calendar-time {
	font-style: italic;
}

.legend {
	letter-spacing: 0.25em;
	font-weight: bold;
	text-transform: uppercase;
	color: #D33;
	padding: 0 0.3em 0 0.3em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.activity-row {
	border-bottom: 0.1em solid #ccc;
	padding-bottom: 1em;
	margin-bottom: 1em;
	font-size: 60.5%;
}

.activity-row-last {
	font-size: 87.5%;
	margin-bottom: 1em;
}

.activity-text {
	display: inline-block;
	vertical-align: top;
	width: 6.5em;
	margin-left: 0.5em;
}

/* Calendar styles */
.calendar-time {
	font-style: italic;
}

/* Navigation styles */

#navbar {
	background-color: #EEE; /* light gray */
	margin-top: 0em;
	font-weight: bold;
	text-transform: uppercase;
	height: 2.6em;
	line-height: 2.6em;
	font-size: 0.9em;
	border-top: solid 0.1em #CCC;
}

#navbar ul {
	margin: 0;
	padding: 0;
}

#navbar ul li {
	float: left;
	height: 2.6em;
	line-height: 2.6em;
	list-style-type: none;
}

#navbar a {
	color: #222;
	display: block;
	padding: 0 1.3em;
}

#navbar a:hover {
	text-decoration: none;
	background-color: #800000;
	color: #FFF;
}

.button a{
	color: #222;
	display: block;
	padding: 0 1.3em;
}

.button a:hover{
	text-decoration: none;
	background-color: #800000;
	color: #FFF;
}

.google-search-box {
	float: right;
}

