@charset "utf-8";

/* Table of Contents
x. Base
x. Header
x. Page
	x.x. Main
	x.x. Sidebar
x. Footer
x. Misc
*/

/*------------Base--------------*/

* {
	margin:0;
	padding:0;
}

html {
	overflow-y: scroll;
}

body {
	background:#1a1a1a;
	font-family:Verdana, Helvetica, Arial;
	font-size:12px;
	color:#c8c8c8;
}

small {
	font-weight:normal;
	font-size:11px;
}

small a{
	text-transform:lowercase;
}

li {
	list-style:none;
}

td {
	vertical-align:top:
}

a { outline: none; }
a:link, a:visited { color:#d7d7d7; text-decoration: underline; }
a:active, a:hover { color:#FFFFFF; text-decoration: underline; }

/*.entry_sidebar a:link, .entry_sidebar a:visited { color:#C5E2B5; text-decoration: underline; }
.entry_sidebar a:active, .entry_sidebar a:hover { color:#d8f0ca; text-decoration: underline; }*/


img{border:none;}

#site {
	margin:0 auto;
	width:960px;
}

.clear{
	clear:both;
	color:#1a1a1a;
	border:none;
}	

/*------------Header--------------*/
	
#header {
	position:relative;
	height:186px;
}

	#header h1 a{
		position:absolute;
		float:left;
		height:122px;
		width:429px;
		text-indent:-9999px;
		background:url(images/natuurfotografie.png);
	}
		
	/*#header .header_horz_line{
		height:1px;
		width:800px;
		background:#ffffff;
	}*/
		
	#header .menu {
		position:absolute;
		height:60px;
		width:960px;
		top:123px;
		border-top:1px solid #333333;
		text-transform:lowercase;
	}
		
	#header ul {
		position:absolute;
		right:27px;
	}
		
	#header  li {
		float:left;
		font-size:14px;
		margin-left:15px;
		display:block;
	}
		
		#header ul li {
			position: relative;
		}
		
		#header li ul {
			position: absolute;
			left: 0;
			top: 17px;;
			display: none;
			width:135px;
			background:#151515;
			z-index:30000;
		}
		
		#header li ul li {
			float:left;
			clear:both;
			margin:0;
			padding:3px 3px 3px 3px;
			font-size:12px;
			white-space:nowrap;
		}

		
		#header ul li:hover ul { display: block; }
			
		#header li a,
		#header li a:visited {
			display:block;
			color:#999999;
			text-decoration:none;
		}
				
		#header li a.active,
		#header li a:hover {
			color:#c8c8c8;
			display:block;
			background:#151515;
		}
		
		#header .menu li.current_page_item a{
			border-bottom:1px dotted;
		}	
		
		#header .menu li.current_page_parent a{
			border-bottom:1px dotted;
		}
		
		#header .menu li.current_page_parent ul li.page_item a{
			border-bottom:none;
		}
		
		#header .menu li.current_page_parent ul li.current_page_item a{
			border-bottom:1px dotted;
		}
		
		#header .menu li.current_page_item ul li.page_item a{
			border-bottom:none;
		}
		
		.page-item-560 a,
		.page-item-560 a:visited{
			width:37px;
			height:15px;
			text-indent:-9999px;
			background:url(images/home-normal.png) no-repeat 0 3px;
		}
		
		#header li.page-item-560 a:hover,
		#header li.page-item-560 a:active{
			background:url(images/home-hover.png) no-repeat 0 3px;
		}
		
			
				
/*------------Content-------------*/

#content{
	padding:0 27px;
}

.socialsharing{
	float:left;
	padding-right:15px;
	border-right:1px solid #333;
}

.socialsharing iframe{
	margin-bottom:5px;
}

.narrowcolumn{
	float:left;
	width:550px;
	border-right:1px solid #333333;
	padding-right:19px;
}	
	/*------------Page----------------*/

h2.pagetitle{
	float:left;
	font-weight:normal;
	padding-bottom:15px;
}

h3.archive_post_title{
	float:left;
}

h3.archive_post_title a{
	text-decoration:none;
}

h3.archive_post_title a:hover{
	text-decoration:underline;
}

