*
{
	background-color: rgba(255,204,102,1.0);/*#ffcc66;*/
	text-shadow: 1px 1px 3px #ddd;
	font-family: Corbel, Trebuchet MS, sans-serif;
}

/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait){
#main
{
        width: 320px;
        margin-left: auto;
        margin-right: auto;
        border: 0px solid grey;
        color: #444;
        font-size: 16px;
        background-image: url("/feynmanalfa2.png");
        background-position: -100px;
        background-color: transparent;
        background-repeat: no-repeat;
        padding-top: 20px;
}
}

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape){
#main
{
        width: 480px;
        margin-left: auto;
        margin-right: auto;
        border: 0px solid grey;
        color: #444;
        font-size: 16px;
        background-image: url("/feynmanalfa2.png");
        background-position: -100px;
        background-color: transparent;
        background-repeat: no-repeat;
        padding-top: 20px;
}
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px){
}

/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2){
  /* some CSS here */
}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
#main
{
        width: 768px;
        margin-left: auto;
        margin-right: auto;
        border: 0px solid grey;
        color: #444;
        font-size: 16px;
        background-image: url("/feynmanalfa2.png");
        background-color: transparent;
        background-repeat: no-repeat;
        padding-top: 40px;
}
}

/* #### Desktops #### */
@media screen and (min-width: 1024px){
#main
{
        width: 1024px;
        margin-left: auto;
        margin-right: auto;
        border: 0px solid grey;
        color: #444;
        font-size: 16px;
        background-image: url("/feynmanalfa2.png");
        background-color: transparent;
        background-repeat: no-repeat;
        padding-top: 40px;
}
}



p
{
	margin: 0px;
	color: #333;
	padding: 3px;
	background-color: transparent;
	text-align: center;
}

p.big
{
	font-size: 32px;
}

a
{
	color: #333;
	padding: 0px;
	background-color: transparent;
}

.red
{
	color: #a00;
	font-size: 51px;
}

#tags
{
	font-size: 8px;
}
