/*
THEME NAME: ReThink UvA
DESCRIPTION: Theme for ReThink UvA, based on Sandbox
AUTHOR: Umut Lucas Kibrit
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/2c-l.css');

body{
	margin: 0px;
	background: #fff;
	color: #000000;
	font-family: garamond, serif;
	font-size: 16pt;
	}
	
table{
	font-size: inherit;
	}
	
p{
	margin: 0px 0px 10px;
	padding: 0px;
	}
	
h1{
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 30pt;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	line-height: 30pt;
	}	

h2{
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 20pt;
	}
	
h3{
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 16pt;
	}
	
h4{
	margin: 0px 0px 5px; 
	padding: 0px;
	}

h5{
	font-size: inherit;
	margin: 0px 0px 5px;
	padding: 0px;
	font-weight: normal;
	font-style: italic;
	}
	
hr{
	margin: 20px 0px;
		}
	
ul{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}
		
a:link, a:visited{
	text-decoration: none;
	color: #c80000;
		}
		
	a:hover{
	text-decoration: underline;
		}
		
	h1 a:link, h1 a:visited{
		color: #000000;
		}

a.more:link, a.more:visited{
	font-style: italic;
	display: block;
	margin: 5px 0px 0px;
	text-align: left;
	}
	
	a.more:hover{
		text-decoration: underline;
		}

/* Header */

.header{
	display: block;
	height: 20px;
	padding: 5px 0px;
	background: #000;
	border-bottom: 0px solid #ccc;
	}
	
	.headerinner{
		display: block; 
		width: 1200px;
		color: #fff;
		font-size: 8pt;
		text-transform: uppercase;
		font-weight: bold;
		text-align: right;
		font-family: arial;
		}
	
	.header a:link, .header a:visited{
		color: #fff;
		margin: 0px 5px 0px 0px;
		}

		.header a:hover{
			
			}
			
		.login{
			float: left;
			display: block;
			height: 20px;
			padding: 5px 0px;
			}

.top{
	display: block; 
	margin: 0px 0px 0px; 
	background: #ffffff;
	font-size: 9pt;	
	color: #000;
	width: 100%;
	}
	
	.topinner{
		display: block; 
		width: 1200px;
		padding: 30px 0px 30px;
		height: 100px;
		text-align: left;
		}	
	
	.logo{
		float: left;
		width: 200px;
		}
		
			.login a:link, .login a:visited{
				margin: 0px 20px 0px 0px;
				}
		
			
	.headermenu{
		float: left;
		width: 1000px;
		position: relative;
		top: 54px;
		font-family: arial;
		text-transform: uppercase;
		}
		
		.headermenu a:link, .top a:visited{
		color: #000;
		margin: 0px 20px 0px 0px;
		text-decoration: none;
		font-weight: bold;
		}
	
			.headermenu a:hover{
			color: #c80000;
			}
		
		.headermenu .menu{
			float: left;
			width: 100%;
			list-style: none;
			display: inline;
			margin: 0px;
			padding: 0px;
			}
			
		.headermenu .menu li{
			display: inline;
			list-style: none;
			margin: 0px;
			padding: 0px;
			}
			
			.headermenu .sub-menu{
				padding: 0px;
				margin: 20px 0px 0px;
				list-style: none;
				}
				
				.headermenu .sub-menu li{
					padding: 0px;
					margin: 0px;
					display: inline;
					list-style: none;
					}
		
	
	.subtitle{
		font-weight: bold;
		font-size: 20pt;
		}
			
/* Wrapper */

.wrapper{
	width: 1200px;
	text-align: left;
	}	

.c1{
	float: left;
	width: 150px;
	margin: 0px 50px 0px 0px;
	}
	
	.frontpage .c1{
		display: none;
	}
	
.c2{
	float: left;
	width: 700px;
	}
	
	.frontpage .c2{
		width: 850px;
	}

.c3{
	float: right;
	width: 260px;
	}

.c12{
	float: left;
	width: 900px
		}
	