.post .post_date_archive{
	float:right;
}

	.post .post_date_archive .day{
		color:#c8c8c8;
		font-size:11px;
		padding-top:2px;
	}
	
	.post .post_date_archive .month{
		color:#9b9b9b;
		font-size:13px;
		text-transform:lowercase;
	}
	
	.post .post_date_archive .year{
		color:#c8c8c8;
		font-size:11px;
		padding-top:2px;
	}
				
		/*------------Post----------------*/
		.post{
			
			}
			
			.post h2{
				float:left;
				font-weight:normal;
				padding-bottom:15px;
				font-family:"Cambria", Times New Roman;
				font-size:26px;
			}
			
				.post h2 a:link, .post h2 a:visited{
					color:#e6e6e6;
					text-decoration:none;
				}
				
				.post h2 a:active, .post h2 a:hover{
					color:ffffff;
					text-decoration:underline;
				}
		
			.post .post_date{
				padding-top:4px;
				float:right;
			}
            
            .post .post_date li{
				float:left;
			}
						
				.post .post_date .day{
					color:#c8c8c8;
					font-size:13px;
					padding-top:2px;
				}
				
				.post .post_date .month{
					color:#9b9b9b;
					font-size:15px;
					text-transform:lowercase;
				}
				
				.post .post_date .year{
					color:#c8c8c8;
					font-size:13px;
					padding-top:2px;
				}
			
				.entry{
					clear:both;
				}
				
				.entry_gallery{
					position:relative;
					margin:0px;
					width:906px;
					height:630px;
				}
				
				.entry_sidebar{
					clear:both;
				}
				
				.entry .over_mij{
					/*float:left;
					height:130px;*/
				}
				
					.about_wrap1, .about_wrap2, .about_wrap3 {
					  display:inline-table;
					  /* \*/display:block;/**/
					  }
					.about_wrap1 {
					  float:left;
					  margin-right:5px;
					  background:url(images/shadow.gif) right bottom no-repeat;
					  }
					.about_wrap2 {
					  background:url(images/corner_bl.gif) left bottom no-repeat;
					  }
					.about_wrap3 {
					  padding:0 7px 8px 0;
					  background:url(images/corner_tr.gif) right top no-repeat;
					  }
				
					.entry_sidebar p, .entry p, .entry_gallery p{
						font-size:12px;
						padding-bottom:15px;
						text-align:justify;
					}
					
						.entry_sidebar .wp-caption p{
							padding:0;
						}
					
						/*.entry_sidebar .wp-caption img{
							border-top:1px solid #161616;
							border-left:1px solid #161616;
							border-bottom:2px solid #161616;
							border-right:2px solid #161616;
						}*/
					
					.entry_sidebar .wp-caption-text{
						position:absolute;
						display:block;
						background:url(images/caption_bg.png);
						height:15px;
						width:150px;
						margin-top:-15px;
						text-align:center;
						font-size:10px;
					}
					
					.entry_sidebar .alignleft{
						float:left;
						margin-left:30px;
						margin-bottom:10px;
					}
					
					.entry_sidebar .aligncenter{
						margin:0 auto;
						margin-bottom:10px;
					}
					
					.entry_sidebar .alignright{
						float:right;
						margin-right:30px;
						margin-bottom:10px;
					}
					
					.entry_sidebar .size-medium{
						float:left;
						margin:0 5px 5px 0;
						padding:0;
					}
					
					.post .end_post{
						//background: transparent url(images/social-bg.png) no-repeat;
                        margin:20px 0;
                        clear:both;
						padding-bottom:50px;
						text-align:center;
                        width:555px;
                        font-weight:bold;
						}
                        
						.post .end_post ul{
                            margin:0 auto;
                            padding-top:10px;
                            width:340px;
						}                      
                      
                       .post .end_post li{
                            float:left;
                            padding-left:5px;
                            padding-right:5px;
                            overflow:hidden;
                            line-height:20px;
						}
                        
                         .post .end_post a{
                            font-weight:bold;
						}
					
					.post .end_post .metadata{
						padding-top:2px;
						font-size:12px;
						color:#8c8c8c;
						}
					
						.post p.metadata{
								margin-top:30px;
								margin-bottom:15px;
								display:block;
								background: transparent url(images/h3commentsborder.png) repeat-x center 9px;
								font-weight:bold;
						}
						
						.post .metadata a{
							text-decoration:none;
						}
						
						.post .metadata a:hover{
							text-decoration:underline;
						}
						
						.post p.metadata span{
							background:#1A1A1A;
							padding:0 6px;
						}
						
						.post .metadata img{
							vertical-align:middle;
						}
						
		.photo_strip{
			margin:50px 65px;
		}
		
			.photo_strip img{
				margin-right:4px;
				border:1px solid #c8c8c8;
			}
			
			.photo_strip .last-of-type{
				margin-right:0;
			}
						
		/*------------Navigation-------------*/	

		.navigation{
			padding-bottom:60px;
		}
		
			.navigation a{
				color:#c8c8c8;
				font-size:11px;
				
			}
			
			.navigation .nav_arrow{
				font-size:17px;
			}
				
			.navigation .prev{
				clear:both;
				float:left;
			}	
			
			.navigation .next{
				float:right;
			}
	

