﻿/*
Team page tutorial demo, 11th of January, 2010
Copyright (C) 2010 Bogdan Pop of WebRaptor (R) (http://www.webraptor.eu) 
visit http://www.bogdanpop.info , http://www.webia.info 

Published by Six Revisions (http://www.sixrevisions.com)

Released under Creative Commons Attribution 3.0 (http://creativecommons.org/licenses/by/3.0)
If you modify this source codes and use it in your own projects you must not modify or remove the above credits. However, you may add your own below this line.
*/

/* RESET */
*										{ margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-size:inherit; }
/* END RESET */

/* GLOBAL LAYOUT CONFIG */
body									{ margin:0px 0px 0px 0px;
										  font-family: "Lucida Grande", Verdana, sans-serif; }
h1										{ display:block; text-align:center; width:800px; margin:0px auto; height:30px; font-size:1.3em; }
#wrapper								{ display:block; margin:0px auto; width:800px; height:450px; }
#photos									{ display:block; height:450px; width:450px; float:left; }
#moretext								{ display:block; height:430px; width:330px; float:right; padding:10px; background-color:#EEE; }
/* END GLOBAL LAYOUT CONFIG */

/* PHOTOS STYLING */
#photos .member							{ display:block; padding:0px; border:5px solid #CCC; width:140px; height:140px; float:left; }
#photos .member:hover					{ border:5px solid #333; }
/* END PHOTOS STYLING */

#moretext span							{ font-size:0.8em;}
#moretext 								{ color:#333; }
#moretext h2							{ font-size:1.2em; }
#moretext h3							{ font-size:0.7em; }
#moretext h4, #moretext h5				{ font-size:0.8em; }
#moretext h6							{ font-size:0.7em; padding-top:25px; }