.r1{
	float: left;
	width: 100%;
	margin: 0px 0px 50px;
	padding: 0px;
	background: url(http://rethinkuva.org/images/background.jpg);
	background-repeat: no-repeat;
	background-position: center; 	
	}
	
.r2{
	float: left;
	width: 100%;
	}
	
/* front page */	
	
	.banner{
			float: left;
			width: 860px;
			margin: 0px;
			padding: 20px;
			background-repeat: no-repeat;
			background-position: center; 
			font-size: 14pt;
			}
			
		.bannerwidgets{
			float: left;
			width: 150px;
			}
			
			.bannerwidgets .widget{
				float: left;
				list-style: none;
				width: 120px;
				padding: 10px;
				margin: 0px 0px 10px;
				background: #c80000;
				color: #fff;
				font-size: 12pt;
				font-weight: bold;
				}
				
			.bannerwidgets a:link, .bannerwidgets a:visited{
				color: #fff;
				}
				
			.banner #text-2{
				background: #333;
				}	
			
	
		.bannerbox{
			float: right;
			width: 340px;
			}
			
			.news, .othernews{
				padding: 20px;
				background: #ffffff;
				}
				
			.news{
				margin: 0px 0px 10px;
				}	
				
			.othernews ul{
				margin: 0px;
				padding:0px
				}
			
			.othernews li{
				list-style: disc;
				margin: 0px 0px 0px 20px;
				text-align: left;
				}
				
			.othernews a:link, .othernews a:visited{
				color: #000000;
				}
				
	.articles{
		float: right;
		width: 100%;
		margin: 0px 0px 40px;
		padding: 0px 0px 40px;
		border-bottom: 1px solid #ccc;
		}
		
		.articles a:link, .articles a:visited{
			color: #000;
			}
				
		.articles h2, .latest h2{
			margin: 0px 0px 20px;
			padding: 0px 10px;
			font-size: 20pt;
			line-height: 20pt;
			text-align: center;
			font-style: normal;
			font-weight: normal;
			}
				
		.articles h4{
			font-style: normal;
			font-weight: bold;
			margin: 0px 0px 20px;
			text-align: center;
			}
			
		.ac1, .ac2{
			margin: 0px;
			}
							
			.ac1{
				width: 45%;
				float: left;
				padding-right: 40px;
				border-right: 1px solid #ccc;
				}
				
			.ac2{
				float: left;
				width: 45%;
				padding-left: 40px;
				border-left: 1px solid #ccc;
				position: relative;
				left: -1px;
				}
			
			.lastcomment{
				color: #666;
				font-style: italic;
				}
				
		#latest a:hover{
			color: #c80000;
			text-decoration: none;
			}
		
		#latest h2{
			color: #c80000;
			}
		
			
		#latest li{
			list-style: none;
			font-size: 14pt;
			margin: 0px 0px 20px;
			text-align: center;
			}

		#latest .author{
			font-size: inherit;
			}
			
	#index #right .widget{
		}
	
/* Title */

.title{
	float: left;
	position: relative;
	left: 150px;	
	width: 1000px;
	margin: 50px 0px 0px;
	padding: 50px 0px 10px 50px;
	background: #fff;
	}
	
	.title h1{
		width: 740px;
		font-size: 40pt;
		line-height: 40pt;
		margin: 0px 0px 20px;
		padding: 0px;
		color: #c80000;
		}
		
	.title .author{
		padding: 0px;
		margin:0px;
		}

	
/* Category */
.category{
		margin: 0px 0px 40px;
		padding: 0px 0px 40px;
		border-bottom: 1px solid #ccc;
		}
		
	.category a:link, .category a:visited{
		color: #000;
		}
		
	.category h2{
		margin: 0px 0px 20px;
		font-size: 20pt;
		line-height: 20pt;
		text-align: left;
		font-style: normal;
		}
		
	.category h4{
		font-style: normal;
		font-weight: bold;
		margin: 0px 0px 20px;
		text-align: left;
		}
		
	.category .details{
		text-align: left;
		font-weight: bold;
		font-size: 12pt;
		
		}
			
/* Posts and pages */

.post{
	}
	
.post-details{
		float: left;
		width: 100%;
		margin: 0px 0px 20px;
		font-weight: bold;
		}
		
		.post-details ul{
			display: inline;
			margin: 0px;
			padding: 0px;
			}
		
			.post-details li{
				float: left;
				list-style: none;
				margin: 0px;
				padding: 0px;
				}
		.post-details a:link, .post-details a:visited{
			color: #000;
			}
	
.post-content{
	margin: 0px 0px 15px;
	padding: 0px 20px 0px 0px;
	line-height: 21pt;
	font-size: 16pt;
	}
	
	.post-content p, .post-content ul, .post-content ol{
		margin: 0px 0px 25px;
		padding: 0px;
		font-size: inherit;
		}
		
		.post-content img{
			margin: 10px 0px;
			}
	
	.post-content li{
		margin: 0px 0px 15px 25px;
		}
		
	.post-content h3{
		margin: 35px 0px 0px;
		}
		