/*------------Sidebar-------------*/	

	#sidebar{
	float:left;
	padding-left:15px;
	width:300px;
	font-size:11px;
	text-align:justify;
	/*filter:alpha(opacity=75);
	opacity:0.75;*/
	margin-right:40px;
	}	
	
		h2.widgettitle{
			font-family:"Cambria", Times New Roman, Verdana;
			font-size:14px;
			font-weight:bold;
			color:#e6e6e6;
			display:block;
			width:165px;
			background:#151515;
			padding: 2px 2px 1px 2px;
            margin-top:20px;
		}
		
		#sidebar li{
			padding-left:5px;
			color:#9B9B9B;
		}
		
		#sidebar li a{
			
		}
		
		#sidebar li a:hover{
			
			
		}
		
		#sidebar .widget a:link,#sidebar .widget a:visited {
			text-decoration:none;
		}
		
		#sidebar .widget a:active,#sidebar .widget a:hover {
			text-decoration:underline;
		}
		
		#sidebar .widget_text a:link,#sidebar .widget_text a:visited {
			text-decoration:underline;
		}
	
		#sidebar .searchform{
			padding:5px 0 20px 5px;
		}
		
		#sidebar .searchform input{
			line-height: 16px;
			margin: 2px;
			margin-right: 0px;
			margin-top: 1px;
			width: 93px;
			font-size:12px;
		}
		
		#sidebar .searchform .searchsubmit{
			cursor: pointer;
			float: right;
			font-size: 12px;
			font-weight: normal;
			height: 22px;
			margin-top: 0px;
			padding: 0px;
			width: 50px;
			line-height:16px;	
		}
/*------------Footer-------------*/
	#footer{
		clear:both;
		margin:0 auto;
		padding-top:60px;
		padding-bottom:20px;
		font-size:9px;
		width:800px;
		text-align:center;
	}
	
		#footer h2{
			font-size:13px;
			color:#e6e6e6;
		}
		
		
		#footer a{
			color:#c8c8c8;
		}
/*------------Gallery-------------*/

.gallery-index{
	overflow:hidden;
	margin:0 auto
}

	.gallery-index-image li{
		position:relative;
		float:left;
		padding:0 20px 0 20px;
	}
	.gallery-index-image img:hover{
		border:3px solid #D7D7D7;
		width:174px;
		height:114px;
	}
	
	.gallery-index-image p{
		text-align:center;
		display:block;
		font-size:14px;
	}
		
	.gallery-index-image a{
		display:block;
		text-decoration:none;
		text-align:center;
		font-size:12px;
	}
	
	.gallery-index-image p a{
		padding-bottom:25px;
		padding-top:3px;
		font-weight:bold;
	}

#thumbs{
    position: absolute;
	background:#1a1a1a;
	width:520px;
	height:280px;
	padding:100px;
	z-index:5000;
	left:40px;
	text-align:center;
}

	#thumbs img{
		padding:3px;
		cursor:pointer;
	}
	
	#thumbs img:hover{
		border:1px solid #c8c8c8;
		padding:2px;
		cursor:pointer;
	}

.images-wrap{
	left:39px;
	margin:0;
	padding:0;
	position:absolute;
	width:728px;
}

#images{
	margin:0 auto;
	position:relative;
	padding-left:1px;
}

#loader{
	margin:190px auto 0;
	position:relative;
	padding-left:1px;
	width:100px;
}

.wrap1, .wrap2, .wrap3 {
	padding:0;
	display:inline-table;
	/* \*/display:block;/**/
	/*position:relative;*/
	}
.wrap1 {
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	right:50%;
	}
.wrap2 {
	background:url(images/corner_bl.gif) left bottom no-repeat;
	}
.wrap3 {
	padding:0 7px 8px 0;
	background:url(images/corner_tr.gif) right top no-repeat;
	}

#nav_left{
	position:absolute;
	left:0;
	top:0;
	height:480px;
	width:39px;
	background:url(images/arrow_left.png) no-repeat 10px center;
	cursor:pointer;
}

#nav_right{
	position:absolute;
	left:767px;
	top:0;
	height:480px;
	width:40px;
	background:url(images/arrow_right.png) no-repeat 13px center;
	cursor:pointer;
}

