/*
Instagallery is a wordpress plugin to show your last photos uploaded on instagram
Copyright (C) 2014  http://www.evilripper.net (email : gigarimini@gmail.com)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Best experience with monospaced font! (
	            /\
	           /||;		
             ;||||;
           ;||||; |;
         ;|||||'   |;
        ;|||||;     ;.
       ,|||||'  O o  ;           1O1\
       ||||||;       ;          O101O1\
       ;|||||;       ;         0101O1O1\
      ,;||||||;     ;'         / O1O1O11\
    ;|||||||||`. ,,,;.        /  / 1O10O1\
  .';|||||||||||||||||;,     /  /     01O1\
 ,||||||;||||||;;;;||||;,   /  /        110\
;`||||||`'||||||;;;||||| ,#/  /          1O1|
|`|||||||`;||||||;;||| ;||#  /            1O1
||`|||||||`;|||||||| ;||||# /              11O
`|`|||||||`;|||||| ;||||||#/               1OO
 |||`|||||||`;; ;|||||||||##                11
 ||||`|||||||`;||||||||;|||#                OO
 `|||||`||||||||||||;'`|;||#                1
  `|||||`||||||||;' /  / `|#
   ||||||`|||||;'  /  /   `#
Reaper modded by www.evilripper.net (C) 2014
Power by scite, eclipse, aptana and php! 
 
*/

.instagalleryHeader {
	
	margin: auto;
}

.instagalleryHeader h1 {
	margin: 30px 0px 0px 0px;
	padding: 0;
}

.instagalleryHeader p {
	margin-top: 0px;
}

.instagalleryImageContainer {
	/*width: 395px; margin: 0 0 2px 0;*/
	font: .75em/1.75em Verdana, sans-serif;
	margin: auto;
}

.instagalleryCaptioned {
	padding: 5px;
	border: 1px solid #ccc;
	/*-moz-border-radius: 5px;
	 border-radius: 10px;*/
	-moz-box-shadow: 3px 3px 3px black;
	-webkit-box-shadow: 3px 3px 3px black;
	box-shadow: 3px 3px 3px black;
	/*
	 border: 2px double #ccc;
	 background-color: #fff;
	 */
	margin: 0;
}

.instagallerySeparator {
	background: url('images/divider.png') 50% 0 no-repeat;
	opacity: 0.9;
	filter: alpha(opacity=90);
	height: 31px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}

/*descendant selector for p */
.instagalleryImageContainer p {
	margin-top: 10px;
	padding: 0;
	font-size: 1.5em
}
.instagalleryImageContainer a {
	color: black;
	text-decoration: none
}
.instagalleryHeart {
	font-size: 1.2em;
	color: red;
}

