/*
Theme Name: GLC Website
Theme URI: http://www.gormanlc.org
Description: The new GLC website.
Version: 1.0
Author: Nathaniel Black
Author URI: http://www.gormanlc.org

*/

body {
	background-color: #acacac;	
	font-family: 'Arial', 'Verdana', serif;
font-size: 12px;
    color: #000000;
}

img {
	border: none;
}

img.image_sidebar_links {
-webkit-transition: -webkit-transform 0.3s;
border: none;
float:left;
}

img.image_sidebar_links:hover {
-webkit-transform: rotate(10deg) scale(1.2);
-moz-transform: rotate(10deg) scale(1.2);
-o-transform: rotate(10deg) scale(1.2);
border: none;
float:left;
}

a { color: #3b7fcf; text-decoration: none; }
a:link { color: #3b7fcf; text-decoration: none; }
a:visited { color: #3b7fcf; text-decoration: none; }
a:hover { color: #3b7fcf; text-decoration: underline; }
a:active { color: #3b7fcf; text-decoration: none; }

a.mb { color: #ffffff; text-decoration: none; }
a.mb:link { color: #ffffff; text-decoration: none; }
a.mb:visited { color: #ffffff; text-decoration: none; }
a.mb:hover { color: #ffffff; text-decoration: underline; }
a.mb:active { color: #ffffff; text-decoration: none; }

a.left_sidebar_links { color: #3b7fcf; text-decoration: none; padding:10px; float:left; -webkit-transition: -webkit-transform 0.3s; }
a.left_sidebar_links:link { color: #3b7fcf; text-decoration: none; padding:10px; float:left; -webkit-transition: -webkit-transform 0.3s; }
a.left_sidebar_links:visited { color: #3b7fcf; text-decoration: none; padding:10px; float:left; -webkit-transition: -webkit-transform 0.3s; }
a.left_sidebar_links:hover { color: #3b7fcf; text-decoration: none; -webkit-transform: rotate(10deg) scale(1.2); -moz-transform: rotate(10deg) scale(1.2);-o-transform: rotate(10deg) scale(1.2); padding:10px; float:left; }
a.left_sidebar_links:active { color: #3b7fcf; text-decoration: none; padding:10px; float:left; -webkit-transition: -webkit-transform 0.3s; }

.label {
width: 100px;
float: left;
margin-right: 10px;
text-align: right;
font-weight: bold;
}

h1, h2, h3, h4 {
	text-shadow: gray 0px 5px 10px;
	color: #3b7fcf;
}

ul.addtoany_list { list-style-type:none; }

#logo_content {
	background-color: #2f69ad;
	width:900px;
	margin-left: auto;
	margin-right: auto;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        -moz-border-radius-topright: 8px; 	
 	-moz-border-radius-bottomright: 0px; 	
 	-moz-border-radius-bottomleft: 0px; 	
 	-moz-border-radius-topleft: 8px; 	
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -webkit-border-top-left-radius: 8px;
        -moz-box-shadow: 2px 2px 5px #000000; /* FF3.5+ */
        -webkit-box-shadow: 2px 2px 5px #000000; /* Saf3.0+, Chrome */
        box-shadow: 2px 2px 5px #000000; /* Opera 10.5, IE 9.0 */
}

#link_content {
	background-color: #4e4e4e;
	width: 900px;
	padding-top: 15px;
	padding-bottom: 7px;
	margin-left: auto;
	margin-right: auto;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        -moz-border-radius-topright: 0px; 	
 	-moz-border-radius-bottomright: 0px; 	
 	-moz-border-radius-bottomleft: 0px; 	
 	-moz-border-radius-topleft: 0px; 	
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -webkit-border-top-left-radius: 0px;
        -moz-box-shadow: 2px 2px 5px #000000; /* FF3.5+ */
        -webkit-box-shadow: 2px 2px 5px #000000; /* Saf3.0+, Chrome */
        box-shadow: 2px 2px 5px #000000; /* Opera 10.5, IE 9.0 */
	z-index:-1;
}

#banner_content {
	background-color: #ffffff;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
        -moz-box-shadow: 2px 2px 5px #000000; /* FF3.5+ */
        -webkit-box-shadow: 2px 2px 5px #000000; /* Saf3.0+, Chrome */
        box-shadow: 2px 2px 5px #000000; /* Opera 10.5, IE 9.0 */
}

#body_content {
	background-color: #ffffff;
	width: 900px;
	height: auto;
	min-height: 650px;
	margin-left: auto;
	margin-right: auto;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        -moz-border-radius-topright: 0px; 	
 	-moz-border-radius-bottomright: 8px; 	
 	-moz-border-radius-bottomleft: 8px; 	
 	-moz-border-radius-topleft: 0px; 	
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -webkit-border-top-left-radius: 0px;
        -moz-box-shadow: 2px 2px 5px #000000; /* FF3.5+ */
        -webkit-box-shadow: 2px 2px 5px #000000; /* Saf3.0+, Chrome */
        box-shadow: 2px 2px 5px #000000; /* Opera 10.5, IE 9.0 */
}

#right_content {
	padding-left:170px;
	padding-right:5px;
	padding-bottom:5px;
	margin-left:10px;
	margin-right:10px; 
	margin-bottom:10px;
}

.sidebar_links {
	padding-top: 10px;
	clear: both;
}

#footer_content {
	clear: both;
	background-color: #4e4e4e;
	color: #ffffff;
	font-family: 'Arial', serif;
	font-size: 12px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
        -moz-box-shadow: 2px 2px 5px #000000; /* FF3.5+ */
        -webkit-box-shadow: 2px 2px 5px #000000; /* Saf3.0+, Chrome */
        box-shadow: 2px 2px 5px #000000; /* Opera 10.5, IE 9.0 */
}

#right_news_sidebar {
       background-color: #cccbcb;
       width: 200px;
       float: right;
       margin: 5px;
       padding-left: 5px;
       padding-right:5px;
       padding-bottom:5px;
       border-radius: 8px;
       -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
       -moz-box-shadow: 2px 2px 5px #000000;
       -webkit-box-shadow: 2px 2px 5px #000000;
       box-shadow: 2px 2px 5px #000000;
}

.float_left {
	background-color: #cccbcb;
	width: 160px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
        -moz-box-shadow: 2px 2px 5px #000000; /* FF3.5+ */
        -webkit-box-shadow: 2px 2px 5px #000000; /* Saf3.0+, Chrome */
        box-shadow: 2px 2px 5px #000000; /* Opera 10.5, IE 9.0 */
}

.float_right {
	float: right;
	padding: 0px;
}

.top_links {
	color: #ffffff;
}

.menu_links {
	background-color: #cccbcb;
	font-family: 'Verdana', serif;
	font-size: 14px;
	padding: 5px;
	border-style: solid;
	border-width: thin;
	border-color: #ffffff;
}