#description_overlay{
	position:absolute;
	left:0;
	width:720px;
	height:480px;
	margin:0 40px 0 40px;
}

#trigger_overlay{
	position:absolute;
	left:0;
	top:0;
	background:red;
	filter: alpha(opacity = 0);
	opacity:0;
	width:727px;
	height:480px;
	margin:0 33px 0 40px;
	z-index:2500;
}

#description{
	margin-left:auto;
	margin-right:auto;
	z-index:1000px;
	display:none;
	/*opacity:0;
	filter:alpha(opacity=0);*/
	background:#1a1a1a;
	height:480px;
}

#description div{
	width:300px;
	margin-left:auto;
	margin-right:auto;
	padding:120px 10px 0 10px;
}

.jcarousel-skin-ie7{
	position:absolute;
	bottom:0;
	width:840px;
	/*padding:0 40px;*/
}

#menu_bottom{
	position:absolute;
	bottom:117px;
	width:800px;
	padding:0 40px;
}

menu_bottom ul{
	width:740px;
}

#menu_bottom li{
	float:left;
	font-size:11px;
}

#menu_bottom .pause{
	width:20px;
	height:20px;
	background:url(images/play.png) center left no-repeat;
	cursor:pointer;
	margin-right:15px;
}

#menu_bottom .pause:hover{
	background:url(images/play_hover.png) center left no-repeat;
}

#menu_bottom .play{
	width:20px;
	height:20px;
	background:url(images/pause.png) center left no-repeat;
	cursor:pointer;
	margin-right:15px;
}

#menu_bottom .play:hover{
	background:url(images/pause_hover.png) center left no-repeat;
}

#menu_bottom .thumb_overview{
	width:20px;
	height:20px;
	background:url(images/thumb_overview.png) center left no-repeat;
	cursor:pointer;
	margin-right:15px;
}

#menu_bottom .thumb_overview:hover{
	background:url(images/thumb_overview_hover.png) center left no-repeat;
}

#menu_bottom .image_info{
	width:20px;
	height:20px;
	background:url(images/image_info.png) center left no-repeat;
	cursor:pointer;
	margin-right:15px;
}

#menu_bottom .image_info:hover{
	background:url(images/image_info_hover.png) center left no-repeat;
}

#menu_bottom .spacer{
	font-size:13px;
	padding:0 15px 0 0;
	color:#444444;
}

.image_title{
	padding-top:2px;
}

#tip  {
	clear:both;
	float:left;
	font-size:9px;
	padding-top:8px;
	color:#666666;
}

.post-edit-link{
	display:none;
}

/*Contact Formulier*/
/*
.entry dt{
	position:relative;
	display:inline;
	width:290px;
	clear:both;
	float:left;
	vertical-align:top;
}

.entry .bericht{
	width:390px;
}

.entry dt input{
	width:200px;
	position:absolute;
	right:0;
}

.entry dt textarea{
	width:300px;
	height:100px;
	position:absolute;
	right:0;
}*/

.navigation .alignright{
	float:right;
}

.navigation .alignleft{
	float:left;
}

.entry .strdForm{ 
	width:487px;
}

.strdForm input{
	float:left;
	width:200px;
	background:#222222;
	border-color:#7D7D7D #646464 #646464 #7D7D7D;
	border-style:solid;
	border-width:1px;
	color:#C8C8C8;
	font-family:"Verdana", Arial, Helvetica;
	font-size:11px;
	height:16px;
}

.strdForm select{
	float:left;
	background:#222222;
	border-color:#7D7D7D #646464 #646464 #7D7D7D;
	border-style:solid;
	border-width:1px;
	color:#C8C8C8;
	font-family:"Verdana", Arial, Helvetica;
	font-size:11px;
}

.strdForm textarea{
	float:left;
	background:#222222;
	border-color:#7D7D7D #646464 #646464 #7D7D7D;
	border-style:solid;
	border-width:1px;
	color:#C8C8C8;
	font-family:"Verdana", Arial, Helvetica;
	font-size:11px;
	width:400px;
	height:150px;
	margin-bottom:25px;
}

.strdForm label{
	float:left;
	width:85px;
}	

.strdForm fieldset{
	float:left;
	clear:both;	
	border:none;
	width:487px;
}	

.strdForm .submit-button{
	background:#222222;
	font-family:"Verdana", Arial, Helvetica;
	font-size:11px;
	clear:both;
	float:left;
	cursor:pointer;
	height:auto;
	width:125px;
	margin-left:85px;
}

.strdForm small{
	float:left;
	padding:0 0 10px 5px;
	color:#9b9b9b;
}