.post-meta{
		border-top: 1px solid #ccc;
		margin: 15px 0px 0px;
		padding: 5px 0px 0px;
		font-style: italic;
		}
		
.comment-trackback{
		font-style: italic;
		}
		
.edit-link{
	}
		.edit-link a:link, .edit-link a:visited{
			color: #c80000;
			}
		

/* Comments */
		
.comments{
	float: left;
	width: 100%;
	margin: 40px 0px 0px;
			}
			
.comments ol{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px
		}
		
	.comments li{
	float: left;
	width: 100%;
	list-style: none;

		}
			
.comments .comment, .comments .pingback{
		margin: 0px 0px 20px;
		padding: 20px;
		border: 1px solid #ccc;	
		}
	
.comment-author{
		margin: 0px 0px 0px;
		padding: 0px;
		font-size: 20pt;
		font-style: italic;
			}
		
		.pingback .comment-author{
			font-size: 12pt;
			font-style: normal;
			font-weight: bold;
			}
			
		.pingback p{
			font-size: 12pt;
			}

.comment-meta{
	margin: 10px 0px;
	padding: 5px 0px;
	font-size: 12pt;
	font-weight: bold;
	border-style: solid none;
	border-width: 1px;
	border-color: #ccc;
	}
	
.comment p{
	line-height: 18pt;
	margin: 0px 0px 20px;
	padding: 0px;	
		}
	
#respond h3{
	margin: 40px 0px 0px;
	font-size: 30pt;
	font-style: italic;
	font-weight: normal;
	}
	
#commentform .form-label{
	font-size: 16pt;
	font-weight: bold;
			}
		
		
.formcontainer{
	width: 100%;
	}
	
.form-textarea{
	width: 100%
		}
	
	.form-textarea #comment{
		width: 678px;
		border: 1px solid #ccc;
		padding: 10px;
		font-family: Garamond;
		font-size: 16pt;
		}
		
	#commentform .form-input input{
		border: 1px solid #ccc;
		padding: 3px 6px;
		font-family: Garamond;
		font-size: 16pt;
		}
		
	.form-submit #submit{
		font-family: garamond;
		font-size: 16pt;
		padding: 5px 10px;
		border: 1px solid #c80000;
		}
	
/* Sidebar */	


#left{
	width: 150px;
	}
	
	#left .widget{
		list-style: none;
		margin: 0px 0px 0px;
		padding-right: 20px;
		padding-bottom: 40px;
		color: #000;
		font-size: 12pt;
		border-right: 1px solid #ccc;
			}
			
		#left .widget a:link, #left .widget a:visited{
			color: #000;
			}
	
		#left .widget h2{
			font-size: 14pt;
			margin: 0px 0px 5px;
			color: #c80000;
			}
			
			#left .widget h2 a:link, #left .widget h2 a:visited{
				color: #c80000;
				}
			
		#left .widget h4{
			margin: 
			}

		#left .widget li{
			margin: 0px 0px 10px;
			}
		
		#left .textwidget li{
			list-style: square;
			margin: 0px 0px 5px 0px;
			}
			
					
	#left #text-8{
		background: #c80000;
		color: #fff;
		font-size: 12pt;
		line-height: 12pt;
		font-weight: bold;
		}
			
		#left #text-8 h3{
			font-size: 20pt;
			font-style: italic;
			font-weight: normal;
			margin: 0px 0px 5px;
			line-height: 20pt;
			}
				
		#left #text-8 .details{
			font-size: 10pt;
			}	
			
	#right #text-6{
		padding: 20px;
		background: #c80000;
		font-weight: bold;
		color: #fff;
		font-size: 12pt;
		border: 0px solid #fff;
		}
		
		#right #text-6 a:link, #right #text-6 a:visited{
			color:#fff;
			}
		
			
		#right #text-6 h2.widgettitle{
			font-style: italic; 
			font-size: 18pt;
			line-height: 18pt;
			font-weight: normal;
			}
			
	#left #text-5 h2.widgettitle{
		font-size: 14pt;
		margin: 0px 0px 5px;
		}
			
	#left #bwp_recent_comments-2{
		list-style: none;
		background: #fff;
		color: #000;
		border: 1px solid #ccc;
		}
				
		.recent-comment{
			list-style: none;
			display: block;
			}
					
		.recent-comment-author{
			font-weight: bold;
			color: #c80000;
			}
				
		#left #bwp_recent_comments-2 a:link, #left #bwp_recent_comments-2 a:visited{
			color: #c80000;
			}
			
		#left .widget_a2a_share_save_widget{
			margin: 0px 0px 5px;
			}
			
	
