﻿/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	


			/* Global Layout */


body 
{
font-size: .75em;
margin: 0px;
text-align: center;
background-image: url(img/is-bg.png);
background-position: 0 283px;
background-repeat: no-repeat;
color: #484848;
font-family: Arial, Helvetica, sans-serif;
}

#outer{
		background: url(/gir-theme/integration/img/outer-bg.gif) repeat-x;
}

#wrap{
	position: relative;
	margin: auto;
	width: 1024px;
}

	#top{
		position: relative;
		height: 283px;
		background: url(/gir-theme/integration/img/bg.jpg) no-repeat;
	}
	
		ul#nav{
			position: relative;
			float: left;
			text-align: left;
			margin-left: 30px;
			width: 168px;
			padding: 40px 0 0 42px;
			font-size: 18px;
			border-left: 10px solid #852C38;
			background: #fff;
			background: rgba(255,255,255,.8);
		}
		
			#nav li{
				position: relative;
				padding-bottom: 10px;	
				list-style-type: none;
			}
			
			#nav li a{
				display: block;
				padding-left: 18px;
				color: #852C38;
				background: url(/gir-theme/integration/img/ntick.png) left center no-repeat;
			}
			
			#nav li ul{
				position: absolute;
				top: 0;
				left: 168px;
				padding-left: 15px;
				font-size: 12px;	
				width: 200px;
				display: none;	
			}
			
			#nav li:hover ul{
				display: block;
			}
			
			#nav ul li{
				padding: 0;	
				margin-bottom: 5px;
			}
			
			#nav ul li a{
				font-weight: bold;
				font-size: 12px;
				display: block;
				padding: 3px;
				background: #fff;
			}
	
	
	
	#head{
		height: 148px;
	}
	
		.locale{
			float: right;
			color: #842B37;
			margin-top: 126px;
			padding-right: 20px;
			margin-right: 188px;
			text-transform: uppercase;
			background: url(/gir-theme/integration/img/language-ticks.gif) right center no-repeat;
		}
		
		#logo{
			float: left;
			width: 277px;
			height: 100px;
			text-indent: -9999em;	
			margin: 30px 0 0 32px;
			background: url(/gir-theme/integration/img/logo.png) top left no-repeat;
		}

	
	
	#page{
		position: relative;
		overflow: hidden;
		font-size: 10px;
		padding-top: 29px;
		border-top: 2px solid #ccc;
	}
	
		#sidebar{
			float: left;
			width: 212px;
			text-align: left;
			padding-left: 45px;
		}
		
			.widget{
				position: relative;
				margin-bottom: 18px;
				padding: 14px 8px 10px 16px;
				background: #EAEBEB;
				background: rgba(227,223,224,.5);
			}
			
				.widget h3{
					font-size: 1.9em;
					color: #842B37;
					padding-bottom: 10px;
				}
				
				.widget a{
					color: #852C38;
				}
				
				.widget div{
					overflow: hidden;	
				}
				
				.widget a.plus{
					float: right;
					padding-left: 12px;
					background: url(/gir-theme/integration/img/sb-ticks.gif) left center no-repeat;
				}
		
		
		
		#content{;
			text-align: justify;
			margin-left : 45px;
			margin-right : 45px;
		}
		
		#content.public {
			float: right;
			margin-left : 0px;
			margin-right : 45px;
			width : 677px;
		}	
			#content h1{
				font-size: 1.9em;
				color: #842B37;
				text-transform: uppercase;	
				padding-bottom: 10px;				
			}
		
			#content h2{
				text-transform: uppercase;	
				font-size: 1.1em;
				font-weight: bold;
			}
			
				#content p{
					line-height: 1.5em;
					padding-bottom: 1em;	
				}
				
				#content a{
					color: #842B37;
				}
				
				#content strong{
					font-weight: bold; 
				}



#foot{
	position: relative;
	background: #852C38;
	padding: 20px 0 60px 0;	
}

	#footer{
		position: relative;
		margin: auto;
		width: 100%;
		color: #fff;
		text-align:center;	 
	}
	
		#footer a{
			color: #fff;
			margin: 0 10px 0 10px;
		}