.strdForm .website{
	padding-bottom:8px;
}

.tags{
	clear:both;
	float:left;
}

.postmetadata{
	clear:both;
	float:left;
	margin-top:20px;
}
	.postrelative{
		float:left;
		font-size:11px;
		padding-left:15px;
		width:367px;
	}
		.postrelative .postrelativetitle{
			font-weight:bold;
		}
		
		.postrelativeitem{
			padding-bottom:3px;
			display:block;
		}
		
#reageren{
	float:left;
	clear:both;
}

h3#comments {
	margin-top:30px;
	margin-bottom:15px;
	font-weight:normal;
	font-family:"Cambria", Times New Roman;
	font-size:20px;
	background: transparent url(images/h3commentsborder.png) repeat-x 0 14px;
}

	h3#comments span{
		background:#1A1A1A;
		padding-right:6px;
	}

img.avatar{
	display:block;
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}
	ol.commentlist li{
		margin-bottom:30px;
		display:block;
		background:#272727;
		border-bottom:1px solid #666;
		border-top:1px solid #666;
		padding:6px 3px;
		min-height:60px;
	}
	
		ol.commentlist li p{
			padding:10px 0 0 66px;
		}
.commentmetadata{
		float:right;
		color:#666;
	}
	
	.commentmetadata a{
		text-decoration:none;
		color:#666;
	}

.commentauthor{
	float:left;	
}

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

#commentform p{
	padding-bottom:15px;
	display:block;
}

h3#respond {
	margin-top:30px;
	margin-bottom:15px;
	font-weight:normal;
	font-family:"Cambria", Times New Roman;
	font-size:20px;
	background: transparent url(images/h3commentsborder.png) repeat-x 0 14px;
}

	h3#respond span{
		background:#1A1A1A;
		padding-right:6px;
	}

/*Carrousel*/
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 69px;
    height: 69px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/*.jcarousel-skin-ie7 .jcarousel-container {
    -moz-border-radius: 10px;
    background: #D4D0C8;
    border: 1px solid #808080;
}
*/
.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 720px;
    padding: 20px 40px;
}

.jcarousel-skin-ie7 .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:  720px;
	padding-top:3px;
	padding-bottom:3px;
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
}

.jcarousel-skin-ie7 .jcarousel-clip-vertical {
    width:  77px;
    height: 245px;
}

.jcarousel-skin-ie7 .jcarousel-item {
    width: 69px;
    height: 69px;
	margin-right: 5px;
	border:1px solid #C8C8C8;
	cursor:pointer;
	padding:2px;
	/*opacity:0.8;*/
}

.jcarousel-skin-ie7 .jcarousel-item:hover {
	/*opacity:1;*/
	border-color:#FFF;
}
*/

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-right: 7px;
}

.jcarousel-skin-ie7 .jcarousel-item-vertical {
    margin-bottom: 7px;
}

.jcarousel-skin-ie7 .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/thumb_arrow_right.png) no-repeat center center;
}
/*
.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}
*/
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/thumb_arrow_left.png) no-repeat center center;
}
/*
.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}
*/
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/*-----------------------------Laatste berichten op index-----------------------------------------*/
.index-text{
	width:400px;
    float:left;
}

.recent {
    padding:3px;
    font-size:11px;
    width: 300px;
    height: 328px;
    float:right;
}  

.recent h2{
	border-bottom:1px solid #9B9B9B;
    padding:0;
    margin-bottom:6px;
    font-size:15px;
}    

.recent-post{
clear:both;
background:#222; 
}

.recent-post h3 a{
	font-size:13px;
    padding-bottom:4px;
}

.recent-post a{
	text-decoration:none;
}

.recent-post h3 a:hover{
    text-decoration:underline;
}

.recent-post .postmeta{
	color:#9B9B9B;
}

.recent-post .postmeta span{
	color:#C8C8C8;
}

.recent-post-thumb {  
    float: left;  
    width: 60px;  
    height: 60px;  
    padding-bottom: 7px;
    padding-right:10px;  
}
  
/*--------------------------------------------- BOL.COM -------------------------------------------*/
.bol_pml_box{
 	float:left;
} 
 
/*---------------------------------------------Featured images-------------------------------------*/
.attachment-index-categories{
	float:left;
    margin:0px 8px 0px 0px;
}

td{
    padding:5px 5px 10px 5px;
    vertical-align:top;
}

/*---------------------------------------Link page----------------------------------------------*/
.social-list li{
	float:left;
    padding-right:10px;
}