#right{
		}	
		
	#right a:link, #right a:visited{
		color: #c80000;
		}
	
	#right h3{
		font-size: 20pt;
		margin: 0px 0px 5px;
		}
		
	#right ul{
		margin: 0px;
		padding: 0px;
		}
	
	#right .widget{
		list-style: none;
		margin: 0px 0px 40px;
		padding-left: 40px;
		border-left: 1px solid #ccc;
		}
		
		#index #right .widget{
			border: 0px solid #ccc;
			}
					
		#right .widget li{
			list-style: disc;
			margin: 0px 0px 5px 20px;
			}
			
		#right #text-9{
			padding: 0px;
			background: #fff;
			}
			
			#right #text-9 .img{
				width: 250px;	
				}
				
		#right .slogan{
			font-family: impact,arial black;
			text-transform: uppercase;
			font-size: 12pt;
			font-weight: normal;
			color: #000;
			text-align: center;
			}

		#right .widget-easy-twitter-feed-widget-kamn{
			background: #fff;
			padding: 0px;
			border: 0px solid #fff;
			}
			
		#right #em_widget-2{
			list-style: none;
			padding: 20px;
			margin: 0px 0px 20px;
			background: #666;
			font-size: 12pt;
			color: #fff;
			}
			
			#right #em_widget-2 li{
				list-style: none;
				margin: 0px 0px 10px;
				padding: 0px;
				}
				
			#right #em_widget-2 a:link, #right #em_widget-2 a:visited{
				color: #fff;
				}
			
			.eventdate{
			font-size: 12pt;
			font-weight: bold;
			}
		
		#right #text-13, #right #text-14{
			padding: 0px;
			}

.c1 a.post-edit-link:link, .c1  a.post-edit-link:visited{
	display: block;
	margin: 0px 0px 20px;
	padding: 5px;
	border: 1px solid #ccc;
	color: #999;
	text-align: center;
	font-size: 14pt;
	}
	
	.c1 a.post-edit-link:hover{
		text-decoration: none;
		border-color: #c80000;
		color: #c80000;
		}

/* Footer */
#footer{
	float: left;
	margin: 50px 0px 10px;
	width: 100%;
	}
	
	
	
/* Registration form */

.wrapper .widecolumn{
	width: 1200px;
	}

.wrapper .widecolumn .mu_register{
	width: 442px;
	}

.wrapper .widecolumn .mu_register h2{
	font-size: 18pt;
	font-style: italic;
	font-weight: normal;
	}
	
	
#setupform{
	margin: 0px 0px;
	width: 720;
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 12pt;
	}
	
	#setupform h2{
		display: none;
		}
	
	
	#setupform label{
		margin: 20px 0px 0px;
		padding: 0px;
		font-size: 14pt;
		font-weight: normal;
		}
		
	.wrapper #setupform #cimy_uef_p_desc_1{
		font-size: 14pt;
		margin: 0px;
		padding: 0px;
		}
		
		#cimy_uef_p_field_1{
			margin: 0px;
			padding: 0px;
			}
			
			#cimy_uef_p_field_1 label{
				margin: 0px;
				}
		
	.wrapper #setupform input, .wrapper #setupform option, .wrapper #setupform select{
		font-size: 14pt;
		font-family: garamond;
		padding: 2px 4px;
		width: 300px;
		border: 1px solid #ccc;
		}
		
		.wrapper #setupform select{
			width: 310px;
			}
		
		.wrapper #setupform .submit input{
			width: 310px;
			background: #efefef;
			font-style: italic;
			font-size: 16pt;
			border: 1px solid #bbb;
			}
			


/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

.entry-title,.entry-meta {
clear:both;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
border: 1px solid #000;
}

.text,.button{
	border: 1px solid #000;
	background: #fff;
	padding: 2px 3px;
	}

div.comments ol li {
	margin:0 0 3.5em;
	}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
}

div.navigation div.nav-next {
float:right;
text-align:right;
}


div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

