/* General Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,700);

html { height: 100%; }

*,
*:after,
*:before {
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
	font-family: "Lato", Calibri, Arial, sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	overflow-x: hidden;
}

a {
	color: #555;
	text-decoration: none;
}

a.ref {
	display: block;
	padding: 40px 0;
	color: #ffffff;
}

strong {
	font-weight: 700;
	font-family: "Comic Sans MS", cursive;
}

.container {
	width: 100%;
	position: relative;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}


.container > header {
	margin: 10px;
	padding: 20px 10px 10px 10px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}

.container > header h1 {
	font-size: 30px;
	line-height: 38px;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}

.container > header h2 {
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	padding: 15px 0 5px 0;
	color: #ffffff;
	font-family: Cambria, Georgia, serif;
	font-style: italic;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}


/* GooglePlus CSS */

.googleplus {
	width: 960px;
	margin: 0 auto;
}

.gplus_container{
    width:960px;
    margin:0 auto;
    font-size:20px;
    margin-top:40px;
    text-align:center;
    }

.gplus_container a{
	color: #ffffff;
}

.gplus_loader{
	height: 60px;
	width: 200;
	border: 1px solid #000;

}


.gplus_album_description{
	text-align: left;
	font-size:18px;
	line-height:25px;
	color: #ffffff;
	margin-top:0;
	padding: 10px;

}
.gplus_album_description .title{
    font-size:50px;
    text-align:center;
    color:#ffffff;
    margin-top: 10px;

}
.gplus_album_description .details{
	font-size:18px;
	line-height:25px;
	color:#ffffff;
	margin-top:20px;
	padding:0;

}
.gplus_album_description .description{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:0.7em;
	color:#ffffff;
	margin-top:20px;

}


.gplus_album{
	float: left;
	margin: 0.5em;
	margin-left:6px;
 	cursor: pointer;
	moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;


}
.gplus_album p{
	font-family: 'Myriad Pro', 'Trebuchet MS', sans-serif;
	text-transform: uppercase;
  	text-align: center;
  	font-size:16px;
  	margin-top:10px;
    color:#8a8a8a;
}

.gplus_album,.gplus_album p:hover{
	color:#ffffff;
}

.gplus_album_backlink{
	cursor: pointer;
  	text-align: left;
  	color: #ffffff;
	font-size:23px;

}

.gplus_album_backlink:hover {
   color: #ffffff;
}

.gplus_album img{
    filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
	border: solid 2px #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(39, 111, 156, 0.2);
	-moz-box-shadow: 0px 0px 10px 2px rgba(39, 111, 156, 0.2);
	box-shadow: 0px 0px 10px 2px rgba(39, 111, 156, 0.2);
}
.gplus_album img:hover{
    filter: grayscale(0%);
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
	border: solid 2px #CCCCCC;
}

.gplus_photo{
	float: left;
	margin: 1em;
	text-align: center;
}
.gplus_photo img{
	border: 2px solid #000;
}
.gplus_photo img:hover{
	border: 2px solid #CCCCCC;
}

.gplus_photo a{
	text-decoration: none;
}

.gplus_pager{
	clear: both;
}
.gplus_prevpage, .gplus_nextpage, .gplus_pager_page, .gplus_pager_current{
	float: left;
	margin: 5px;

}
.link{
	text-decoration: underline;
	cursor: pointer;
}

.gplus_pager_current{
	text-decoration: none;
	font-weight: bold;
}
